LLVM/project c78c900llvm/test/CodeGen/AArch64 bf16-v8-instructions.ll bf16-instructions.ll

[AArch64] Add tests for bf16 convert with fast-math flags. NFC (#200643)
DeltaFile
+308-0llvm/test/CodeGen/AArch64/bf16-v8-instructions.ll
+173-10llvm/test/CodeGen/AArch64/bf16-instructions.ll
+177-0llvm/test/CodeGen/AArch64/bf16-v4-instructions.ll
+658-103 files

OpenBSD/ports 5F6NQEGnet/netpipes Makefile distinfo, net/netpipes/patches patch-faucet_c patch-Makefile

   net/netpipes - unbreak build on llvm 22

   Distfile has been moved. Feedback from tb@
VersionDeltaFile
1.1+15-0net/netpipes/patches/patch-faucet_c
1.4+6-6net/netpipes/pkg/PLIST
1.16+4-5net/netpipes/Makefile
1.3+4-3net/netpipes/patches/patch-Makefile
1.5+2-2net/netpipes/distinfo
1.3+1-1net/netpipes/pkg/DESCR
+32-176 files

FreeBSD/ports cd6d66fx11-toolkits/hyprtoolkit Makefile, x11-wm/hyprland Makefile

*/*: Bump port revision after aquamarine shlib version bump (60dc9ec93366)
DeltaFile
+1-1x11-wm/hyprland/Makefile
+1-0x11-toolkits/hyprtoolkit/Makefile
+2-12 files

FreeBSD/ports 60dc9ecx11-toolkits/aquamarine distinfo Makefile, x11-toolkits/aquamarine/files extra-patch-src_backend_Headless.cpp

x11-toolkits/aquamarine: Update to 0.12.0

Changelog: https://github.com/hyprwm/aquamarine/releases/tag/v0.12.0

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11-toolkits/aquamarine/distinfo
+2-3x11-toolkits/aquamarine/Makefile
+2-2x11-toolkits/aquamarine/files/extra-patch-src_backend_Headless.cpp
+7-83 files

OpenBSD/ports 30W6Htsx11/xkbcommon distinfo Makefile, x11/xkbcommon/pkg PLIST

   Update to libxkbcommon-1.13.2.
VersionDeltaFile
1.33+2-2x11/xkbcommon/distinfo
1.51+1-1x11/xkbcommon/Makefile
1.11+2-0x11/xkbcommon/pkg/PLIST
+5-33 files

OpenBSD/ports rEq1IIPtextproc/libical distinfo Makefile, textproc/libical/patches patch-cmake_modules_openssf-c_cmake patch-cmake_modules_openssf-cpp_cmake

   Update to libical-4.0.2.
VersionDeltaFile
1.30+2-2textproc/libical/distinfo
1.64+1-1textproc/libical/Makefile
1.2+0-0textproc/libical/patches/patch-cmake_modules_openssf-c_cmake
1.2+0-0textproc/libical/patches/patch-cmake_modules_openssf-cpp_cmake
+3-34 files

OpenBSD/ports PRhf3Vnnet/netatalk3 Makefile distinfo, net/netatalk3/pkg PLIST

   Update to netatalk-4.5.0.
VersionDeltaFile
1.25+2-6net/netatalk3/pkg/PLIST
1.75+3-4net/netatalk3/Makefile
1.45+2-2net/netatalk3/distinfo
+7-123 files

FreeBSD/ports 07ac7d5databases/mariadb123-client pkg-plist, databases/mariadb123-server pkg-plist Makefile

databases/mariadb123-server: Add new MariaDB LTS version
DeltaFile
+358-0databases/mariadb123-server/pkg-plist
+308-0databases/mariadb123-server/Makefile
+264-0databases/mariadb123-client/pkg-plist
+149-0databases/mariadb123-server/files/mysql-server.in
+52-0databases/mariadb123-server/files/client.cnf.sample.in
+50-0databases/mariadb123-server/files/server.cnf.sample.in
+1,181-010 files not shown
+1,320-016 files

FreeBSD/src 1a346cdsys/dev/ffec if_ffec.c

if_ffec: correctly trim 2 bytes from the beginning

PR:             283315
Tested by:      tuexen

(cherry picked from commit b29842622dcb9c9c9515fc04dc5826a8717537b1)
DeltaFile
+1-1sys/dev/ffec/if_ffec.c
+1-11 files

OpenBSD/ports LBGbx98graphics/libgphoto2 distinfo Makefile, graphics/libgphoto2/pkg PLIST

   Update to libgphoto-2.5.34.
VersionDeltaFile
1.49+2-2graphics/libgphoto2/distinfo
1.38+4-0graphics/libgphoto2/pkg/PLIST
1.92+1-2graphics/libgphoto2/Makefile
+7-43 files

FreeBSD/ports 34bdbb8lang/algol68g distinfo Makefile

lang/algol68g: update Algol 68 Genie to version 3.12.2

As one of the oldest ISPs in the Netherlands will discontinue
its last hosting services, the site that hosted the project's
pages for almost 25 years is going to be shut down in the near
future and thus the website had been migrated to a new domain.

Reported by:    portscout, Marcel van der Veer (hosting part)
DeltaFile
+3-3lang/algol68g/distinfo
+3-3lang/algol68g/Makefile
+6-62 files

FreeBSD/ports f59dd8cgraphics/graphviz Makefile distinfo

graphics/graphviz: update to 15.0.0
DeltaFile
+4-5graphics/graphviz/Makefile
+3-3graphics/graphviz/distinfo
+0-3graphics/graphviz/pkg-plist
+7-113 files

FreeBSD/ports f9ac912misc/codex distinfo Makefile.crates

misc/codex: Update to 0.135.0

Changelog: https://github.com/openai/codex/releases/tag/rust-v0.135.0

Reported by:    GitHub (watch releases)
DeltaFile
+99-53misc/codex/distinfo
+48-25misc/codex/Makefile.crates
+2-1misc/codex/Makefile
+149-793 files

LLVM/project da3f152llvm/include/llvm/IR Constants.h Constant.h, llvm/lib/IR Constants.cpp ConstantsContext.h

[IR][NFC] Fast path for Constant::isNullValue (#200434)

Constant::isNullValue is the, by far, most frequently called out-of-line
function of Constant. It also has non-trivial logic and needs to switch
on the class type.

Therefore, compute the "is null" property once on construction and store
it in an unused bit in SubclassOptionalData.

This improves performance of stage2-O3 by 0.15%.
DeltaFile
+8-20llvm/lib/IR/Constants.cpp
+13-5llvm/include/llvm/IR/Constants.h
+10-1llvm/include/llvm/IR/Constant.h
+2-0llvm/lib/IR/ConstantsContext.h
+33-264 files

OpenBSD/ports l91wxI4www/sope/patches patch-sope-mime_NGImap4_NGImap4ResponseParser_m patch-sope-appserver_NGObjWeb_SoObjects_GNUmakefile_preamble

   www/sope: fix build with llvm 22

   change some types to fix -Wincompatible-pointer-types warnings turned
   errors with 22, and put a -Wno-error=incompatible-pointer-types on the
   one i have no idea how to fix. Objective-C definitely is a weird language...
VersionDeltaFile
1.1+21-0www/sope/patches/patch-sope-mime_NGImap4_NGImap4ResponseParser_m
1.1+18-0www/sope/patches/patch-sope-appserver_NGObjWeb_SoObjects_GNUmakefile_preamble
1.1+14-0www/sope/patches/patch-sope-appserver_NGObjWeb_WebDAV_SoSubscriptionManager_m
1.1+12-0www/sope/patches/patch-sope-mime_NGImap4_NGImap4Folder_m
1.1+12-0www/sope/patches/patch-sope-appserver_WEExtensions_WETableView_WETableView_m
+77-05 files

OpenBSD/src cYqx8ZJusr.bin/ssh channels.c

   avoid strlen(NULL) crash if an X11 channel was created before the
   x11-req SSH_MSG_CHANNEL_REQUEST was sent. Reported by Ben Perry via
   GHPR679
VersionDeltaFile
1.460+6-1usr.bin/ssh/channels.c
+6-11 files

NetBSD/pkgsrc a5fEBIEdoc CHANGES-2026

   doc: Updated security/ruby-oauth to 1.1.5
VersionDeltaFile
1.3366+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 95X4ZOSdoc CHANGES-2026

   doc: Updated sysutils/ruby-capistrano to 3.20.1
VersionDeltaFile
1.3365+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GkEOfamsysutils/ruby-capistrano distinfo Makefile

   sysutils/ruby-capistrano: update to 3.20.1

   3.20.1 (2026-05-16)

   This is a gem housekeeping release. No user-facing changes.

   Housekeeping

   * Add Ruby 4 to CI (#2179) @mattbrictson
   * Bump release-drafter/release-drafter from 6 to 7 (#2183) @dependabot[bot]
   * Update cucumber requirement from ~> 10.1 to ~> 11.0 (#2184) @dependabot[bot]
   * Update mocha requirement from ~> 2.8 to ~> 3.0 (#2178) @dependabot[bot]
VersionDeltaFile
1.6+4-4sysutils/ruby-capistrano/distinfo
1.6+2-2sysutils/ruby-capistrano/Makefile
+6-62 files

NetBSD/pkgsrc sAg4Vg1security/ruby-oauth Makefile distinfo

   security/ruby-oauth: update to 1.1.5

   1.1.4 (2026-05-16)

   * TAG: v1.1.4
   * COVERAGE: 84.64% -- 854/1009 lines in 36 files
   * BRANCH COVERAGE: 54.91% -- 151/275 branches in 36 files
   * 40.78% documented

   Added

   * Add auth-sanitizer integration for inspect-time secret redaction in core
     OAuth objects.
   * Traditional OAuth::VERSION constant

   Changed

   * Redact sensitive values from #inspect in OAuth::Consumer, OAuth::Token,
     and OAuth::Signature::Base.

    [18 lines not shown]
VersionDeltaFile
1.25+5-5security/ruby-oauth/Makefile
1.22+4-4security/ruby-oauth/distinfo
1.13+5-1security/ruby-oauth/PLIST
+14-103 files

NetBSD/pkgsrc 1XlhQsadoc CHANGES-2026

   doc: Updated security/ruby-snaky_hash to 2.0.4
VersionDeltaFile
1.3364+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ooHiuZTsecurity/ruby-snaky_hash distinfo Makefile

   security/ruby-snaky_hash: update to 2.0.4

   2.0.4 (2026-05-16)

   * TAG: v2.0.4
   * COVERAGE: 100.00% -- 133/133 lines in 7 files
   * BRANCH COVERAGE: 100.00% -- 38/38 branches in 7 files
   * 100.00% documented

   Added

   * Incident Response Plan in IRP.md
   * SnakyHash::VERSION (Traditional Constant Location)
   * kettle-dev & kettle-test dev harnesses

   Changed

   * Contributor Conenant updated to version 2.1


    [3 lines not shown]
VersionDeltaFile
1.4+4-4security/ruby-snaky_hash/distinfo
1.4+4-4security/ruby-snaky_hash/Makefile
1.3+5-1security/ruby-snaky_hash/PLIST
+13-93 files

NetBSD/pkgsrc N2seVUAdoc CHANGES-2026

   doc: Updated security/ruby-oauth-tty to 1.0.8
VersionDeltaFile
1.3363+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZGaPfP3security/ruby-oauth-tty distinfo Makefile

   security/ruby-oauth-tty: update to 1.0.8

   1.0.7 (2026-05-16)

   * TAG: v1.0.7
   * COVERAGE: 100.00% -- 305/305 lines in 10 files
   * BRANCH COVERAGE: 96.55% -- 28/29 branches in 10 files
   * 16.22% documented

   Added

   * Add inspect-time secret redaction for command option state through
     auth-sanitizer integration.
   * Traditional OAuth::TTY::VERSION constant

   Changed

   * Redact the command options hash from OAuth::TTY::Command#inspect because
     it may contain credential-bearing CLI arguments.

    [18 lines not shown]
VersionDeltaFile
1.4+4-4security/ruby-oauth-tty/distinfo
1.5+3-3security/ruby-oauth-tty/Makefile
1.3+3-1security/ruby-oauth-tty/PLIST
+10-83 files

LLVM/project 80f6b76llvm/include/llvm/Object ELF.h, llvm/lib/Object ELF.cpp XCOFFObjectFile.cpp

[Object] Remove unused argument of DataExtractor constructor (NFC) (#197124)

`AddressSize` parameter is not used by `DataExtractor` and will be
removed in the future. See #190519 for more context.
DeltaFile
+2-2llvm/lib/Object/ELF.cpp
+1-2llvm/lib/Object/XCOFFObjectFile.cpp
+1-1llvm/lib/Object/MachOObjectFile.cpp
+1-1llvm/include/llvm/Object/ELF.h
+1-1llvm/lib/Object/Decompressor.cpp
+6-75 files

LLVM/project b49a468llvm/include/llvm/ProfileData GCOV.h, llvm/lib/ProfileData InstrProfCorrelator.cpp

[Profile] Remove unused argument of DataExtractor constructor (NFC) (#197119)

`AddressSize` parameter is not used by `DataExtractor` and will be
removed in the future. See #190519 for more context.
DeltaFile
+5-5llvm/include/llvm/ProfileData/GCOV.h
+1-1llvm/lib/ProfileData/InstrProfCorrelator.cpp
+6-62 files

LLVM/project 87f6f5ellvm/include/llvm/IR Constant.h

fix typo

Created using spr 1.3.8-wip
DeltaFile
+1-1llvm/include/llvm/IR/Constant.h
+1-11 files

NetBSD/pkgsrc H2B3JlZdoc CHANGES-2026

   doc: Updated misc/ruby-manpages to 0.7.0
VersionDeltaFile
1.3362+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OxtfEXgmisc/ruby-manpages distinfo PLIST, misc/ruby-manpages/patches patch-lib_manpages_man__files.rb patch-lib_rubygems_commands_manpages__command.rb

   misc/ruby-manpages: update to 0.7.0

   0.6.2 (2026-05-14)

   Fixed:

   * Bumped rake, rubocop, and rexml to resolve HIGH/MEDIUM CVEs (#45)


   0.7.0 (2026-05-14)

   Changed:

   * Minimum required Ruby version is now 3.0

   Added:

   * GitHub Actions CI replacing Travis CI, testing Ruby 3.1, 3.2, 3.3, and 3.4
   * rubocop-rspec added to enforce RSpec style

    [5 lines not shown]
VersionDeltaFile
1.4+6-6misc/ruby-manpages/distinfo
1.2+6-4misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb
1.2+4-4misc/ruby-manpages/patches/patch-lib_rubygems_commands_manpages__command.rb
1.2+3-3misc/ruby-manpages/PLIST
1.5+2-3misc/ruby-manpages/Makefile
+21-205 files

NetBSD/pkgsrc icEZU4Idoc CHANGES-2026

   doc: Updated lang/ruby-cucumber-gherkin to 39.1.0
VersionDeltaFile
1.3361+2-1doc/CHANGES-2026
+2-11 files