OpenBSD/ports rLFu1LMsecurity/libnettle Makefile

   Quiet PORTROACH.
VersionDeltaFile
1.50+2-0security/libnettle/Makefile
+2-01 files

OpenBSD/ports vE0cQQvprint/py-pypdf distinfo Makefile

   Update to py3-pypdf-6.12.2.
VersionDeltaFile
1.68+2-2print/py-pypdf/distinfo
1.74+1-1print/py-pypdf/Makefile
+3-32 files

OpenBSD/ports UQYv59mdevel/glibmm268 Makefile, devel/mm-common Makefile

   Fix HOMEPAGE.
VersionDeltaFile
1.75+2-2x11/gtk2mm/Makefile
1.18+2-1devel/glibmm268/Makefile
1.25+2-1devel/mm-common/Makefile
1.12+2-1devel/pangomm248/Makefile
1.60+2-1x11/gtk3mm/Makefile
1.20+2-1x11/gtkmm40/Makefile
+12-73 files not shown
+18-109 files

OpenBSD/ports 6ek8Dv9devel/atkmm236 Makefile distinfo

   Update to atkmm236-2.36.4.
VersionDeltaFile
1.7+2-2devel/atkmm236/Makefile
1.5+2-2devel/atkmm236/distinfo
+4-42 files

OpenBSD/ports NnHNi0gmisc/llama.cpp distinfo Makefile, misc/llama.cpp/pkg PLIST

   misc/llama.cpp: update to b9326
VersionDeltaFile
1.16+10-10misc/llama.cpp/distinfo
1.23+6-6misc/llama.cpp/Makefile
1.11+9-2misc/llama.cpp/pkg/PLIST
+25-183 files

OpenBSD/ports 2c9iSQZdevel/libggml Makefile distinfo

   devel/libggml: update to 0.13.0
VersionDeltaFile
1.16+3-3devel/libggml/Makefile
1.13+2-2devel/libggml/distinfo
+5-52 files

OpenBSD/src mMOphNZusr.bin/lex nfa.c

   Fix signed integer overflow in repetition count

   OK tb@
VersionDeltaFile
1.15+4-1usr.bin/lex/nfa.c
+4-11 files

OpenBSD/ports 7dgrz2utextproc/der-ascii distinfo Makefile

   Update to der-ascii 0.8.0
VersionDeltaFile
1.8+2-2textproc/der-ascii/distinfo
1.11+1-1textproc/der-ascii/Makefile
+3-32 files

OpenBSD/src 4Y4q3Lwdistrib/sets/lists/comp md.armv7

   sync
VersionDeltaFile
1.37+0-1distrib/sets/lists/comp/md.armv7
+0-11 files

OpenBSD/src iGQchf7sys/ufs/ufs ufs_vnops.c

   sys/ufs: make ufs_readdir() use UFS_BUFATOFF()

   Read directory data through UFS_BUFATOFF() instead of routing the
   operation through VOP_READ() into a temporary kernel buffer; this keeps
   directory entry decoding on the buffer cache path, bounds each transfer
   by the buffer size, file size, and caller supplied count, and releases
   each buffer after complete entries are converted.

   Since VOP_READ() no longer provides the access time side effect, mark
   IN_ACCESS under the same MNT_NOATIME rule used by ffs_read().

   OK: deraadt@
VersionDeltaFile
1.165+88-61sys/ufs/ufs/ufs_vnops.c
+88-611 files

OpenBSD/src EW7LAWFsys/dev/ic qwz.c qwzvar.h, sys/dev/pci if_qwz_pci.c

   sys/qwz: add AMPDU callbacks

   Add the same BlockAck task and AMPDU callback plumbing used by qwx.

   This wires net80211 ADDBA/DELBA handling into the existing qwz RX
   TID/reorder setup code, while leaving TX aggregation to firmware as qwx.

   OK: stsp@
VersionDeltaFile
1.38+113-3sys/dev/ic/qwz.c
1.18+16-1sys/dev/ic/qwzvar.h
1.13+5-1sys/dev/pci/if_qwz_pci.c
+134-53 files

OpenBSD/src cRmWGzlsys/dev/ic qwz.c qwzreg.h, sys/dev/pci if_qwz_pci.c

   sys/qwz: add 802.11n with 40Mhz width

   OK: stsp@
VersionDeltaFile
1.37+48-9sys/dev/ic/qwz.c
1.12+3-3sys/dev/pci/if_qwz_pci.c
1.16+2-1sys/dev/ic/qwzreg.h
+53-133 files

OpenBSD/src sOrZxC4usr.bin/sndiod sndiod.c dev.c

   sndiod: Make the device sample rate and buffer sizes global
VersionDeltaFile
1.55+23-27usr.bin/sndiod/sndiod.c
1.135+10-9usr.bin/sndiod/dev.c
1.55+3-6usr.bin/sndiod/dev.h
1.21+3-3usr.bin/sndiod/sndiod.8
+39-454 files

OpenBSD/ports cMIfGy9x11/gnome/gdl Makefile, x11/gnome/gdl/patches patch-gdl_gdl-dock-item_c patch-gdl_gdl-dock-bar_c

   x11/gnome/gdl: fix build with llvm22

   From Debian as gcc14 build fixes
   ok ajacoutot@
VersionDeltaFile
1.5+21-50x11/gnome/gdl/patches/patch-gdl_gdl-dock-item_c
1.1+12-0x11/gnome/gdl/patches/patch-gdl_gdl-dock-bar_c
1.1+12-0x11/gnome/gdl/patches/patch-gdl_gdl-dock-layout_c
1.74+1-1x11/gnome/gdl/Makefile
+46-514 files

OpenBSD/ports JuVHzTXaudio/gmpc/patches patch-src_browsers_playlist3-current-playlist-browser_c

   audio/gmpc: blindly add a #pragma to fix build errors with llvm 22

   #pragma clang diagnostic ignored "-Wincompatible-function-pointer-types"
   is already found in many source files for gmpc, which is on life support
   anyway :)
VersionDeltaFile
1.2+14-2audio/gmpc/patches/patch-src_browsers_playlist3-current-playlist-browser_c
+14-21 files

OpenBSD/src mAl6jJOsys/arch/riscv64/riscv64 locore.S exception.S

   Our kernel uses the medany code model, so we don't need the GP in the
   kernel.  GP relaxation requires the medlow code model, which we don't want
   because it will limit future kernel address space randomization.

   Should fix linking the riscv64 kernel with llvm 22.

   ok jca@
VersionDeltaFile
1.22+1-25sys/arch/riscv64/riscv64/locore.S
1.11+1-6sys/arch/riscv64/riscv64/exception.S
+2-312 files

OpenBSD/src TeIWtNTetc rc

   the relink binaries are always a .tar file.  scan for them using
   find, rather than having to list them.  This will make it easier
   to add new ones.
   help from jsg
VersionDeltaFile
1.589+3-3etc/rc
+3-31 files

OpenBSD/ports TndElmEwww/mozilla-firefox distinfo Makefile

   www/mozilla-firefox: MFC update to 151.0.2.

   see https://www.firefox.com/en-US/firefox/151.0.2/releasenotes/
VersionDeltaFile
1.397.2.2+2-2www/mozilla-firefox/distinfo
1.680.2.3+1-1www/mozilla-firefox/Makefile
+3-32 files

OpenBSD/ports XB1kYurwww/firefox-i18n distinfo Makefile.inc, www/mozilla-firefox distinfo Makefile

   www/mozilla-firefox: update to 151.0.2.

   see https://www.firefox.com/en-US/firefox/151.0.2/releasenotes/
VersionDeltaFile
1.389+164-164www/firefox-i18n/distinfo
1.402+2-2www/mozilla-firefox/distinfo
1.344+1-1www/firefox-i18n/Makefile.inc
1.686+1-1www/mozilla-firefox/Makefile
+168-1684 files

OpenBSD/ports vX9xgThaudio/euphonica distinfo crates.inc, audio/euphonica/patches patch-src_preferences_client_rs patch-src_client_connection_rs

   audio/euphonica: update to 0.99.4
VersionDeltaFile
1.2+14-8audio/euphonica/distinfo
1.2+8-8audio/euphonica/patches/patch-src_preferences_client_rs
1.2+9-4audio/euphonica/patches/patch-src_client_connection_rs
1.2+6-3audio/euphonica/crates.inc
1.2+4-4audio/euphonica/patches/patch-data_io_github_htkhiem_Euphonica_gschema_xml
1.2+2-2audio/euphonica/patches/patch-src_client_password_rs
+43-292 files not shown
+45-318 files

OpenBSD/ports YYSivbVinfrastructure/db user.list

   uncomment _fastnetmon
VersionDeltaFile
1.488+2-2infrastructure/db/user.list
+2-21 files

OpenBSD/ports jcBBrMOaudio Makefile

   +audio/euphonica

   OK: landry@
VersionDeltaFile
1.525+1-0audio/Makefile
+1-01 files

OpenBSD/ports 31cmILMconverters/p5-DateManip distinfo Makefile, converters/p5-DateManip/pkg PLIST

   update to 6.98, fixes multiple "Possible precedence problem between ! and
   string eq" warnings that appeared with the last perl update and clobber
   console/logs, ok afresh1
VersionDeltaFile
1.12+6-83converters/p5-DateManip/pkg/PLIST
1.10+2-2converters/p5-DateManip/distinfo
1.27+1-1converters/p5-DateManip/Makefile
+9-863 files

OpenBSD/ports 6oOnVdZaudio/euphonica distinfo crates.inc, audio/euphonica/patches patch-src_client_password_rs patch-src_preferences_client_rs

   Initial revision
VersionDeltaFile
1.1+1,040-0audio/euphonica/distinfo
1.1+518-0audio/euphonica/crates.inc
1.1+100-0audio/euphonica/patches/patch-src_client_password_rs
1.1+64-0audio/euphonica/patches/patch-src_preferences_client_rs
1.1+58-0audio/euphonica/Makefile
1.1+57-0audio/euphonica/patches/patch-src_client_connection_rs
+1,837-022 files not shown
+1,952-028 files

OpenBSD/ports YcueEPybenchmarks Makefile

   benchmarks/Makefile: +librespeed-cli
VersionDeltaFile
1.39+1-0benchmarks/Makefile
+1-01 files

OpenBSD/ports 26Vdz2Dbenchmarks/librespeed-cli distinfo Makefile, benchmarks/librespeed-cli/patches patch-speedtest_speedtest_go patch-main_go

   Initial revision
VersionDeltaFile
1.1+96-0benchmarks/librespeed-cli/distinfo
1.1+49-0benchmarks/librespeed-cli/patches/patch-speedtest_speedtest_go
1.1+35-0benchmarks/librespeed-cli/Makefile
1.1+32-0benchmarks/librespeed-cli/modules.inc
1.1+16-0benchmarks/librespeed-cli/patches/patch-main_go
1.1+10-0benchmarks/librespeed-cli/pkg/DESCR
+238-08 files not shown
+239-014 files

OpenBSD/src uRhLgVZsbin/iked ocsp.c

   iked: Avoid NULL-deref in ocsp_connect_finish()

   Several error path in ocsp_connect() can call ocsp_connect_finish()
   with oc == NULL.  This will result in a NULL-deref.  To recover
   gracefully the child requesting the OCSP file descriptor needs to
   be notified, otherwise the stale request will exist in the child
   forever.  To accomplish this, provide struct iked_sahdr *sh directly
   to ocsp_connect_finish() as a parameter.  So sh is guaranteed to
   be valid even when oc is NULL.

   While there, avoid a potential double-free on oc_path when a strdup(3)
   fails.

   ok tobhe@
VersionDeltaFile
1.26+11-9sbin/iked/ocsp.c
+11-91 files

OpenBSD/src I9W4RXCusr.sbin/unbound configure config.h.in, usr.sbin/unbound/daemon daemon.c

   merge unbound 1.25.1
VersionDeltaFile
1.62+2,287-2,810usr.sbin/unbound/configure
1.5+432-125usr.sbin/unbound/doc/unbound.conf.rst
1.56+405-134usr.sbin/unbound/doc/unbound.conf.5.in
1.57+514-0usr.sbin/unbound/doc/Changelog
1.37+211-186usr.sbin/unbound/config.h.in
1.29+308-18usr.sbin/unbound/daemon/daemon.c
+4,157-3,27386 files not shown
+7,019-4,11192 files

OpenBSD/src 7Nx7ybbusr.sbin/unbound configure config.h.in, usr.sbin/unbound/daemon daemon.c

   import unbound 1.25.1
VersionDeltaFile
1.1.1.43+2,310-2,833usr.sbin/unbound/configure
1.1.1.43+411-147usr.sbin/unbound/doc/unbound.conf.5.in
1.1.1.3+385-137usr.sbin/unbound/doc/unbound.conf.rst
1.1.1.39+514-0usr.sbin/unbound/doc/Changelog
1.1.1.34+211-186usr.sbin/unbound/config.h.in
1.1.1.27+308-18usr.sbin/unbound/daemon/daemon.c
+4,139-3,321111 files not shown
+7,393-4,205117 files

OpenBSD/ports gyrTpmGmail/roundcubemail distinfo Makefile, mail/roundcubemail/pkg PLIST

   update to roundcubemail-1.6.16
   various security fixes
   https://github.com/roundcube/roundcubemail/releases/tag/1.6.16
VersionDeltaFile
1.100.2.1+2-2mail/roundcubemail/distinfo
1.196.2.1+1-2mail/roundcubemail/Makefile
1.75.2.1+2-0mail/roundcubemail/pkg/PLIST
+5-43 files