FreeBSD/src 1100d9eshare/man/man4 Makefile

share/man/man4: Move non-USB man pages out of MK_USB block

uart(4), unix(4), veriexec(4), video(4) and the gzero(4) MLINK are
not USB things, but they were in the .if ${MK_USB} != "no" block.
So if we build with WITHOUT_USB, these man pages are lost.  Move
them out of the block.

MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
DeltaFile
+5-5share/man/man4/Makefile
+5-51 files

LLVM/project c7f4a76llvm/lib/Transforms/InstCombine InstCombineAddSub.cpp, llvm/test/Transforms/InstCombine add-mask-neg.ll

[InstCombine] fold ((x - 1) | (2^k - 1)) + 1 to (x + (2^k - 1)) & -(2^k) (#216436)

Fold `((x - 1) | (C - 1)) + 1 to (x + (C - 1)) & -(C)` for a power of 2 `C`

Fixes issue: https://github.com/llvm/llvm-project/issues/215945
Generalized proof: https://alive2.llvm.org/ce/z/tQubkT

Similar to https://github.com/llvm/llvm-project/pull/215122 and
corresponding issue https://github.com/llvm/llvm-project/issues/214675
DeltaFile
+93-0llvm/test/Transforms/InstCombine/add-mask-neg.ll
+10-3llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
+103-32 files

FreeBSD/ports 49c3564cad/abc Makefile distinfo

cad/abc: Update g20260701 => g20260801

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+3-3cad/abc/distinfo
+2-2cad/abc/Makefile
+5-52 files

NetBSD/pkgsrc 5lqJISwdevel/go-nbreader Makefile, devel/go-review Makefile

   Revbump all Go packages after Go 1.26 update
VersionDeltaFile
1.44+2-2devel/gotests/Makefile
1.98+2-2devel/go-sys/Makefile
1.36+2-2devel/go-swagger/Makefile
1.52+2-2devel/go-staticcheck/Makefile
1.93+2-2devel/go-review/Makefile
1.90+2-2devel/go-nbreader/Makefile
+12-12205 files not shown
+422-391211 files

FreeBSD/ports 6ca4681math/R-cran-Formula distinfo Makefile

math/R-cran-Formula: Update to 1.2-6

Add test dependencies.
Change WWW to canonical form.

Changelog:
https://cran.r-project.org/web/packages/Formula/news/news.html
DeltaFile
+5-2math/R-cran-Formula/Makefile
+3-3math/R-cran-Formula/distinfo
+8-52 files

FreeBSD/ports 5efd77dnet/activemq distinfo Makefile

net/activemq: Update 6.2.9 => 6.3.1

Release Notes:
https://activemq.apache.org/components/classic/download/classic-06-03-00
https://activemq.apache.org/components/classic/download/classic-06-03-01

Sponsored by:   UNIS Labs
DeltaFile
+22-1net/activemq/pkg-plist
+3-3net/activemq/Makefile
+2-2net/activemq/distinfo
+27-63 files

NetBSD/pkgsrc 1XQGoo8doc CHANGES-2026

   doc: Updated lang/go126 to 1.26.6
VersionDeltaFile
1.5298+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 2GrXlp8lang/go version.mk, lang/go125 distinfo PLIST

   go: update to 1.25.13 and 1.26.5 (security)

   These releases include 10 security fixes following the security policy:

   - x/mod/sumdb/tlog: fix transparency log tile verification bypass

     A malicious GOPROXY was previously capable of forging
     up to two sumdb tiles that allow for a requested module
     to bypass the GOSUMDB check and persist attacker-controlled
     module content to a local Go module cache.

     This attack allows for a malicious GOPROXY to serve
     malicious module content that cannot be detected
     by evaluating the transparency log.

     All tiles are now correctly verified against their parents.

     In order to determine if you have been affected:


    [117 lines not shown]
VersionDeltaFile
1.7+4-4lang/go126/distinfo
1.15+4-4lang/go125/distinfo
1.7+8-0lang/go126/PLIST
1.10+8-0lang/go125/PLIST
1.252+3-3lang/go/version.mk
+27-115 files

LLVM/project f406aaellvm/include/llvm/ExecutionEngine/Orc EPCGenericMemoryAccess.h EPCGenericMemoryAccessSPS.h, llvm/include/llvm/ExecutionEngine/Orc/RTBridge Proxy.h

[ORC] Remove Orc/RTBridge, split utilities from SPS bindings (#216473)

RTBridge was a holding pen for the new proxy APIs, and its name collided
confusingly with Shared/OrcRTBridge.h. Move its contents into Orc/ and
delete it:

  RTBridge/Proxy.h              -> Proxy.h
  RTBridge/SPS/ProxySpec.h      -> SPSProxySpec.h
  RTBridge/CallProxies.h        -> CallProxies.h
  RTBridge/SPS/CallProxySpecs.h -> CallProxiesSPS.h

Drop rt:: from the proxy machinery: Proxy is not runtime specific, but a
general-purpose utility for calling code in the executor (it abstracts
over dispatch mechanism and serialization).

SPS dispatch becomes llvm::orc::sps::ProxySpec. Controller-interface
descriptors keep llvm::orc::rt::sps_ci -- those really are
runtime-specific.


    [18 lines not shown]
DeltaFile
+0-284llvm/unittests/ExecutionEngine/Orc/SPSProxiesTest.cpp
+284-0llvm/unittests/ExecutionEngine/Orc/SPSProxySpecTest.cpp
+210-0llvm/include/llvm/ExecutionEngine/Orc/Proxy.h
+0-209llvm/include/llvm/ExecutionEngine/Orc/RTBridge/Proxy.h
+42-43llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
+85-0llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccessSPS.h
+621-53632 files not shown
+1,179-1,10738 files

FreeBSD/ports cd465belang/gawk distinfo Makefile

lang/gawk: backport upstream patch for systems without MPFR and GMP

This affects us because MPFR option for multiple-precision floating
-point support added with r322035 (now commit 6c3d62a0a143) back in
2013 is disabled by default.  We might flip the switch one day, but
that would require extra care and testing to not break other things.

Pull the identical patch from GitHub mirror which is easier to work
against than Savannah repository (commit hashes remain the same).

PR:             297421
Submitted by:   leres
DeltaFile
+4-0lang/gawk/Makefile
+2-0lang/gawk/distinfo
+6-02 files

FreeBSD/ports 57d12abnet/activemq Makefile distinfo

net/activemq: Update 6.2.7 => 6.2.9

Release Notes:
https://activemq.apache.org/components/classic/download/classic-06-02-08
https://activemq.apache.org/components/classic/download/classic-06-02-09

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 919baa3ba8e7d7636d01ac8f723c017e2cf7be27)
DeltaFile
+3-3net/activemq/distinfo
+1-1net/activemq/Makefile
+4-42 files

FreeBSD/ports 919baa3net/activemq Makefile distinfo

net/activemq: Update 6.2.7 => 6.2.9

Release Notes:
https://activemq.apache.org/components/classic/download/classic-06-02-08
https://activemq.apache.org/components/classic/download/classic-06-02-09

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3net/activemq/distinfo
+1-1net/activemq/Makefile
+4-42 files

HardenedBSD/src e4654f6contrib/less search.c command.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+245-91contrib/less/decode.c
+213-114contrib/less/less.nro
+147-59contrib/less/regexp.c
+173-29contrib/less/optfunc.c
+132-54contrib/less/command.c
+83-55contrib/less/search.c
+993-40238 files not shown
+1,844-76344 files

HardenedBSD/src e8e7564contrib/less search.c command.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+245-91contrib/less/decode.c
+213-114contrib/less/less.nro
+147-59contrib/less/regexp.c
+173-29contrib/less/optfunc.c
+132-54contrib/less/command.c
+83-55contrib/less/search.c
+993-40238 files not shown
+1,844-76344 files

FreeBSD/ports afaaae1games/libretro-virtualjaguar pkg-descr distinfo

games/libretro-virtualjaguar: Update 0.20230601 => 3.3.0

Changelogs:
https://github.com/libretro/virtualjaguar-libretro/releases#release-v3.3.0

Commit log:
https://github.com/libretro/virtualjaguar-libretro/compare/8126e5c...v3.3.0

- Fix warnings from portclippy.
- Exclude from extract unnecessary files.
- Update pkg-descr.

PR:             297535
Tested by:      rottlog <rottlogg at proton.me>
Sponsored by:   UNIS Labs
Co-authored-by: rottlog <rottlogg at proton.me>
DeltaFile
+10-4games/libretro-virtualjaguar/Makefile
+3-3games/libretro-virtualjaguar/distinfo
+2-1games/libretro-virtualjaguar/pkg-descr
+15-83 files

OpenBSD/src oOiNnExbin/ksh vi.c

   ksh: allow editing empty line with 'v' in vi-mode

   ok tb@
VersionDeltaFile
1.71+1-3bin/ksh/vi.c
+1-31 files

NetBSD/pkgsrc DrAapA2emulators/ntvcm/files ntvcm.1

   Flipped letters in naem, stupid acronyms...

   Spotted by John D. Baker - thanks!
VersionDeltaFile
1.2+2-2emulators/ntvcm/files/ntvcm.1
+2-21 files

FreeBSD/ports 01d971esysutils/framework-tool-tui Makefile Makefile.crates

sysutils/framework-tool-tui: Update to 0.8.5

Event:          FrOSCon 21
DeltaFile
+63-49sysutils/framework-tool-tui/distinfo
+30-23sysutils/framework-tool-tui/Makefile.crates
+1-2sysutils/framework-tool-tui/Makefile
+94-743 files

HardenedBSD/ports 01d971esysutils/framework-tool-tui Makefile Makefile.crates

sysutils/framework-tool-tui: Update to 0.8.5

Event:          FrOSCon 21
DeltaFile
+63-49sysutils/framework-tool-tui/distinfo
+30-23sysutils/framework-tool-tui/Makefile.crates
+1-2sysutils/framework-tool-tui/Makefile
+94-743 files

OpenBSD/src on662UGsys/arch/arm64/dev aplns.c simplebus.c

   Specify the correct "read" and "write" bits to the NVMMU based on the
   opcode of the NVMe command.  Drop the opcode itself, since it isn't needed.
   This allows us to drop the magic "null check" bit that is no longer
   supported by the firmware that Apple ships with newer macOS releases.
   Based on work done by Sven Peter over at Asahi Linux.

   ok jmatthew@
VersionDeltaFile
1.24+59-1sys/arch/arm64/dev/simplebus.c
1.20+5-9sys/arch/arm64/dev/aplns.c
+64-102 files

NetBSD/pkgsrc-wip 8a99bf4llama.cpp Makefile.common PLIST, llama.cpp/patches patch-vendor_sheredom_subprocess.h

llama.cpp: update to 0.0.2.10437.

A couple of weeks of commits.
DeltaFile
+0-16llama.cpp/patches/patch-vendor_sheredom_subprocess.h
+6-7llama.cpp/distinfo
+4-4llama.cpp/PLIST
+2-2llama.cpp/Makefile.common
+12-294 files

NetBSD/pkgsrc eiGGdnydoc CHANGES-2026

   doc: Updated sysutils/xplr to 1.1.1
VersionDeltaFile
1.5297+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BZszzfrsysutils/xplr Makefile cargo-depends.mk

   sysutils/xplr: update to 1.1.1

   What's Changed

       fix(search): fixed a bug that caused results to reshuffle during search.
       other(search): xplr search will default to the default skim algorithm.

   Others:

       deps: upgraded dependencies.
       docs: fix nonexistent util function in upgrade guide by @latent-9 in #777
       ubuntu(snap): @mikoloism helped fix Ubuntu snap build.
VersionDeltaFile
1.66+673-433sysutils/xplr/distinfo
1.41+223-143sysutils/xplr/cargo-depends.mk
1.66+4-4sysutils/xplr/Makefile
+900-5803 files

NetBSD/pkgsrc zU9lRhtdoc CHANGES-2026

   doc: Updated sysutils/dua-cli to 2.42.1
VersionDeltaFile
1.5296+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 13CtVrxsysutils/dua-cli cargo-depends.mk distinfo

   sysutils/dua-cli: update to 2.42.1

   v2.42.1
   *the same as 2.42, and:

   Starting directories with a large amount of files, like 50k, now see a 5x speedup on macOS and Windows as bulk-reading is also done there. Note also that this is still a small absolute difference, 100ms vs 500ms, but a good demonstration of how much large trees with a lot of such directories will benefit by this, as these small absolute improvements accumulate.

   v2.42.0
   The headline or this release is ~30% better traversal performance on macOS due to the usage of bulk-metadata APIs on supported filesytems.
   Bug Fixes

       sanitize control characters in marked path output
       dua-cli's interactive TUI is built on ratatui, which protects the
       paths it renders on screen. But marking a file for deletion and then
       quitting prints that file's path directly to the terminal after the
       TUI has already released terminal control, bypassing ratatui's
       protective rendering entirely. A scanned file's name has no character
       restrictions, so a crafted file name can inject terminal escape
       sequences into the printed path.

    [4 lines not shown]
VersionDeltaFile
1.55+4-4sysutils/dua-cli/distinfo
1.55+4-4sysutils/dua-cli/Makefile
1.42+0-0sysutils/dua-cli/cargo-depends.mk
+8-83 files

NetBSD/src sf28Qo0sys/arch/amiga/dev grf_cl.c, sys/arch/arm/include/arm32 pmap.h

   s/forcably/forcibly/ and couple more typos in comments.
VersionDeltaFile
1.220+3-3sys/miscfs/specfs/spec_vnops.c
1.73+3-3sys/miscfs/genfs/layer_vnops.c
1.27+3-3sys/arch/hppa/hppa/machdep.c
1.59+3-3sys/arch/amiga/dev/grf_cl.c
1.181+2-2sys/arch/arm/include/arm32/pmap.h
+14-145 files

FreeBSD/doc e1f0ccfdocumentation/content/en/books/porters-handbook/security _index.adoc

Suggest port maintainers submit bugs for VuXML updates

Reviewed by:                fernape, joneum
Differential Revision:      https://reviews.freebsd.org/D37094
DeltaFile
+8-7documentation/content/en/books/porters-handbook/security/_index.adoc
+8-71 files

FreeBSD/ports d2e3c9alang/racket Makefile distinfo

lang/racket: Update to 9.3
DeltaFile
+3-3lang/racket/distinfo
+1-1lang/racket/Makefile
+4-42 files

FreeBSD/ports ecd0c32shells/rura Makefile Makefile.crates

shells/rura: Update to 1.12.0
DeltaFile
+39-3shells/rura/distinfo
+18-0shells/rura/Makefile.crates
+1-1shells/rura/Makefile
+58-43 files

HardenedBSD/ports ecd0c32shells/rura Makefile Makefile.crates

shells/rura: Update to 1.12.0
DeltaFile
+39-3shells/rura/distinfo
+18-0shells/rura/Makefile.crates
+1-1shells/rura/Makefile
+58-43 files