OpenBSD/src 0MniYWwsys/dev/pci pcidevs_data.h pcidevs.h

   add more AMD "Krackan Point" device ids

   based off a ThinkPad X13 Gen 6 / 21RM dmesg from claudio@
   ok claudio@
VersionDeltaFile
1.2127+85-1sys/dev/pci/pcidevs_data.h
1.2132+22-1sys/dev/pci/pcidevs.h
+107-22 files

OpenBSD/src DDOlJSxsys/dev/pci pcidevs

   add more AMD "Krackan Point" device ids

   based off a ThinkPad X13 Gen 6 / 21RM dmesg from claudio@
   ok claudio@
VersionDeltaFile
1.2139+22-1sys/dev/pci/pcidevs
+22-11 files

OpenBSD/ports od3Y5rNsecurity/cyrus-sasl2 Makefile, security/cyrus-sasl2/patches patch-saslauthd_md5_c patch-lib_md5_c

   cyrus-sasl2: fix build with llvm22, ok ajacoutot naddy

   Switch from hand-rolled memset(3) and memcpy(3) to the ones in libc.
   The versions inherited from libdes abuse unsigned char * for void *
   and [-Wincompatible-pointer-types] is now an error:

   md5.c:400:14: error: incompatible pointer types passing 'unsigned char (*)[65]' to parameter of type 'POINTER' (aka 'unsigned char *') [-Wincompatible-pointer-types]

   Switching POINTER to void * causes other problems.
VersionDeltaFile
1.1+32-0security/cyrus-sasl2/patches/patch-saslauthd_md5_c
1.1+32-0security/cyrus-sasl2/patches/patch-lib_md5_c
1.119+1-1security/cyrus-sasl2/Makefile
+65-13 files

OpenBSD/ports B1AogE2devel/gcem Makefile

   gcem uses C++11, so needs ports-gcc on base-gcc arches

   Fixes the build on sparc64
VersionDeltaFile
1.2+3-0devel/gcem/Makefile
+3-01 files

OpenBSD/ports QYyEB5swww/puppetboard Makefile distinfo

   update 6.0.1 -> 7.0.2
VersionDeltaFile
1.65+2-2www/puppetboard/Makefile
1.32+2-2www/puppetboard/distinfo
+4-42 files

OpenBSD/ports 5E3RMKrwww/py-flask-caching Makefile distinfo, www/py-flask-caching/pkg PLIST

   update 2.1.0 -> 2.4.0
VersionDeltaFile
1.6+3-4www/py-flask-caching/Makefile
1.2+2-2www/py-flask-caching/distinfo
1.5+0-1www/py-flask-caching/pkg/PLIST
+5-73 files

OpenBSD/ports ZLREtFtdevel/py-cachelib Makefile distinfo, devel/py-cachelib/pkg PLIST

   update 0.10.2 -> 0.14.0
VersionDeltaFile
1.5+10-2devel/py-cachelib/pkg/PLIST
1.6+6-3devel/py-cachelib/Makefile
1.2+2-2devel/py-cachelib/distinfo
+18-73 files

OpenBSD/src J9eTCOssys/dev/ic qwz.c

   Fix memory leak when freeing rx descriptors.

   ok kettenis@
VersionDeltaFile
1.33+10-6sys/dev/ic/qwz.c
+10-61 files

OpenBSD/ports Z0sdYF0devel/ruby-fast_gettext distinfo Makefile

   update 2.3.0 -> 4.4.1

   OK kn@
VersionDeltaFile
1.3+2-2devel/ruby-fast_gettext/distinfo
1.5+1-1devel/ruby-fast_gettext/Makefile
+3-32 files

OpenBSD/ports 1AkHVwIsysutils/ruby-openvox/8 Makefile

   relax dependency on ruby-fast_gettext, as it is already in .metadata
   so can actually update fast_gettext

   OK kn@ (MAINTAINER)
VersionDeltaFile
1.15+2-1sysutils/ruby-openvox/8/Makefile
+2-11 files

OpenBSD/src 1nmA8FLsys/dev/ic qwz.c

   Pre-allocate the bus dma maps for the rxbufs to avoid calling
   bus_dmamap_create(9) from interrupt context.

   ok mglocker@
VersionDeltaFile
1.32+8-8sys/dev/ic/qwz.c
+8-81 files

OpenBSD/ports teF3ga3archivers/ruby-rubyzip distinfo Makefile

   simple update 3.1.0 -> 3.3.0
VersionDeltaFile
1.5+2-2archivers/ruby-rubyzip/distinfo
1.6+1-1archivers/ruby-rubyzip/Makefile
+3-32 files

OpenBSD/ports GXzgvRmaudio/libcddb/patches patch-include_cddb_cddb_log_h patch-include_cddb_cddb_log_ni_h

   libcddb: fix header guards to avoid some noise during compilation
VersionDeltaFile
1.1+12-0audio/libcddb/patches/patch-include_cddb_cddb_log_h
1.1+12-0audio/libcddb/patches/patch-include_cddb_cddb_log_ni_h
+24-02 files

OpenBSD/ports snIQc1Qx11/xfe distinfo, x11/xfe/patches patch-src_main_cpp patch-src_SearchWindow_cpp

   Update to xfe 2.1.6. fixes build with llvm22.
   Also add a pledge() marker as the code uses pledge on OpenBSD.
   ok caspar@
VersionDeltaFile
1.18+770-525x11/xfe/pkg/PLIST
1.3+14-13x11/xfe/patches/patch-src_main_cpp
1.8+7-7x11/xfe/patches/patch-src_SearchWindow_cpp
1.8+5-5x11/xfe/patches/patch-src_FilePanel_cpp
1.26+2-2x11/xfe/distinfo
1.2+2-2x11/xfe/patches/patch-src_DirPanel_cpp
+800-5544 files not shown
+805-56010 files

OpenBSD/ports 9wOS0l0audio/libcddb Makefile, audio/libcddb/patches patch-lib_cddb_net_c

   libcddb: fix build with llvm22

   switch variable from size_t to socklen_t for use in getsockopt(3) to
   appease -Wincompatible-pointer-types
VersionDeltaFile
1.1+16-0audio/libcddb/patches/patch-lib_cddb_net_c
1.4+1-1audio/libcddb/pkg/PLIST
1.11+1-1audio/libcddb/Makefile
+18-23 files

OpenBSD/ports RWi6Y3hsecurity/ruby-gpgme distinfo Makefile, security/ruby-gpgme/pkg PLIST

   a simple update 2.0.25 -> 2.0.26
VersionDeltaFile
1.10+2-2security/ruby-gpgme/distinfo
1.16+1-2security/ruby-gpgme/Makefile
1.9+2-0security/ruby-gpgme/pkg/PLIST
+5-43 files

OpenBSD/ports dhC1Boddevel/cppunit distinfo Makefile, devel/cppunit/patches patch-src_cppunit_Makefile_in patch-Makefile_in

   Update to cppunit 1.15.1. Fixes build with llvm22.
   ok tb@ who had the same diff.
VersionDeltaFile
1.6+2-2devel/cppunit/distinfo
1.5+1-1devel/cppunit/patches/patch-src_cppunit_Makefile_in
1.24+1-1devel/cppunit/Makefile
1.4+1-1devel/cppunit/patches/patch-Makefile_in
+5-54 files

OpenBSD/ports 5d1YDYYsysutils/openvox-server/8 distinfo Makefile, sysutils/openvox-server/8/patches patch-ext_default

   simple update 8.12.1 -> 8.13.0
VersionDeltaFile
1.2+2-2sysutils/openvox-server/8/distinfo
1.5+1-2sysutils/openvox-server/8/Makefile
1.2+1-1sysutils/openvox-server/8/patches/patch-ext_default
+4-53 files

OpenBSD/ports I6A4xbNsysutils/ruby-openvoxserver-ca distinfo Makefile, sysutils/ruby-openvoxserver-ca/patches patch-lib_puppetserver_ca_utils_file_system_rb

   simple update 3.0.0 -> 3.2.0
VersionDeltaFile
1.3+0-21sysutils/ruby-openvoxserver-ca/pkg/PLIST
1.2+10-9sysutils/ruby-openvoxserver-ca/patches/patch-lib_puppetserver_ca_utils_file_system_rb
1.2+2-2sysutils/ruby-openvoxserver-ca/distinfo
1.3+1-2sysutils/ruby-openvoxserver-ca/Makefile
+13-344 files

OpenBSD/ports cerWwhBsecurity/py-fickling distinfo Makefile, security/py-fickling/pkg PLIST

   simple update 0.1.7 -> 0.1.11
VersionDeltaFile
1.12+2-2security/py-fickling/distinfo
1.23+1-2security/py-fickling/Makefile
1.11+3-0security/py-fickling/pkg/PLIST
+6-43 files

OpenBSD/ports J99uLfsdevel/ruby-gettext-setup Makefile distinfo

   simple update 1.1.0->1.1.1
VersionDeltaFile
1.12+2-2devel/ruby-gettext-setup/Makefile
1.10+2-2devel/ruby-gettext-setup/distinfo
+4-42 files

OpenBSD/ports aNJemuLdevel/pcre2 Makefile distinfo, devel/pcre2/pkg PLIST

   devel/pcre2: Update to 10.47

   feedback and ok sthen@, jca@
VersionDeltaFile
1.22+8-6devel/pcre2/Makefile
1.8+6-2devel/pcre2/pkg/PLIST
1.11+2-2devel/pcre2/distinfo
+16-103 files

OpenBSD/ports 4qhBcNHdevel/ruby-concurrent-ruby distinfo Makefile, devel/ruby-concurrent-ruby/pkg PLIST

   simple update 1.3.5 -> 1.3.6
VersionDeltaFile
1.12+2-2devel/ruby-concurrent-ruby/distinfo
1.14+1-1devel/ruby-concurrent-ruby/Makefile
1.9+2-0devel/ruby-concurrent-ruby/pkg/PLIST
+5-33 files

OpenBSD/ports TClXdPIemulators/vbam Makefile

   vbam: fix HOMEPAGE, the domain has moved.

   The old vba-m.com domain no longer points to the emulator project and
   now serves unrelated content.
VersionDeltaFile
1.45+2-1emulators/vbam/Makefile
+2-11 files

OpenBSD/ports NcX4k0Qconverters/bdf2psf Makefile distinfo

   Update bdf2psf to 1.248.
VersionDeltaFile
1.53+2-2converters/bdf2psf/Makefile
1.48+2-2converters/bdf2psf/distinfo
+4-42 files

OpenBSD/src oPoLRFIsys/kern kern_sysctl.c

   Do not zeroize already zeroed buffer in sysctl_sysvipc(). The
   KERN_SYSVIPC_SEM_INFO case was a part of the big semaphores diff,
   KERN_SYSVIPC_SHM_INFO case to the next one.

   ok deraadt
VersionDeltaFile
1.493+5-5sys/kern/kern_sysctl.c
+5-51 files

OpenBSD/ports pk9YFDfgraphics/netpbm Makefile, graphics/netpbm/patches patch-converter_other_jpeg2000_libjasper_compat_c

   graphics/netpbm: drop vestigial code no longer accepted by llvm22

   Suggested by upstream.
VersionDeltaFile
1.1+14-0graphics/netpbm/patches/patch-converter_other_jpeg2000_libjasper_compat_c
1.102+1-0graphics/netpbm/Makefile
+15-02 files

OpenBSD/src 1uH7qWCsys/arch/arm64/dev simplebus.c, sys/arch/arm64/include bus.h

   Implement bounce buffers for arm64.  Almost identical to the riscv64
   version, but for now this strips the BUS_DMA_64BIT flag since the DMA
   constraints on arm64 also include bus constraints.  This will be fixed
   in a future diff.

   (files missed in the previous commit)
VersionDeltaFile
1.12+13-3sys/arch/arm64/include/bus.h
1.23+4-4sys/arch/arm64/dev/simplebus.c
+17-72 files

OpenBSD/ports vRFPiDsdevel/jjui distinfo Makefile

   Update to jjui 0.10.6

   https://github.com/idursun/jjui/releases/tag/v0.10.6
VersionDeltaFile
1.26+6-2devel/jjui/distinfo
1.27+1-1devel/jjui/Makefile
1.14+1-0devel/jjui/modules.inc
+8-33 files

OpenBSD/src h2YcXVKdistrib/sets/lists/man mi

   sync
VersionDeltaFile
1.1769+1-0distrib/sets/lists/man/mi
+1-01 files