FreeBSD/ports 6352ac5net-p2p/bitcoin Makefile distinfo, net-p2p/bitcoin-daemon Makefile

net-p2p/bitcoin{-daemon,-utils}: Update to 31.0

Drop HARDENING option, it is upstream default now.
DeltaFile
+3-6net-p2p/bitcoin/Makefile
+3-3net-p2p/bitcoin/distinfo
+2-2net-p2p/bitcoin-utils/Makefile
+2-2net-p2p/bitcoin-daemon/Makefile
+10-134 files

FreeBSD/ports c8d7eb5devel/kyua pkg-plist Makefile, devel/kyua/files kyua.conf.in

devel/kyua: Remove expired port

kyua from base must be used for FreeBSD 14.x and newer
DeltaFile
+0-193devel/kyua/pkg-plist
+0-55devel/kyua/Makefile
+0-16devel/kyua/pkg-descr
+0-15devel/kyua/pkg-message
+0-12devel/kyua/files/kyua.conf.in
+0-3devel/kyua/distinfo
+0-2942 files not shown
+2-2968 files

FreeBSD/ports e6a679esysutils/zogftw Makefile

sysutils/zogftw: use kyua from base on FreeBSD 14+
DeltaFile
+3-3sysutils/zogftw/Makefile
+3-31 files

FreeBSD/ports 7adda50x11-wm/dwm Makefile

x11-wm/dwm: use kyua from base on FreeBSD 14+
DeltaFile
+1-3x11-wm/dwm/Makefile
+1-31 files

FreeBSD/ports 28444f4mail/mlmmj Makefile

mail/mlmmj: use kyua from base on FreeBSD 14+
DeltaFile
+2-2mail/mlmmj/Makefile
+2-21 files

FreeBSD/ports b703147devel/pkgconf Makefile

devel/pkgconf: use kyua from base on FreeBSD 14+
DeltaFile
+1-2devel/pkgconf/Makefile
+1-21 files

FreeBSD/ports 61ac3c7cad/netgen distinfo Makefile

cad/netgen: Update 6.2.2603 => 6.2.2604

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+3-3cad/netgen/distinfo
+1-1cad/netgen/Makefile
+4-42 files

FreeBSD/src 1d24638sys/kern uipc_usrreq.c, sys/sys ucred.h

Fix LOCAL_PEERCRED in 32-bit compat mode

Previously the cr_pid field would be incorrectly copied to userland, due
to a size mismatch between the structure as defined in 32-bit vs 64-bit
builds.  Fix it by converting the structure before copying it to
userland.

PR:             294833
Sponsored by:   ConnectWise
MFC after:      1 week
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D56675
DeltaFile
+19-2sys/kern/uipc_usrreq.c
+11-0sys/sys/ucred.h
+30-22 files

FreeBSD/src 5dca0c8tests/sys/netinet socket_afinet.c

tests/socket_afinet: Remove a conditional skip

The test runs without any unexpected results when mac_portacl is loaded.

Approved by:    re (cperciva)
PR:             238781
MFC after:      1 week

(cherry picked from commit 9f6041fb579106aa6fa358071a14eddabd581998)
(cherry picked from commit ae6c11642b54f304490434ec5fe1eb2b470ff620)
DeltaFile
+0-3tests/sys/netinet/socket_afinet.c
+0-31 files

FreeBSD/src 87054cetests/sys/posixshm posixshm_test.c

tests/posixshm: Check for hardware support in largepage_pkru

Approved by:    re (cperciva)
MFC after:      3 days
Fixes:          ca87c0b8e396 ("pkru: Fix handling of 1GB largepage mappings")

(cherry picked from commit 75c66218401c00f4728d5312e2b933b8d3aefde1)
(cherry picked from commit 8988b4de4e3b85baa97fd76254e00da7d3304b35)
DeltaFile
+10-0tests/sys/posixshm/posixshm_test.c
+10-01 files

FreeBSD/src fdd8f30sys/fs/nullfs null_vnops.c, sys/kern vfs_inotify.c

nullfs: Clear inotify flags during reclaim

The inotify flags are copied from the lower vnode into the nullfs vnode
so that the INOTIFY() macro will invoke VOP_INOTIFY on the nullfs vnode;
this is then bypassed to the lower vnode.  However, when a nullfs vnode
is reclaimed we should clear these flags, as the vnode is now doomed and
no longer forwards VOPs to the lower vnode.

Add regression tests.  Remove a test in vn_inotify_revoke() which is no
longer needed after this change.

Approved by:    re (cperciva)
PR:             292495
Reviewed by:    kib
Reported by:    Jed Laundry <jlaundry at jlaundry.com>
Fixes:          f1f230439fa4 ("vfs: Initial revision of inotify")
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56639


    [2 lines not shown]
DeltaFile
+112-0tests/sys/kern/inotify_test.c
+12-0sys/fs/nullfs/null_vnops.c
+0-4sys/kern/vfs_inotify.c
+124-43 files

FreeBSD/src a096a97sys/kern uipc_socket.c

so_splice: Fix the KTLS check for the sink socket in so_splice()

Approved by:    re (cperciva)
Reviewed by:    gallatin
Reported by:    Claude Sonnet 4.6
Fixes:          1000cc4a0d39 ("so_splice: Disallow splicing with KTLS-enabled sockets")
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56385

(cherry picked from commit d88a159da42a75dbd46ea4f6f9c8059975dab5e8)
(cherry picked from commit 43b1de5970d1246aa54d8e34b0f211511cc2b103)
DeltaFile
+1-1sys/kern/uipc_socket.c
+1-11 files

FreeBSD/src 88e12cctests/sys/netinet socket_afinet.c

tests/socket_afinet: Fix the bind_connected_port test

The test verifies that a socket can bind to a local address assigned by
connect(2) to a different socket.  It was however trying to bind to the
wrong address, and the check of the result was inverted, so this went
unnoticed.  It also needs to set SO_REUSEADDR for this to succeed.

Approved by:    re (cperciva)
Reported by:    glebius
MFC after:      1 week

(cherry picked from commit d3d0466cae546254c50c80cf3e0c060bbbbba53c)
(cherry picked from commit 9e8d7d83ecfbf8b34b785d7981a29dda567d0bc6)
DeltaFile
+7-7tests/sys/netinet/socket_afinet.c
+7-71 files

FreeBSD/src 38c5d60usr.sbin/jail config.c

jail: avoid leaking jail config fds to exec.* hooks

The jail(8) command must not leave parsed configuration files open
since the file descriptors will be leaked to child processes
including the untrusted exec.start or exec.stop hooks.

While fopen() doesn't provide direct access to O_CLOEXEC, it does
provide access to FD_CLOEXEC via "e" in the mode string which
provides the desired defense in depth against leaking file descriptors
into exec.* hooks since those always execve() into a shell.

Jail configuration is potentially sensitive and some hooks execute from
within the jail context, leaving some opening for the jail to exfiltrate
information about the host environment.

(Commit message wordsmithed by kevans)

Approved by:    re (cperciva)
PR:             295052

    [4 lines not shown]
DeltaFile
+4-1usr.sbin/jail/config.c
+4-11 files

FreeBSD/ports 05dd509net-mgmt/zabbix7-server distinfo Makefile

net-mgmt/zabbix7-server: Update to 7.0.26

Release notes:  https://www.zabbix.com/rn/rn7.0.26
DeltaFile
+3-3net-mgmt/zabbix7-server/distinfo
+1-1net-mgmt/zabbix7-server/Makefile
+4-42 files

FreeBSD/ports e07d03bnet-mgmt/zabbix6-java Makefile, net-mgmt/zabbix6-proxy Makefile

net-mgmt/zabbix6-server: Update to 6.0.46

Release notes:  https://www.zabbix.com/rn/rn6.0.46
DeltaFile
+3-3net-mgmt/zabbix6-server/distinfo
+1-2net-mgmt/zabbix6-server/Makefile
+1-1net-mgmt/zabbix6-proxy/Makefile
+1-1net-mgmt/zabbix6-java/Makefile
+6-74 files

FreeBSD/ports a33ec8dnet-mgmt/zabbix74-server distinfo Makefile

net-mgmt/zabbix74-server: Update to 7.4.10

Release notes:  https://www.zabbix.com/rn/rn7.4.10
DeltaFile
+3-3net-mgmt/zabbix74-server/distinfo
+1-1net-mgmt/zabbix74-server/Makefile
+4-42 files

FreeBSD/ports e1195d0net-p2p/libtorrent pkg-plist Makefile, net-p2p/libtorrent/files patch-src_data_memory__chunk.cc patch-src_torrent_connection__manager.h

net-p2p/{lib,r}torrent: Update to 0.16.11

- Remove obsolete 2010 MS_INVALIDATE patch to reduce syscall overhead and
  rely on modern kernel virtual memory management
- Remove obsolete sys/types.h patch to rely on modern kernel headers and
  improve code portability.
- Fix tests linking on libtorrent
- Add tests to rtorrent

ChangeLog:      https://github.com/rakshasa/rtorrent/releases/tag/v0.16.11
                https://github.com/rakshasa/rtorrent/releases/tag/v0.16.10
                https://github.com/rakshasa/rtorrent/releases/tag/v0.16.9
                https://github.com/rakshasa/rtorrent/releases/tag/v0.16.8
                https://github.com/rakshasa/rtorrent/releases/tag/v0.16.7
                https://github.com/rakshasa/rtorrent/releases/tag/v0.16.6
PR:             292914
(cherry picked from commit f1a6d66e22e0552fb74d5038a22254da481e8efe)
DeltaFile
+7-5net-p2p/libtorrent/pkg-plist
+0-12net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc
+6-4net-p2p/rtorrent/Makefile
+0-10net-p2p/libtorrent/files/patch-src_torrent_connection__manager.h
+4-6net-p2p/libtorrent/Makefile
+3-3net-p2p/rtorrent/distinfo
+20-401 files not shown
+23-437 files

FreeBSD/src 13c70efusr.sbin/rtadvd config.c

rtadvd(8): Honor pltime/vltime in interface declarations

Currently rtadvd ignores interface pltime/vltime specifications
unless the (static) address range is also included in the config file.
This extends the validity of a pltime and/or vltime stanza in
the config file for an interface to delegated addresses from
an upstream provider.

Approved by:    re (cperciva)
Signed-off-by:  tickerguy <karl at denninger.net>
PR:             288426
Reviewed by:    pouria
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1863

(cherry picked from commit 103f9883d1ed7431c432caa6ab9c61cd4d0831d0)
(cherry picked from commit 18caefe847086a9e89812db600c852b225467090)
DeltaFile
+20-2usr.sbin/rtadvd/config.c
+20-21 files

FreeBSD/src cef90b4usr.sbin/certctl certctl.c certctl.8, usr.sbin/certctl/tests certctl_test.sh

certctl: Unstickify (un)trusted certificates

Ever since certctl was rewritten in C, the rehash command has reingested
TRUSTDESTDIR / UNTRUSTDESTDIR in addition to TRUSTPATH / UNTRUSTPATH.
This seemed like a good idea at the time but was, in retrospect, a
mistake, as it means a (un)trusted certificate remains (un)trusted
forever (or at least until it expires) even if it is removed from
(UN)TRUSTPATH.  Among other issues, it causes ports QA to fail for any
port that either installs certificates or depends on a port that does.

Although this behavior was undocumented, the change may surprise users
who have added certificates manually, so update the manual page to point
it out and add prominent warnings to the trust and untrust commands.

Approved by:    re (cperciva)
PR:             290078
MFC after:      1 week
Reviewed by:    kevans, bcr
Differential Revision:  https://reviews.freebsd.org/D56617

    [3 lines not shown]
DeltaFile
+52-29usr.sbin/certctl/certctl.c
+13-2usr.sbin/certctl/certctl.8
+2-1usr.sbin/certctl/tests/certctl_test.sh
+67-323 files

FreeBSD/src 9536a3asbin/md5/tests md5_test.sh

md5: Don't generate test cases just to skip them

Don't waste time generating Perl test cases for algorithms that are not
supported in Perl mode only to skip them when they are run.

Approved by:    re (cperciva)
MFC after:      1 week
Reviewed by:    ngie
Differential Revision:  https://reviews.freebsd.org/D56687

(cherry picked from commit fd386e76fa2b29d99525c246cbfc05768a1f4a76)
(cherry picked from commit f9626b7e55e11322ad45da2201cd482b43eeabb6)
DeltaFile
+6-6sbin/md5/tests/md5_test.sh
+6-61 files

FreeBSD/src 1981ce9contrib/libc-vis vis.3

vis.3: Try to better describe VIS_SAFE

The current text fails to draw the reader's attention to the fact that
VIS_SAFE essentially exempts certain characters from being encoded.

While here, fix some markup nits.

Approved by:    re (cperciva)
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56716

(cherry picked from commit 8acc4c16c6635c3cd8871d0ee1221b62d48d71b9)
(cherry picked from commit b21f08f97ba0c1e254b55e2ac66ec6853ad281f7)
DeltaFile
+19-13contrib/libc-vis/vis.3
+19-131 files

FreeBSD/src 60a521ausr.bin/stat stat.c, usr.bin/stat/tests stat_test.sh

stat: fix use of devname(3)

Besides being a little hard to parse through visually, this had its own
bug of inspecting st->st_mode to determine what to pass to devname(3),
which is only correct for st_rdev.

For st_dev, you're likely to be looking at files or directories and
attempting to assess what device they're located on, so the mode is
meaningless- we just have to assume that our filesystems are on
character devices and attempt to resolve st_dev as such.

Approved by:    re (cperciva)
Reviewed by:    des, kib (previous version)
Differential Revision:  https://reviews.freebsd.org/D56565

(cherry picked from commit 4d4acdbfc22c84081037f31cff4fb03d18373036)

stat: The devname test case requires root


    [26 lines not shown]
DeltaFile
+38-2usr.bin/stat/tests/stat_test.sh
+11-3usr.bin/stat/stat.c
+49-52 files

FreeBSD/src 56a5d11share/man/man4 nlsysevent.4 Makefile

nlsysevent: add manpage

Approved by:    re (cperciva)
Reviewed by:    des

(cherry picked from commit 72d701eb1d83cfb3479e4c839412325ff9efc97c)
(cherry picked from commit ee2fc974e0716040622926c7c8ca8df09284e6f9)
DeltaFile
+132-0share/man/man4/nlsysevent.4
+1-0share/man/man4/Makefile
+133-02 files

FreeBSD/src 78c1ba5libexec/nuageinit nuageinit

nuageinit: only parse user_data as yaml when necessary

This fixes a regression introduced in cae280931c9e which prevents
user_data as a shell script to be used

Approved by:    re (cperciva)
PR:             295062
Reported by:    Ross McKelvie <ross at exitzero.uk>
MFC After:      1 day

(cherry picked from commit c316ec259011e9e22e40eaa72d834f3bfac95c28)
(cherry picked from commit 4211f280ba087c75dcd84f9b592238b2eae33af9)
DeltaFile
+1-1libexec/nuageinit/nuageinit
+1-11 files

FreeBSD/ports e44abc0benchmarks/clpeak Makefile distinfo, benchmarks/clpeak/files patch-src_vk__peak.cpp

benchmarks/clpeak: update to 2.0.2

Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.0
Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.1
Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.2
Reported by:    GitHub (watch releases)
DeltaFile
+11-0benchmarks/clpeak/files/patch-src_vk__peak.cpp
+10-1benchmarks/clpeak/Makefile
+3-3benchmarks/clpeak/distinfo
+24-43 files

FreeBSD/src 8eef59dsys/vm vm_map.c

vm_map_growstack(): use local for p->p_vmspace

Noted by:       alc
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+1-2sys/vm/vm_map.c
+1-21 files

FreeBSD/ports 13e079amisc/py-anthropic Makefile distinfo, misc/py-anthropic/files patch-pyproject.toml

misc/py-anthropic: Update to 0.100.0

Reported by:    portscout
DeltaFile
+4-4misc/py-anthropic/Makefile
+3-3misc/py-anthropic/distinfo
+2-2misc/py-anthropic/files/patch-pyproject.toml
+9-93 files

FreeBSD/ports 6c4e64dastro/kstars distinfo Makefile, astro/kstars/files patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp

astro/kstars: Update to 3.8.2
DeltaFile
+0-10astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp
+3-3astro/kstars/distinfo
+1-2astro/kstars/Makefile
+4-153 files

FreeBSD/ports a680d9bdatabases/sqlite-jdbc distinfo Makefile, databases/sqlite-jdbc/files patch-Makefile.common patch-Makefile

databases/sqlite-jdbc: Update to 3.53.1.0

Changelog:      https://github.com/xerial/sqlite-jdbc/releases/tag/3.53.1.0
DeltaFile
+0-15databases/sqlite-jdbc/files/patch-Makefile.common
+0-11databases/sqlite-jdbc/files/patch-Makefile
+5-5databases/sqlite-jdbc/distinfo
+1-1databases/sqlite-jdbc/Makefile
+6-324 files