LLVM/project 52c6217llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 gfni-lzcnt.ll gfni-tzcnt.ll

[X86] LowerCTTZ - prefer legal CTPOP expansion vs GFNI to avoid constant pool load (#191623)

Fixes #191520
DeltaFile
+55-1llvm/test/CodeGen/X86/gfni-lzcnt.ll
+49-1llvm/test/CodeGen/X86/gfni-tzcnt.ll
+5-0llvm/lib/Target/X86/X86ISelLowering.cpp
+109-23 files

FreeBSD/ports 143efd0cad/magic distinfo Makefile

cad/magic: Update 8.3.629 => 8.3.632

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D56314
DeltaFile
+3-3cad/magic/distinfo
+1-1cad/magic/Makefile
+4-42 files

FreeBSD/ports 5c1b99dcad/netgen-lvs distinfo Makefile

cad/netgen-lvs: Update 1.5.316 => 1.5.318

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D56313
DeltaFile
+3-3cad/netgen-lvs/distinfo
+1-1cad/netgen-lvs/Makefile
+4-42 files

NetBSD/pkgsrc-wip e7313e4cloudflare-speed-cli distinfo Makefile

cloudflare-speed-cli: update to 0.6.6
DeltaFile
+3-3cloudflare-speed-cli/distinfo
+1-1cloudflare-speed-cli/Makefile
+4-42 files

NetBSD/pkgsrc-wip 873e353bashtop Makefile distinfo

bashtop: Update to v0.9.25

- Fix the build in NetBSD.
- Add proper runtime dependencies.
DeltaFile
+14-9bashtop/Makefile
+3-3bashtop/distinfo
+17-122 files

FreeBSD/ports ecb7106net-mgmt/nagstamon distinfo Makefile

net-mgmt/nagstamon: Update to 3.18.2
DeltaFile
+3-3net-mgmt/nagstamon/distinfo
+1-1net-mgmt/nagstamon/Makefile
+4-42 files

NetBSD/pkgsrc OYQwCYygraphics/png distinfo Makefile

   Pullup ticket #7077 - requested by taca
   graphics/png: security fix

   Revisions pulled up:
   - graphics/png/Makefile                                         1.222
   - graphics/png/distinfo                                         1.168

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Thu Apr  9 05:50:43 UTC 2026

      Modified Files:
        pkgsrc/graphics/png: Makefile distinfo

      Log Message:
      png: update to 1.6.57.

      Version 1.6.57 [April 8, 2026]

    [9 lines not shown]
VersionDeltaFile
1.166.2.2+4-4graphics/png/distinfo
1.220.2.2+2-2graphics/png/Makefile
+6-62 files

NetBSD/pkgsrc CRZD49Barchivers/xz PLIST distinfo

   Pullup ticket #7076 - requested by taca
   archivers/xz: security fix

   Revisions pulled up:
   - archivers/xz/Makefile                                         1.57
   - archivers/xz/PLIST                                            1.23
   - archivers/xz/distinfo                                         1.43

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Tue Mar 31 19:16:09 UTC 2026

      Modified Files:
        pkgsrc/archivers/xz: Makefile PLIST distinfo

      Log Message:
      xz: update to 5.8.3.


    [52 lines not shown]
VersionDeltaFile
1.22.2.1+24-1archivers/xz/PLIST
1.42.2.1+4-4archivers/xz/distinfo
1.56.2.1+3-3archivers/xz/Makefile
+31-83 files

NetBSD/pkgsrc LEKItVVlang/perl5 distinfo Makefile.common, lang/perl5/patches patch-op.c patch-t_op_for-many.t

   Pullup ticket #7075 - requested by taca
   lang/perl5: security fix

   Revisions pulled up:
   - lang/perl5/Makefile                                           1.291
   - lang/perl5/Makefile.common                                    1.53
   - lang/perl5/distinfo                                           1.196
   - lang/perl5/patches/patch-op.c                                 deleted
   - lang/perl5/patches/patch-t_op_for-many.t                      deleted

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Mon Mar 30 08:57:15 UTC 2026

      Modified Files:
        pkgsrc/lang/perl5: Makefile Makefile.common distinfo
      Removed Files:
        pkgsrc/lang/perl5/patches: patch-op.c patch-t_op_for-many.t

    [7 lines not shown]
VersionDeltaFile
1.195.4.1+4-6lang/perl5/distinfo
1.52.6.1+3-4lang/perl5/Makefile.common
1.290.4.1+1-2lang/perl5/Makefile
1.1.4.1+1-1lang/perl5/patches/patch-op.c
1.1.4.1+1-1lang/perl5/patches/patch-t_op_for-many.t
+10-145 files

LLVM/project 67c893elibcxx/test/std/utilities/format/format.functions format.locale.runtime_format.pass.cpp format.locale.dynamic_format.pass.cpp, libcxx/test/std/utilities/format/format.syn dynamic_format_string.pass.cpp runtime_format_string.pass.cpp

[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)

Implements P3953R3

- renamed test files (no changes to the contents but the function
names).

Closes #189624

# References:

- https://llvm.org/PR105394
- https://wg21.link/p2918r2
DeltaFile
+0-86libcxx/test/std/utilities/format/format.functions/format.locale.runtime_format.pass.cpp
+86-0libcxx/test/std/utilities/format/format.functions/format.locale.dynamic_format.pass.cpp
+0-84libcxx/test/std/utilities/format/format.functions/format.runtime_format.pass.cpp
+84-0libcxx/test/std/utilities/format/format.functions/format.dynamic_format.pass.cpp
+70-0libcxx/test/std/utilities/format/format.syn/dynamic_format_string.pass.cpp
+0-70libcxx/test/std/utilities/format/format.syn/runtime_format_string.pass.cpp
+240-2408 files not shown
+301-29914 files

OpenBSD/src rAXFaB4sys/arch/amd64/stand/boot boot.8

   add back leading . required for roff comments
VersionDeltaFile
1.38+2-2sys/arch/amd64/stand/boot/boot.8
+2-21 files

OpenBSD/ports CbauAvPsysutils/parallel distinfo Makefile

   Update to parallel 20260322.
VersionDeltaFile
1.21+2-2sysutils/parallel/distinfo
1.28+1-1sysutils/parallel/Makefile
+3-32 files

FreeBSD/ports d93f8fdmisc Makefile, misc/mcp-inspector pkg-plist Makefile

misc/mcp-inspector: New port: Model Context Protocol inspector
DeltaFile
+12,910-0misc/mcp-inspector/pkg-plist
+3,618-0misc/mcp-inspector/files/package-lock.json
+53-0misc/mcp-inspector/Makefile
+4-0misc/mcp-inspector/pkg-descr
+3-0misc/mcp-inspector/distinfo
+1-0misc/Makefile
+16,589-06 files

OpenBSD/src aaRSyg6lib/libc/gen getpagesize.3

   remove .Bf matching .Ef removed in previous; fixes unintended bold
VersionDeltaFile
1.14+2-3lib/libc/gen/getpagesize.3
+2-31 files

OpenBSD/src Bxv5GGoshare/man/man4/man4.riscv64 smtcomphy.4

   sort SEE ALSO
VersionDeltaFile
1.2+4-4share/man/man4/man4.riscv64/smtcomphy.4
+4-41 files

FreeBSD/ports 8aad532comms/klog pkg-plist

comms/klog: Fix build
DeltaFile
+0-1comms/klog/pkg-plist
+0-11 files

FreeBSD/ports abe7294deskutils/growl-for-linux Makefile

deskutils/growl-for-linux: Mark deprecated and expiration date

- Growl-for-linux is an obsolete software that does not compile with
  recent versions of GCC or Clang, so mark it as deprecated
- Set a short deadline (1 months instead of 2 months) as expiration
  date, because it blocks GCC_DEFAULT update to 15
- As alternative software you can use sysutils/dunst (X11/Wayland) or
  x11/mako (Wayland)

PR:             293286
DeltaFile
+3-0deskutils/growl-for-linux/Makefile
+3-01 files

FreeBSD/ports ac44ce4devel/log4j Makefile

devel/log4j: deprecate, EOL since 2015

- EOL since 2015
- Superseded by devel/apache-log4j2
- https://news.apache.org/foundation/entry/apache_logging_services_project_announces
- no expire_date yet, the port has one user in the tree

Approved-by:    no maintainer
DeltaFile
+3-1devel/log4j/Makefile
+3-11 files

NetBSD/src dEcYUFWsys/arch/amiga/amiga machdep.c

   amiga/machdep: fix typo in FPU name
VersionDeltaFile
1.274+3-3sys/arch/amiga/amiga/machdep.c
+3-31 files

OpenBSD/src 3Gv0x4cshare/man/man4/man4.riscv64 smtpmic.4

   SNTPMIC -> SMTPMIC
VersionDeltaFile
1.2+3-3share/man/man4/man4.riscv64/smtpmic.4
+3-31 files

FreeBSD/ports 287a974textproc/jql Makefile

textproc/jql: Broken on i386
DeltaFile
+2-0textproc/jql/Makefile
+2-01 files

FreeBSD/ports 796f129lang/mujs distinfo Makefile

lang/mujs: update 1.3.8 → 1.3.9
DeltaFile
+7-7lang/mujs/distinfo
+2-5lang/mujs/Makefile
+9-122 files

OPNSense/core dad956esrc/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php

Firewall: Rules [new] - refactor searchRuleAction() to use the same filtering and sorting logic on MVC and legacy data.

The current implementation is applying our filter logic twice for MVC records, first it uses the default searchBase() construct, which it then needs to pipe through searchRecordsetBase() again. There are a couple of downsides here, it's more expensive (although the user likely won't notice), but also requires duplication of filter logic.

With the logic introduced in https://github.com/opnsense/core/commit/c81417f26747a9e4e46f608c2791bbae805e79fd , we can extract the exact same content from our model so we can merge all at once and push it through our filtering and sorting logic.

The idea is to be able to "smarten" searchRecordsetBase() a bit so we can apply some additional logic based on types at some point in time, which requires all data to passthrough the same pipeline at least.

This commit should be backwards compatible with the previous code.
DeltaFile
+53-87src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
+53-871 files

FreeBSD/ports 62d5a5bgraphics/R-cran-pdftools distinfo Makefile

graphics/R-cran-pdftools: Update to 3.8.0

Changelog: https://cran.r-project.org/web/packages/pdftools/NEWS
DeltaFile
+3-3graphics/R-cran-pdftools/distinfo
+1-1graphics/R-cran-pdftools/Makefile
+4-42 files

NetBSD/pkgsrc cHNGG0Tdoc CHANGES-2026

   doc: Updated www/palemoon to 34.2.0
VersionDeltaFile
1.2224+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hXPMtQywww/palemoon distinfo Makefile.common, www/palemoon/patches patch-platform_media_libvpx_config_linux_arm64_vpx__dsp__rtcd.h patch-platform_media_libvpx_config_linux_arm_vpx__config.h

   palemoon: Update to 34.2.0

   This release includes various new JavaScript features, and
   stability/security fixes.
VersionDeltaFile
1.40+10-19www/palemoon/distinfo
1.4+3-10www/palemoon/Makefile.common
1.50+1-2www/palemoon/Makefile
1.2+1-1www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__dsp__rtcd.h
1.2+1-1www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm_vpx__config.h
1.2+1-1www/palemoon/patches/patch-platform_media_libvpx_config_linux_arm64_vpx__config.h
+17-3410 files not shown
+20-3716 files

FreeBSD/ports 99f9caddevel/air-go distinfo Makefile

devel/air-go: Update to 1.65.0

Changelog:
https://github.com/air-verse/air/releases/tag/v1.65.0

Reviewed by:    thierry (mentor)
Approved by:    thierry (mentor)
Differential Revision:  https://reviews.freebsd.org/D56279
DeltaFile
+5-5devel/air-go/distinfo
+1-2devel/air-go/Makefile
+6-72 files

NetBSD/pkgsrc-wip b4050c0bpytop Makefile DESCR, py-bpytop Makefile DESCR

py-bpytop: Move the package to the correct name for python packages.

While here also
- Make package depend on wheel for building.
- Patch pyproject.toml for the correct poetry backend.
DeltaFile
+24-0py-bpytop/Makefile
+0-19bpytop/Makefile
+0-17bpytop/DESCR
+17-0py-bpytop/DESCR
+12-0py-bpytop/patches/patch-pyproject.toml
+0-11bpytop/PLIST
+53-473 files not shown
+69-529 files

FreeBSD/ports 698ddfesysutils/nvimpager distinfo Makefile

sysutils/nvimpager: Update to 0.14.0

Changelog:
https://github.com/lucc/nvimpager/releases/tag/v0.14.0

Reviewed by:    thierry (mentor)
Approved by:    thierry (mentor)
Differential Revision:  https://reviews.freebsd.org/D56278
DeltaFile
+3-3sysutils/nvimpager/distinfo
+2-2sysutils/nvimpager/Makefile
+5-52 files

OpenBSD/ports UCnUGUTlang/gleam distinfo Makefile

   lang/gleam: Update to 1.15.3
VersionDeltaFile
1.30+2-2lang/gleam/distinfo
1.36+1-1lang/gleam/Makefile
+3-32 files