LLVM/project 67844b4libcxxabi/src/demangle ItaniumDemangle.h, llvm/include/llvm/Demangle ItaniumDemangle.h

[ItaniumDemangle] Fix conversion operators failing to demangle types with substitutions
DeltaFile
+9-0llvm/unittests/Demangle/DemangleTest.cpp
+4-0libcxxabi/src/demangle/ItaniumDemangle.h
+4-0llvm/include/llvm/Demangle/ItaniumDemangle.h
+17-03 files

FreeBSD/ports 211f596mail/exim Makefile, mail/exim/files patch-src_miscmods_radius.c patch-src-auths-call_radius.c

mail/exim: update 4.98.2 -> 4.99.3, several CVEs

- some new stuff since 4.98.x
- some security fixes

PR:             295092
Author:         Xavier Beaudouin <kiwi at FreeBSD.org>
Changes:        https://lists.exim.org/lurker/message/20251005.104224.82b52627.en.html
                https://lists.exim.org/lurker/message/20251217.151548.85d1a2bc.en.html
                https://lists.exim.org/lurker/message/20260429.121733.f58d9686.en.html
                https://lists.exim.org/lurker/message/20260512.141621.6777de24.en.html
Security:       CVE-2026-45185
                CVE-2025-26794
                CVE-2025-30232
                CVE-2025-67896
                CVE-2026-40684
                CVE-2026-40685
                CVE-2026-40686
                CVE-2026-40687

    [2 lines not shown]
DeltaFile
+92-0mail/exim/files/patch-src_miscmods_radius.c
+0-92mail/exim/files/patch-src-auths-call_radius.c
+35-35mail/exim/files/patch-src__EDITME
+41-16mail/exim/files/extra-patch-Local-sa-exim.c
+0-32mail/exim/files/patch-pass-fd-to-tcpwrappers
+4-10mail/exim/Makefile
+172-1854 files not shown
+183-20110 files

LLVM/project 3852f43llvm/test/CodeGen/AMDGPU llvm.amdgcn.permlane.gfx1250.ll llvm.amdgcn.permlane.down.ll

Split llvm.amdgcn.permlane.gfx1250.ll into multiple permlane.*.ll tests
DeltaFile
+0-6,053llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.gfx1250.ll
+1,489-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.down.ll
+1,489-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.up.ll
+1,489-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.xor.ll
+1,489-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.bcast.ll
+117-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.idx.gen.ll
+6,073-6,0536 files

FreeBSD/src d649825sys/dev/acpi_support acpi_ibm.c, sys/dev/syscons syscons.c

power: Power device and ioctl for state transitions

Create new /dev/power node with super simple ioctl for initiating sleep
state transitions.

This is meant as a generic interface to replace the ACPI- and
APM-specific interfaces. This allows for non-ACPI states to be entered,
such as suspend-to-idle when setting kern.power.suspend=suspend_to_idle.

Reviewed by:    markj, olce
Approved by:    markj, olce
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55508
DeltaFile
+56-3sys/kern/subr_power.c
+20-11sys/sys/power.h
+2-2sys/dev/vt/vt_core.c
+2-2sys/dev/syscons/syscons.c
+1-1sys/dev/acpi_support/acpi_ibm.c
+81-195 files

LLVM/project 61a80callvm/lib/Transforms/Scalar NaryReassociate.cpp

update nary to use new uniformity api's
DeltaFile
+8-8llvm/lib/Transforms/Scalar/NaryReassociate.cpp
+8-81 files

LLVM/project aaad6a2lldb/source/ValueObject ValueObject.cpp, lldb/test/API/commands/frame/var-dil/expr/Casts TestFrameVarDILCast.py main.cpp

[lldb] Fix casting from float in `ValueObject::CastToEnumType` (#191908)

Fix how enum's underlying type sign is retrieved and adjust error
messaging.
DeltaFile
+15-0lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
+6-5lldb/source/ValueObject/ValueObject.cpp
+6-0lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
+27-53 files

OpenBSD/ports OPJYJzhdevel/jdk/11 distinfo Makefile, devel/jdk/11/patches patch-src_jdk_pack_share_native_common-unpack_coding_cpp patch-src_jdk_crypto_ec_share_native_libsunec_impl_mpi_c

   Update to 11.0.31+11-1 GA:
   * Upstream release notes:
   https://www.oracle.com/java/technologies/javase/11-0-31-relnotes.html
   * Contains upstream security fixes:
   https://openjdk.org/groups/vulnerability/advisories/2026-04-21
   * Remove patches committed upstream at bsd-port
VersionDeltaFile
1.36+2-2devel/jdk/11/distinfo
1.70+2-2devel/jdk/11/Makefile
1.2+0-0devel/jdk/11/patches/patch-src_jdk_pack_share_native_common-unpack_coding_cpp
1.2+0-0devel/jdk/11/patches/patch-src_jdk_crypto_ec_share_native_libsunec_impl_mpi_c
1.2+0-0devel/jdk/11/patches/patch-src_java_desktop_share_native_libsplashscreen_splashscreen_gif_c
1.4+0-0devel/jdk/11/patches/patch-src_java_desktop_share_classes_sun_print_PSPrinterJob_java
+4-49 files not shown
+4-415 files

FreeBSD/ports f0e3fcfshells/bash-completion Makefile pkg-plist

shells/bash-completion: Remove completion for interdiff

- Bump PORTREVISION for package change

Do not install interdiff completion to avoid conflict with misc/patchutils.

PR:             295257
Reported by:    Piotr Smyrak <ps.ports at smyrak.com>
DeltaFile
+2-1shells/bash-completion/Makefile
+0-1shells/bash-completion/pkg-plist
+2-22 files

FreeBSD/ports 95e41cedevel/rubygem-highline2 Makefile

devel/rubygem-highline2: Fix runtime with Ruby 3.4+

- Bump PORTREVISION for dependency change

PR:             295234
Reported by:    gavin
DeltaFile
+8-1devel/rubygem-highline2/Makefile
+8-11 files

LLVM/project 997e7d3llvm/include/llvm/Demangle ItaniumDemangle.h, llvm/unittests/Demangle DemangleTest.cpp

[ItaniumDemangle] Fix conversion operators failing to demangle types with substitutions
DeltaFile
+9-0llvm/unittests/Demangle/DemangleTest.cpp
+4-0llvm/include/llvm/Demangle/ItaniumDemangle.h
+13-02 files

FreeBSD/ports 6a1fc12devel/rubygem-rake-compiler-dock distinfo Makefile

devel/rubygem-rake-compiler-dock: Update to 0.12.0

- Add LICENSE_FILE

Changes:        https://github.com/rake-compiler/rake-compiler-dock/releases
PR:             295169
Approved by:    mfechner (maintainer)
DeltaFile
+3-3devel/rubygem-rake-compiler-dock/distinfo
+4-2devel/rubygem-rake-compiler-dock/Makefile
+7-52 files

FreeBSD/ports 4444e52www/py-postorius Makefile distinfo

www/py-postorius: Fix XSS vulnerability

- Bump PORTREVISION for package change

PR:             295225
Reported by:    Einar Bjarni Halldorsson <einar at isnic.is>
Obtained from:  https://gitlab.com/mailman/postorius/-/commit/c4706abd05ba6bcf472fc674b160d3a9d6a4868b
DeltaFile
+4-1www/py-postorius/Makefile
+3-1www/py-postorius/distinfo
+7-22 files

FreeBSD/ports df6c96cnet/rubygem-gitaly-proto Makefile

net/rubygem-gitaly-proto: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31

This is an archived project. Repository and other project resources are read-only.

from README.md:
gitaly-proto has been deprecated

PR:             295168
Reference:      https://gitlab.com/gitlab-org/gitaly-proto
                https://gitlab.com/gitlab-org/gitaly-proto/-/blob/master/README.md
Approved by:    mfechner (maintainer)
DeltaFile
+3-0net/rubygem-gitaly-proto/Makefile
+3-01 files

FreeBSD/ports d21100etextproc/rubygem-itextomml distinfo Makefile

textproc/rubygem-itextomml: Update to 1.6.2

Changes:        https://golem.ph.utexas.edu/~distler/code/itexToMML/changes
DeltaFile
+3-3textproc/rubygem-itextomml/distinfo
+1-1textproc/rubygem-itextomml/Makefile
+4-42 files

FreeBSD/ports 06392a0sysutils/rubygem-hammer_cli_foreman distinfo Makefile

sysutils/rubygem-hammer_cli_foreman: Update to 3.19.0

Changes:        https://github.com/theforeman/hammer-cli-foreman/releases
DeltaFile
+3-3sysutils/rubygem-hammer_cli_foreman/distinfo
+1-1sysutils/rubygem-hammer_cli_foreman/Makefile
+4-42 files

FreeBSD/ports 2f6b9f4sysutils/rubygem-hammer_cli distinfo Makefile

sysutils/rubygem-hammer_cli: Update to 3.19.0

Changes:        https://github.com/theforeman/hammer-cli/releases
DeltaFile
+3-3sysutils/rubygem-hammer_cli/distinfo
+1-1sysutils/rubygem-hammer_cli/Makefile
+4-42 files

FreeBSD/ports 81ce8cbMk/Uses ruby.mk, lang/ruby40 distinfo pkg-plist

lang/ruby40: Update to 4.0.4

Changes:        https://github.com/ruby/ruby/releases
                https://github.com/ruby/ruby/blob/master/NEWS.md
                https://www.ruby-lang.org/en/news/2026/05/11/ruby-4-0-4-released/
DeltaFile
+3-3lang/ruby40/distinfo
+3-0lang/ruby40/pkg-plist
+1-1Mk/Uses/ruby.mk
+1-0lang/ruby40/Makefile
+8-44 files

FreeBSD/ports cc2fbfbftp/rubygem-curb distinfo Makefile

ftp/rubygem-curb: Update to 1.3.3

Changes:        https://github.com/taf2/curb/blob/master/ChangeLog.md
DeltaFile
+3-3ftp/rubygem-curb/distinfo
+1-1ftp/rubygem-curb/Makefile
+4-42 files

FreeBSD/ports 155ee7ddevel/rubygem-stream distinfo Makefile

devel/rubygem-stream: Update to 0.5.6

Changes:        https://github.com/monora/stream/commits/master
DeltaFile
+3-3devel/rubygem-stream/distinfo
+1-1devel/rubygem-stream/Makefile
+4-42 files

FreeBSD/ports e4fa62fpolish/hunspell distinfo Makefile

polish/hunspell: Update to 20260511
DeltaFile
+3-3polish/hunspell/distinfo
+1-1polish/hunspell/Makefile
+4-42 files

FreeBSD/ports 0917444german/mythes distinfo Makefile

german/mythes: Update to 2026.05.10
DeltaFile
+3-3german/mythes/distinfo
+1-1german/mythes/Makefile
+4-42 files

FreeBSD/ports 102a392dns/rubygem-google-apis-dns_v1 distinfo Makefile

dns/rubygem-google-apis-dns_v1: Update to 0.53.0

Changes:        https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
DeltaFile
+3-3dns/rubygem-google-apis-dns_v1/distinfo
+1-1dns/rubygem-google-apis-dns_v1/Makefile
+4-42 files

FreeBSD/ports f13af8cdevel/rubygem-sorbet-runtime distinfo Makefile

devel/rubygem-sorbet-runtime: Update to 0.6.13214

Changes:        https://github.com/sorbet/sorbet/releases
DeltaFile
+3-3devel/rubygem-sorbet-runtime/distinfo
+1-1devel/rubygem-sorbet-runtime/Makefile
+4-42 files

FreeBSD/ports af79f89devel/rubygem-opentelemetry-semantic_conventions distinfo Makefile

devel/rubygem-opentelemetry-semantic_conventions: Update to 1.37.1

Changes:        https://github.com/open-telemetry/opentelemetry-ruby/releases
                https://github.com/open-telemetry/opentelemetry-ruby/blob/main/semantic_conventions/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-opentelemetry-semantic_conventions/distinfo
+1-1devel/rubygem-opentelemetry-semantic_conventions/Makefile
+4-42 files

FreeBSD/ports f963841devel/rubygem-opentelemetry-sdk distinfo Makefile

devel/rubygem-opentelemetry-sdk: Update to 1.12.0

Changes:        https://github.com/open-telemetry/opentelemetry-ruby/releases
                https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-opentelemetry-sdk/distinfo
+1-1devel/rubygem-opentelemetry-sdk/Makefile
+4-42 files

FreeBSD/ports f444c57devel/rubygem-opentelemetry-registry distinfo Makefile

devel/rubygem-opentelemetry-registry: Update to 0.6.0

Changes:        https://github.com/open-telemetry/opentelemetry-ruby/releases
                https://github.com/open-telemetry/opentelemetry-ruby/blob/main/registry/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-opentelemetry-registry/distinfo
+1-1devel/rubygem-opentelemetry-registry/Makefile
+4-42 files

FreeBSD/ports 21c8881devel/rubygem-opentelemetry-metrics-sdk distinfo Makefile

devel/rubygem-opentelemetry-metrics-sdk: Update to 0.14.0

Changes:        https://github.com/open-telemetry/opentelemetry-ruby/releases
                https://github.com/open-telemetry/opentelemetry-ruby/blob/main/metrics_sdk/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-opentelemetry-metrics-sdk/distinfo
+1-1devel/rubygem-opentelemetry-metrics-sdk/Makefile
+4-42 files

FreeBSD/ports 0759d64devel/rubygem-opentelemetry-metrics-api distinfo Makefile

devel/rubygem-opentelemetry-metrics-api: Update to 0.6.0

Changes:        https://github.com/open-telemetry/opentelemetry-ruby/releases
                https://github.com/open-telemetry/opentelemetry-ruby/blob/main/metrics_api/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-opentelemetry-metrics-api/distinfo
+1-1devel/rubygem-opentelemetry-metrics-api/Makefile
+4-42 files

FreeBSD/ports 00117addevel/rubygem-opentelemetry-logs-sdk distinfo Makefile

devel/rubygem-opentelemetry-logs-sdk: Update to 0.6.0

Changes:        https://github.com/open-telemetry/opentelemetry-ruby/releases
                https://github.com/open-telemetry/opentelemetry-ruby/blob/main/logs_sdk/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-opentelemetry-logs-sdk/distinfo
+1-1devel/rubygem-opentelemetry-logs-sdk/Makefile
+4-42 files

FreeBSD/ports e66491adevel/rubygem-opentelemetry-logs-api distinfo Makefile

devel/rubygem-opentelemetry-logs-api: Update to 0.4.0

Changes:        https://github.com/open-telemetry/opentelemetry-ruby/releases
                https://github.com/open-telemetry/opentelemetry-ruby/blob/main/logs_api/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-opentelemetry-logs-api/distinfo
+1-1devel/rubygem-opentelemetry-logs-api/Makefile
+4-42 files