FreeBSD/ports 796d4b7audio/sonicradio distinfo Makefile

audio/sonicradio: Update to 0.8.14

ChangeLog:      https://github.com/dancnb/sonicradio/releases/tag/v0.8.14
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+5-5audio/sonicradio/distinfo
+3-3audio/sonicradio/Makefile
+8-82 files

LLVM/project 51a262fllvm/utils/gn/secondary/clang-tools-extra/clang-tidy/llvm BUILD.gn

[gn build] Port 49d464ccaf44
DeltaFile
+1-0llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/llvm/BUILD.gn
+1-01 files

LLVM/project 94b90c6llvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn build] Port 9311996261e1
DeltaFile
+1-0llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+1-01 files

LLVM/project 8fce1d7llvm/lib/Target/X86 X86ISelDAGToDAG.cpp, llvm/test/CodeGen/X86 extract-lowbits.ll

[X86] Prefer andl to andb to save one byte encoding when using with bzhi or bextr (#86921)

DeltaFile
+18-3llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
+2-2llvm/test/CodeGen/X86/extract-lowbits.ll
+20-52 files

LLVM/project 696572cllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 vec_list_bias-inseltpoison.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+96-14llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+12-13llvm/test/Transforms/SLPVectorizer/X86/vec_list_bias-inseltpoison.ll
+108-272 files

FreeBSD/ports 9162a26textproc/bookokrat distinfo Makefile.crates

textproc/bookokrat: Update to 0.2.4

ChangeLog:      https://github.com/bugzmanov/bookokrat/releases/tag/v0.2.4
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+83-59textproc/bookokrat/distinfo
+40-28textproc/bookokrat/Makefile.crates
+1-1textproc/bookokrat/Makefile
+124-883 files

OPNSense/core 592f9f1src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv4.php KeaDhcpv6.php

Services: Kea DHCP - add libdhcp_host_cmds.so to expose (internal) api commands for reservations, closes https://github.com/opnsense/core/issues/9646
DeltaFile
+3-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.php
+3-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+6-02 files

NetBSD/pkgsrc kCb20vrdevel Makefile, devel/py-backports_abc Makefile PLIST

   py-backports_abc: removed; not needed since Python 3.3
VersionDeltaFile
1.4576+1-2devel/Makefile
1.4+1-1devel/py-backports_abc/Makefile
1.2+1-1devel/py-backports_abc/PLIST
1.5+1-1devel/py-backports_abc/distinfo
1.2+0-0devel/py-backports_abc/DESCR
+4-55 files

OpenBSD/ports 4cwhMumsysutils/seatd Makefile

   Extra bump so that people who tested the wip diffs really get the latest

   Testing this is already a PITA, no need to take a chance and have
   someone run an older package.
VersionDeltaFile
1.11+1-1sysutils/seatd/Makefile
+1-11 files

HardenedBSD/ports 54dc765deskutils/ausweisapp2 Makefile, japanese/proxy2ch Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+110-120net-mgmt/netdata/pkg-plist
+46-0japanese/proxy2ch/Makefile
+31-0japanese/proxy2ch/files/patch-Makefile
+20-0japanese/proxy2ch/files/proxy2ch.in
+5-6deskutils/ausweisapp2/Makefile
+11-0www/w3m/files/patch-po_Makefile.in.in
+223-12626 files not shown
+300-17432 files

NetBSD/src O1zTG4xdistrib/utils/embedded/conf rpi_inst.conf armv7.conf

   Fix cmdline to be an absolute path so that it is found again.
VersionDeltaFile
1.21+2-2distrib/utils/embedded/conf/rpi_inst.conf
1.49+2-2distrib/utils/embedded/conf/armv7.conf
1.42+2-2distrib/utils/embedded/conf/rpi.conf
+6-63 files

LLVM/project 50f1bd8libcxx/docs/ReleaseNotes 23.rst, libcxx/include/__algorithm ranges_fold.h

optimize fold_left_with_iter
DeltaFile
+11-5libcxx/include/__algorithm/ranges_fold.h
+4-0libcxx/docs/ReleaseNotes/23.rst
+15-52 files

FreeBSD/src 072af59sys/netlink/route iface.c

netlink: make compile without VIMAGE

Add the #include for proc.h which seems to be there in the VIMAGE
case through some other includes only.

Sponsored by:   The FreeBSD Foundation
Fixes:          04f6b99947d2
DeltaFile
+1-0sys/netlink/route/iface.c
+1-01 files

HardenedBSD/src 072af59sys/netlink/route iface.c

netlink: make compile without VIMAGE

Add the #include for proc.h which seems to be there in the VIMAGE
case through some other includes only.

Sponsored by:   The FreeBSD Foundation
Fixes:          04f6b99947d2
DeltaFile
+1-0sys/netlink/route/iface.c
+1-01 files

FreeBSD/src 44d1153sys/compat/linuxkpi/common/include/linux minmax.h

LinuxKPI: add umin()

Add a version of umin() simply using MIN() assuming that the Linux
upstream code properly check that the arguments are unsigned, etc.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54807
DeltaFile
+3-0sys/compat/linuxkpi/common/include/linux/minmax.h
+3-01 files

HardenedBSD/src 0a57589sys/compat/linuxkpi/common/include/linux dma-mapping.h, sys/compat/linuxkpi/common/src linux_pci.c

LinuxKPI: implement dmam_free_coherent()

dmam_free_coherent() is used by an updated mt76 driver at v6.19-rc6.
We need to surgically find the devres information and destroy it before
calling dma_free_coherent.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54810
DeltaFile
+36-0sys/compat/linuxkpi/common/src/linux_pci.c
+9-0sys/compat/linuxkpi/common/include/linux/dma-mapping.h
+45-02 files

HardenedBSD/src 44d1153sys/compat/linuxkpi/common/include/linux minmax.h

LinuxKPI: add umin()

Add a version of umin() simply using MIN() assuming that the Linux
upstream code properly check that the arguments are unsigned, etc.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54807
DeltaFile
+3-0sys/compat/linuxkpi/common/include/linux/minmax.h
+3-01 files

FreeBSD/src 7e4a2b3sys/compat/linuxkpi/common/include/linux bitops.h

LinuxKPI: improve hweight<n> if complie time constant

rtw89(4) uses a static_assert() with hweight<n> calls.  In order to
avoid compile time errors, deal with the case when the arguments to
hweight<n> are complie time constant.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54806
DeltaFile
+6-6sys/compat/linuxkpi/common/include/linux/bitops.h
+6-61 files

FreeBSD/src 0a57589sys/compat/linuxkpi/common/include/linux dma-mapping.h, sys/compat/linuxkpi/common/src linux_pci.c

LinuxKPI: implement dmam_free_coherent()

dmam_free_coherent() is used by an updated mt76 driver at v6.19-rc6.
We need to surgically find the devres information and destroy it before
calling dma_free_coherent.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54810
DeltaFile
+36-0sys/compat/linuxkpi/common/src/linux_pci.c
+9-0sys/compat/linuxkpi/common/include/linux/dma-mapping.h
+45-02 files

HardenedBSD/src 7e4a2b3sys/compat/linuxkpi/common/include/linux bitops.h

LinuxKPI: improve hweight<n> if complie time constant

rtw89(4) uses a static_assert() with hweight<n> calls.  In order to
avoid compile time errors, deal with the case when the arguments to
hweight<n> are complie time constant.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54806
DeltaFile
+6-6sys/compat/linuxkpi/common/include/linux/bitops.h
+6-61 files

FreeBSD/src bf4aa75sys/compat/linuxkpi/common/include/linux ptp_clock_kernel.h

LinuxKPI: PTP add (*settime64) to struct ptp_clock_info

While iwlwifi supportes PTP, LinuxKPI does not and we only add the
definitons to avoid mangling upstream drivers.
iwlwifi(4) does not even support the (*settime64) callback but only
returns -EOPNOTSUPP.

Sponosred by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54802
DeltaFile
+1-0sys/compat/linuxkpi/common/include/linux/ptp_clock_kernel.h
+1-01 files

HardenedBSD/src bf4aa75sys/compat/linuxkpi/common/include/linux ptp_clock_kernel.h

LinuxKPI: PTP add (*settime64) to struct ptp_clock_info

While iwlwifi supportes PTP, LinuxKPI does not and we only add the
definitons to avoid mangling upstream drivers.
iwlwifi(4) does not even support the (*settime64) callback but only
returns -EOPNOTSUPP.

Sponosred by:   The FreeBSD Foundation
MFC after:      3 days
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D54802
DeltaFile
+1-0sys/compat/linuxkpi/common/include/linux/ptp_clock_kernel.h
+1-01 files

NetBSD/pkgsrc-wip 8b37006rust193 Makefile

rust193: add requires cargo checksum updates from previous addition of patches.
DeltaFile
+6-0rust193/Makefile
+6-01 files

NetBSD/pkgsrc-wip 011d324. Makefile, py-qutrub Makefile PLIST

py-qutrub: removed; last update 2009-08-26
DeltaFile
+0-44py-qutrub/Makefile
+0-40py-qutrub/PLIST
+0-12py-qutrub/DESCR
+0-5py-qutrub/distinfo
+0-1Makefile
+0-1025 files

NetBSD/pkgsrc-wip b5c38bd. Makefile, py-registry PLIST Makefile

py-registry: removed; last update 2019-05-08
DeltaFile
+0-21py-registry/PLIST
+0-19py-registry/Makefile
+0-5py-registry/distinfo
+0-1py-registry/DESCR
+0-1Makefile
+0-475 files

NetBSD/pkgsrc C1ViNPudoc CHANGES-2026

   Removed databases/py-sqlite2, databases/py-sybase, databases/py-table, databases/py-tokyocabinet, databases/py-unicodecsv
VersionDeltaFile
1.610+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc 119qjTadatabases Makefile, databases/py-unicodecsv PLIST Makefile

   py-unicodecsv: removed; last update: 2015-09-23
VersionDeltaFile
1.742+1-6databases/Makefile
1.2+1-1databases/py-unicodecsv/PLIST
1.3+1-1databases/py-unicodecsv/Makefile
1.4+1-1databases/py-unicodecsv/distinfo
1.2+0-0databases/py-unicodecsv/DESCR
+4-95 files

NetBSD/pkgsrc jKaPh4Jdatabases/py-tokyocabinet Makefile PLIST

   py-tokyocabinet: removed; last update: 2013-11-26
VersionDeltaFile
1.18+1-1databases/py-tokyocabinet/Makefile
1.2+1-1databases/py-tokyocabinet/PLIST
1.5+1-1databases/py-tokyocabinet/distinfo
1.2+0-0databases/py-tokyocabinet/DESCR
+3-34 files

NetBSD/pkgsrc dlJ0LVDdatabases/py-table distinfo MESSAGE

   py-table: removed; last update (0.8.20a): 2007-10-20
VersionDeltaFile
1.6+1-1databases/py-table/distinfo
1.2+1-1databases/py-table/MESSAGE
1.30+1-1databases/py-table/Makefile
1.9+1-1databases/py-table/PLIST
1.2+0-0databases/py-table/DESCR
+4-45 files

NetBSD/pkgsrc ZfN6qoAdatabases/py-sybase Makefile PLIST, databases/py-sybase/patches patch-aa

   py-sybase: removed; last update (0.37): 2005-04-07
VersionDeltaFile
1.61+1-1databases/py-sybase/Makefile
1.4+1-1databases/py-sybase/PLIST
1.8+1-1databases/py-sybase/distinfo
1.3+1-1databases/py-sybase/patches/patch-aa
1.2+0-0databases/py-sybase/DESCR
+4-45 files