OpenBSD/ports SB5394Dsecurity/p5-Crypt-PBKDF2 Makefile distinfo

   update p5-Crypt-PBKDF2 to 0.261630
   CVE-2026-9641 CVE-2026-9638 CVE-2017-20240
   OK maintainer Wen Heping
VersionDeltaFile
1.3+9-4security/p5-Crypt-PBKDF2/Makefile
1.2+2-2security/p5-Crypt-PBKDF2/distinfo
+11-62 files

OpenBSD/src PffNxSuusr.bin/tmux screen-redraw.c

   Fix various errors in redrawing:

   - Fix the active pane colour when only two panes and scrollbars enabled.

   - Clip left and right scrollbars the same for floating panes.

   - Do not subtract scrollbar width twice when working out width of status
     line.

   - Check if a character is inside a visible range correctly (do not
     include the next position outside the range).
VersionDeltaFile
1.135+14-10usr.bin/tmux/screen-redraw.c
+14-101 files

OpenBSD/src Nt2XU7tusr.bin/tmux layout.c

   Skip floating panes when working out the top or bottom cell. Fixes
   missing bottom status pane status line when floating panes exist.
VersionDeltaFile
1.69+23-9usr.bin/tmux/layout.c
+23-91 files

OpenBSD/src Vu9eE4zusr.bin/tmux window.c screen-redraw.c

   Add a helper to get pane-border-status for a window for some other
   changes to come.
VersionDeltaFile
1.336+17-11usr.bin/tmux/window.c
1.134+6-6usr.bin/tmux/screen-redraw.c
1.468+5-7usr.bin/tmux/server-client.c
1.68+5-5usr.bin/tmux/layout.c
1.1349+4-3usr.bin/tmux/tmux.h
1.58+2-2usr.bin/tmux/cmd-resize-pane.c
+39-341 files not shown
+41-367 files

OpenBSD/src 8KKVLKEusr.bin/tmux layout.c

   Take account of borders when resizing floating panes.
VersionDeltaFile
1.67+3-1usr.bin/tmux/layout.c
+3-11 files

OpenBSD/ports JijGDVicomms Makefile

   hook up sdrpp
VersionDeltaFile
1.97+1-0comms/Makefile
+1-01 files

OpenBSD/ports VWs8kEocomms/sdrpp Makefile, comms/sdrpp/patches patch-core_src_dsp_filter_fir_h patch-core_src_dsp_convert_real_to_complex_h

   Initial revision
VersionDeltaFile
1.1+84-0comms/sdrpp/pkg/PLIST
1.1+44-0comms/sdrpp/Makefile
1.1+21-0comms/sdrpp/patches/patch-core_src_dsp_filter_fir_h
1.1+20-0comms/sdrpp/patches/patch-core_src_dsp_convert_real_to_complex_h
1.1+18-0comms/sdrpp/patches/patch-core_src_dsp_buffer_buffer_h
1.1+12-0comms/sdrpp/patches/patch-core_src_imgui_imgui_impl_opengl3_loader_h
+199-012 files not shown
+208-018 files

OpenBSD/ports T6JpEAXx11/kde-applications/kirigami-gallery Makefile

   Remove outdated kf5 dependency
VersionDeltaFile
1.14+1-2x11/kde-applications/kirigami-gallery/Makefile
+1-21 files

OpenBSD/src Ux5H6Bulib/libssl tls13_client.c

   Correct secondary key share handling for HelloRetryRequests.

   With the introduction of a secondary key share, we fail to ensure that the
   HelloRetryRequest does not specify the group that was used for the
   secondary key share. We also fail to free the secondary key share early in
   this case, meaning that it lingers in memory until the SSL is reset or
   freed. Fix both of these issues.

   ok tb@
VersionDeltaFile
1.108+12-2lib/libssl/tls13_client.c
+12-21 files

OpenBSD/src KzBRfOVlib/libssl ssl_tlsext.c

   Improve TLSv1.3 server handling of no shared groups.

   While we currently correctly handle the no-shared-group case, it currently
   fails late when we try to create the key share. Improve detection and
   handling so that we fail sooner and send an alert to the client when
   processing client key shares.

   While here rename preferred_group_found to shared_group_found - we look for
   the client preferred group, but any group that we select will always be in
   the client list (even if it's the last one).

   Reported by the tlspuffin team.

   ok tb@
VersionDeltaFile
1.163+17-6lib/libssl/ssl_tlsext.c
+17-61 files

OpenBSD/src GyCKF5ulib/libssl tls13_client.c

   Send illegal parameter alerts for various HelloRetryRequest violations.

   Be more RFC compliant and send illegal parameter alerts when the client
   receives a HelloRetryRequest that requests a group that we did not offer
   or a group that we sent a key share for in the ClientHello. These were
   annotated as missing, but not previously implemented.

   Prompted by a report from the tlspuffin team.

   ok tb@
VersionDeltaFile
1.107+10-6lib/libssl/tls13_client.c
+10-61 files

OpenBSD/ports 3xwr4AUshells/atuin distinfo crates.inc

   shells/atuin: update to 18.16.1
VersionDeltaFile
1.7+412-314shells/atuin/distinfo
1.7+205-156shells/atuin/crates.inc
1.8+1-1shells/atuin/Makefile
+618-4713 files

OpenBSD/src rrFF8chregress/lib/libssl/renegotiation renegotiation_test.c Makefile

   Improve renegotation regress.

   Include coverage of Renegotiation Indication and legacy connection
   handling.
VersionDeltaFile
1.4+106-18regress/lib/libssl/renegotiation/renegotiation_test.c
1.3+3-2regress/lib/libssl/renegotiation/Makefile
+109-202 files

OpenBSD/src d9ZIpEylib/libssl/man SSL_CTX_set_options.3

   Mop up SSL_CTX_set_options(3).

   SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS is now a no-op, tidy up
   SSL_OP_LEGACY_SERVER_CONNECT and reflect the current state of SSL_OP_ALL
   Delete the entire "SECURE RENEGOTIATION" section that contained ancient
   ramblings.

   ok beck@ tb@
VersionDeltaFile
1.18+5-89lib/libssl/man/SSL_CTX_set_options.3
+5-891 files

OpenBSD/src 2yaCHYClib/libssl ssl_lib.c ssl.h

   Remove SSL_OP_LEGACY_SERVER_CONNECT from default options.

   Remove SSL_OP_LEGACY_SERVER_CONNECT from the default SSL options and the
   SSL_OP_ALL define. This means that we will now refuse to connect to a
   TLSv1.2 server if it does not support the Renegotiation Indication (RI)
   extension. This prevents a class of attacks against TLS clients that are
   talking to TLSv1.2-only servers that permit client initiated renegotiation.

   Raised by Lucca Hirschi et al from Inria.

   ok beck@ tb@
VersionDeltaFile
1.335+2-6lib/libssl/ssl_lib.c
1.251+2-3lib/libssl/ssl.h
+4-92 files

OpenBSD/ports ixkmdb5editors/jmigpin-editor distinfo modules.inc

   editors/jmigpin-editor: update to 3.13
VersionDeltaFile
1.4+128-56editors/jmigpin-editor/distinfo
1.4+34-16editors/jmigpin-editor/modules.inc
1.4+1-1editors/jmigpin-editor/Makefile
+163-733 files

OpenBSD/ports axIrmIYwww/dufs crates.inc

   www/dufs: remove unexpected output from crates.inc

   pointed by espie@

   no build changes
VersionDeltaFile
1.2+0-2www/dufs/crates.inc
+0-21 files

OpenBSD/src duRZSlmshare/man/man5 cargo-module.5

   cargo-module.5: document more variables

   From Andrew Kloet andrew kloet.net
VersionDeltaFile
1.11+85-2share/man/man5/cargo-module.5
+85-21 files

OpenBSD/ports vi0SkKVgames/rocksndiamonds distinfo Makefile

   Update to rocksndiamonds-4.4.2.1.
VersionDeltaFile
1.61+2-2games/rocksndiamonds/distinfo
1.79+1-1games/rocksndiamonds/Makefile
+3-32 files

OpenBSD/ports mINkE8Ndevel/sbt distinfo Makefile

   devel/sbt: update to 1.12.12
VersionDeltaFile
1.28+2-2devel/sbt/distinfo
1.28+1-1devel/sbt/Makefile
+3-32 files

OpenBSD/ports cSxqd8Ddevel/tig distinfo Makefile

   Update tig to 2.6.1.
VersionDeltaFile
1.34+2-2devel/tig/distinfo
1.51+1-2devel/tig/Makefile
+3-42 files

OpenBSD/ports VYdyLnKx11/xsettingsd Makefile distinfo, x11/xsettingsd/patches patch-CMakeLists_txt

   update to xsettingsd-1.0.4
VersionDeltaFile
1.18+3-4x11/xsettingsd/Makefile
1.8+2-2x11/xsettingsd/distinfo
1.3+0-0x11/xsettingsd/patches/patch-CMakeLists_txt
+5-63 files

OpenBSD/ports O414wETmultimedia/yle-dl distinfo Makefile, multimedia/yle-dl/pkg PLIST

   update to yle-dl-20260520, from Timo Myyra (maintainer)
VersionDeltaFile
1.22+2-2multimedia/yle-dl/distinfo
1.20+3-0multimedia/yle-dl/pkg/PLIST
1.44+1-1multimedia/yle-dl/Makefile
+6-33 files

OpenBSD/ports G86FJDyeditors/libreoffice distinfo Makefile, editors/libreoffice/patches patch-external_xmlsec_openbsd_patch patch-external_xmlsec_ExternalProject_xmlsec_mk

   update to 26.2.4.2
VersionDeltaFile
1.138+34-34editors/libreoffice/distinfo
1.344+14-14editors/libreoffice/Makefile
1.1+15-0editors/libreoffice/patches/patch-external_xmlsec_openbsd_patch
1.1+12-0editors/libreoffice/patches/patch-external_xmlsec_ExternalProject_xmlsec_mk
1.90+11-1editors/libreoffice/pkg/PLIST-main
1.1+11-0editors/libreoffice/patches/patch-external_xmlsec_UnpackedTarball_xmlsec_mk
+97-496 files

OpenBSD/ports IuJkYD3lang/gcc/16 Makefile distinfo, lang/gcc/16/pkg PFRAG.128BIT-ada PLIST-ada

   lang/gcc/16: added i386 bootstrap; updated plist for i386
VersionDeltaFile
1.2+149-0lang/gcc/16/pkg/PFRAG.128BIT-ada
1.2+0-149lang/gcc/16/pkg/PLIST-ada
1.2+25-0lang/gcc/16/pkg/PFRAG.X86-main
1.3+4-4lang/gcc/16/Makefile
1.2+2-0lang/gcc/16/distinfo
+180-1535 files

OpenBSD/ports wJmAiJyx11/kde-plasma/oxygen Makefile, x11/kde-plasma/oxygen/pkg PLIST

   Remove oxygen Qt5/KDE5 support
VersionDeltaFile
1.20+11-34x11/kde-plasma/oxygen/Makefile
1.17+8-12x11/kde-plasma/oxygen/pkg/PLIST
+19-462 files

OpenBSD/ports KhAxJbzx11/kde-applications/kdenlive Makefile

   Remove USE_WXNEEDED, qtwebengine is no longer used
VersionDeltaFile
1.48+1-4x11/kde-applications/kdenlive/Makefile
+1-41 files

OpenBSD/ports HnkIQ7Rx11/kde-applications/kdenlive Makefile

   Fix typo and remove min mlt version

   Typo spotted by espie@, thanks
VersionDeltaFile
1.47+5-4x11/kde-applications/kdenlive/Makefile
+5-41 files

OpenBSD/ports S2Zz27nsysutils/opentofu Makefile, sysutils/opentofu/pkg README PLIST

   Add README to build in-house providers.
VersionDeltaFile
1.1+63-0sysutils/opentofu/pkg/README
1.2+1-0sysutils/opentofu/pkg/PLIST
1.43+1-0sysutils/opentofu/Makefile
+65-03 files

OpenBSD/ports EWOfNwNsysutils/terraform Makefile

   Drop maintainer, I have moved to opentofu.
VersionDeltaFile
1.156+1-2sysutils/terraform/Makefile
+1-21 files