FreeBSD/ports b09f904audio/py-pyradio distinfo Makefile

audio/py-pyradio: Update to 0.9.3.11.24

ChangeLog:      https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.24
Reported by:    Spiros Georgaras <notifications at github.com
DeltaFile
+3-3audio/py-pyradio/distinfo
+1-1audio/py-pyradio/Makefile
+4-42 files

NetBSD/src 3ehtIVuusr.bin/crunch/crunchgen crunchgen.c

   crunchgen: remove unhandled command line option, fix usage
VersionDeltaFile
1.98+4-4usr.bin/crunch/crunchgen/crunchgen.c
+4-41 files

LLVM/project dc3a902clang/bindings/python/clang cindex.py, clang/bindings/python/tests/cindex test_code_completion.py test_enums.py

Use existing AvailabilityKind enum for code completion availability (#160296)

This adresses point 4 from #156680. This is a necessary step before
`CompletionChunk.Kind` can be removed.

The `ChunkCompletion.Kind` implements `__str__` and `__repr__`
differently from our other enum classes. I have adapted the `__repr__`
of `CompletionString` to stringify the availability of the chunk
differently so that it still looks the same as before.

Also introduce a temporary `AvailabilityKindCompat` to ensure that
`__str__` returns the same format, while also leaving a deprecation
warning that this will be removed in a future release.

---------

Co-authored-by: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
DeltaFile
+46-17clang/bindings/python/clang/cindex.py
+39-2clang/bindings/python/tests/cindex/test_code_completion.py
+11-0clang/docs/ReleaseNotes.rst
+4-0clang/bindings/python/tests/cindex/test_enums.py
+100-194 files

FreeBSD/ports e1128fbnet/krakend-ce distinfo Makefile

net/krakend-ce: Update 2.12.0 => 2.12.1

Changelogs:
* https://github.com/krakend/krakend-ce/releases/tag/v2.12.1
* https://github.com/krakend/krakend-ce/compare/v2.12.0...v2.12.1

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+5-5net/krakend-ce/distinfo
+1-2net/krakend-ce/Makefile
+6-72 files

NetBSD/src 2eakpxitests/usr.bin/xlint/lint1 c11.c, usr.bin/xlint/lint1 cgram.y decl.c

   lint: fix _Alignas(type) to use the alignment, not the size
VersionDeltaFile
1.535+5-5usr.bin/xlint/lint1/cgram.y
1.423+4-4usr.bin/xlint/lint1/decl.c
1.13+3-3tests/usr.bin/xlint/lint1/c11.c
1.243+2-2usr.bin/xlint/lint1/externs1.h
+14-144 files

NetBSD/src HBtbdhqtests/usr.bin/xlint/lint1 c11.c

   tests/lint: demonstrate wrong alignment for _Alignas(type)
VersionDeltaFile
1.12+17-1tests/usr.bin/xlint/lint1/c11.c
+17-11 files

FreeBSD/ports 98ac67bsecurity/openvpn-devel distinfo Makefile

security/openvpn-devel: Update 2.7_rc3 => 2.7_rc5

Some important changes for FreeBSD users rc3 -> rc5:
    - CVE 2025-15497 in epoch key handling
    - repair interaction between DCO and persist-tun after reconnection
    - require "script-security 2" when using --dev unix:<program>
    - improve documentation and error messages for a number of
      deprecated options
    - tun.c: unify read_tun()/write_tun() functions for all BSD
      platforms
    - more type conversion related cleanups
    - add check for auth none / cipher none on FreeBSD DCO
    - drop mbedtls 2.x support

PR:             292492
Sponsored by:   Subcarpathian BSD User Group
-----
committer annotations by Matthias Andree
Approved by:    Gert Doering (maintainer)

    [3 lines not shown]
DeltaFile
+3-3security/openvpn-devel/distinfo
+2-2security/openvpn-devel/Makefile
+5-52 files

LLVM/project 401cad6mlir/include/mlir/Analysis/DataFlow SparseAnalysis.h IntegerRangeAnalysis.h, mlir/lib/Analysis/DataFlow SparseAnalysis.cpp IntegerRangeAnalysis.cpp

[mlir][Analysis] Clean up `visitNonControlFlowArguments`
DeltaFile
+28-13mlir/include/mlir/Analysis/DataFlow/SparseAnalysis.h
+5-10mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
+5-5mlir/lib/Analysis/DataFlow/IntegerRangeAnalysis.cpp
+3-5mlir/include/mlir/Analysis/DataFlow/IntegerRangeAnalysis.h
+41-334 files

OPNSense/core c31d943src/etc/inc interfaces.inc

interfaces: force renewal on most dhcp6c actions #9521
DeltaFile
+7-9src/etc/inc/interfaces.inc
+7-91 files

FreeBSD/ports 0de0a60security/openvpn-devel distinfo Makefile

security/openvpn-devel: Update 2.7_rc3 => 2.7_rc5

Some important changes for FreeBSD users rc3 -> rc5:
    - CVE 2025-15497 in epoch key handling
    - repair interaction between DCO and persist-tun after reconnection
    - require "script-security 2" when using --dev unix:<program>
    - improve documentation and error messages for a number of
      deprecated options
    - tun.c: unify read_tun()/write_tun() functions for all BSD
      platforms
    - more type conversion related cleanups
    - add check for auth none / cipher none on FreeBSD DCO
    - drop mbedtls 2.x support

PR:             292492
Sponsored by:   Subcarpathian BSD User Group
-----
committer annotations by Matthias Andree
Approved by:    Gert Doering (maintainer)

    [2 lines not shown]
DeltaFile
+3-3security/openvpn-devel/distinfo
+2-2security/openvpn-devel/Makefile
+5-52 files

FreeBSD/ports 3b15f0awww/wget2 distinfo Makefile, www/wget2/files patch-configure.ac patch-tests_libtest.c

www/wget2: security update to 2.2.1
DeltaFile
+0-23www/wget2/files/patch-configure.ac
+11-0www/wget2/files/patch-tests_libtest.c
+3-3www/wget2/distinfo
+4-2www/wget2/Makefile
+3-2www/wget2/pkg-plist
+21-305 files

LLVM/project b089261llvm/test/CodeGen/X86 clmul.ll

[X86] clmul.ll - remove unused SSE checks (#176568)

DeltaFile
+0-745llvm/test/CodeGen/X86/clmul.ll
+0-7451 files

NetBSD/src 2kM34N0sys/dev/sdmmc sdmmc_io.c

   fix SDMMC_DEBUG build
VersionDeltaFile
1.26+4-3sys/dev/sdmmc/sdmmc_io.c
+4-31 files

OpenBSD/src GsiHtVPlib/libcrypto/arch/amd64 Makefile.inc, lib/libcrypto/arch/hppa Makefile.inc

   Mop up unused AES_ASM and RSA_ASM defines.

   These have not been used for quite some time.
VersionDeltaFile
1.43+1-3lib/libcrypto/arch/amd64/Makefile.inc
1.28+1-2lib/libcrypto/arch/hppa/Makefile.inc
1.32+1-2lib/libcrypto/arch/i386/Makefile.inc
1.20+1-2lib/libcrypto/arch/mips64/Makefile.inc
1.15+1-2lib/libcrypto/arch/powerpc/Makefile.inc
1.17+1-2lib/libcrypto/arch/powerpc64/Makefile.inc
+6-131 files not shown
+7-157 files

NetBSD/pkgsrc-wip f20ff26tinygo distinfo Makefile, tinygo/patches patch-GNUmakefile

tinygo: honour MAKE_JOBS
DeltaFile
+12-2tinygo/patches/patch-GNUmakefile
+1-1tinygo/distinfo
+1-0tinygo/Makefile
+14-33 files

NetBSD/src rHjeoc4sys/dev/sdmmc sdmmcreg.h

   sdmmc: Fix swapped SSR cache and card maintenance bit defs
VersionDeltaFile
1.36+3-3sys/dev/sdmmc/sdmmcreg.h
+3-31 files

OpenBSD/src bMjRExFusr.sbin/rpki-client rpki-client.8

   rpki-client.8: zap a trailing blank
VersionDeltaFile
1.138+3-3usr.sbin/rpki-client/rpki-client.8
+3-31 files

OpenBSD/src ojDb7MUusr.sbin/rpki-client rpki-client.8

   rpki-client: tweak previous to keep the portable diff simple

   ok job
VersionDeltaFile
1.137+6-4usr.sbin/rpki-client/rpki-client.8
+6-41 files

NetBSD/src ESq4oqSsys/arch/arm/arm32 bus_dma.c, sys/arch/arm/include bus_defs.h

   Type consistency. Use paddr_t for PAs instead of bus_addr_t.

   NFCI.
VersionDeltaFile
1.152+5-5sys/arch/arm/arm32/bus_dma.c
1.14+5-5sys/arch/riscv/riscv/bus_dma.c
1.20+2-2sys/arch/arm/include/bus_defs.h
+12-123 files

FreeBSD/ports 72c1f1beditors/vscode distinfo Makefile.version, editors/vscode/files product.json.extensions

editors/vscode: Update to 1.108.1

While here, update product.json for popular extensions. [1]

Changelog: https://code.visualstudio.com/updates/v1_108

Reported by:    GitHub (watch releases)
Obtained from:  https://github.com/VSCodium/vscodium/blob/1.108.10359/product.json [1]
DeltaFile
+7-7editors/vscode/distinfo
+6-8editors/vscode/files/product.json.extensions
+2-2editors/vscode/Makefile.version
+2-1editors/vscode/pkg-plist
+17-184 files

FreeBSD/src dd1d6a0sys/net80211 ieee80211_proto.c

net80211: fix arguments to IEEE80211_NOTE in ieee80211_fix_rate

Fix the arguments to the debug statement.

(slightly adjusted from the original submission by bz)

PR:             286448

(cherry picked from commit 75556c7e999e9095ce71558ae61f49c1ba61a192)
(cherry picked from commit 2e93d2f39d72e5542781165c368343d7d73643e9)
DeltaFile
+2-2sys/net80211/ieee80211_proto.c
+2-21 files

FreeBSD/ports c980b6fdevel/R-cran-future distinfo Makefile

devel/R-cran-future: Update to 1.69.0

ChangeLog: https://cran.r-project.org/web/packages/future/news/news.html
DeltaFile
+3-3devel/R-cran-future/distinfo
+1-1devel/R-cran-future/Makefile
+4-42 files

FreeBSD/ports dbde6ddscience/packmol distinfo Makefile

science/packmol: Update to 21.2.0

ChangeLog: https://github.com/m3g/packmol/releases/tag/v21.2.0
DeltaFile
+3-3science/packmol/distinfo
+1-1science/packmol/Makefile
+4-42 files

FreeBSD/ports 9d865b5x11/showmethekey distinfo Makefile

x11/showmethekey: Update to 1.19.0

ChangeLog: https://github.com/AlynxZhou/showmethekey/releases/tag/v1.19.0
DeltaFile
+3-3x11/showmethekey/distinfo
+1-1x11/showmethekey/Makefile
+4-42 files

NetBSD/pkgsrc Yy9cJvPcross/pioasm Makefile

   pioasm: use PKGVERSION_NOREV for GITHUB_RELEASE
VersionDeltaFile
1.2+2-2cross/pioasm/Makefile
+2-21 files

OpenBSD/ports W4OuCxdmath/py-numpy Makefile

   py3-numpy: unbreak on old amd64 CPUs, reported/tested by stu, ok kn sthen
VersionDeltaFile
1.97+5-0math/py-numpy/Makefile
+5-01 files

NetBSD/pkgsrc QaQin78cross Makefile, doc CHANGES-2026

   add cross/pioasm
VersionDeltaFile
1.127+2-1cross/Makefile
1.359+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc RvVa30Across/pioasm Makefile PLIST

   cross/pioasm: import pioasm-2.2.0

   Programmable I/O block assembler for Raspberry Pi Pico microcontrollers.
VersionDeltaFile
1.1+22-0cross/pioasm/Makefile
1.1+6-0cross/pioasm/PLIST
1.1+5-0cross/pioasm/distinfo
1.1+1-0cross/pioasm/DESCR
+34-04 files

FreeBSD/doc 4721402website/content/en/status/report-2025-10-2025-12 alpha-omega-beach-cleaning.adoc

Status/2025Q4/alpha-omega-beach-cleaning.adoc: Add report

Sponsored by:   The FreeBSD Foundation
Pull Request:   https://github.com/freebsd/freebsd-doc/pull/596
DeltaFile
+53-0website/content/en/status/report-2025-10-2025-12/alpha-omega-beach-cleaning.adoc
+53-01 files

OpenBSD/ports lDssQZVmultimedia/pipewire/pipewire distinfo Makefile, multimedia/pipewire/pipewire/pkg PLIST-libs

   Update to pipewire-1.4.10.
VersionDeltaFile
1.30+2-2multimedia/pipewire/pipewire/distinfo
1.54+1-1multimedia/pipewire/pipewire/Makefile
1.4+1-0multimedia/pipewire/pipewire/pkg/PLIST-libs
+4-33 files