OpenBSD/ports lY0on3Vfonts/intel-one-mono distinfo Makefile

   Update intel-one-mono to 1.4.0.
VersionDeltaFile
1.3+4-4fonts/intel-one-mono/distinfo
1.5+2-2fonts/intel-one-mono/Makefile
+6-62 files

OpenBSD/ports 9Q76beznet/yggdrasil-go Makefile, net/yggdrasil-go/patches patch-cmd_yggdrasil_main_go

   Remove unveil and add "rpath" to unbreak after recent pledge change
VersionDeltaFile
1.1+41-0net/yggdrasil-go/patches/patch-cmd_yggdrasil_main_go
1.17+1-1net/yggdrasil-go/Makefile
+42-12 files

OpenBSD/ports zeWGYY0x11/lxqt/obconf-qt Makefile

   Add missing bump

   Spotted by yaydn, thanks
VersionDeltaFile
1.13+1-0x11/lxqt/obconf-qt/Makefile
+1-01 files

OpenBSD/src pd6sEJlsys/kern subr_pool.c

   pool: Check early that we can sleep

   Check early that we actuallly are in a sleepable context in pool_get().
   There is an equivalent check in malloc().

   from jsg@, ok jca@
VersionDeltaFile
1.242+4-1sys/kern/subr_pool.c
+4-11 files

OpenBSD/src Kbf2ctTdistrib/sets/lists/base md.macppc, distrib/sets/lists/comp clang.macppc

   sync
VersionDeltaFile
1.30+233-74distrib/sets/lists/comp/clang.macppc
1.1053+3-3distrib/sets/lists/base/md.macppc
+236-772 files

OpenBSD/ports 7XmF0zXsysutils/pv Makefile distinfo, sysutils/pv/pkg PLIST

   Update pv to 1.9.34.
VersionDeltaFile
1.18+2-3sysutils/pv/Makefile
1.10+2-2sysutils/pv/distinfo
1.6+1-1sysutils/pv/pkg/PLIST
+5-63 files

OpenBSD/src QmToamgusr.sbin/rpki-client x509.c

   rpki-client: add experimental support for P-256 TA keys

   This reuses a subset of the checks in cert_check_spki() and passes regress.
   It will make sure we revisit this if we add support for other key types and
   resolves an XXX (while adding another one).

   discussed with job
VersionDeltaFile
1.117+42-8usr.sbin/rpki-client/x509.c
+42-81 files

OpenBSD/ports H2tTUPnmisc/remind Makefile distinfo

   misc/remind: update to 5.5.0

   from Martin Ziemer (maintainer)
VersionDeltaFile
1.92+2-2misc/remind/Makefile
1.61+2-2misc/remind/distinfo
+4-42 files

OpenBSD/src s0WpUSyusr.sbin/rpki-client filemode.c

   rpki-client: add more smarts to filemode file type detection

   If the file extension doesn't indicate what file type we have, attempt to
   parse the file's content as DER for CMS content, a cert or a CRL. For CMS
   we can check if we deal with signedData and inspect its eContentType.

   h/t jsing
   ok job
VersionDeltaFile
1.67+78-1usr.sbin/rpki-client/filemode.c
+78-11 files

OpenBSD/src 59RG8kzusr.sbin/rpki-client cert.c

   Don't check filename<>SIA matches in filemode

   As this gets in the way of filemodes' file type autodetection

   OK tb@
VersionDeltaFile
1.204+2-9usr.sbin/rpki-client/cert.c
+2-91 files

OpenBSD/ports I1gAh6pnet Makefile, net/signond Makefile distinfo

   Removed qt5 signond

   OK tb@
VersionDeltaFile
1.1436+1-1net/Makefile
1.3+0-0net/signond/patches/patch-src_signond_signond_pro
1.13+0-0net/signond/Makefile
1.3+0-0net/signond/distinfo
1.2+0-0net/signond/patches/patch-lib_SignOn_SignOnQt5Config_cmake_in
1.2+0-0net/signond/pkg/DESCR
+1-11 files not shown
+1-17 files

OpenBSD/ports MHhkggzmeta/kde Makefile, x11/kde-applications Makefile

   Remove signon-kwallet-extension, replaced by kf6-kaccounts-integration

   OK tb
VersionDeltaFile
1.51+2-1meta/kde/Makefile
1.101+0-1x11/kde-applications/Makefile
1.7+0-0x11/kde-applications/signon-kwallet-extension/Makefile
1.22+0-0x11/kde-applications/signon-kwallet-extension/distinfo
1.2+0-0x11/kde-applications/signon-kwallet-extension/pkg/DESCR
1.4+0-0x11/kde-applications/signon-kwallet-extension/pkg/PLIST
+2-26 files

OpenBSD/ports yLmyKpilang/node distinfo, lang/node/patches patch-tools_v8_gypfiles_v8_gyp patch-include_node_common_gypi

   lang/node: Update to v22.18.0
VersionDeltaFile
1.68+77-229lang/node/pkg/PLIST
1.18+8-8lang/node/patches/patch-tools_v8_gypfiles_v8_gyp
1.11+4-4lang/node/patches/patch-include_node_common_gypi
1.91+4-4lang/node/distinfo
1.37+4-4lang/node/patches/patch-common_gypi
1.6+2-2lang/node/patches/patch-tools_v8_gypfiles_toolchain_gypi
+99-2513 files not shown
+103-2559 files

OpenBSD/src c2SeFmNusr.sbin/rpki-client extern.h cert.c

   Extern all the ASN1_OBJECTs in extern.h, not in the .c files

   ok job
VersionDeltaFile
1.256+20-1usr.sbin/rpki-client/extern.h
1.203+1-9usr.sbin/rpki-client/cert.c
1.54+1-5usr.sbin/rpki-client/cms.c
1.84+1-3usr.sbin/rpki-client/roa.c
1.40+1-3usr.sbin/rpki-client/rsc.c
1.13+1-3usr.sbin/rpki-client/spl.c
+25-246 files not shown
+31-4212 files

OpenBSD/src zmT8DgIusr.bin/mandoc term.c

   Fix a regression introduced in rev. 1.152:
   Initialize the right variable (max_sz, not this_sz).
   Caught by jsg@ with smatch, which correctly complained:
   term_strlen() error: uninitialized symbol 'max_sz'.
VersionDeltaFile
1.154+2-2usr.bin/mandoc/term.c
+2-21 files

OpenBSD/src PVQxW9Jsys/dev/pv virtio.c if_vio.c

   virtio: Allow DMA mem above 4G

   Allow to use memory above 4G on amd64 for virtio rings and
   descriptors. This may reduce pressure on dma-able memory a bit.

   For the virtio ring address, virtio 0.9 has a 2^44 limit. Use
   bus_dmamem_alloc_range there.

   With input from kettenis@
   ok mlarkin@
VersionDeltaFile
1.38+11-5sys/dev/pv/virtio.c
1.71+7-5sys/dev/pv/if_vio.c
1.37+7-5sys/dev/pv/vioscsi.c
1.46+6-4sys/dev/pv/vioblk.c
+31-194 files

OpenBSD/src QsoSkjssys/dev/pci if_mwx.c

   Remove a double space
VersionDeltaFile
1.7+2-2sys/dev/pci/if_mwx.c
+2-21 files

OpenBSD/ports ysS4hq5lang/scala Makefile distinfo

   lang/scala: update to 3.7.2

   Changes: https://github.com/scala/scala3/releases/tag/3.7.2
VersionDeltaFile
1.29+2-2lang/scala/Makefile
1.15+2-2lang/scala/distinfo
+4-42 files

OpenBSD/src KaIwHGiusr.sbin/rpki-client main.c io.c

   Split io_read_str() in two. One version that requires a string (default)
   and one that allows optional strings (aka NULL pointers).

   Also split io_str_buffer() in two. To enforce that we don't pass a NULL
   pointer in a place where we don't expect a NULL pointer.
   On top of this just error out in io_read_buf() if the sz passed in is 0.

   Adjust all io_read_str() calls to follow this. This way it is obvious
   where we accept a NULL as a string pointer.
   OK tb@ job@
VersionDeltaFile
1.290+20-18usr.sbin/rpki-client/main.c
1.29+28-3usr.sbin/rpki-client/io.c
1.202+15-16usr.sbin/rpki-client/cert.c
1.41+10-4usr.sbin/rpki-client/rrdp.c
1.42+4-7usr.sbin/rpki-client/tal.c
1.78+5-6usr.sbin/rpki-client/repo.c
+82-544 files not shown
+98-6710 files

OpenBSD/src NWIHtN4regress/sys/netinet/tcpstate tcp_syncache.py tcp_synsent.py

   Check that SYN+ACK packets are retransmitted from the SYN cache.
VersionDeltaFile
1.1+81-0regress/sys/netinet/tcpstate/tcp_syncache.py
1.2+5-2regress/sys/netinet/tcpstate/tcp_synsent.py
1.3+1-1regress/sys/netinet/tcpstate/tcp_finwait.py
1.4+1-1regress/sys/netinet/tcpstate/tcp_lastack.py
1.4+1-1regress/sys/netinet/tcpstate/tcp_closing.py
1.3+1-1regress/sys/netinet/tcpstate/tcp_established.py
+90-66 files

OpenBSD/src 07VJkXzsys/kern kern_fork.c

   Inherit PS_NOBTCFI at fork(2)

   Else the forked children could get killed by our BTCFI safeguards.
   PS_NOBTCFI is supposed to be set/unset at exec time.

   Spotted by tb@ and landry@ with recent firefox.

   ok claudio@ sthen@ deraadt@ tb@
VersionDeltaFile
1.274+2-2sys/kern/kern_fork.c
+2-21 files

OpenBSD/ports DuXyiVwdevel/maven Makefile

   devel/maven: switch to jdk11+

   OK: sthen@
VersionDeltaFile
1.46+2-1devel/maven/Makefile
+2-11 files

OpenBSD/ports fPXg84Bx11/lxqt/config/pkg PLIST, x11/lxqt/panel Makefile

   Update LXQt to 2.2

   "looks ok portswise" landry@, tested by yaydn
VersionDeltaFile
1.7+75-0x11/lxqt/panel/pkg/PLIST
1.6+28-0x11/lxqt/themes/pkg/PLIST
1.12+18-9x11/lxqt/panel/Makefile
1.11+18-7x11/lxqt/screengrab/Makefile
1.6+18-1x11/lxqt/config/pkg/PLIST
1.9+7-5x11/lxqt/runner/Makefile
+164-2274 files not shown
+351-16080 files

OpenBSD/ports R8DI7WDsecurity/oath-toolkit distinfo Makefile, security/oath-toolkit/patches patch-liboath_gl_fseeko_c

   update to oath-toolkit-2.6.13
VersionDeltaFile
1.2+4-4security/oath-toolkit/patches/patch-liboath_gl_fseeko_c
1.14+2-2security/oath-toolkit/distinfo
1.29+2-1security/oath-toolkit/Makefile
+8-73 files

OpenBSD/src HuXWKVlsys/msdosfs bootsect.h

   fist -> first; ok mglocker@ miod@
VersionDeltaFile
1.8+2-2sys/msdosfs/bootsect.h
+2-21 files

OpenBSD/ports PErpklvx11/cde Makefile distinfo, x11/cde/patches patch-configure_ac patch-lib_DtMmdb_btree_berkeley_memmove_c

   Update to a recent git checkout.
   Unbreak build when databases/qdbm is installed.

   Fix @sample for /etc/dt/config/ (it's a directory, not a file); from pascal@
VersionDeltaFile
1.1+25-0x11/cde/patches/patch-configure_ac
1.4+6-3x11/cde/Makefile
1.2+2-2x11/cde/distinfo
1.3+1-1x11/cde/pkg/PLIST
1.2+0-0x11/cde/patches/patch-lib_DtMmdb_btree_berkeley_memmove_c
+34-65 files

OpenBSD/src uyQiM94sys/kern subr_suspend.c

   Better fix for power-button event handling during resume

   Reset resume_time once we have passed the sleep_state() function.
   With this we can keep using the 10 seconds power button timeout
   we had before I bumped it to 15 seconds.

   Suggested by deraadt@
VersionDeltaFile
1.21+3-2sys/kern/subr_suspend.c
+3-21 files

OpenBSD/ports uJnrOfTtelephony/asterisk/22 distinfo Makefile, telephony/asterisk/22/patches patch-contrib_scripts_safe_asterisk patch-configs_samples_asterisk_conf_sample

   MFC update to asterisk-22.5.1
VersionDeltaFile
1.1.2.1+6-8telephony/asterisk/22/patches/patch-contrib_scripts_safe_asterisk
1.4.2.2+2-2telephony/asterisk/22/distinfo
1.3.2.1+3-0telephony/asterisk/22/pkg/PLIST-main
1.1.2.2+1-1telephony/asterisk/22/patches/patch-configs_samples_asterisk_conf_sample
1.4.2.2+1-1telephony/asterisk/22/Makefile
+13-125 files

OpenBSD/ports NLADcFCtelephony/asterisk/20 distinfo Makefile, telephony/asterisk/20/patches patch-contrib_scripts_safe_asterisk patch-configs_samples_asterisk_conf_sample

   MFC update to asterisk-20.15.1
VersionDeltaFile
1.1.10.1+6-8telephony/asterisk/20/patches/patch-contrib_scripts_safe_asterisk
1.24.2.2+2-2telephony/asterisk/20/distinfo
1.16.2.1+3-0telephony/asterisk/20/pkg/PLIST-main
1.3.6.2+1-1telephony/asterisk/20/patches/patch-configs_samples_asterisk_conf_sample
1.35.2.2+1-1telephony/asterisk/20/Makefile
+13-125 files

OpenBSD/ports n6K0Pmxtelephony/asterisk/18 distinfo Makefile, telephony/asterisk/18/patches patch-contrib_scripts_safe_asterisk

   MFC update to asterisk-18.26.3
VersionDeltaFile
1.2.14.1+6-8telephony/asterisk/18/patches/patch-contrib_scripts_safe_asterisk
1.35.2.2+2-2telephony/asterisk/18/distinfo
1.52.2.2+1-1telephony/asterisk/18/Makefile
+9-113 files