FreeBSD/ports 3c745ffdevel/py-ty distinfo Makefile

devel/py-ty: Update to 0.0.62

Changelog: https://github.com/astral-sh/ty/blob/0.0.62/CHANGELOG.md

Reported by:    portscout
DeltaFile
+3-3devel/py-ty/distinfo
+1-2devel/py-ty/Makefile
+4-52 files

FreeBSD/ports ba51246security/openvpn Makefile

security/openvpn: Needs addition to SHEBANG_FILES and some cleanup

- Remove unnecessary GNU_CONFIGURE_MANPREFIX.
- Improve post-install-EXAMPLES-on.

PR:             296890
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3

(cherry picked from commit 83283c284c4a9dd90ba4ce23a50d1cfb1005dbdf)
DeltaFile
+10-12security/openvpn/Makefile
+10-121 files

FreeBSD/ports e85637bsecurity/openvpn-devel Makefile distinfo

security/openvpn-devel: Update to latest commit

This brings in the upstream development work of the last three months,
including a number of CVE fixes.

The previous commit erroneously bumped the date string used as the
version number to "2027".  Fix that, and upgrade EPOCH to make it work.

Some maintenance on the port Makefile itself to address "portlint"
complaints and upstream changes (--enable-strict configure argument has
been dropped because the flags are always on now).

- Remove unnecessary GNU_CONFIGURE_MANPREFIX.
- Improve post-install-EXAMPLES-on.

PR:             296874
Security:       CVE-2026-11771
Security:       CVE-2026-12932
Security:       CVE-2026-12996

    [9 lines not shown]
DeltaFile
+14-14security/openvpn-devel/Makefile
+3-3security/openvpn-devel/distinfo
+17-172 files

FreeBSD/ports 83283c2security/openvpn Makefile

security/openvpn: Needs addition to SHEBANG_FILES and some cleanup

- Remove unnecessary GNU_CONFIGURE_MANPREFIX.
- Improve post-install-EXAMPLES-on.

PR:             296890
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3
DeltaFile
+10-12security/openvpn/Makefile
+10-121 files

FreeBSD/src 3fbffbcsys/dev/hid ietp.c

ietp: guard iicbus_get_addr with devclass check

When a USB HID device triggers identify,
the grandparent is usbhid on a USB hub.
Calling iicbus_get_addr() on a non-iicbus device
hits a KASSERT panic.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D58432
DeltaFile
+6-5sys/dev/hid/ietp.c
+6-51 files

FreeBSD/ports b7a7197security/openvpn-devel Makefile distinfo

security/openvpn-devel: Update to latest commit

This brings in the upstream development work of the last three months,
including a number of CVE fixes.

The previous commit erroneously bumped the date string used as the
version number to "2027".  Fix that, and upgrade EPOCH to make it work.

Some maintenance on the port Makefile itself to address "portlint"
complaints and upstream changes (--enable-strict configure argument has
been dropped because the flags are always on now).

- Remove unnecessary GNU_CONFIGURE_MANPREFIX.
- Improve post-install-EXAMPLES-on.

PR:             296874
Security:       CVE-2026-11771
Security:       CVE-2026-12932
Security:       CVE-2026-12996

    [7 lines not shown]
DeltaFile
+14-14security/openvpn-devel/Makefile
+3-3security/openvpn-devel/distinfo
+17-172 files

LLVM/project 861adf6lldb/source/Interpreter CommandInterpreter.cpp

[lldb] Fix heap-use-after-free in FileSpec usage (#211908)

After #211394, `FileSpec` stores m_filename as a `SmallString` instead
of `ConstString`. When the `FileSpec` goes out of scope / is destructed,
a `StringRef` pointing to m_filename is now invalid. Previously it would
have worked even after `FileSpec` goes out of scope since `ConstString`
stores the string in a global buffer which is never destructed.

This causes heap-use-after-free in `CommandInterpreter` when we use the
result of `GetFilename()` on a temporary `FileSpec`. Store the result of
`HostInfo::GetProgramFileSpec()` as a variable to prevent it from going
out of scope before we're able to call `GetHomeInitFile()`.

Although #211394 introduces this failure, technically speaking this is
an existing bug, it was just masked because of how `FileSpec` used to
use `ConstString` to force a long lifetime.
DeltaFile
+2-1lldb/source/Interpreter/CommandInterpreter.cpp
+2-11 files

LLVM/project 571a1debolt/include/bolt/Core BinaryLoop.h, llvm/include/llvm/Support GenericLoopInfoImpl.h GenericLoopInfo.h

[LoopInfo] Store blocks using Euler tour representation (#211485)

Block list construction appends each block to all enclosing loops
(O(depth) per block), and each loop owns a separately allocated vector.

Switch to an Euler tour representation: one BlockLayout array per
LoopInfo holding the in-loop blocks in a loop-contiguous reverse
postorder, each loop's list a [begin, end) slice of it, subloop slices
nested inside their parent's. Headers remain first;
`SubLoops`/`TopLevelLoops` orders are unchanged. A few tests observe the
order and are updated. (Previously a loop's list was the function's
reverse postorder restricted to its members, so a subloop's blocks were
interleaved with the parent's own blocks at their RPO positions.)

Mutations first copy a borrowed slice into private storage from
LoopInfo's allocator. `contains(BlockT *)` remains map-based: a
materialized loop's slice is not a membership test. This copy is rare:
across default<O2> over dagcombiner and sqlite3, only 12--14% of loops
built by analyze() are ever mutated; the rest keep the borrowed slice.

    [4 lines not shown]
DeltaFile
+73-79llvm/include/llvm/Support/GenericLoopInfoImpl.h
+97-36llvm/include/llvm/Support/GenericLoopInfo.h
+13-13llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-freeze.ll
+3-3llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll
+0-5bolt/include/bolt/Core/BinaryLoop.h
+2-2llvm/test/Transforms/LoopVectorize/early_exit_with_outer_loop.ll
+188-1385 files not shown
+190-14711 files

FreeBSD/ports bf82facmisc/crush distinfo Makefile, misc/crush/files extra-patch-disable-command-blocking

misc/crush: Update to 0.86.0

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.86.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+1-1misc/crush/files/extra-patch-disable-command-blocking
+7-73 files

FreeBSD/src e0b235esys/dev/usb/controller xhci.c

xhci: Refactor xhci_generic_setup code

Our USB TRB buildup subroutines were previously difficult to follow. In
setup_generic_chain_sub(), the routine filled TRB packets based on the
characteristics passed by the caller and the current state (for example,
whether the TRB was the last in the TD).

However, most TRB types (except Normal TRBs) cannot be shared across TDs.
To simplify the logic, refactor xhci_setup_generic() so that TRBs are
constructed according to their transfer type, with dedicated helper
functions for each TRB type.

Sponsored by:   The FreeBSD Foundation
Assisted-by:    Claude Code (Opus 4.6, Opus 4.8(1M) and Sonet 5.0)
Differential Revision:  https://reviews.freebsd.org/D57130
DeltaFile
+533-526sys/dev/usb/controller/xhci.c
+533-5261 files

FreeBSD/src 8200466sys/fs/nfs nfs_var.h, sys/fs/nfsserver nfs_nfsdsocket.c

nfsd: Commit missing patches for c52bcd09c2a6

Oops, I missed the other files for the commit.

This should fix the build.

Pointy hat goes on me.

(cherry picked from commit 30d4d3db431a5df8084048c4d31e98e74d2f225a)
DeltaFile
+2-1sys/fs/nfsserver/nfs_nfsdsocket.c
+1-0sys/fs/nfs/nfs_var.h
+3-12 files

FreeBSD/src 5d5b759sys/fs/nfsserver nfs_nfsdstate.c

nfsd: Garbage collect stray NFSv4 state

When a file is deleted on the NFS server by another client,
any NFSv4 state related to that file is left stranded.
This happens because the NFSv4 operations that free the
state use a CFH, which is set by a PutFH operation.
However, the PutFH fails with ESTALE because the file has
been deleted.

This patch adds a function called nfsrv_freestrandedstate()
that frees all the NFSv4 state related to a file and calls
this function when PutFH will be replying ESTALE.

While here, a helper function was defined to handle free'ng
of the nfslockfile structure and replaces the two places
where nearly identical code does this.

(cherry picked from commit c52bcd09c2a6736fe841fd72e3cfb74de5a35b03)
DeltaFile
+75-14sys/fs/nfsserver/nfs_nfsdstate.c
+75-141 files

FreeBSD/src 508af47sys/fs/nfs nfs_var.h, sys/fs/nfsserver nfs_nfsdsocket.c

nfsd: Commit missing patches for c52bcd09c2a6

Oops, I missed the other files for the commit.

This should fix the build.

Pointy hat goes on me.

(cherry picked from commit 30d4d3db431a5df8084048c4d31e98e74d2f225a)
DeltaFile
+2-1sys/fs/nfsserver/nfs_nfsdsocket.c
+1-0sys/fs/nfs/nfs_var.h
+3-12 files

FreeBSD/ports 64d6f3enet-im/openfire pkg-plist distinfo

net-im/openfire: Update 5.1.0 => 5.1.1

Changelog:
https://download.igniterealtime.org/openfire/docs/5.1.1/changelog.html

- Parametrize version in plist.

PR:             296981
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3

(cherry picked from commit 58376fbc0dd642d78dda39e7bbfa81a124730b7d)
DeltaFile
+52-52net-im/openfire/pkg-plist
+5-5net-im/openfire/distinfo
+3-2net-im/openfire/Makefile
+60-593 files

FreeBSD/src 3ad71ccsys/fs/nfsserver nfs_nfsdstate.c

nfsd: Garbage collect stray NFSv4 state

When a file is deleted on the NFS server by another client,
any NFSv4 state related to that file is left stranded.
This happens because the NFSv4 operations that free the
state use a CFH, which is set by a PutFH operation.
However, the PutFH fails with ESTALE because the file has
been deleted.

This patch adds a function called nfsrv_freestrandedstate()
that frees all the NFSv4 state related to a file and calls
this function when PutFH will be replying ESTALE.

While here, a helper function was defined to handle free'ng
of the nfslockfile structure and replaces the two places
where nearly identical code does this.

(cherry picked from commit c52bcd09c2a6736fe841fd72e3cfb74de5a35b03)
DeltaFile
+75-14sys/fs/nfsserver/nfs_nfsdstate.c
+75-141 files

FreeBSD/ports 58376fbnet-im/openfire pkg-plist distinfo

net-im/openfire: Update 5.1.0 => 5.1.1

Changelog:
https://download.igniterealtime.org/openfire/docs/5.1.1/changelog.html

- Parametrize version in plist.

PR:             296981
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3
DeltaFile
+52-52net-im/openfire/pkg-plist
+5-5net-im/openfire/distinfo
+3-2net-im/openfire/Makefile
+60-593 files

FreeBSD/ports d1a2e51security/p5-Crypt-Argon2 distinfo Makefile

security/p5-Crypt-Argon2: Update to 0.032

PR:             296986
Reported by:    svysh.fbsd at gmail.com
DeltaFile
+3-3security/p5-Crypt-Argon2/distinfo
+1-1security/p5-Crypt-Argon2/Makefile
+4-42 files

FreeBSD/ports a791aa1www/tcexam distinfo Makefile

www/tcexam: Update to 17.2.2
DeltaFile
+3-3www/tcexam/distinfo
+1-1www/tcexam/Makefile
+4-42 files

LLVM/project 5f2abddflang/lib/Semantics check-cuda.cpp, flang/test/Semantics/CUDA cuf02.cuf

[flang][cuda] Accept statement function in device code (#211957)

Statement functions are inlined during lowering, so they should not be
treated as host procedure calls. Recursively validate their expressions
to reject any host procedure calls within the body.
DeltaFile
+6-3flang/lib/Semantics/check-cuda.cpp
+6-0flang/test/Semantics/CUDA/cuf02.cuf
+12-32 files

FreeBSD/ports 7c53142sysutils/logwatch distinfo Makefile

sysutils/logwatch: Update 7.14 => 7.15

Commit log:
https://sourceforge.net/p/logwatch/git/ci/885f3cdd50ea714110434909068b4a6b84758ea7/log/

PR:             296974
Sponsored by:   UNIS Labs
DeltaFile
+3-3sysutils/logwatch/distinfo
+1-1sysutils/logwatch/Makefile
+4-42 files

FreeBSD/ports 577bf23editors/focuswriter distinfo Makefile

editors/focuswriter: Update to 0.9.1

ChangeLog:      https://github.com/gottcode/focuswriter/releases/tag/v1.9.1
MFH:            2026Q3
(cherry picked from commit 32b00c0722c9b746110bfae4554de082ae8a7eba)
DeltaFile
+3-3editors/focuswriter/distinfo
+1-1editors/focuswriter/Makefile
+4-42 files

FreeBSD/ports 0beb9c0graphics/evolvotron Makefile pkg-plist

graphics/evolvotron: Update to 0.8.3

- Update WWW url
- Switch to Qt6
- Support C++17

ChangeLog:      https://github.com/WickedSmoke/evolvotron/blob/v0.8.3/NEWS
MFH:            2026Q3
(cherry picked from commit 186e614ec6381ad8ad40e7344bd3b00f6bc23d8a)
DeltaFile
+13-23graphics/evolvotron/Makefile
+3-7graphics/evolvotron/pkg-plist
+3-5graphics/evolvotron/distinfo
+19-353 files

FreeBSD/src 4c150f3sys/powerpc/conf GENERIC64LE GENERIC64

powerpc64: enable extended error strings in GENERIC64* configs

These kernconfs were missed in the previous commit.

PR:             289236
Reviewed by:    kib
Fixes:          f38cbefef8090f3363e5685c5a3b30ffbf1d3ad0
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit afa048d159f64e1c609475314e19fb030ffd595f)
DeltaFile
+1-0sys/powerpc/conf/GENERIC64LE
+1-0sys/powerpc/conf/GENERIC64
+2-02 files

FreeBSD/src e1e6a16tests/sys/netpfil/common utils.subr

tests/netpfil: start ipfilter for ipfnat firewall type

This requested fix[0] was not complete before the change
was committed.

Cleans up this error message when running tests[1]:
"Cannot 'start' ipfilter. Set ipfilter_enable to YES in
/etc/rc.conf or use 'onestart' instead of 'start'."

[0] https://reviews.freebsd.org/D21065?id=60288#inline-131488
[1] https://ci.freebsd.org/job/FreeBSD-main-amd64-test/28917/testReport/sys.netpfil.common/rdr/ipfnat_local_redirect/

Fixes:          f97a8a36153a9
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit afbb7dc0a51e4d4c227bdf00770d1ad821cf9889)
DeltaFile
+1-1tests/sys/netpfil/common/utils.subr
+1-11 files

FreeBSD/ports 10976c7emulators/virtualbox-ose-72 distinfo Makefile, emulators/virtualbox-ose-72/files patch-src_VBox_HostDrivers_VBoxNetAdp_freebsd_VBoxNetAdp-freebsd.c

emulators/virtualbox-ose{,-additions,-kmod}-72: Update 7.2.12 => 7.2.14

Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2

Reported by:    portscout
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit deea2dad01ed87b89987cf96d910dbeb7bd92ca1)
DeltaFile
+7-7emulators/virtualbox-ose-72/distinfo
+3-3emulators/virtualbox-ose-additions-72/distinfo
+3-3emulators/virtualbox-ose-kmod-72/distinfo
+2-2emulators/virtualbox-ose-72/files/patch-src_VBox_HostDrivers_VBoxNetAdp_freebsd_VBoxNetAdp-freebsd.c
+1-1emulators/virtualbox-ose-72/Makefile
+1-1emulators/virtualbox-ose-additions-72/Makefile
+17-171 files not shown
+18-187 files

LLVM/project ff056e5libc/test/src/__support/CPP CMakeLists.txt

Remove unused dep
DeltaFile
+0-1libc/test/src/__support/CPP/CMakeLists.txt
+0-11 files

FreeBSD/ports deea2daemulators/virtualbox-ose-72 distinfo Makefile, emulators/virtualbox-ose-72/files patch-src_VBox_HostDrivers_VBoxNetAdp_freebsd_VBoxNetAdp-freebsd.c

emulators/virtualbox-ose{,-additions,-kmod}-72: Update 7.2.12 => 7.2.14

Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2

Reported by:    portscout
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+7-7emulators/virtualbox-ose-72/distinfo
+3-3emulators/virtualbox-ose-kmod-72/distinfo
+3-3emulators/virtualbox-ose-additions-72/distinfo
+2-2emulators/virtualbox-ose-72/files/patch-src_VBox_HostDrivers_VBoxNetAdp_freebsd_VBoxNetAdp-freebsd.c
+1-1emulators/virtualbox-ose-additions-72/Makefile
+1-1emulators/virtualbox-ose-72/Makefile
+17-171 files not shown
+18-187 files

FreeBSD/ports 27c8fa4deskutils/sigye distinfo Makefile.crates

deskutils/sigye: Update to 0.6.0
DeltaFile
+293-277deskutils/sigye/distinfo
+145-137deskutils/sigye/Makefile.crates
+1-2deskutils/sigye/Makefile
+439-4163 files

FreeBSD/ports f151f0bnet/nats-surveyor distinfo Makefile

net/nats-surveyor: Update to 0.9.11
DeltaFile
+7-7net/nats-surveyor/distinfo
+1-2net/nats-surveyor/Makefile
+8-92 files

FreeBSD/ports 3269984devel/gwm distinfo Makefile

devel/gwm: Update to 1.2.0
DeltaFile
+33-31devel/gwm/distinfo
+16-16devel/gwm/Makefile
+49-472 files