FreeBSD/ports d8fc107sysutils/zellij distinfo Makefile

sysutils/zellij: Update to upstream release 0.42.1

Details:
- Bugfix release, see:
  https://github.com/zellij-org/zellij/releases/tag/v0.42.1
- The fixes are mostly transparent to FreeBSD, but crate dependencies
  have been modernised in the process.
DeltaFile
+53-67sysutils/zellij/distinfo
+26-33sysutils/zellij/Makefile
+79-1002 files

LLVM/project 2a45222llvm/lib/Transforms/Scalar LoopIdiomRecognize.cpp, llvm/lib/Transforms/Utils BuildLibCalls.cpp

Revert "Reland "[Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)" (#131412)"

This reverts commit ac9049df7e62e2ca4dc5d103593b51639b5715e3.

This change broke Wine (causing it to hang on startup), see
https://github.com/llvm/llvm-project/pull/108985 for discussion.
DeltaFile
+0-614llvm/test/Transforms/LoopIdiom/strlen.ll
+5-305llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
+0-134llvm/test/Transforms/LoopIdiom/wcslen32.ll
+0-126llvm/test/Transforms/LoopIdiom/wcslen16.ll
+0-66llvm/test/Transforms/LoopIdiom/strlen-not-emittable.ll
+0-9llvm/lib/Transforms/Utils/BuildLibCalls.cpp
+5-1,2542 files not shown
+5-1,2668 files

LLVM/project 1fdd8cbllvm/lib/Transforms/Scalar LoopIdiomRecognize.cpp, llvm/test/Transforms/LoopIdiom strlen-not-emittable.ll strlen.ll

Revert "[Transform] Clean up strlen loop idiom (#132421)"

This reverts commit 7c52886700a5a70d873400ec022a99d7dce8b03b.

Reverting this as I have to revert another preceding commit,
ac9049df7e62e2ca4dc5d103593b51639b5715e3.
DeltaFile
+29-16llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
+1-1llvm/test/Transforms/LoopIdiom/strlen-not-emittable.ll
+1-1llvm/test/Transforms/LoopIdiom/strlen.ll
+1-1llvm/test/Transforms/LoopIdiom/wcslen16.ll
+1-1llvm/test/Transforms/LoopIdiom/wcslen32.ll
+33-205 files

OPNSense/core 556a703src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/Api SettingsController.php

dnsmasq: Add internalModelUseSafeDelete to prevent deletion of currently used tags
DeltaFile
+1-0src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/Api/SettingsController.php
+1-01 files

LLVM/project dd97324libcxx/utils/ci Dockerfile docker-compose.yml

[libc++][CI] Adds GCC trunk image. (#132271)

As discussed during the last monthly meeting we want to be able to test
the GCC development version in our CI, but we don't want to commit to
support this compiler version.

This adds the image to the CI Docker image. At the moment GCC-15 will
not pass the CI. Having it in the Docker image makes it possible to
validate fixes.

---------

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
Co-authored-by: Hristo Hristov <hghristov.rmm at gmail.com>
DeltaFile
+14-8libcxx/utils/ci/Dockerfile
+1-1libcxx/utils/ci/docker-compose.yml
+15-92 files

OPNSense/core a25ea8esrc/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/Api SettingsController.php

Refactor search actions and tag filtering

- Use single helper function for building filter
- Use tag UUIDs instead of names for filtering
- Avoid building filter functions when filters are empty
- Pass null to searchBase() when no filtering is required
- Use UUID-based filtering for dhcp_tags via record attributes
DeltaFile
+52-102src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/Api/SettingsController.php
+52-1021 files

Dreckly/dreckly bcc49cbsysutils/tarsnap Makefile

tarsnap: Depend on e2fsprogs on Linux
DeltaFile
+4-0sysutils/tarsnap/Makefile
+4-01 files

Dreckly/dreckly 34ed5a1sysutils/tarsnap distinfo Makefile

tarsnap: Update to 1.0.41
DeltaFile
+3-3sysutils/tarsnap/distinfo
+1-2sysutils/tarsnap/Makefile
+4-52 files

Dreckly/dreckly 37943f5textproc/expat distinfo Makefile, textproc/expat/patches patch-cmake_autotools_expat-noconfig____macos.cmake.in

expat: Update to 2.7.0

Fixes CVE-2024-8176.
DeltaFile
+0-41textproc/expat/patches/patch-cmake_autotools_expat-noconfig____macos.cmake.in
+3-4textproc/expat/distinfo
+1-4textproc/expat/Makefile
+4-493 files

LLVM/project 2f2100cllvm/test/Transforms/LoopVectorize/AArch64 transform-narrow-interleave-to-widen-memory-with-wide-ops.ll transform-narrow-interleave-to-widen-memory.ll

[LV] Add additional tests for #106441.

Further increase test coverage for
https://github.com/llvm/llvm-project/pull/106441

Also regenerate checks with -filter-out-after.
DeltaFile
+417-473llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops.ll
+13-119llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory.ll
+7-64llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-constant-ops.ll
+6-51llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-cost.ll
+443-7074 files

OpenBSD/ports OpyGnGkwww/iridium distinfo Makefile, www/iridium/patches patch-third_party_blink_renderer_platform_runtime_enabled_features_json5

   update to 2025.03.134.2
VersionDeltaFile
1.22+7-7www/iridium/patches/patch-third_party_blink_renderer_platform_runtime_enabled_features_json5
1.75+2-2www/iridium/distinfo
1.222+1-1www/iridium/Makefile
+10-103 files

NetBSD/pkgsrc iJmzdOedoc TODO CHANGES-2025

   doc: Updated audio/solfege to 3.23.4nb12
VersionDeltaFile
1.25557+2-2doc/TODO
1.2334+2-1doc/CHANGES-2025
+4-32 files

NetBSD/pkgsrc N1r2wWoaudio/solfege PLIST Makefile

   solfege: disable lilypond use

   lilypond dumps core and causes processes that use 100% CPU when building
   this.

   Enable for bulk builds again.

   Bump PKGREVISION.
VersionDeltaFile
1.14+0-109audio/solfege/PLIST
1.102+6-9audio/solfege/Makefile
+6-1182 files

OPNSense/core 7194c9bsrc/opnsense/mvc/app/models/OPNsense/Dnsmasq Dnsmasq.xml

dnsmasq: Adjust filter on interface field so group interfaces are filtered (#8464)

DeltaFile
+2-0src/opnsense/mvc/app/models/OPNsense/Dnsmasq/Dnsmasq.xml
+2-01 files

OPNSense/core 84f4898src/etc/inc/plugins.inc.d unbound.inc, src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dialogHostOverride.xml

Services: Unbound DNS: Overrides - add optional TTL field, closes https://github.com/opnsense/core/pull/7616
DeltaFile
+3-3src/etc/inc/plugins.inc.d/unbound.inc
+6-0src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/dialogHostOverride.xml
+6-0src/opnsense/mvc/app/models/OPNsense/Unbound/Unbound.xml
+15-33 files

OpenBSD/ports kyJeEwLsysutils/terragrunt distinfo modules.inc

   Update to terragrunt-0.76.5.
VersionDeltaFile
1.325+238-218sysutils/terragrunt/distinfo
1.75+84-74sysutils/terragrunt/modules.inc
1.332+1-1sysutils/terragrunt/Makefile
+323-2933 files

NetBSD/src c4Cs3lkdistrib/utils/embedded mkimage, etc/etc.evbarm Makefile.inc

   Also generate hashes for files in gzimg directories.

   At one point this should probably be unified at least a bit with the hash
   generation of regular sets, so that there is a single place that defines
   the types of hashes generated for sets and gzimg.
VersionDeltaFile
1.91+5-1distrib/utils/embedded/mkimage
1.7+3-1etc/etc.riscv/Makefile.inc
1.136+3-1etc/etc.evbarm/Makefile.inc
1.32+3-1etc/etc.evbmips/Makefile.inc
1.19+3-1etc/etc.evbppc/Makefile.inc
+17-55 files

OpenBSD/ports YQxFsP5sysutils/awscli distinfo Makefile, sysutils/awscli/pkg PLIST

   Update to awscli-1.38.18.
VersionDeltaFile
1.200+19-0sysutils/awscli/pkg/PLIST
1.817+2-2sysutils/awscli/distinfo
1.835+1-1sysutils/awscli/Makefile
+22-33 files

OpenBSD/ports DepXCXXnet/py-boto3 distinfo Makefile

   Update to py3-boto3-1.37.18.
VersionDeltaFile
1.597+2-2net/py-boto3/distinfo
1.608+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports 5vGW0Nknet/py-botocore distinfo Makefile

   Update to py3-botocore-1.37.18.
VersionDeltaFile
1.814+2-2net/py-botocore/distinfo
1.823+1-1net/py-botocore/Makefile
+3-32 files

OpenBSD/ports 7RbPQC1x11/gnome/nautilus distinfo Makefile

   Update to nautilus-47.3.
VersionDeltaFile
1.112+2-2x11/gnome/nautilus/distinfo
1.244+1-1x11/gnome/nautilus/Makefile
+3-32 files

OpenBSD/ports 3hwctSmsysutils/flatpak/xdg-desktop-portal-gtk distinfo Makefile

   Update to xdg-desktop-portal-gtk-1.15.3.
VersionDeltaFile
1.3+2-2sysutils/flatpak/xdg-desktop-portal-gtk/distinfo
1.5+1-1sysutils/flatpak/xdg-desktop-portal-gtk/Makefile
+3-32 files

OpenBSD/ports AWu4kecdevel/libsoup3 distinfo Makefile

   Update to libsoup3-3.6.5.
VersionDeltaFile
1.24+2-2devel/libsoup3/distinfo
1.29+1-1devel/libsoup3/Makefile
+3-32 files

OpenBSD/ports bG6XtZndevel/libidn Makefile distinfo, devel/libidn/pkg PLIST

   Update to libidn-1.43.
VersionDeltaFile
1.46+3-3devel/libidn/Makefile
1.27+2-2devel/libidn/distinfo
1.21+1-1devel/libidn/pkg/PLIST
+6-63 files

OpenBSD/ports yXO3ZpDx11/gnome/calculator distinfo Makefile

   Update to gnome-calculator-47.2.
VersionDeltaFile
1.50+2-2x11/gnome/calculator/distinfo
1.77+1-1x11/gnome/calculator/Makefile
+3-32 files

FreeBSD/ports 7d7a0b7lang/php84 distinfo Makefile

lang/php84: Update version 8.4.4=>8.4.5

Changelog: https://www.php.net/ChangeLog-8.php#8.4.5
(cherry picked from commit bc882f1836dff07f261c7b50370e0ff63e17a875)
DeltaFile
+3-3lang/php84/distinfo
+1-1lang/php84/Makefile
+4-42 files

FreeBSD/ports 81bebc0lang/php84 distinfo Makefile, lang/php84/files php_fpm.in

lang/php84: Update version 8.4.3=>8.4.4

- Make rc script prefix safe for profiles [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.4.4

PR:             284468 [1]
Reported by:    andrew at neptune-one.net [1]

(cherry picked from commit bcd490923e01256b14c1f1f2a7bf627ba722951f)
DeltaFile
+3-3lang/php84/distinfo
+1-1lang/php84/files/php_fpm.in
+1-1lang/php84/Makefile
+5-53 files

FreeBSD/ports f36587elang/php83 distinfo Makefile

lang/php83: Update version 8.3.17=>8.3.19

Changelog: https://www.php.net/ChangeLog-8.php#8.3.19

PR:             285378
(cherry picked from commit 8e3858f0d0b51af95ef6118ff7e52d743adc2e96)
DeltaFile
+3-3lang/php83/distinfo
+1-1lang/php83/Makefile
+4-42 files

FreeBSD/ports 3e0deb4lang/php83 distinfo Makefile, lang/php83/files php_fpm.in

lang/php83: Update version 8.3.16=>8.3.17

- Make rc script prefix safe for profiles [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.3.17

PR:             284468 [1]
Reported by:    andrew at neptune-one.net [1]

(cherry picked from commit d7bfeac02d7b84fb08c33e8a68869665664f4cac)
DeltaFile
+3-3lang/php83/distinfo
+1-1lang/php83/files/php_fpm.in
+1-1lang/php83/Makefile
+5-53 files

FreeBSD/ports 0b42dd2lang/php81 distinfo Makefile, lang/php81/files php_fpm.in

lang/php81: Update version 8.1.31=>8.1.32

- Make rc script prefix safe for profiles [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.1.32

PR:             285379, 284468 [1]
Reported by:    andrew at neptune-one.net [1]
Co-authored-by: Andrew Fyfe <andrew at neptune-one.net>

(cherry picked from commit 487ee7109c5cdb52157e076adb45acb76462db98)
DeltaFile
+3-3lang/php81/distinfo
+1-1lang/php81/Makefile
+1-1lang/php81/files/php_fpm.in
+5-53 files