OpenBSD/src DAfTSAW — usr.sbin/vmd pci.c

   vmd(8): unbreak arm64 build
VersionDeltaFile
1.44+7-1usr.sbin/vmd/pci.c
+7-11 files

OpenBSD/ports D17WgSC — net/iamb Makefile crates.inc

   net/iamb: update to 0.0.12
VersionDeltaFile
1.6+956-818net/iamb/distinfo
1.6+477-408net/iamb/crates.inc
1.10+1-2net/iamb/Makefile
+1,434-1,2283 files

OpenBSD/src PZhcIFN — sys/conf newvers.sh

   leave -beta
VersionDeltaFile
1.218+3-3sys/conf/newvers.sh
+3-31 files

OpenBSD/ports rHD30EV — sysutils/parallel Makefile distinfo

   Update to parallel 20260922.
VersionDeltaFile
1.22+2-2sysutils/parallel/distinfo
1.29+1-1sysutils/parallel/Makefile
+3-32 files

OpenBSD/ports TDdgpD7 — multimedia/upplay Makefile distinfo

   Update to upplay 1.9.13.
VersionDeltaFile
1.8+2-2multimedia/upplay/distinfo
1.16+1-1multimedia/upplay/Makefile
+3-32 files

OpenBSD/ports e4jxN4r — mail/mlmmj Makefile

   mail/mlmmj: revise to depend on new devel/kyua

   ok sthen@
VersionDeltaFile
1.31+2-3mail/mlmmj/Makefile
+2-31 files

OpenBSD/ports mjM0FIZ — devel/atf distinfo Makefile, devel/atf/patches patch-configure

   devel/atf: update to 0.26

   ok sthen@
VersionDeltaFile
1.4+10-23devel/atf/pkg/PLIST
1.13+13-13devel/atf/Makefile
1.3+13-3devel/atf/patches/patch-configure
1.2+2-2devel/atf/distinfo
+38-414 files

OpenBSD/ports IujyjsG — devel/lutok distinfo Makefile, devel/lutok/patches patch-configure

   devel/lutok: update to 0.6.3

   This update is needed to build the new devel/kyua.

   ok sthen@
VersionDeltaFile
1.3+124-186devel/lutok/pkg/PLIST
1.3+24-3devel/lutok/patches/patch-configure
1.14+11-15devel/lutok/Makefile
1.2+2-2devel/lutok/distinfo
+161-2064 files

OpenBSD/ports 9tB6DHa — devel Makefile, devel/quirks Makefile

   hook and add quirks for devel/kyua

   ok sthen@
VersionDeltaFile
1.1834+3-1devel/quirks/files/Quirks.pm
1.1820+1-1devel/quirks/Makefile
1.2618+1-0devel/Makefile
+5-23 files

OpenBSD/ports cWEwtL5 — devel/kyua Makefile distinfo, devel/kyua/patches patch-configure

   Initial revision
VersionDeltaFile
1.1+38-0devel/kyua/pkg/PLIST
1.1+34-0devel/kyua/Makefile
1.1+21-0devel/kyua/patches/patch-configure
1.1+5-0devel/kyua/pkg/DESCR
1.1+2-0devel/kyua/distinfo
1.1.1.1+0-0devel/kyua/Makefile
+100-04 files not shown
+100-010 files

OpenBSD/ports S8Y8Axw — devel Makefile, devel/kyua-testers distinfo

   remove and unhook devel/kyua-{cli,testers}

   These ports have been merged into one[0]: devel/kyua. An import of
   the merged port follows.

   [0] https://github.com/freebsd/kyua/blob/33d348582c677ba63daa301d802aefea7aca52af/NEWS#L318

   ok sthen@
VersionDeltaFile
1.2617+0-2devel/Makefile
1.5+0-0devel/kyua-testers/pkg/PLIST
1.2+0-0devel/kyua-testers/pkg/DESCR
1.3+0-0devel/kyua-testers/patches/patch-fs_test_c
1.3+0-0devel/kyua-testers/patches/patch-configure
1.2+0-0devel/kyua-testers/distinfo
+0-27 files not shown
+0-213 files

OpenBSD/src K1hQ5wq — distrib/special/doas doas.c

   Stop using non-standard UID_MAX and GID_MAX because a variety of code
   uses inclusive comparisons such that the UINT_MAX value aliases on top
   of -1 and causes issues.  First instance of this reported by Acts1631.
   joint work with millert
VersionDeltaFile
1.5+3-3distrib/special/doas/doas.c
+3-31 files

OpenBSD/src qc19ESN — lib/libc/gen getpwent.c getgrouplist.c, lib/libutil passwd.c

   Stop using non-standard UID_MAX and GID_MAX because a variety of code
   uses inclusive comparisons such that the UINT_MAX value aliases on top
   of -1 and causes issues.  First instance of this reported by Acts1631.
   joint work with millert
VersionDeltaFile
1.58+3-3lib/libutil/passwd.c
1.75+3-3lib/libc/gen/getpwent.c
1.33+3-3lib/libc/gen/getgrouplist.c
1.53+3-3lib/libc/gen/getgrent.c
+12-124 files

OpenBSD/ports fN0MLQx — multimedia/vvdec/patches patch-thirdparty_simde_simde-f16_h, multimedia/vvenc/patches patch-thirdparty_simde_simde-f16_h

   Fix vvdec and vvenc build on sparc64

   Path from Brad Smith

   Thanks!
VersionDeltaFile
1.1+24-0multimedia/vvenc/patches/patch-thirdparty_simde_simde-f16_h
1.1+23-0multimedia/vvdec/patches/patch-thirdparty_simde_simde-f16_h
+47-02 files

OpenBSD/src SyAzYeS — sys/kern kern_acct.c

   use UNVEIL_WRITE for acct; from Acts1631
VersionDeltaFile
1.51+2-2sys/kern/kern_acct.c
+2-21 files

OpenBSD/src PLwcd22 — sys/sys limits.h

   remove UID_MAX and GID_MAX defines.  base no longer uses them.  The
   few cases in ports will be purged sometime today.
VersionDeltaFile
1.11+1-6sys/sys/limits.h
+1-61 files

OpenBSD/src zYJzEZ4 — usr.bin/doas doas.c, usr.sbin/cron atrun.c

   Stop using non-standard UID_MAX and GID_MAX because a variety of code
   uses inclusive comparisons such that the UINT_MAX value aliases on top
   of -1 and causes issues.  First instance of this reported by Acts1631.
   joint work with millert
VersionDeltaFile
1.133+7-7usr.sbin/user/user.c
1.93+6-6usr.sbin/snmpd/parse.y
1.57+5-5usr.sbin/ypldap/ldapclient.c
1.100+5-5usr.bin/doas/doas.c
1.23+4-4usr.sbin/ypldap/yp.c
1.56+3-3usr.sbin/cron/atrun.c
+30-3018 files not shown
+77-7724 files

OpenBSD/ports 6JhryiX — telephony/resiprocate Makefile, telephony/resiprocate/patches patch-rutil_Log_cxx patch-rutil_stun_Stun_cxx

   update to resiprocate-1.14.0, unbreaks build with newer asio

   I had to disable building tests due to some errors around sdp and
   auto_ptr. Didn't investigate further as wanted to unbreak it quickly.
VersionDeltaFile
1.1+46-0telephony/resiprocate/patches/patch-rutil_compat_hxx
1.4+12-12telephony/resiprocate/patches/patch-rutil_stun_Stun_cxx
1.15+11-7telephony/resiprocate/Makefile
1.4+13-1telephony/resiprocate/pkg/PLIST-main
1.5+0-6telephony/resiprocate/pkg/PLIST-repro
1.2+2-2telephony/resiprocate/patches/patch-rutil_Log_cxx
+84-282 files not shown
+87-308 files

OpenBSD/ports KfqwHJp — sysutils/pftop Makefile, sysutils/pftop/patches patch-pftop_c

   sysutils/pftop: handle removal of UID_MAX und GID_MAX

   The UID_MAX and GID_MAX macros are not portable, their use is prone
   to errors, and they will be removed from the OpenBSD headers shortly.

   Mirror a corresponding change to pfctl(8).
VersionDeltaFile
1.21+31-0sysutils/pftop/patches/patch-pftop_c
1.40+1-1sysutils/pftop/Makefile
+32-12 files

OpenBSD/ports awgkR16 — mail/fdm/patches patch-parse_y patch-lookup-passwd_c, mail/opensmtpd-tables/passwd/patches patch-compat_h patch-table_passwd_c

   */*: handle removal of UID_MAX und GID_MAX

   The UID_MAX and GID_MAX macros are not portable, their use is prone
   to errors, and they will be removed from the OpenBSD headers shortly.

   Correct related mistakes in range handling: UINT_MAX is not a valid
   user or group ID.
VersionDeltaFile
1.1+31-0shells/nsh/patches/patch-nshdoas_nshdoas_c
1.5+16-12mail/fdm/patches/patch-fdm_h
1.1+20-0mail/opensmtpd-tables/passwd/patches/patch-table_passwd_c
1.1+18-0mail/opensmtpd-tables/passwd/patches/patch-compat_h
1.1+12-0mail/fdm/patches/patch-parse_y
1.1+12-0mail/fdm/patches/patch-lookup-passwd_c
+109-123 files not shown
+123-129 files

OpenBSD/ports Qdzol6r — x11/vlc Makefile, x11/vlc/patches patch-modules_demux_mp4_libmp4_h patch-configure_ac

   update to vlc-3.0.24, from Brad (maintainer)
VersionDeltaFile
1.5+19-102x11/vlc/patches/patch-modules_access_smb2_c
1.3+9-9x11/vlc/patches/patch-modules_demux_mp4_essetup_c
1.49+5-6x11/vlc/patches/patch-configure_ac
1.62+4-6x11/vlc/pkg/PLIST-main
1.300+4-5x11/vlc/Makefile
1.5+3-3x11/vlc/patches/patch-modules_demux_mp4_libmp4_h
+44-1314 files not shown
+50-13710 files

OpenBSD/ports oqJRsyR — www/ungoogled-chromium/patches patch-components_web_package_signed_web_bundles_signed_web_bundle_signature_verifier_cc patch-components_web_package_signed_web_bundles_rust_signature_verifier_rs

   update to 154.0.8037.57
VersionDeltaFile
1.1+488-0www/ungoogled-chromium/patches/patch-components_web_package_signed_web_bundles_rust_integrity_block_unittest_rs
1.1+299-0www/ungoogled-chromium/patches/patch-components_web_package_signed_web_bundles_integrity_block_parser_cc
1.1+193-0www/ungoogled-chromium/patches/patch-components_web_package_signed_web_bundles_rust_integrity_block_rs
1.73+55-82www/ungoogled-chromium/patches/patch-chrome_browser_about_flags_cc
1.1+134-0www/ungoogled-chromium/patches/patch-components_web_package_signed_web_bundles_rust_signature_verifier_rs
1.1+96-0www/ungoogled-chromium/patches/patch-components_web_package_signed_web_bundles_signed_web_bundle_signature_verifier_cc
+1,265-82395 files not shown
+3,702-1,430401 files

OpenBSD/ports fXmnVXt — www/chromium/patches patch-components_web_package_signed_web_bundles_signed_web_bundle_signature_verifier_cc patch-components_web_package_signed_web_bundles_rust_signature_verifier_rs

   update to 154.0.8037.57
VersionDeltaFile
1.1+488-0www/chromium/patches/patch-components_web_package_signed_web_bundles_rust_integrity_block_unittest_rs
1.1+299-0www/chromium/patches/patch-components_web_package_signed_web_bundles_integrity_block_parser_cc
1.1+193-0www/chromium/patches/patch-components_web_package_signed_web_bundles_rust_integrity_block_rs
1.165+55-82www/chromium/patches/patch-chrome_browser_about_flags_cc
1.1+134-0www/chromium/patches/patch-components_web_package_signed_web_bundles_rust_signature_verifier_rs
1.1+96-0www/chromium/patches/patch-components_web_package_signed_web_bundles_signed_web_bundle_signature_verifier_cc
+1,265-82393 files not shown
+3,678-1,451399 files

OpenBSD/ports ss7MO3U — net/synapse Makefile modules.inc, net/synapse/pkg PLIST

   Update to 1.161.0

   OK sthen@
VersionDeltaFile
1.94+40-40net/synapse/distinfo
1.57+19-19net/synapse/modules.inc
1.80+21-0net/synapse/pkg/PLIST
1.123+1-1net/synapse/Makefile
+81-604 files

OpenBSD/ports c80uJU8 — sysutils/borgmatic Makefile distinfo

   update to borgmatic-2.1.9
VersionDeltaFile
1.91+2-2sysutils/borgmatic/distinfo
1.112+1-2sysutils/borgmatic/Makefile
+3-42 files

OpenBSD/ports KukjJY7 — devel/crush modules.inc Makefile

   devel/crush: update to 0.96.1

   Diff from David Uhden Collado
VersionDeltaFile
1.4+6-6devel/crush/distinfo
1.5+3-1devel/crush/Makefile
1.4+1-1devel/crush/modules.inc
+10-83 files

OpenBSD/ports pgzcP24 — lang/ecl distinfo Makefile, lang/ecl/patches patch-src_h_config-internal_h_in patch-src_Makefile_in

   lang/ecl: update to 26.5.5

   Diff from Timo Myyra (maintainer)
VersionDeltaFile
1.13+6-11lang/ecl/patches/patch-src_configure
1.2+8-6lang/ecl/patches/patch-src_cmp_cmpbackend-cxx_cmpbackend-cxx_lsp
1.11+4-8lang/ecl/patches/patch-src_Makefile_in
1.49+2-4lang/ecl/Makefile
1.2+3-3lang/ecl/patches/patch-src_h_config-internal_h_in
1.13+2-2lang/ecl/distinfo
+25-343 files not shown
+31-379 files

OpenBSD/ports SEkUxiG — astro/gnuastro Makefile, databases/mariadb Makefile

   build with clang on mips64, from Brad
VersionDeltaFile
1.172+1-7databases/mariadb/Makefile
1.24+1-6astro/gnuastro/Makefile
+2-132 files

OpenBSD/ports imrsqXK — textproc/mupdf distinfo Makefile, textproc/mupdf/patches patch-source_tools_pdfpages_c patch-source_tools_pdfshow_c

   update to mupdf-1.28.5
VersionDeltaFile
1.16+3-3textproc/mupdf/patches/patch-platform_x11_x11_main_c
1.27+3-3textproc/mupdf/patches/patch-platform_x11_pdfapp_c
1.86+2-2textproc/mupdf/distinfo
1.169+2-2textproc/mupdf/Makefile
1.15+2-1textproc/mupdf/patches/patch-source_tools_pdfshow_c
1.8+1-1textproc/mupdf/patches/patch-source_tools_pdfpages_c
+13-121 files not shown
+14-127 files

OpenBSD/src 4EgUJyh — sys/arch/m88k/m88k m8820x_machdep.c

   Do not write multiple assignment of the same value to multiple cmmu registers
   as nested assignment in a single statement.

   This used to work in the gcc 2 days, but from gcc 3 onwards, because these
   registers are declared volatile, this caused register reloads to propagate
   the assignment value.

   This had been noticed and fixed in arch/luna88k/luna88k/machdep.c 1.135, but
   the similar constructs in this file were missed.

   Noticed by tsutsuii at netbsd
VersionDeltaFile
1.69+16-9sys/arch/m88k/m88k/m8820x_machdep.c
+16-91 files