NetBSD/pkgsrc-wip 2ecc82dgzip distinfo DESCR, gzip/patches patch-lib_utimens.h

gzip: remove, used for updating archivers/gzip
DeltaFile
+0-43gzip/COMMIT_MSG
+0-27gzip/PLIST
+0-19gzip/patches/patch-lib_utimens.h
+0-19gzip/Makefile
+0-7gzip/DESCR
+0-6gzip/distinfo
+0-1211 files not shown
+0-1227 files

FreeBSD/ports a4894e7lang/gcc16/files patch-libgcc_config_aarch64_cpuinfo.c

lang/gcc16: Fix build on arm64

GCC upstream has removed conditional definitions for some constants,
defining them directly with the same values used on Linux. However,
FreeBSD values for the same constants are different. Then revert
upstream commit.

Co-authored-by: Mark Millard <marklmi26-fbsd at yahoo.com>
PR:             294062
Reported by:    Luke Yasuda <jing at jing.rocks>

(cherry picked from commit 13e3a42d6eebb30b822e95a16ba09ce14bcb557d)
DeltaFile
+279-0lang/gcc16/files/patch-libgcc_config_aarch64_cpuinfo.c
+279-01 files

NetBSD/pkgsrc-wip aa76a06just Makefile cargo-depends.mk

Update devel/just tp v1.58.0
DeltaFile
+48-48just/distinfo
+15-15just/cargo-depends.mk
+1-1just/Makefile
+64-643 files

FreeBSD/ports d659870net/freeswitch Makefile pkg-plist, net/freeswitch/files patch-src_mod_codecs_mod__dahdi__codec_mod__dahdi__codec.c patch-src_mod_event__handlers_mod__rayo_Makefile.am

net/freeswitch: update 1.10.12 -> 1.11.1

PR:             295679
Author:         Dustin Marquess <jailbird at fdf.net>
Changes:        https://github.com/signalwire/freeswitch/releases/tag/v1.11.0
                https://github.com/signalwire/freeswitch/releases/tag/v1.11.1
DeltaFile
+71-111net/freeswitch/pkg-plist
+49-56net/freeswitch/Makefile
+14-84net/freeswitch/files/extrapatch-modules.conf
+0-75net/freeswitch/files/patch-src_mod_event__handlers_mod__rayo_Makefile.in
+0-32net/freeswitch/files/patch-src_mod_event__handlers_mod__rayo_Makefile.am
+0-14net/freeswitch/files/patch-src_mod_codecs_mod__dahdi__codec_mod__dahdi__codec.c
+134-3721 files not shown
+137-3757 files

OpenBSD/ports ZOctDcVnet/whatweb Makefile

   update my email address
VersionDeltaFile
1.22+2-2net/whatweb/Makefile
+2-21 files

LLVM/project c935849clang/docs/analyzer checkers.md

[analyzer][docs] Add documentation for the UseAfterLifetimeEnd checker
DeltaFile
+59-0clang/docs/analyzer/checkers.md
+59-01 files

LLVM/project 42f085ellvm/lib/Target/SPIRV SPIRVStructurizerWrapper.h SPIRVPrepareFunctions.h

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+110-0llvm/lib/Target/SPIRV/SPIRV.h
+0-34llvm/lib/Target/SPIRV/SPIRVFinalizeShaderLinkage.h
+0-29llvm/lib/Target/SPIRV/SPIRVStructurizerWrapper.h
+0-29llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.h
+0-29llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
+0-29llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.h
+110-15024 files not shown
+145-38830 files

LLVM/project 21b1551llvm/lib/Target/SPIRV SPIRVStructurizerWrapper.h SPIRVPrepareFunctions.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+199-0llvm/lib/Target/SPIRV/SPIRVCodeGenPassBuilder.cpp
+110-0llvm/lib/Target/SPIRV/SPIRV.h
+0-34llvm/lib/Target/SPIRV/SPIRVFinalizeShaderLinkage.h
+0-29llvm/lib/Target/SPIRV/SPIRVStructurizerWrapper.h
+0-29llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.h
+0-29llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
+309-12127 files not shown
+352-39333 files

FreeBSD/ports 0af4c1csecurity/aws-iam-authenticator Makefile distinfo

security/aws-iam-authenticator: Update to 0.7.19

Changelog:
https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.19
DeltaFile
+5-5security/aws-iam-authenticator/distinfo
+1-2security/aws-iam-authenticator/Makefile
+6-72 files

FreeBSD/ports 83eca16net-mgmt/prometheus3 Makefile distinfo

net-mgmt/prometheus3: Update to 3.14.0

Changelog:
https://github.com/prometheus/prometheus/releases/tag/v3.14.0
DeltaFile
+7-7net-mgmt/prometheus3/distinfo
+1-2net-mgmt/prometheus3/Makefile
+8-92 files

FreeBSD/ports 9275561sysutils/kubectl Makefile distinfo

sysutils/kubectl: Update to 1.36.4

Changelog:
https://github.com/kubernetes/kubernetes/releases/tag/v1.36.4
DeltaFile
+3-3sysutils/kubectl/distinfo
+1-2sysutils/kubectl/Makefile
+4-52 files

LLVM/project 81f6f8dclang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp, clang/unittests/ScalableStaticAnalysis/SourceTransformation CppBoundedBuffersTest.cpp

fix

Created using spr 1.3.7
DeltaFile
+1,629-90llvm/test/CodeGen/AArch64/early-ifcvt-load-to-cond-br.mir
+672-0clang/unittests/ScalableStaticAnalysis/SourceTransformation/CppBoundedBuffersTest.cpp
+611-0clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+46-333llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
+359-0llvm/test/Transforms/SLPVectorizer/X86/interchangeable-cmp-predicates.ll
+163-175llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
+3,480-598241 files not shown
+8,470-1,933247 files

LLVM/project 2fc1875clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations CppBoundedBuffers.cpp, clang/unittests/ScalableStaticAnalysis/SourceTransformation CppBoundedBuffersTest.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+1,629-90llvm/test/CodeGen/AArch64/early-ifcvt-load-to-cond-br.mir
+672-0clang/unittests/ScalableStaticAnalysis/SourceTransformation/CppBoundedBuffersTest.cpp
+611-0clang/lib/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.cpp
+46-333llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
+359-0llvm/test/Transforms/SLPVectorizer/X86/interchangeable-cmp-predicates.ll
+163-175llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
+3,480-598240 files not shown
+8,469-1,932246 files

OpenBSD/ports 0ZytiO0comms/liquid-dsp distinfo Makefile, comms/liquid-dsp/patches patch-src_nco_src_nco_proto_c

   update 1.7.0 -> 1.8.2
VersionDeltaFile
1.2+3-7comms/liquid-dsp/Makefile
1.2+7-0comms/liquid-dsp/pkg/PLIST
1.2+2-2comms/liquid-dsp/patches/patch-src_nco_src_nco_proto_c
1.2+2-2comms/liquid-dsp/distinfo
+14-114 files

OpenBSD/ports v35aIc9databases/p5-DBIx-DataModel distinfo Makefile, databases/p5-DBIx-DataModel/pkg PLIST

   update p5-DBIx-DataModel to 3.14
VersionDeltaFile
1.5+76-10databases/p5-DBIx-DataModel/pkg/PLIST
1.15+26-12databases/p5-DBIx-DataModel/Makefile
1.5+2-2databases/p5-DBIx-DataModel/distinfo
+104-243 files

HardenedBSD/src b2e36e4sys/dev/rtwn/usb rtwn_usb_attach.h, sys/x86/iommu amd_drv.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+194-0usr.sbin/bhyve/ipc.c
+102-36sys/x86/iommu/amd_drv.c
+7-124usr.sbin/bhyve/snapshot.c
+25-11usr.sbin/bhyvectl/bhyvectl.c
+9-8usr.sbin/bhyve/ipc.h
+10-5sys/dev/rtwn/usb/rtwn_usb_attach.h
+347-18420 files not shown
+388-20326 files

HardenedBSD/src a802c35sys/dev/rtwn/usb rtwn_usb_attach.h, sys/x86/iommu amd_drv.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+194-0usr.sbin/bhyve/ipc.c
+102-36sys/x86/iommu/amd_drv.c
+7-124usr.sbin/bhyve/snapshot.c
+25-11usr.sbin/bhyvectl/bhyvectl.c
+9-8usr.sbin/bhyve/ipc.h
+10-5sys/dev/rtwn/usb/rtwn_usb_attach.h
+347-18420 files not shown
+388-20326 files

HardenedBSD/ports 14ef681mail/pizauth Makefile.crates distinfo, mail/protonmail-bridge/files patch-pkg_keychain_helper__freebsd.go patch-pkg_keychain_helper__dbus__freebsd.go

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+399-273mail/pizauth/distinfo
+198-135mail/pizauth/Makefile.crates
+233-0mail/protonmail-bridge/files/patch-pkg_keychain_helper__dbus__freebsd.go
+130-0security/vuxml/vuln/2026.xml
+83-0mail/protonmail-bridge/files/patch-pkg_keychain_helper__freebsd.go
+33-43www/hs-postgrest/distinfo
+1,076-451160 files not shown
+2,061-989166 files

NetBSD/src vv0Of5zsys/kern subr_pool.c, sys/sys pool.h

   pool(9): Nix useless PR_GROWINGNOWAIT bit.

   This was introduced back in 2017 as an attempt to avoid spurious
   failure in concurrent PR_NOWAIT allocations, while still serializing
   calls to the pool's back end allocator to avoid fragmentation:

   https://mail-index.NetBSD.org/source-changes/2017/12/16/msg090490.html

   However, this probably doesn't work very well when one pool_get call
   in the middle of pool_grow is _interrupted by_ another one (in an
   interrupt handler) -- the busy wait will turn into a deadlock:

   https://mail-index.NetBSD.org/current-users/2017/12/29/msg033000.html

   So the logic was changed to keep holding the lock across the backing
   allocator in PR_NOWAIT allocations -- this way, calls to the pool's
   back end allocator are still serialized, but we at least avoid
   holding the lock _while sleeping_ in the back end allocator:


    [9 lines not shown]
VersionDeltaFile
1.298+4-17sys/kern/subr_pool.c
1.97+1-2sys/sys/pool.h
+5-192 files

FreeBSD/ports 16465e4devel/jackson-module-jaxb-annotations Makefile distinfo

devel/jackson-module-jaxb-annotations: Update to 2.22.2

The covered releases touched other modules of jackson-modules-base
only, this one moves along to stay in step with the rest of the family.

Changes:        https://github.com/FasterXML/jackson-modules-base/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3devel/jackson-module-jaxb-annotations/distinfo
+1-1devel/jackson-module-jaxb-annotations/Makefile
+4-42 files

HardenedBSD/ports 16465e4devel/jackson-module-jaxb-annotations Makefile distinfo

devel/jackson-module-jaxb-annotations: Update to 2.22.2

The covered releases touched other modules of jackson-modules-base
only, this one moves along to stay in step with the rest of the family.

Changes:        https://github.com/FasterXML/jackson-modules-base/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3devel/jackson-module-jaxb-annotations/distinfo
+1-1devel/jackson-module-jaxb-annotations/Makefile
+4-42 files

HardenedBSD/ports b64fbd4devel/jackson-jaxrs-providers Makefile distinfo

devel/jackson-jaxrs-providers: Update to 2.22.2

JacksonJsonProvider now honors
DeserializationFeature.FAIL_ON_UNRESOLVED_OBJECT_IDS, otherwise only
packaging changes.

Changes:        https://github.com/FasterXML/jackson-jaxrs-providers/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+5-5devel/jackson-jaxrs-providers/distinfo
+1-1devel/jackson-jaxrs-providers/Makefile
+6-62 files

FreeBSD/ports 668d784security/dogtag-pki Makefile, security/dogtag-pki/files patch-base_tomcat-9.0_CMakeLists.txt

security/dogtag-pki: Fix incomplete javac classpath

base/tomcat-9.0 compiles against pki-common, whose classes carry
@JsonInclude, but does not list jackson-annotations, so javac cannot
resolve the annotation.  Every other subproject already lists the jar.

Sponsored by:   Netzkommune GmbH
DeltaFile
+10-0security/dogtag-pki/files/patch-base_tomcat-9.0_CMakeLists.txt
+1-0security/dogtag-pki/Makefile
+11-02 files

FreeBSD/ports b64fbd4devel/jackson-jaxrs-providers Makefile distinfo

devel/jackson-jaxrs-providers: Update to 2.22.2

JacksonJsonProvider now honors
DeserializationFeature.FAIL_ON_UNRESOLVED_OBJECT_IDS, otherwise only
packaging changes.

Changes:        https://github.com/FasterXML/jackson-jaxrs-providers/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+5-5devel/jackson-jaxrs-providers/distinfo
+1-1devel/jackson-jaxrs-providers/Makefile
+6-62 files

HardenedBSD/ports 668d784security/dogtag-pki Makefile, security/dogtag-pki/files patch-base_tomcat-9.0_CMakeLists.txt

security/dogtag-pki: Fix incomplete javac classpath

base/tomcat-9.0 compiles against pki-common, whose classes carry
@JsonInclude, but does not list jackson-annotations, so javac cannot
resolve the annotation.  Every other subproject already lists the jar.

Sponsored by:   Netzkommune GmbH
DeltaFile
+10-0security/dogtag-pki/files/patch-base_tomcat-9.0_CMakeLists.txt
+1-0security/dogtag-pki/Makefile
+11-02 files

FreeBSD/ports 90cd6e6devel/jackson-core Makefile distinfo

devel/jackson-core: Update to 2.22.2

Closes three ways around StreamReadConstraints, the limits that bound
what a single document may consume.  Further fixes concern surrogate
handling in UTF-8 and JsonPointer parsing.

Security:       CVE-2026-68498
Changes:        https://github.com/FasterXML/jackson-core/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3devel/jackson-core/distinfo
+1-1devel/jackson-core/Makefile
+4-42 files

FreeBSD/ports 20b6d89devel/jackson-databind Makefile distinfo

devel/jackson-databind: Update to 2.22.2

Closes twelve vulnerabilities: @JsonView and @JsonIgnore could be
by-passed in several ways, polymorphic type validation was incomplete,
and deserialization reached out to DNS and arbitrary URL schemes.

Security:       0cb401f9-9f19-11f1-a655-3497f65b111b
Changes:        https://github.com/FasterXML/jackson-databind/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3devel/jackson-databind/distinfo
+1-1devel/jackson-databind/Makefile
+4-42 files

HardenedBSD/ports 90cd6e6devel/jackson-core Makefile distinfo

devel/jackson-core: Update to 2.22.2

Closes three ways around StreamReadConstraints, the limits that bound
what a single document may consume.  Further fixes concern surrogate
handling in UTF-8 and JsonPointer parsing.

Security:       CVE-2026-68498
Changes:        https://github.com/FasterXML/jackson-core/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3devel/jackson-core/distinfo
+1-1devel/jackson-core/Makefile
+4-42 files

HardenedBSD/ports 20b6d89devel/jackson-databind Makefile distinfo

devel/jackson-databind: Update to 2.22.2

Closes twelve vulnerabilities: @JsonView and @JsonIgnore could be
by-passed in several ways, polymorphic type validation was incomplete,
and deserialization reached out to DNS and arbitrary URL schemes.

Security:       0cb401f9-9f19-11f1-a655-3497f65b111b
Changes:        https://github.com/FasterXML/jackson-databind/blob/2.x/release-notes/VERSION-2.x
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3devel/jackson-databind/distinfo
+1-1devel/jackson-databind/Makefile
+4-42 files

FreeBSD/ports 220761esecurity/vuxml/vuln 2026.xml

security/vuxml: Document jackson vulnerabilities

jackson-databind before 2.22.2 by-passes @JsonView and @JsonIgnore in
several ways and validates polymorphic types incompletely, jackson-core
before 2.22.2 can be driven past StreamReadConstraints.

Security:       0cb401f9-9f19-11f1-a655-3497f65b111b
Security:       0cb42b4a-9f19-11f1-a655-3497f65b111b
Sponsored by:   Netzkommune GmbH
DeltaFile
+100-0security/vuxml/vuln/2026.xml
+100-01 files