FreeBSD/ports 1a13219audio/py-pyradio distinfo Makefile

audio/py-pyradio: Update to 0.9.3.11.29

ChangeLog:      https://github.com/coderholic/pyradio/releases/tag/0.9.3.11.29
Reported by:    Spiros Georgaras <notifications at github.com>
DeltaFile
+3-3audio/py-pyradio/distinfo
+1-1audio/py-pyradio/Makefile
+4-42 files

LLVM/project fcd0e2clld/ELF BPSectionOrderer.cpp

[ELF] Remove redundant sec->repl != sec check in BPSectionOrderer. NFC (#189214)

ICF's InputSection::replace() calls markDead() on folded sections, so
`!sec->isLive()` already filters them.
DeltaFile
+3-4lld/ELF/BPSectionOrderer.cpp
+3-41 files

NetBSD/pkgsrc w3mMzypdoc CHANGES-2026

   doc: Updated security/ruby-bcrypt to 3.1.22
VersionDeltaFile
1.1942+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6oSpoS7security/ruby-bcrypt distinfo Makefile

   security/ruby-bcrypt: update to 3.1.22

   3.1.22 (2026-03-18)

   What's Changed

   * Move compilation after bundle install by @tenderlove in #291
   * Add TruffleRuby in CI by @tjschuck in #293
   * fix env url by @tenderlove in #294
VersionDeltaFile
1.18+4-4security/ruby-bcrypt/distinfo
1.17+2-2security/ruby-bcrypt/Makefile
+6-62 files

NetBSD/pkgsrc 9sbnFWldoc CHANGES-2026

   doc: Updated net/ruby-ruby_smb to 3.3.17
VersionDeltaFile
1.1941+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc S7IdgtAnet/ruby-ruby_smb distinfo Makefile

   net/ruby-ruby_smb: update to 3.3.17

   3.3.17 (2026-03-24)

   * Merge pull request #292 from
     jheysel-r7/fix/lib/smb_relay_ruby_client_support

     Reauth after STATUS_NETWORK_SESSION_EXPIRED
VersionDeltaFile
1.32+4-4net/ruby-ruby_smb/distinfo
1.31+2-2net/ruby-ruby_smb/Makefile
+6-62 files

NetBSD/pkgsrc Gu7iGWndoc CHANGES-2026

   doc: Updated mail/ruby-mime-types-data to 3.2026.0317
VersionDeltaFile
1.1940+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8AMK1IUmail/ruby-mime-types-data distinfo Makefile

   mail/ruby-mime-types-data: update to 3.2026.0317

   3.2026.0317 (2026-03-17)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.

   * Juliana Lucena (@julianalucena) added parquet extension for
     application/vnd.apache.parquet. #271
VersionDeltaFile
1.52+4-4mail/ruby-mime-types-data/distinfo
1.50+2-2mail/ruby-mime-types-data/Makefile
+6-62 files

NetBSD/pkgsrc IrA0oOedoc CHANGES-2026

   doc: Updated textproc/ruby-rdtool to 0.6.39
VersionDeltaFile
1.1939+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GeNc7cotextproc/ruby-rdtool distinfo PLIST, textproc/ruby-rdtool/patches patch-ae

   textproc/ruby-rdtool: update to 0.6.39

   pkgsrc change: remove one pkglint warning.


   0.6.39 (2026-03-17)

   * Modernize packaging metadata, CI, and release workflow for current Ruby.
   * Refactor rd2 internals without breaking external formatter compatibility.
   * Add configurable man section support and improve rd2man output quality.
   * Add a simple HTML5 formatter, and document bundled format libraries.
   * Modernize rdswap and document its purpose.
VersionDeltaFile
1.4+25-31textproc/ruby-rdtool/patches/patch-ae
1.26+5-5textproc/ruby-rdtool/distinfo
1.13+7-1textproc/ruby-rdtool/PLIST
1.47+2-3textproc/ruby-rdtool/Makefile
1.4+2-2textproc/ruby-rdtool/rdtool.mk
+41-425 files

NetBSD/pkgsrc EoduWtrdoc CHANGES-2026

   doc: Updated devel/ruby-google-protobuf to 4.34.1
VersionDeltaFile
1.1938+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bYspduUdevel/ruby-google-protobuf distinfo Makefile

   devel/ruby-google-protobuf: update to 4.34.1

   4.34.1 (2026-03-19)

   No change (in Ruby part) except version.
VersionDeltaFile
1.15+4-4devel/ruby-google-protobuf/distinfo
1.18+2-2devel/ruby-google-protobuf/Makefile
+6-62 files

NetBSD/pkgsrc iN8fJIRdoc CHANGES-2026

   doc: Updated devel/ruby-ffi to 1.17.4
VersionDeltaFile
1.1937+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc dD8IX5Edevel/ruby-ffi PLIST distinfo

   devel/ruby-ffi: update to 1.17.4

   1.17.4 (2026-03-26)

   Fixed:

   * Fix union by-value ABI mismatch with float and double types on ARM64 and
     X86_64.  See #1177 and #1178 for details.
   * Exclude libffi files, which are unnecessary.  #1176
VersionDeltaFile
1.27+1-269devel/ruby-ffi/PLIST
1.38+4-4devel/ruby-ffi/distinfo
1.39+2-2devel/ruby-ffi/Makefile
+7-2753 files

OpenBSD/ports knMqXVWx11/xfce4/thunar distinfo Makefile

   x11/xfce4/thunar: update to 4.20.8
VersionDeltaFile
1.64+2-2x11/xfce4/thunar/distinfo
1.127+1-1x11/xfce4/thunar/Makefile
+3-32 files

OpenBSD/src TjHPfoClib/libcrypto/mlkem mlkem_internal.c

   ML-KEM: ensure that key_768 is only dereferenced with 768-bit keys

   This looks like a NULL dereference that should crash, but for some reason
   it doesn't, even with -O0 with all compilers i tried.  At the very least it
   may result in compilers deducing that key_768 != NULL and lead to incorrect
   optimizations.

   ok claudio jsing kenjiro miod
VersionDeltaFile
1.8+7-3lib/libcrypto/mlkem/mlkem_internal.c
+7-31 files

OpenBSD/src IpzbTqDregress/lib/libcrypto/assembly Makefile

   Add missing include path required to reach newly added crypto_assembly.h
   include.
VersionDeltaFile
1.3+3-2regress/lib/libcrypto/assembly/Makefile
+3-21 files

LLVM/project 71263dcclang-tools-extra/clang-tidy/bugprone IncDecInConditionsCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix bugprone-inc-dec-in-conditions FP with lambda condition (#189145)

Fixes https://github.com/llvm/llvm-project/issues/163913.
DeltaFile
+44-0clang-tools-extra/test/clang-tidy/checkers/bugprone/inc-dec-in-conditions.cpp
+5-0clang-tools-extra/docs/ReleaseNotes.rst
+4-1clang-tools-extra/clang-tidy/bugprone/IncDecInConditionsCheck.cpp
+53-13 files

HardenedBSD/src b84418fsys/dev/usb usbdevs, usr.sbin/syslogd syslogd.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+22-0usr.sbin/syslogd/tests/syslogd_test.sh
+7-0sys/dev/usb/usbdevs
+1-1usr.sbin/syslogd/syslogd.c
+30-13 files

HardenedBSD/src cda272asys/dev/usb usbdevs, usr.sbin/syslogd syslogd.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+22-0usr.sbin/syslogd/tests/syslogd_test.sh
+7-0sys/dev/usb/usbdevs
+1-1usr.sbin/syslogd/syslogd.c
+30-13 files

HardenedBSD/ports 24ca5a0deskutils/skim distinfo Makefile, multimedia/termusic distinfo Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+1,307-0multimedia/termusic/distinfo
+692-0multimedia/termusic/Makefile
+87-91deskutils/skim/distinfo
+99-25textproc/jsongrep/distinfo
+43-45deskutils/skim/Makefile
+50-13textproc/jsongrep/Makefile
+2,278-17429 files not shown
+2,408-30835 files

NetBSD/src dXSpqEpsys/uvm uvm_swap.c

   s/encrytp/encrypt/ in a function name.
VersionDeltaFile
1.223+4-4sys/uvm/uvm_swap.c
+4-41 files

NetBSD/src xmjpx2dsys/kern kern_lock.c

   Fix tyop.
VersionDeltaFile
1.194+3-3sys/kern/kern_lock.c
+3-31 files

OpenBSD/src yy24vB8sys/dev/ic qwx.c qwz.c

   Fix typo.
VersionDeltaFile
1.103+2-2sys/dev/ic/qwx.c
1.23+2-2sys/dev/ic/qwz.c
+4-42 files

FreeBSD/ports 176b5c9security/vuxml/vuln 2026.xml

security/vuxml: document gitlab vulnerabilities
DeltaFile
+51-0security/vuxml/vuln/2026.xml
+51-01 files

HardenedBSD/ports 176b5c9security/vuxml/vuln 2026.xml

security/vuxml: document gitlab vulnerabilities
DeltaFile
+51-0security/vuxml/vuln/2026.xml
+51-01 files

LLVM/project cf3a0f2lld Maintainers.md

[lld] update maintainers (#183803)

As a new contributor, it helps to correctly see the right maintainer.
DeltaFile
+15-3lld/Maintainers.md
+15-31 files

HardenedBSD/ports da5a426science/phonopy distinfo Makefile, science/py-phonopy Makefile distinfo

science/{,py-}phonopy: update 3.0.1 → 3.4.0
DeltaFile
+8-1science/py-phonopy/Makefile
+3-3science/py-phonopy/distinfo
+3-3science/phonopy/distinfo
+1-1science/phonopy/Makefile
+15-84 files

HardenedBSD/ports 71ac25btextproc/cpp-peglib distinfo Makefile

textproc/cpp-peglib: update 1.10.1 → 1.10.2
DeltaFile
+3-3textproc/cpp-peglib/distinfo
+2-2textproc/cpp-peglib/Makefile
+5-52 files

FreeBSD/ports da5a426science/phonopy distinfo Makefile, science/py-phonopy Makefile distinfo

science/{,py-}phonopy: update 3.0.1 → 3.4.0
DeltaFile
+8-1science/py-phonopy/Makefile
+3-3science/phonopy/distinfo
+3-3science/py-phonopy/distinfo
+1-1science/phonopy/Makefile
+15-84 files