FreeBSD/ports 1d71cbaaudio/mumble-server pkg-plist Makefile

audio/mumble-server: Update 1.5.857 => 1.5.915

Release Notes:
https://www.mumble.info/blog/mumble-1.5.901/
https://www.mumble.info/blog/mumble-1.5.915/

Changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.901
https://github.com/mumble-voip/mumble/releases/tag/v1.5.915

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 61042f4e2719378646ef9da08b107312bfa39ddf)
DeltaFile
+3-3audio/mumble-server/distinfo
+2-2audio/mumble-server/Makefile
+1-0audio/mumble-server/pkg-plist
+6-53 files

FreeBSD/ports 65e10c4audio/mumble Makefile distinfo

audio/mumble: Update 1.5.857 => 1.5.915

Release Notes:
https://www.mumble.info/blog/mumble-1.5.901/
https://www.mumble.info/blog/mumble-1.5.915/

Changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.901
https://github.com/mumble-voip/mumble/releases/tag/v1.5.915

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 7eea3d0923462fabab2011f1fdb4457fcc2fd12d)
DeltaFile
+5-5audio/mumble/distinfo
+1-2audio/mumble/Makefile
+6-72 files

FreeBSD/ports 61042f4audio/mumble-server pkg-plist Makefile

audio/mumble-server: Update 1.5.857 => 1.5.915

Release Notes:
https://www.mumble.info/blog/mumble-1.5.901/
https://www.mumble.info/blog/mumble-1.5.915/

Changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.901
https://github.com/mumble-voip/mumble/releases/tag/v1.5.915

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3audio/mumble-server/distinfo
+2-2audio/mumble-server/Makefile
+1-0audio/mumble-server/pkg-plist
+6-53 files

FreeBSD/ports 7eea3d0audio/mumble Makefile distinfo

audio/mumble: Update 1.5.857 => 1.5.915

Release Notes:
https://www.mumble.info/blog/mumble-1.5.901/
https://www.mumble.info/blog/mumble-1.5.915/

Changelog:
https://github.com/mumble-voip/mumble/releases/tag/v1.5.901
https://github.com/mumble-voip/mumble/releases/tag/v1.5.915

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+5-5audio/mumble/distinfo
+1-2audio/mumble/Makefile
+6-72 files

LLVM/project 2239699llvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/AArch64 ldexp-f128.ll exp10-f128.ll

RuntimeLibcalls: Fix AArch64 wrongly typed long-double libcalls (#215993)

Respect the triple's LongDoubleFormat.

AArch64SystemLibrary added the fp128-typed frexpl/ldexpl and exp10l
without a long-double-format guard, so triples where long double is IEEE double
(Darwin, Windows, Android) were emitting l suffixed calls with the wrong
type.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+24-0llvm/test/CodeGen/AArch64/frexp-f128.ll
+19-0llvm/test/CodeGen/AArch64/ldexp-f128.ll
+19-0llvm/test/CodeGen/AArch64/exp10-f128.ll
+12-2llvm/include/llvm/IR/RuntimeLibcalls.td
+74-24 files

LLVM/project 993ade2llvm/include/llvm/ADT SortedVectorMap.h, llvm/unittests/ADT SortedVectorMapTest.cpp

[ADT] Add const and reverse iterators to SortedVectorMap (#216439)

This patch adds cbegin, cend, rbegin, rend, crbegin, and crend to
SortedVectorMap along with reverse_iterator and const_reverse_iterator
type aliases.

The motivation here is to support const and reverse iteration in
SortedVectorMap, which is needed by tools like llvm-profdata for the
ongoing sample profile migration to SortedVectorMap.

Assisted-by: Antigravity
DeltaFile
+18-0llvm/unittests/ADT/SortedVectorMapTest.cpp
+11-0llvm/include/llvm/ADT/SortedVectorMap.h
+29-02 files

LLVM/project 4b2b396libc/test/src/math/smoke CMakeLists.txt generic_sqrtf128_test.cpp

generic_sqrtf128
DeltaFile
+5-0libc/test/src/math/smoke/generic_sqrtf128_test.cpp
+1-0libc/test/src/math/smoke/CMakeLists.txt
+6-02 files

NetBSD/src wZVGXOxsys/arch/sparc64/sparc64 autoconf.c

   Add missing newline to debug logging when cpu nodes are ignored
VersionDeltaFile
1.254+5-3sys/arch/sparc64/sparc64/autoconf.c
+5-31 files

FreeBSD/ports a439278science/anari pkg-descr Makefile, science/anari/files patch-examples_simple_anariTutorial.c patch-examples_simple_anariTutorialDebug.c

science/anari: new port, ANARI Cross-Platform 3D Rendering Engine API
DeltaFile
+183-0science/anari/pkg-plist
+47-0science/anari/Makefile
+21-0science/anari/files/patch-cmake_anari__sdk__fetch__project.cmake
+12-0science/anari/files/patch-examples_simple_anariTutorial.c
+12-0science/anari/files/patch-examples_simple_anariTutorialDebug.c
+8-0science/anari/pkg-descr
+283-02 files not shown
+289-08 files

FreeBSD/ports 7340401devel/scnlib pkg-descr pkg-plist, devel/scnlib/files patch-benchmark_runtime_float_single.cpp patch-benchmark_runtime_float_repeated.cpp

devel/scnlib: new port, scanf for modern C++
DeltaFile
+38-0devel/scnlib/Makefile
+25-0devel/scnlib/files/patch-src_scn_impl.cpp
+13-0devel/scnlib/pkg-plist
+7-0devel/scnlib/pkg-descr
+7-0devel/scnlib/files/patch-benchmark_runtime_float_single.cpp
+7-0devel/scnlib/files/patch-benchmark_runtime_float_repeated.cpp
+97-02 files not shown
+101-08 files

LLVM/project dbe128blibc/test/src/math CMakeLists.txt, libc/test/src/math/smoke sqrtf128_test.cpp CMakeLists.txt

nits
DeltaFile
+2-0libc/test/src/math/CMakeLists.txt
+0-1libc/test/src/math/smoke/sqrtf128_test.cpp
+1-0libc/test/src/math/smoke/CMakeLists.txt
+3-13 files

LLVM/project 84176d9libc/config/baremetal/riscv entrypoints.txt, libc/config/darwin/aarch64 entrypoints.txt

entrypoints
DeltaFile
+1-1libc/config/linux/x86_64/entrypoints.txt
+1-1libc/config/linux/riscv/entrypoints.txt
+1-1libc/config/linux/aarch64/entrypoints.txt
+1-1libc/config/freebsd/x86_64/entrypoints.txt
+1-1libc/config/darwin/aarch64/entrypoints.txt
+1-1libc/config/baremetal/riscv/entrypoints.txt
+6-67 files not shown
+13-813 files

LLVM/project 83e1178utils/bazel/llvm-project-overlay/libc BUILD.bazel, utils/bazel/llvm-project-overlay/llvm BUILD.bazel

[bazel] Fix bazelisk failures after ORC RTBridge removal and libc float128 (#216505)

…at128

Commit f406aaec5f6dcb8dbe5d7267afdfdf80cea29d32 removed the ORC/RTBridge
directory and relocated its headers directly under
include/llvm/ExecutionEngine/Orc/. This updates OrcJIT and OrcShared in
llvm/BUILD.bazel to remove the obsolete RTBridge header glob patterns.

Additionally, this adds the missing :__support_fputil_float128 target in
libc/BUILD.bazel and includes it in the dependencies of
:__support_math_ceilf128 and :shared_math_headers_for_apfloat.

TAG=agy
CONV=cdc6d2a4-4a43-464a-ae1b-a56f935ee140
DeltaFile
+19-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+2-4utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+21-42 files

FreeBSD/ports 720785farchivers/zip Makefile, archivers/zip/files patch-zip.c

archivers/zip: fix command injection vulnerability

Insufficient quoting in the -T option gave rise to the possibility of
a command injection.  Apply a fix from the Debian project.

Reported by:    nimaje (via IRC)
See also:       https://sintonen.fi/advisories/infozip-test-option-command-injection.txt
MFH:            2026Q3

(cherry picked from commit 7a7406eab8d872fe5549010305c451e0959db57c)
DeltaFile
+223-4archivers/zip/files/patch-zip.c
+1-1archivers/zip/Makefile
+224-52 files

FreeBSD/ports 26cfa62games/OpenLoco Makefile distinfo

games/OpenLoco: update to 26.08

Changelog: https://github.com/OpenLoco/OpenLoco/releases/tag/v26.08
DeltaFile
+38-1games/OpenLoco/pkg-plist
+5-5games/OpenLoco/distinfo
+2-2games/OpenLoco/Makefile
+45-83 files

FreeBSD/ports e1d46ednet/go-pkgsite Makefile distinfo

net/go-pkgsite: update to 0.4.0

Changelog: https://github.com/golang/pkgsite/compare/v0.3.0...v0.4.0
DeltaFile
+5-5net/go-pkgsite/distinfo
+1-2net/go-pkgsite/Makefile
+6-72 files

FreeBSD/ports 239e8ffdevel/go-tools Makefile distinfo

devel/go-tools: update to 0.49.0

Selected upstream changes:

 - present: correct documented time for dates
 - present: validate background directive arguments
 - cmd/present: fix obsolete flag in security warning
 - present, cmd/present, cmd/present2md: document lack of security hardening
 - go.mod: update golang.org/x dependencies

Changelog: https://github.com/golang/tools/compare/v0.48.0...v0.49.0
DeltaFile
+5-5devel/go-tools/distinfo
+1-2devel/go-tools/Makefile
+6-72 files

FreeBSD/ports 7a7406earchivers/zip Makefile, archivers/zip/files patch-zip.c

archivers/zip: fix command injection vulnerability

Insufficient quoting in the -T option gave rise to the possibility of
a command injection.  Apply a fix from the Debian project.

Reported by:    nimaje (via IRC)
See also:       https://sintonen.fi/advisories/infozip-test-option-command-injection.txt
MFH:            2026Q3
DeltaFile
+223-4archivers/zip/files/patch-zip.c
+1-1archivers/zip/Makefile
+224-52 files

FreeBSD/ports 815c577lang/intercal Makefile distinfo, lang/intercal/files patch-buildaux_Makefile.am

lang/intercal: update to 0.35

 - make testsuite work by using gmake to build it

Changelog: http://www.catb.org/~esr/intercal/NEWS.html
DeltaFile
+28-1lang/intercal/files/patch-buildaux_Makefile.am
+3-3lang/intercal/distinfo
+1-1lang/intercal/Makefile
+32-53 files

FreeBSD/ports 828554ddevel/bmk Makefile distinfo

devel/bmk: update to 0.4

Changelog: https://github.com/realchonk/bmk/blob/0.4/CHANGELOG.md
DeltaFile
+3-3devel/bmk/distinfo
+4-1devel/bmk/Makefile
+7-42 files

LLVM/project 22ac4eclibc/shared/math sqrtf128.h, libc/src/__support/math sqrtf128.h

Modify sqrtf128 for emulated float128 type
DeltaFile
+148-65libc/test/src/math/smoke/sqrtf128_test.cpp
+46-20libc/test/src/math/sqrtf128_test.cpp
+6-9libc/src/__support/math/sqrtf128.h
+0-6libc/shared/math/sqrtf128.h
+4-1libc/src/math/generic/sqrtf128.cpp
+5-0libc/src/math/sqrtf128.h
+209-1015 files not shown
+214-10311 files

NetBSD/src t9sAijpbin/sh sh.1

   Fully describe the new dotglob option

   Move it to the correct place in the list of options (these things
   are sorted!) and flesh out the description of what it (now) does a bit.

   While here, fix some minor markup issues in an earlier revision relating
   to the new -c option to the read built-in.
VersionDeltaFile
1.282+40-11bin/sh/sh.1
+40-111 files

NetBSD/pkgsrc xzsvx9Udevel/jj distinfo, devel/jj/patches patch-.._vendor_serde__bser-0.4.0_src_ser_mod.rs

   devel/jj: add a patch to fix the build on big-endian hosts.

   This applies the change from this upstream pull request:
   https://github.com/facebook/watchman/pull/1238

   Admittedly I'm not able to figure out which version of the
   serde_bser crate has the fix and why it's not in devel/jj: the
   crate appears to be version 0.4.0 both in devel/jj and at the head
   of the github development branch, and this fix is in one but
   not the other.

   Reported upstream at https://github.com/jj-vcs/jj/issues/9992.
VersionDeltaFile
1.1+45-0devel/jj/patches/patch-.._vendor_serde__bser-0.4.0_src_ser_mod.rs
1.38+2-1devel/jj/distinfo
+47-12 files

NetBSD/src jEYFZ6ibin/sh expand.c

   sh: fully implement dotglob

   Since dotglob has been created, and is now a sh option, implement
   it fully, not only for filename completion (but not at all in SMALL
   shells).

   When dotglob is enabled '*' (etc) matches filenames beginning with
   a dot (period, '.') as well as everything else.  When it is disabled
   the historic practice of only matching files with names starting with
   a '.' when the pattern starts (that component) with a '.' continues.

   The default (as with most options) is disabled (traditional behaviour).

   Note that the names "." and ".." are unaffected by dotglob, they
   are only ever matched by a pattern starting with '.'.

   Note all of this applies only to filename expansion (aka, glob) and
   libedit's filename completion, and not to any other uses of pattern
   matching in sh.  In all other contexts a '.' is just a character,
   wherever it appears, and is matched just the same as anything else.
VersionDeltaFile
1.152+28-6bin/sh/expand.c
+28-61 files

NetBSD/src reZGxWwlib/libedit editline.3

   Fix typos.

   It not Ir, and DV does not work for Dv.
VersionDeltaFile
1.107+3-3lib/libedit/editline.3
+3-31 files

FreeBSD/ports a8e7327math/R-cran-GPArotation Makefile distinfo

math/R-cran-GPArotation: Update to 2026.8-1

Changelog: https://cran.r-project.org/web/packages/GPArotation/NEWS
DeltaFile
+3-3math/R-cran-GPArotation/distinfo
+1-1math/R-cran-GPArotation/Makefile
+4-42 files

LLVM/project 13b45f5llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 split-node-reused-in-later-vector.ll copyable-extractelement-in-stores.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+94-21llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+22-15llvm/test/Transforms/SLPVectorizer/X86/same-values-sub-node-with-poisons.ll
+11-9llvm/test/Transforms/SLPVectorizer/X86/split-node-reused-and-reordered-operand.ll
+2-16llvm/test/Transforms/SLPVectorizer/X86/copyable-extractelement-in-stores.ll
+9-9llvm/test/Transforms/SLPVectorizer/X86/select-copyable-cmp-poison.ll
+6-8llvm/test/Transforms/SLPVectorizer/X86/split-node-reused-in-later-vector.ll
+144-786 files not shown
+162-10012 files

NetBSD/src N752Gpusys/arch/m68k/m68k pmap_68k.c

   Update to reflect current port-conversion status.
VersionDeltaFile
1.78+7-15sys/arch/m68k/m68k/pmap_68k.c
+7-151 files

NetBSD/src OgIruDxbin/sh option.list

   /bin/sh option list, don't include dotglob in SMALL shells

   dotglob is only (currently) used for file completion via libedit.
   None of that is included in SMALL shells, so the new dotglob option
   is pointless there (just occupies space), just exclude it.
VersionDeltaFile
1.15+2-2bin/sh/option.list
+2-21 files

LLVM/project c20c479clang/docs AutomaticReferenceCounting.md AutomaticReferenceCounting.rst, clang/include/clang/Basic AttrDocs.td

Rebase

Created using spr 1.3.7
DeltaFile
+4,251-4,283clang/include/clang/Basic/AttrDocs.td
+21-3,157llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
+0-2,674clang/docs/AutomaticReferenceCounting.rst
+2,591-0clang/docs/AutomaticReferenceCounting.md
+5-2,046llvm/test/CodeGen/X86/fp128-libcalls.ll
+1,725-0llvm/test/CodeGen/X86/scalar-minmax-simd.ll
+8,593-12,1601,621 files not shown
+62,749-38,1411,627 files