lang/ruby33: revert partially 3bb0a93351df3e8d1d7263c39e49e228ff388123
The patch doesn't apply and ruby33 anyway uses ucontext coroutines
for powerpc64* so the issue doesn't appear there. Since the port didn't
build, it's safe to remove PORTREVISION.
Reported by: zi
dns/dnsjit: fix build on powerpc64
Workaround for luajit-openresty bug.
When invoking luajit -bg -n NAME -t o input output,
the bcsave.lua script reads garbled vararg data instead of
the -t argument value.
math/sleef: fix build on powerpc64
In file included from /wrkdirs/usr/ports/math/sleef/work/.build/src/libm/disppower_128.c:14:
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:367:3: error: unknown type name 'SLEEF_VECTOR_DOUBLE'
367 | SLEEF_VECTOR_DOUBLE x, y;
| ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:372:26: error: unknown type name 'SLEEF_VECTOR_DOUBLE'
372 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_sind2_u35(SLEEF_VECTOR_DOUBLE);
| ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:372:62: error: a parameter list without types is only allowed in a function definition
372 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_sind2_u35(SLEEF_VECTOR_DOUBLE);
| ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:373:26: error: unknown type name 'SLEEF_VECTOR_DOUBLE'
373 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_cosd2_u35(SLEEF_VECTOR_DOUBLE);
| ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:373:62: error: a parameter list without types is only allowed in a function definition
373 | SLEEF_IMPORT SLEEF_CONST SLEEF_VECTOR_DOUBLE Sleef_cosd2_u35(SLEEF_VECTOR_DOUBLE);
| ^
/wrkdirs/usr/ports/math/sleef/work/.build/include/sleef.h:374:73: error: a parameter list without types is only allowed in a function definition
[42 lines not shown]
math/openblas: fix build on powerpc64
-lm is necessary:
/usr/local/bin/ld: ../libopenblas_ppc970p-r0.3.33.a(bgemm_thread_nn.o): undefined reference to symbol 'sqrt@@FBSD_1.0'
/usr/local/bin/ld: /lib/libm.so.5: error adding symbols: DSO missing from command line
databases/postgresql??-*: Upgrade to latest version
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 18.4, 17.10, 16.14, 15.18,
and 14.23. This release fixes 11 security vulnerabilities and over 60
bugs reported over the last several months.
Release notes: https://www.postgresql.org/docs/release/
PostgreSQL 14 EOL Notice
PostgreSQL 14 will stop receiving fixes on November 12, 2026. If you are
running PostgreSQL 14 in a production environment, we suggest that you
make plans to upgrade to a newer, supported version of PostgreSQL.
Please see our versioning policy for more information.
Security: 7185ecc9-4fb7-11f1-bc50-6cc21735f730CVE-2026-6472, CVE-2026-6473, CVE-2026-6474,
CVE-2026-6475, CVE-2026-6476, CVE-2026-6477,
[3 lines not shown]
news/inn{-current}: Run nnrpd rc.d as news user
nnrpd supports priv drop internal, but it also supports innbind
escalation. Since the docs show 'su news', prefer the innbind path when
we need a privileged port number.
news/inn{-current}: Add a dedicated nnrpd rc.d
While inn typically registers port 119 and handles spawning nnrpd for
reader connections, it is customary to run TLS-only nnrpd on port 563:
https://www.eyrie.org/~eagle/software/inn/docs/nnrpd.html#S4
Provide an nnrpd rc.d script for this purpose. This requires innd for
start but is otherwise decoupled. The admin should be aware that i.e.
stopping innd will disrupt posting.