OpenBSD/src X8ai9I1usr.bin/openssl crl.c

   openssl crl: make verify failure result in "app" failure

   Found by Frank Denis
VersionDeltaFile
1.18+5-4usr.bin/openssl/crl.c
+5-41 files

OpenBSD/src t0p5oYKusr.bin/openssl ecparam.c

   openssl ecparam: make EC_GROUP_check() failure result in "app" failure

   Found by Frank Denis
VersionDeltaFile
1.26+4-3usr.bin/openssl/ecparam.c
+4-31 files

OpenBSD/src 0pZhiLGusr.bin/openssl s_client.c

   openssl s_client: avoid two out of bounds writes

   A NUL termination after an unchecked BIO_read() call in XMSS mode could
   lead to a write one byte before the start of sbuf or one past its end.
   Add an error check to avoid the former and read one byte less to avoid the
   latter.

   Found by Frank Denis
VersionDeltaFile
1.69+4-2usr.bin/openssl/s_client.c
+4-21 files

OpenBSD/ports gybe6hylang/node/patches patch-deps_v8_src_codegen_riscv_assembler-riscv_cc patch-deps_ada_ada_cpp, lang/node/pkg PLIST

   lang/node: Update to 24.15.0
VersionDeltaFile
1.71+209-538lang/node/pkg/PLIST
1.3+9-36lang/node/patches/patch-deps_v8_src_codegen_riscv_assembler-riscv_cc
1.5+19-19lang/node/patches/patch-deps_ada_ada_cpp
1.19+8-17lang/node/patches/patch-tools_v8_gypfiles_v8_gyp
1.2+11-11lang/node/patches/patch-deps_v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl_h
1.8+6-15lang/node/patches/patch-deps_v8_src_base_platform-posix_cc
+262-63630 files not shown
+327-71336 files

OpenBSD/ports 90tuiJMmeta/tor-browser Makefile, www/tor-browser Makefile.inc

   Tor Browser: update to 15.0.13
VersionDeltaFile
1.121+4-4www/tor-browser/browser/distinfo
1.127+3-3meta/tor-browser/Makefile
1.69+2-2www/tor-browser/noscript/distinfo
1.76+1-1www/tor-browser/noscript/Makefile
1.124+1-1www/tor-browser/Makefile.inc
+11-115 files

OpenBSD/ports PkDp3t5graphics/babl/patches patch-babl_babl-cpuaccel_c

   don't bother with linux-specific armv7 cpu acceleration detection

   fixes build on armv7, doesn't affect other arches
VersionDeltaFile
1.1+23-0graphics/babl/patches/patch-babl_babl-cpuaccel_c
+23-01 files

OpenBSD/src FcPkcGesys/dev/pci if_mwx.c if_mwxreg.h

   Simplify previous by shifting the rcpi value first then use a common mask.
   Also set ic_max_rssi = 0 since this driver will uses DBm reporting.
VersionDeltaFile
1.9+6-6sys/dev/pci/if_mwx.c
1.6+3-6sys/dev/pci/if_mwxreg.h
+9-122 files

OpenBSD/src Ze9aPy3sys/dev/pci if_mwx.c if_mwxreg.h

   Implement RSSI reporting for mwx(4).

   Diff provided by Benjamin Lee McQueen (mcq at disroot.org)
VersionDeltaFile
1.8+48-10sys/dev/pci/if_mwx.c
1.5+12-1sys/dev/pci/if_mwxreg.h
+60-112 files

OpenBSD/ports 99fvuv0devel/meson distinfo meson.port.mk, devel/meson/patches patch-mesonbuild_build_py

   Update to meson-1.11.1.
VersionDeltaFile
1.65+2-2devel/meson/patches/patch-mesonbuild_build_py
1.108+2-2devel/meson/distinfo
1.47+3-0devel/meson/pkg/PLIST
1.122+1-1devel/meson/meson.port.mk
1.158+1-1devel/meson/Makefile
+9-65 files

OpenBSD/src bEdSI2Xlib/libssl ssl_tlsext.c

   libssl: record extension lengths in ClientHello hashing

   The ClientHello hash is intended to ensure that the second CH after an HRR
   only makes the allowed changes to the TLS extensiosn by recording message
   type followed by the raw extension data if it must remain unchanged.
   This makes it possible (in principle) that part of free form extension
   data is confused with type (and length) information of a subsequent
   extension.

   Recording the length after the type prevents such a confusion and fixes
   the framing of the extensions.

   Found by Frank Denis

   ok jsing
VersionDeltaFile
1.160+4-1lib/libssl/ssl_tlsext.c
+4-11 files

OpenBSD/src ik8dUKalib/libssl ssl_lib.c

   ssl_lib: trade two extra empty lines for a missing one
VersionDeltaFile
1.334+2-4lib/libssl/ssl_lib.c
+2-41 files

OpenBSD/src aOOketJsys/dev/sun sunkbd.c

   unifdef call into removed sparc-only tctrl(4)
VersionDeltaFile
1.29+1-16sys/dev/sun/sunkbd.c
+1-161 files

OpenBSD/ports nl0ON0Inet/dnscontrol Makefile

   dnscontrol: move homepage after the GH org moved

   This port is also lagging behind quite a bit...
VersionDeltaFile
1.39+2-2net/dnscontrol/Makefile
+2-21 files

OpenBSD/src vf2g3TJlib/libcrypto/pkcs12 p12_npas.c

   PKCS#12: fix erroneous error check in PKCS12_newpass()

   This is an error I introduced in a refactoring two years ago in r1.20.
   This means that nothing uses this...

   From Frank Denis via logan
VersionDeltaFile
1.29+3-3lib/libcrypto/pkcs12/p12_npas.c
+3-31 files

OpenBSD/ports mhVf62qmail/offlineimap Makefile distinfo, mail/offlineimap/patches patch-setup_py

   update to offlineimap-8.0.2
VersionDeltaFile
1.77+11-10mail/offlineimap/Makefile
1.49+2-2mail/offlineimap/distinfo
1.3+0-0mail/offlineimap/patches/patch-setup_py
+13-123 files

OpenBSD/src 5uFYuYzsys/scsi cd.c sd.c

   remove unneeded ufs/ffs/fs.h includes

   added for BBSIZE and SBSIZE which are no longer used
VersionDeltaFile
1.268+1-4sys/scsi/cd.c
1.342+1-3sys/scsi/sd.c
+2-72 files

OpenBSD/ports f6T8dGGdevel/py-trove-classifiers distinfo Makefile

   update to py3-trove-classifiers-2026.5.7.17
VersionDeltaFile
1.34+2-2devel/py-trove-classifiers/distinfo
1.37+1-1devel/py-trove-classifiers/Makefile
+3-32 files

OpenBSD/ports gLSIKAfdevel/py-tz distinfo Makefile

   update to py3-tz-2026.2
VersionDeltaFile
1.54+2-2devel/py-tz/distinfo
1.86+1-1devel/py-tz/Makefile
+3-32 files

OpenBSD/src 151piwYlib/libcrypto/sha sha256.c

   Use uint32_t instead of SHA_LONG in the SHA-256 code.

   This is more readable and we already have a compile time assert that they
   are the same size.

   ok tb@
VersionDeltaFile
1.38+22-22lib/libcrypto/sha/sha256.c
+22-221 files

OpenBSD/src jWrNEQwlib/libcrypto/sha sha256.c

   Use W rather than X for the SHA-256 message schedule.

   This more closely matches the SHA-256 specification in FIPS 180-4.

   ok tb@
VersionDeltaFile
1.37+83-83lib/libcrypto/sha/sha256.c
+83-831 files

OpenBSD/src qRkcT75lib/libcrypto/sha sha256.c

   Use consistent variable names in the sha256 code.

   Use 'ctx' rather than 'c' for the SHA256_CTX and use data/len rather
   than d/n.

   ok kenjiro@ tb@
VersionDeltaFile
1.36+67-67lib/libcrypto/sha/sha256.c
+67-671 files

OpenBSD/src 8aTQrtalib/libcrypto/sha sha256.c

   Use crypto_add_u32dw_u64() to increment SHA-256 message bit counter.

   ok kenjiro@ tb@
VersionDeltaFile
1.35+3-9lib/libcrypto/sha/sha256.c
+3-91 files

OpenBSD/src vvEINHYlib/libcrypto/sha sha1_aarch64.c

   Correct argument type for SHA context.

   These are SHA_CTX not SHA256_CTX.
VersionDeltaFile
1.2+4-4lib/libcrypto/sha/sha1_aarch64.c
+4-41 files

OpenBSD/src 2IYHwqUlib/libcrypto/sha sha1_aarch64_ce.S sha1_amd64_shani.S

   Correct argument type in comments.
VersionDeltaFile
1.9+2-2lib/libcrypto/sha/sha1_aarch64_ce.S
1.8+2-2lib/libcrypto/sha/sha1_amd64_shani.S
+4-42 files

OpenBSD/ports A9ooLBkdevel/kf6/kcmutils Makefile

   Add new dependency on devel/kf6/kirigami
VersionDeltaFile
1.9+3-1devel/kf6/kcmutils/Makefile
+3-11 files

OpenBSD/ports 7Wf9B8Jsysutils/awscli/v1 Makefile distinfo, sysutils/awscli/v1/pkg PLIST

   Update to awscli-1.45.6.
VersionDeltaFile
1.31+3-4sysutils/awscli/v1/Makefile
1.29+2-2sysutils/awscli/v1/distinfo
1.12+3-0sysutils/awscli/v1/pkg/PLIST
+8-63 files

OpenBSD/ports GEEO1sPnet/py-boto3 Makefile distinfo

   Update to py3-boto3-1.43.6.
VersionDeltaFile
1.659+2-2net/py-boto3/Makefile
1.647+2-2net/py-boto3/distinfo
+4-42 files

OpenBSD/ports MFbJCo9net/py-s3transfer distinfo Makefile

   Update to py3-s3transfer-0.17.0.
VersionDeltaFile
1.49+2-2net/py-s3transfer/distinfo
1.62+1-1net/py-s3transfer/Makefile
+3-32 files

OpenBSD/ports otyGLilnet/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.43.6.
VersionDeltaFile
1.864+2-2net/py-botocore/distinfo
1.323+2-0net/py-botocore/pkg/PLIST
1.874+1-1net/py-botocore/Makefile
+5-33 files

OpenBSD/ports MlrERwbprint/cups-pdf distinfo Makefile, print/cups-pdf/patches patch-extra_cups-pdf_conf patch-src_cups-pdf_h

   Update to cups-pdf-3.0.3.
VersionDeltaFile
1.7+6-15print/cups-pdf/patches/patch-extra_cups-pdf_conf
1.10+2-2print/cups-pdf/distinfo
1.8+2-2print/cups-pdf/patches/patch-src_cups-pdf_h
1.23+1-1print/cups-pdf/Makefile
+11-204 files