FreeBSD/ports 8a0874edevel/mimalloc Makefile distinfo

devel/mimalloc: Update to 3.4.5
DeltaFile
+3-3devel/mimalloc/distinfo
+1-1devel/mimalloc/Makefile
+4-42 files

FreeBSD/ports 7e5a48bcomms/uhd Makefile distinfo

comms/uhd: Update to 4.10.0.0
DeltaFile
+33-5comms/uhd/pkg-plist
+3-3comms/uhd/distinfo
+2-2comms/uhd/Makefile
+38-103 files

FreeBSD/ports 36a060bcad/kicad-devel distinfo Makefile.git_rev, cad/kicad-library-footprints-devel distinfo pkg-plist

cad/kicad-*-devel: Update to 2026.08.06
DeltaFile
+15-0cad/kicad-library-footprints-devel/pkg-plist
+3-3cad/kicad-library-symbols-devel/distinfo
+3-3cad/kicad-library-packages3d-devel/distinfo
+3-3cad/kicad-library-footprints-devel/distinfo
+3-3cad/kicad-devel/distinfo
+3-3cad/kicad-devel/Makefile.git_rev
+30-155 files not shown
+41-2111 files

FreeBSD/ports acec1eblang/gnat15 pkg-plist pkg-descr

lang/gnat15: Fix misssing libgomp in pkg-plist

 PR:            296834

(cherry picked from commit 8e8569d48fc0eacce4c8d7b481619ba39c9dfe59)
DeltaFile
+5-5lang/gnat15/pkg-plist
+5-5lang/gnat15/pkg-descr
+10-102 files

FreeBSD/ports 85e5c30www/R-cran-bslib Makefile distinfo

www/R-cran-bslib: Update to 0.12.0

Reported by:    portscout
DeltaFile
+3-3www/R-cran-bslib/distinfo
+1-1www/R-cran-bslib/Makefile
+4-42 files

FreeBSD/ports b14e21dwww/sqlpage Makefile Makefile.crates

www/sqlpage: Update to 0.45.0

Release notes:  https://github.com/sqlpage/SQLPage/releases/tag/v0.45.0
DeltaFile
+245-289www/sqlpage/distinfo
+121-143www/sqlpage/Makefile.crates
+1-2www/sqlpage/Makefile
+367-4343 files

FreeBSD/ports 6093a15sysutils/fluent-bit Makefile pkg-plist

sysutils/fluent-bit: Update to 5.1.0

Release notes:  https://github.com/fluent/fluent-bit/releases/tag/v5.1.0
DeltaFile
+3-3sysutils/fluent-bit/distinfo
+4-0sysutils/fluent-bit/pkg-plist
+1-1sysutils/fluent-bit/Makefile
+8-43 files

FreeBSD/ports b8b52acdatabases/postgresql-jdbc Makefile distinfo

databases/postgresql-jdbc: Update to 42.7.13

Release notes:  https://jdbc.postgresql.org/changelogs/2026-07-06-42.7.13-release/
DeltaFile
+3-3databases/postgresql-jdbc/distinfo
+1-1databases/postgresql-jdbc/Makefile
+4-42 files

FreeBSD/ports c81a6d0net-mgmt/telegraf Makefile distinfo

net-mgmt/telegraf: Update to 1.39.2

Release notes:  https://github.com/influxdata/telegraf/releases/tag/v1.39.2
DeltaFile
+5-5net-mgmt/telegraf/distinfo
+1-2net-mgmt/telegraf/Makefile
+6-72 files

FreeBSD/ports 2b21bc6databases/postgresql-libpqxx pkg-plist Makefile

databases/postgresql-libpqxx: Update to 8.0.2

Release notes:  https://github.com/jtv/libpqxx/releases/tag/8.0.2
DeltaFile
+3-3databases/postgresql-libpqxx/distinfo
+1-1databases/postgresql-libpqxx/pkg-plist
+1-1databases/postgresql-libpqxx/Makefile
+5-53 files

FreeBSD/ports 66168c3games/freeciv21 distinfo Makefile

games/freeciv21: Update 3.1.1 => 3.1.2

While here, drop the custom variable FC21_VERSION and use standard
variables instead.

Changelog: https://github.com/longturn/freeciv21/releases/tag/v3.1.2

PR:             297212
Reported by:    Tobias Rehbein <tobias.rehbein at web.de> (maintainer)
DeltaFile
+4-5games/freeciv21/Makefile
+3-3games/freeciv21/distinfo
+7-82 files

FreeBSD/ports 62da233graphics/shaderc Makefile distinfo, graphics/shaderc/files patch-system-glslang

graphics/shaderc: Update to 2026.3

Changelog: https://github.com/google/shaderc/blob/v2026.3/CHANGES

PR:             297259
Reported by:    yuri
Co-authored-by: Yuri Victorovich <yuri at freebsd.org>
DeltaFile
+5-5graphics/shaderc/distinfo
+3-3graphics/shaderc/files/patch-system-glslang
+2-3graphics/shaderc/Makefile
+10-113 files

FreeBSD/ports b796e74devel/radicle Makefile Makefile.crates

devel/radicle: Update to 1.10.0
DeltaFile
+33-81devel/radicle/distinfo
+15-39devel/radicle/Makefile.crates
+3-4devel/radicle/Makefile
+51-1243 files

FreeBSD/src 31d9493sys/kern kern_event.c

kqueue: Add a helper macro for sleeping on in-flux knotes

Other in-flux operations are implemented by this set of macros, so we
should do the same for sleeping.

No functional change intended.

Reviewed by:    kib
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58443

(cherry picked from commit 1f4b0ea4f3eb1b8a885eff8bd0d332156f0c3e1f)
DeltaFile
+16-16sys/kern/kern_event.c
+16-161 files

FreeBSD/src 78dfadausr.sbin/ppp mp.c

ppp: Avoid overflow when formatting endpoint discriminator options

Each byte of the address is represented by a pair of characters, so we
should be multiplying len by 2 when figuring out how much buffer space
we have.  Previously, a sufficiently large option could cause an
overflow of the global "result" buffer.

Reported by:    Joshua Rogers <joshua at joshua.hu>
Tested by:      Décio Brandão (0xDBJ)
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58555

(cherry picked from commit e004ff15f87e6aa8f2aa13cd5600ae13457b95f1)
DeltaFile
+6-6usr.sbin/ppp/mp.c
+6-61 files

FreeBSD/src 1ede9ecsys/kern kern_event.c

kqueue: Associate marker knotes with a queue

Otherwise the assertion in KQ_FLUX_SLEEP_WMESG may fail.

kqueue_fork_copy() already handles this.

Fixes:          1f4b0ea4f3eb ("kqueue: Add a helper macro for sleeping on in-flux knotes")
Reported by:    syzkaller
Reported by:    kbowling
Reviewed by:    kib
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58516

(cherry picked from commit 9a9349ea1da2d80e979fa87b430551d8f6dac7f4)
DeltaFile
+1-0sys/kern/kern_event.c
+1-01 files

FreeBSD/src 9d2e503sys/kern uipc_ktls.c kern_mbuf.c, sys/sys mbuf.h

ktls: Propagate EPG_FLAG_ANON to mapped mbufs

Otherwise ktls_mbuf_crypto_state() will reject mbufs created by
_mb_unmapped_to_ext(), which arises when transmitting packets through an
interface that doesn't support unmapped mbufs, and the loopback
interface in particular.

PR:             296498
Fixes:          3444414cb463 ("ktls: Don't attempt to modify non-anonymous mbufs on the receive path")
Reviewed by:    gallatin, jhb
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D57557

(cherry picked from commit 815976ee14121bafe8a8ab002459d32f8928f2de)
DeltaFile
+2-1sys/kern/uipc_ktls.c
+3-0sys/kern/kern_mbuf.c
+1-0sys/sys/mbuf.h
+6-13 files

FreeBSD/src 096b824sys/amd64/include vm.h, sys/arm/include vm.h

vm: Make sure NULL is defined for vm_memattr_name()

Fixes:  a7e483ee146a ("vm_phys: Add a sysctl to dump registered fictitious memory ranges")
(cherry picked from commit 11edc985cd9c2e1dcceccb7e929c6921b4e20c9b)
DeltaFile
+2-0sys/riscv/include/vm.h
+2-0sys/powerpc/include/vm.h
+2-0sys/i386/include/vm.h
+2-0sys/arm64/include/vm.h
+2-0sys/arm/include/vm.h
+2-0sys/amd64/include/vm.h
+12-06 files

FreeBSD/src 9cc432dsys/arm64/include vm.h

arm64: Fix the build

Fixes:  a7e483ee146a ("vm_phys: Add a sysctl to dump registered fictitious memory ranges")
(cherry picked from commit 91b419bc7e15f2138cb211c4d7c5be118c377c20)
DeltaFile
+2-0sys/arm64/include/vm.h
+2-01 files

FreeBSD/src c68c705sys/netipsec ipsec.c

ipsec: Fix a lock leak in ipsec_chkreplay()

Reported by:    Chris Jarrett-Davies of the OpenAI Codex Security Team
Reviewed by:    pouria, kp
Fixes:          0361f165f219 ("ipsec: replace SECASVAR  mtx by rmlock")
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58521

(cherry picked from commit b6823a973737f06ea6cf0ea5a3083383af2ba5a4)
DeltaFile
+3-1sys/netipsec/ipsec.c
+3-11 files

FreeBSD/src c4ea6b0sys/amd64/include vm.h, sys/arm/include vm.h

vm_phys: Add a sysctl to dump registered fictitious memory ranges

I've wanted this a couple of times in the past.  Save the memattr in
the fictitious memory segment structure so that we can report it from
the sysctl handler, and add conversion routines for each platform.

Reviewed by:    kib
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D58283

(cherry picked from commit a7e483ee146a93ac89357676fdb9af62ac58b4bc)
DeltaFile
+41-0sys/vm/vm_phys.c
+23-2sys/arm64/include/vm.h
+25-0sys/powerpc/include/vm.h
+23-0sys/i386/include/vm.h
+23-0sys/amd64/include/vm.h
+19-0sys/arm/include/vm.h
+154-21 files not shown
+171-27 files

FreeBSD/src 31765e2usr.bin/rpcinfo Makefile rpcinfo.c

rpcinfo: Fix residual warnings and bump WARNS

Reviewed by:    emaste
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58442

(cherry picked from commit 95a3301ce144aecce5de88fb4e2905c440533fb8)
DeltaFile
+16-15usr.bin/rpcinfo/rpcinfo.c
+0-2usr.bin/rpcinfo/Makefile
+16-172 files

FreeBSD/src b35a7dbsys/kern kern_event.c

kqueue: Allocate marker knotes on the stack

The scan marker was originally stack-allocated.  In commit
1c0f9af5b5224, it became heap-allocated since the marker is visible to
other threads and a scanning thread's stack may be swapped out.  Now
that kernel stacks can no longer be swapped out, we can avoid these heap
allocations.

Reviewed by:    kib
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58402

(cherry picked from commit bb933b1d1846b3a984670b8cd65450c3333188f6)
DeltaFile
+13-16sys/kern/kern_event.c
+13-161 files

FreeBSD/ports 2e2c83bsysutils/rust-coreutils Makefile Makefile.crates, sysutils/rust-coreutils/files patch-src_uu_mkfifo_src_mkfifo.rs

sysutils/rust-coreutils: update to 0.10.0

Changelog:      https://github.com/uutils/coreutils/releases/tag/0.10.0
DeltaFile
+141-155sysutils/rust-coreutils/distinfo
+69-76sysutils/rust-coreutils/Makefile.crates
+17-0sysutils/rust-coreutils/files/patch-src_uu_mkfifo_src_mkfifo.rs
+5-4sysutils/rust-coreutils/Makefile
+232-2354 files

FreeBSD/ports efbbbceMk/Uses cargo.mk

Mk/Uses/cargo.mk: enable RUST_BACKTRACE on powerpc64le on recent CURRENT

Fixed in base 70509d1d9cba254dfd5b3dd83d8a011b5e125788.
DeltaFile
+1-1Mk/Uses/cargo.mk
+1-11 files

FreeBSD/ports ede6958sysutils/fastfetch Makefile distinfo

sysutils/fastfetch: update to 2.67.0

Changelog:      https://github.com/fastfetch-cli/fastfetch/releases/tag/2.67.0
DeltaFile
+3-3sysutils/fastfetch/distinfo
+1-1sysutils/fastfetch/Makefile
+4-42 files

FreeBSD/ports 5b795f7graphics/nvidia-texture-tools Makefile, graphics/nvidia-texture-tools/files patch-src_nvcore_Debug.h patch-src_nvcore_Debug.cpp

graphics/nvidia-texture-tools: fix aarch64 and powerpc64* builds

Some of the code assumed amd64 / i386 and included SSE headers.
icbc.h was plainly wrong and contained straight typos, probably never
built previously on powerpc* hardware.
DeltaFile
+66-0graphics/nvidia-texture-tools/files/patch-src_nvtt_icbc.h
+25-0graphics/nvidia-texture-tools/files/patch-extern_CMP__Core_source_cmp__math__vec4.h
+15-0graphics/nvidia-texture-tools/files/patch-src_nvcore_Debug.cpp
+11-0graphics/nvidia-texture-tools/files/patch-src_nvcore_Debug.h
+0-1graphics/nvidia-texture-tools/Makefile
+117-15 files

FreeBSD/src ffad042usr.sbin/syslogd syslogd.c

syslogd: Limit rights on procdescs

Reviewed by:    jfree, kib
MFC after:      3 weeks
Differential Revision:  https://reviews.freebsd.org/D58160

(cherry picked from commit 24816abb8740c387ad4aba4ad2fa4c23b191c351)
DeltaFile
+5-0usr.sbin/syslogd/syslogd.c
+5-01 files

FreeBSD/src 73b576asys/kern kern_kthread.c

kthread: Fix a thread leak

Fixes:          963629923308 ("kthread_add(): do not allow to attach the thread to a dead or dying process")
Reviewed by:    kib
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58433

(cherry picked from commit c7917e72fe80e2e168b3812718b5fcd497c0e3b8)
DeltaFile
+1-0sys/kern/kern_kthread.c
+1-01 files

FreeBSD/src 984a397stand/common load_elf.c

stand: Recognize SHT_INIT_ARRAY sections as constructor sections

Pass such a section to the kernel using modinfo, otherwise link_elf.c
won't execute constructors for the file.  This is required for KASAN,
otherwise redzones for global buffers are not poisoned during boot.

Reviewed by:    kib
MFC after:      2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58244

(cherry picked from commit 4b0ae7e001a97e5449835bb8a2e6c2e6f53aac39)
DeltaFile
+2-1stand/common/load_elf.c
+2-11 files