FreeBSD/ports ede0d84multimedia/aom distinfo Makefile

multimedia/aom: update to 3.13.2

Changes:        https://aomedia.googlesource.com/aom/+log/v3.13.1..v3.13.2
Reported by:    Repology, portscout

(cherry picked from commit c4307d36b3d3fc0add627058f1a8b7c59aae5710)
DeltaFile
+3-3multimedia/aom/distinfo
+1-1multimedia/aom/Makefile
+4-42 files

FreeBSD/ports 2f1a959x11-toolkits/wlroots019 distinfo Makefile

x11-toolkits/wlroots019: update to 0.19.3

Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.3
Reported by:    GitLab (notify releases)

(cherry picked from commit b2548dab88c29789522368f845bb9937b008b2eb)
DeltaFile
+3-3x11-toolkits/wlroots019/distinfo
+1-1x11-toolkits/wlroots019/Makefile
+4-42 files

FreeBSD/ports b2548dax11-toolkits/wlroots019 distinfo Makefile

x11-toolkits/wlroots019: update to 0.19.3

Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.3
Reported by:    GitLab (notify releases)
DeltaFile
+3-3x11-toolkits/wlroots019/distinfo
+1-2x11-toolkits/wlroots019/Makefile
+4-52 files

FreeBSD/ports c4307d3multimedia/aom distinfo Makefile

multimedia/aom: update to 3.13.2

Changes:        https://aomedia.googlesource.com/aom/+log/v3.13.1..v3.13.2
Reported by:    Repology, portscout
DeltaFile
+3-3multimedia/aom/distinfo
+1-1multimedia/aom/Makefile
+4-42 files

FreeBSD/ports 3284b31x11-toolkits/wlroots020 distinfo Makefile

x11-toolkits/wlroots020: update to 0.20.0.r5

Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.20.0-rc5
Reported by:    GitLab (notify releases)
DeltaFile
+3-3x11-toolkits/wlroots020/distinfo
+1-1x11-toolkits/wlroots020/Makefile
+4-42 files

FreeBSD/ports 54fc756comms/meshcore-cli distinfo Makefile

comms/meshcore-cli: upgrade to 1.5.0
DeltaFile
+3-3comms/meshcore-cli/distinfo
+1-1comms/meshcore-cli/Makefile
+4-42 files

FreeBSD/ports b3be6bdcomms/py-meshcore distinfo Makefile

comms/py-meshcore: upgrade to 2.3.1
DeltaFile
+3-3comms/py-meshcore/distinfo
+1-1comms/py-meshcore/Makefile
+4-42 files

FreeBSD/ports 294aa38net-mgmt/victoria-logs distinfo pkg-plist

net-mgmt/victoria-logs: upgrade to 1.48.0
DeltaFile
+5-5net-mgmt/victoria-logs/distinfo
+4-0net-mgmt/victoria-logs/pkg-plist
+1-2net-mgmt/victoria-logs/Makefile
+10-73 files

FreeBSD/ports cafe513math/brial distinfo Makefile, math/brial/files patch-Makefile.in patch-m4_ax__m4ri__flags.m4

math/brial: upgrade to 1.2.15

Releases notes at https://github.com/BRiAl/BRiAl/releases
DeltaFile
+11-0math/brial/files/patch-Makefile.in
+0-11math/brial/files/patch-m4_ax__m4ri__flags.m4
+3-3math/brial/distinfo
+2-3math/brial/Makefile
+1-0math/brial/pkg-plist
+17-175 files

FreeBSD/ports 3616b1bmath/m4rie Makefile distinfo, math/m4rie/files patch-m4_ax__m4ri__flags.m4 patch-Makefile.am

math/m4rie: upgrade to 20250128
DeltaFile
+8-7math/m4rie/Makefile
+0-11math/m4rie/files/patch-m4_ax__m4ri__flags.m4
+0-10math/m4rie/files/patch-Makefile.am
+0-10math/m4rie/files/patch-tests_Makefile.am
+3-3math/m4rie/distinfo
+2-1math/m4rie/pkg-plist
+13-426 files

FreeBSD/ports af55a30math/m4ri distinfo Makefile, math/m4ri/files patch-Makefile.am patch-configure.ac

math/m4ri: upgrade to 20260122

Releases notes at https://github.com/malb/m4ri/tree/20260122
DeltaFile
+0-11math/m4ri/files/patch-Makefile.am
+0-11math/m4ri/files/patch-configure.ac
+0-8math/m4ri/files/patch-m4ri.pc.in
+3-3math/m4ri/distinfo
+2-2math/m4ri/Makefile
+2-2math/m4ri/pkg-plist
+7-376 files

FreeBSD/src 67b918esecure/lib/libcrypto/modules Makefile.inc

Revert "libcrypto: compile all PIC objects with -DOPENSSL_PIC"

This commit broke the build with some build options.

Some validation needs to be done to confirm that moving the preprocessor
argument to `secure/lib/libcrypto/Makefile.inc` works without breaking
the build, but revert for now until a `tinderbox` run can be done with
the change.

PR:             293934
Reported by:    Jenkins, Trond Endrestøl

This reverts commit 14b9955e57cc28b61e785165b9effcbe620edb46.
DeltaFile
+0-2secure/lib/libcrypto/modules/Makefile.inc
+0-21 files

FreeBSD/ports 7c5b203devel/wasi-libc pkg-plist22 pkg-plist21

wasi: consistently use the wasm32-wasip1 triple

The WebAssembly community have reclaimed wasm32-wasi, without suffix,
for a future WASI 1.0 standard. The first version of WASI, 0.1, is
now wasm32-wasip1 in triple form, WASI 0.2 is wasm32-wasip2, etc.
Starting LLVM 22 the non-suffixed form is deprecated, aligning with
Rust and Go:

https://github.com/llvm/llvm-project/issues/165344
https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets/

The Mozilla build system's WASI checks always pass -Werror so
configure fails when the non-suffixed target/triple is passed using
LLVM 22:

Using wasi sysroot in /usr/local/share/wasi-sysroot
checking for the wasm C compiler... /usr/local/bin/clang22
checking whether the wasm C compiler can be used... yes
checking the wasm C compiler version... 22.1.0

    [31 lines not shown]
DeltaFile
+225-225devel/wasi-libc/pkg-plist22
+225-225devel/wasi-libc/pkg-plist21
+225-225devel/wasi-libc/pkg-plist20
+225-225devel/wasi-libc/pkg-plist19
+225-225devel/wasi-libc/pkg-plist18
+225-225devel/wasi-libc/pkg-plist17
+1,350-1,35022 files not shown
+1,403-1,38128 files

FreeBSD/ports f4758fddatabases/proxysql Makefile, databases/proxysql/files patch-include_proxysql__utils.h patch-include_PgSQL__Thread.h

databases/proxysql: Bump PORTREVISION

- Remove remaining unneeded patches for 3.0.6 update
DeltaFile
+0-22databases/proxysql/files/patch-include_proxysql__utils.h
+0-14databases/proxysql/files/patch-include_PgSQL__Thread.h
+0-13databases/proxysql/files/patch-lib_ProxySQL__Admin.cpp
+1-0databases/proxysql/Makefile
+1-494 files

FreeBSD/ports ca5e450databases/proxysql distinfo Makefile, databases/proxysql/files patch-lib_proxysql__utils.cpp patch-lib_log__utils.cpp

databases/proxysql: Update to 3.0.6

- The previous commit actually updated us to 3.0.5 as upstream uses
  the 3.0.6 tag as the start of 3.0.6 and v3.0.6 as the actual release.
DeltaFile
+4-7databases/proxysql/files/patch-lib_proxysql__utils.cpp
+11-0databases/proxysql/files/patch-lib_log__utils.cpp
+3-3databases/proxysql/distinfo
+3-1databases/proxysql/Makefile
+21-114 files

FreeBSD/ports 04b7169cad/kicad pkg-plist, cad/kicad-doc pkg-plist

cad/kicad: update KiCad and libraries to 10.0.0

Announcement:
  https://www.kicad.org/blog/2026/03/Version-10.0.0-Released/
DeltaFile
+16-6,823cad/kicad-library-packages3d/pkg-plist
+169-95cad/kicad/pkg-plist
+0-134cad/kicad-doc/pkg-plist
+47-34cad/kicad-library-footprints/pkg-plist
+0-37cad/kicad/files/patch-eeschema_sch__io_easyedapro_sch__io__easyedapro.cpp
+18-0cad/kicad/files/patch-thirdparty_thread-pool_bs__thread_pool.hpp
+250-7,12314 files not shown
+288-7,16720 files

FreeBSD/src e296211. Makefile.inc1

Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools

Because of this setting we were still using ELF Tool Chain tools for
buildworld.  The sets of binary utilities are largely equivalent and
this went unnoticed after commit 1cae7121c667 ("Enable LLVM_BINUTILS
by default").

This was discovered recently because ELF Tool Chain objcopy produces
standalone debug files without phdrs and this caused an issue with a
3rd party ELF parser [1].  Remove the forced setting so that we use
LLVM's binutils to build the system.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=33876

Re-commit after fixing a bootstrapping issue with LLVM binutils (in
17494c6e6b7d "build: Boostrap LLVM_BINUTILS for cross-tools").

Reviewed by:    imp, jhb
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55650
DeltaFile
+0-1Makefile.inc1
+0-11 files

FreeBSD/src 1fd43eesys/dev/tpm tpm20.c tpm_tis_core.c

tpm: fix multi-threaded access with per-open state

The TPM driver currently has a single buffer per instance to hold the
result of a command, and does not allow subsequent commands to be sent
until the current result is read by the same OS thread that sent the
command, with a timeout to throw away the result after a while if the
result is not read in a timely fashion.  This has a couple problems:

 - The timeout code has a bug which causes all subsequent commands to
   hang forever if a different OS thread tries to read the result
   before the OS thread which sent the command, and the OS thread
   which sent the command never tries to read the result.

 - Even if the first problem is fixed, applications expect to be able
   to read the result from a different OS thread than the OS thread
   which sent the command. The particular case that we saw was a go
   application where the go runtime scheduled the goroutine which read
   the result to a different OS thread from one where the goroutine
   that sent the command ran, and there's no way to force these to

    [11 lines not shown]
DeltaFile
+46-70sys/dev/tpm/tpm20.c
+14-14sys/dev/tpm/tpm_tis_core.c
+9-10sys/dev/tpm/tpm_crb.c
+7-6sys/dev/tpm/tpm20.h
+5-0sys/dev/tpm/tpm_if.m
+81-1005 files

FreeBSD/ports f68b4f2net-mgmt/librenms Makefile

net-mgmt/librenms: Remove ImageMagick - it is not used

PR:             292483
DeltaFile
+1-3net-mgmt/librenms/Makefile
+1-31 files

FreeBSD/ports 0762347filesystems/ltfs distinfo Makefile

filesystems/ltfs: Update to 2.4.8.2
DeltaFile
+3-3filesystems/ltfs/distinfo
+2-2filesystems/ltfs/Makefile
+5-52 files

FreeBSD/ports 9997928lang/quickjs distinfo Makefile

lang/quickjs: update: 2025.09.13-20251018 -> 2025.09.13-20251222

PR:             293584
Approved by:    yuri (maintainer, timeout >2 weeks)

Sponsored by:   tipi.work
DeltaFile
+3-3lang/quickjs/distinfo
+2-2lang/quickjs/Makefile
+5-52 files

FreeBSD/ports 86a7e1emisc/comfyui pkg-message Makefile

misc/comfyui: Add pkg-message, add comment
DeltaFile
+25-0misc/comfyui/pkg-message
+3-2misc/comfyui/Makefile
+28-22 files

FreeBSD/ports 537cf31textproc/py-en-core-web-sm Makefile

textproc/py-en-core-web-sm: Fix fetch
DeltaFile
+2-1textproc/py-en-core-web-sm/Makefile
+2-11 files

FreeBSD/src 632ddb8krb5/plugins/preauth/otp Makefile, krb5/plugins/preauth/pkinit Makefile

krb5: append to LDFLAGS instead of replacing

Sponsored by:   Netflix
Reviewed by:    imp
Differential Revision:  https://reviews.freebsd.org/D55335
DeltaFile
+1-1krb5/util/support/Makefile
+1-1krb5/util/et/Makefile
+1-1krb5/plugins/preauth/test/Makefile
+1-1krb5/plugins/preauth/spake/Makefile
+1-1krb5/plugins/preauth/pkinit/Makefile
+1-1krb5/plugins/preauth/otp/Makefile
+6-614 files not shown
+20-2020 files

FreeBSD/ports 336661asysutils Makefile, sysutils/erldash distinfo Makefile.crates

sysutils/erldash: new port - top for erlang/BEAM apps

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+519-0sysutils/erldash/distinfo
+258-0sysutils/erldash/Makefile.crates
+21-0sysutils/erldash/Makefile
+9-0sysutils/erldash/pkg-descr
+1-0sysutils/Makefile
+808-05 files

FreeBSD/ports 1dca2bdaudio Makefile, audio/maolan distinfo Makefile.crates

audio/maolan: Rust digital audio workstation

PR: 293848

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+1,195-0audio/maolan/distinfo
+596-0audio/maolan/Makefile.crates
+35-0audio/maolan/Makefile
+5-0audio/maolan/pkg-descr
+1-0audio/Makefile
+1,832-05 files

FreeBSD/ports 42e2d7dscience/abinit Makefile

science/abinit: expire on 2026-04-20 for science/atompaw
DeltaFile
+3-0science/abinit/Makefile
+3-01 files

FreeBSD/ports b2411fascience/ocean Makefile

science/ocean: expire on 2026-04-20 for science/atompaw
DeltaFile
+3-0science/ocean/Makefile
+3-01 files

FreeBSD/src 03b7b77sys/netinet/tcp_stacks rack_bbr_common.c

tcp/rack: don't call call tcp_state_change() before tcp_close()

Reviewed by:            tuexen, rrs
Differential Revision:  https://reviews.freebsd.org/D55969
DeltaFile
+0-1sys/netinet/tcp_stacks/rack_bbr_common.c
+0-11 files

FreeBSD/src 0798ad8sys/netinet tcp_usrreq.c

tcp: remove extraneous code

The tcp_close() will perform both actions.

Reviewed by:            pouria, tuexen, rrs
Differential Revision:  https://reviews.freebsd.org/D55965
DeltaFile
+0-5sys/netinet/tcp_usrreq.c
+0-51 files