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

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

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

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

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

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

FreeBSD/ports 6efd185devel/jackson-annotations Makefile distinfo

devel/jackson-annotations: Update to 2.22

Adds @JsonApplyView to switch the active JsonView on submodels,
@JsonSerializeAs and @JsonDeserializeAs, JsonTypeInfo.As.NOTHING, and
writeTypeIdForDefaultImpl to suppress the type id of default types.
@JsonIncludeProperties gained an order property, @JsonFormat a radix
property, and @JacksonInject an optional flag for values that need not
be present.

2.20 raised the baseline from Java 6 to Java 8 and started shipping
SBOMs.

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

FreeBSD/ports 903c15asecurity/vuxml/vuln 2026.xml

security/vuxml: Document multiple vulnerabilities in traefik
DeltaFile
+30-0security/vuxml/vuln/2026.xml
+30-01 files

FreeBSD/ports c823c53net/traefik distinfo Makefile

net/traefik: Update to upstream version 3.7.11

Details:
- Multiple bug- and security fixes, see
  https://github.com/traefik/traefik/releases/tag/v3.7.11
- No breaking config changes

MFH:            2026Q3
Security:       https://github.com/traefik/traefik/security/advisories/GHSA-5w68-77r2-r64c
                https://github.com/traefik/traefik/security/advisories/GHSA-g55h-rg46-x9c5
                https://github.com/traefik/traefik/security/advisories/GHSA-j994-9gqj-9hwq
                https://github.com/traefik/traefik/security/advisories/GHSA-m6wx-622r-48r9
DeltaFile
+3-3net/traefik/Makefile
+3-1net/traefik/distinfo
+6-42 files

FreeBSD/ports 9c20ee5security/py-yara Makefile, security/py-yara/files patch-setup.py

security/py-yara: cleanup
DeltaFile
+0-11security/py-yara/files/patch-setup.py
+1-2security/py-yara/Makefile
+1-132 files

FreeBSD/ports 7f85c3adevel/py-pyelftools Makefile distinfo

devel/py-pyelftools: update to 0.33
DeltaFile
+3-3devel/py-pyelftools/distinfo
+1-1devel/py-pyelftools/Makefile
+4-42 files

FreeBSD/ports a745456deskutils/dosage Makefile distinfo

deskutils/dosage: update to 3.3
DeltaFile
+3-3deskutils/dosage/distinfo
+1-1deskutils/dosage/Makefile
+4-42 files

FreeBSD/ports 493d93fdevel/py-olefile distinfo Makefile

devel/py-olefile: update to 0.47

- Update to 0.47
- Use pep517
DeltaFile
+5-3devel/py-olefile/Makefile
+3-3devel/py-olefile/distinfo
+8-62 files

FreeBSD/ports 3c94442databases/mysql80-server/files patch-storage_innobase_include_ut0crc32.h patch-storage_innobase_ut_crc32.cc, databases/mysql84-server/files patch-storage_innobase_include_ut0crc32.h patch-storage_innobase_ut_crc32.cc

databases/mysql{80,84,97}-server: Fix build on CPUs without SSE4.2

The crc32 code declares target("sse4.2"), but the _mm_crc32_* intrinsics
require the crc32 feature. With -mno-crc32, as emitted by -march=native
on a CPU without the instruction, sse4.2 no longer implies crc32 and the
build fails. Declare crc32 instead, including the two flatten wrappers that
inline those intrinsics.

PR:             275404
Sponsored by:   Netzkommune GmbH
DeltaFile
+49-2databases/mysql97-server/files/patch-storage_innobase_ut_crc32.cc
+49-2databases/mysql84-server/files/patch-storage_innobase_ut_crc32.cc
+49-2databases/mysql80-server/files/patch-storage_innobase_ut_crc32.cc
+9-0databases/mysql97-server/files/patch-storage_innobase_include_ut0crc32.h
+9-0databases/mysql84-server/files/patch-storage_innobase_include_ut0crc32.h
+9-0databases/mysql80-server/files/patch-storage_innobase_include_ut0crc32.h
+174-66 files

FreeBSD/ports cf673dbnet/rustconn pkg-plist Makefile

net/rustconn: Update to 0.20.7

ChangeLog

- https://github.com/totoshko88/RustConn/releases/tag/v0.20.4
- https://github.com/totoshko88/RustConn/releases/tag/v0.20.5
- https://github.com/totoshko88/RustConn/releases/tag/v0.20.6
- https://github.com/totoshko88/RustConn/releases/tag/v0.20.7

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+35-35net/rustconn/distinfo
+16-16net/rustconn/Makefile.crates
+1-1net/rustconn/Makefile
+1-0net/rustconn/pkg-plist
+53-524 files

FreeBSD/ports a44d18dnet/p5-Net-ACME2 Makefile distinfo

net/p5-Net-ACME2: update 0.35 -> 0.41

Changes:        https://metacpan.org/dist/Net-ACME2/changes
DeltaFile
+8-0net/p5-Net-ACME2/pkg-plist
+3-3net/p5-Net-ACME2/distinfo
+2-2net/p5-Net-ACME2/Makefile
+13-53 files

FreeBSD/ports 7c90f18x11-fonts/nerd-fonts-tinos distinfo, x11-fonts/nerd-fonts-ubuntu distinfo

x11-fonts/nerd-fonts: Update to 3.5.1

Changelog: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.5.1

PR:             297714
Approved by:    submitter is maintainer
DeltaFile
+3-3x11-fonts/nerd-fonts-zedmono/distinfo
+3-3x11-fonts/nerd-fonts-victormono/distinfo
+3-3x11-fonts/nerd-fonts-ubuntusans/distinfo
+3-3x11-fonts/nerd-fonts-ubuntumono/distinfo
+3-3x11-fonts/nerd-fonts-ubuntu/distinfo
+3-3x11-fonts/nerd-fonts-tinos/distinfo
+18-1867 files not shown
+217-21773 files

FreeBSD/ports 101971fastro/astrometry distinfo Makefile

astro/astrometry: Update to 0.98

- Change download link
- Use NumPy2 now
- Make test target usable

Changelog:      https://github.com/dstndstn/astrometry.net/compare/0.97...0.98

Reported by:    portscout, Repology
DeltaFile
+23-14astro/astrometry/Makefile
+3-3astro/astrometry/distinfo
+26-172 files

FreeBSD/ports 1ebea09cad/freecad-devel Makefile

cad/freecad-devel: Mark BROKEN

Fails to build,
"The Addon Manager requires the Python package 'defusedxml', which was not found"

Reported by:    pkg-fallout
DeltaFile
+1-0cad/freecad-devel/Makefile
+1-01 files

FreeBSD/ports f6aa7c9archivers/lrzip distinfo Makefile

archivers/lrzip: Improve port

* Use upstream release archive as recommended by Porters Handbook
* Define WWW
* Define ONLY_FOR_ARCHS (upstream only supports 64-bit platforms)
* Remove CFLAGS, LDFLAGS and use USES= localbase:ldflags helper instead
* Rework USES section
* Remove unncessary GNU_CONFIGURE_MANPREFIX definition

PR:             297742
Reviewed by:    delphij (maintainer)
DeltaFile
+10-11archivers/lrzip/Makefile
+3-3archivers/lrzip/distinfo
+13-142 files

FreeBSD/ports 5a6497ecad/freecad Makefile

cad/freecad: Adjust FFmpeg dependency definition

Change filename from libavutil.so.60 libavutil.so to relax lookup

PR:             297388
Approved by:    blanket (build fix)
DeltaFile
+1-1cad/freecad/Makefile
+1-11 files

FreeBSD/ports 22e2269math/R-cran-ipred Makefile distinfo

math/R-cran-ipred: Update to 0.9-16

- Switch WWW url to canonical form

ChangeLog: https://cran.r-project.org/web/packages/ipred/NEWS
DeltaFile
+3-3math/R-cran-ipred/distinfo
+2-2math/R-cran-ipred/Makefile
+5-52 files

FreeBSD/ports d3fbeaesecurity/s2n-tls Makefile distinfo

security/s2n-tls: Update to 1.7.8

ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.7.8
DeltaFile
+3-3security/s2n-tls/distinfo
+1-1security/s2n-tls/Makefile
+4-42 files

FreeBSD/ports 3f10424math/R-cran-cvar Makefile distinfo

math/R-cran-cvar: Update to 0.6.1

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

FreeBSD/ports 8af8ee5devel/aws-c-s3 Makefile distinfo

devel/aws-c-s3: Update to 0.13.7

ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.13.7
DeltaFile
+3-3devel/aws-c-s3/distinfo
+1-1devel/aws-c-s3/Makefile
+4-42 files

FreeBSD/ports 71fc27fnet/redpanda-connect Makefile distinfo

net/redpanda-connect: Update to 4.106.0
DeltaFile
+5-5net/redpanda-connect/distinfo
+1-2net/redpanda-connect/Makefile
+6-72 files