OpenBSD/src sm3VE61sys/arch/amd64/amd64 vector.S pmap.c

   KVA TLB entries can exist under PCID_TEMP after pmap_map_ptes() + interrupts
   so KVA shootdowns must invalidate PCID_TEMP too

   ok deraadt, mlarkin discussion and approval guenther
VersionDeltaFile
1.106+16-1sys/arch/amd64/amd64/vector.S
1.186+8-1sys/arch/amd64/amd64/pmap.c
+24-22 files

OpenBSD/ports 7SVMtnjeditors/novelwriter distinfo Makefile, editors/novelwriter/pkg PLIST

   update to novelwriter 2.8.1; dropped dependency on textproc/py-lxml
VersionDeltaFile
1.12+69-21editors/novelwriter/pkg/PLIST
1.15+2-2editors/novelwriter/distinfo
1.18+1-2editors/novelwriter/Makefile
+72-253 files

OpenBSD/ports YCbKLkVgames/dsda-doom Makefile distinfo, games/dsda-doom/patches patch-prboom2_cmake_DsdaOptions_cmake patch-prboom2_CMakeLists_txt

   update to dsda-doom 0.29.4, from MAINTAINER - thanks!
VersionDeltaFile
1.1+19-0games/dsda-doom/patches/patch-prboom2_cmake_DsdaOptions_cmake
1.4+4-7games/dsda-doom/Makefile
1.3+2-2games/dsda-doom/distinfo
1.3+1-0games/dsda-doom/pkg/PLIST
1.3+0-0games/dsda-doom/patches/patch-prboom2_CMakeLists_txt
1.3+0-0games/dsda-doom/patches/patch-prboom2_src_CMakeLists_txt
+26-96 files

OpenBSD/ports 4Mr2RKonet/swirc distinfo Makefile

   Update swirc to 3.5.7.

   From maintainer Markus Uhlin, thanks!
VersionDeltaFile
1.36+2-2net/swirc/distinfo
1.42+1-1net/swirc/Makefile
+3-32 files

OpenBSD/src OQ0B9Hkgnu/usr.bin/clang/include/clang/intrin Makefile

   Install arm_neon_sve_bridge.h on aarch64

   From Brad, similar diff proposed recently by jsg@, ok kettenis@
VersionDeltaFile
1.30+4-1gnu/usr.bin/clang/include/clang/intrin/Makefile
+4-11 files

OpenBSD/src 1Soe0HRgnu/llvm/llvm/lib/Target/AArch64 AArch64ISelLowering.cpp

   Backport aarch64 SVE compile fix from upstream

   From Brad, ok kettenis@
VersionDeltaFile
1.6+13-0gnu/llvm/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+13-01 files

OpenBSD/ports IJNUYM0devel/llvm/19 Makefile, devel/llvm/19/patches patch-llvm_lib_Target_AArch64_AArch64ISelLowering_cpp

   Backport aarch64 SVE compile fix from upstream

   From Brad, ok kettenis@
VersionDeltaFile
1.3+24-1devel/llvm/19/patches/patch-llvm_lib_Target_AArch64_AArch64ISelLowering_cpp
1.20+1-1devel/llvm/19/Makefile
+25-22 files

OpenBSD/ports SGBUmpvnet/tdesktop distinfo Makefile

   update to tdesktop 6.4.0
VersionDeltaFile
1.151+2-2net/tdesktop/distinfo
1.204+1-1net/tdesktop/Makefile
+3-32 files

OpenBSD/src V5N7w12regress/usr.bin/mandoc/roff/ll basic.in basic.out_ascii

   test multiple signs in .ll arguments; related to term.c rev. 1.155
VersionDeltaFile
1.4+35-2regress/usr.bin/mandoc/roff/ll/basic.in
1.6+29-1regress/usr.bin/mandoc/roff/ll/basic.out_ascii
+64-32 files

OpenBSD/src RYRewSxusr.bin/mandoc term.c term_ascii.c

   Strangely, groff accepts .ll arguments with multiple signs.  For odd numbers
   of minus signs, the intended behaviour is decreasing the line length, for
   even numbers, increasing it.  The code in term_setwidth() resulted in
   incorrect behaviour in two cases: for more than two signs, the line length
   wasn't changed at all because a2roffsu() was called incorrectly and failed,
   and if the second sign was negative, a negative width was passed to the
   setwidth() callbacks, which they aren't prepared to handle.

   Fix this by iterating over all signs to find the correct iop operation
   code (0=absolute, 1=increase, -1=decrease).  Also improve code clarity
   by making the width argument of the setwidth() callbacks unsigned and
   removing some ugly casts in these callbacks.
VersionDeltaFile
1.155+10-14usr.bin/mandoc/term.c
1.58+5-5usr.bin/mandoc/term_ascii.c
1.60+5-5usr.bin/mandoc/term_ps.c
1.83+2-2usr.bin/mandoc/term.h
+22-264 files

OpenBSD/src ireJd6pusr.bin/tmux tty-keys.c

   If cannot find a terminator for palette responses, treat as a partial
   key not complete. GitHub issue 4749.
VersionDeltaFile
1.198+4-2usr.bin/tmux/tty-keys.c
+4-21 files

OpenBSD/src 7l9cVDhusr.bin/tmux tmux.h window.c

   Do not send theme unless it has changed, and do not send immediately
   when updates are enabled. GitHub issue 5787.
VersionDeltaFile
1.1282+12-11usr.bin/tmux/tmux.h
1.309+14-6usr.bin/tmux/window.c
1.247+13-4usr.bin/tmux/input.c
1.111+1-7usr.bin/tmux/input-keys.c
+40-284 files

OpenBSD/ports 3WTdjSldevel/cargo-audit distinfo crates.inc, devel/cargo-audit/patches patch-cargo-audit-0_21_2_modcargo-crates_canonical-path-2_0_2_src_lib_rs patch-modcargo-crates_canonical-path-2_0_2_src_lib_rs

   MFC: Update to cargo-audit 0.22.0, from Bryce Chidester

   Tweak by me: set DISTNAME rather than PKGNAME so we don't need to set
   WRKSRC and the curent_exe patch no longer includes cargo-audit-${V} in
   its path, so we don't need to rename it on every update.

   (backported to stable since 0.21.2 is broken because the database now
   uses CVSS v.4.0)
VersionDeltaFile
1.3.2.1+588-510devel/cargo-audit/distinfo
1.4.2.1+293-254devel/cargo-audit/crates.inc
1.12.2.1+4-5devel/cargo-audit/Makefile
1.1.2.1+0-0devel/cargo-audit/patches/patch-cargo-audit-0_21_2_modcargo-crates_canonical-path-2_0_2_src_lib_rs
1.1.2.1+0-0devel/cargo-audit/patches/patch-modcargo-crates_canonical-path-2_0_2_src_lib_rs
+885-7695 files

OpenBSD/ports HWtJZOCdevel/cargo-audit distinfo crates.inc, devel/cargo-audit/patches patch-modcargo-crates_canonical-path-2_0_2_src_lib_rs patch-cargo-audit-0_21_2_modcargo-crates_canonical-path-2_0_2_src_lib_rs

   Update to cargo-audit 0.22.0, from Bryce Chidester

   Tweak by me: set DISTNAME rather than PKGNAME so we don't need to set
   WRKSRC and the curent_exe patch no longer includes cargo-audit-${V} in
   its path, so we don't need to rename it on every update.
VersionDeltaFile
1.4+588-510devel/cargo-audit/distinfo
1.5+293-254devel/cargo-audit/crates.inc
1.1+18-0devel/cargo-audit/patches/patch-modcargo-crates_canonical-path-2_0_2_src_lib_rs
1.13+4-5devel/cargo-audit/Makefile
1.2+0-0devel/cargo-audit/patches/patch-cargo-audit-0_21_2_modcargo-crates_canonical-path-2_0_2_src_lib_rs
+903-7695 files

OpenBSD/src oqFOIzgsys/dev/usb ukbdmap.c

   regen
VersionDeltaFile
1.51+16-2sys/dev/usb/ukbdmap.c
+16-21 files

OpenBSD/src U3Bnhw1sys/dev/usb makemap.awk

   This patch adds an apple variant to the de keyboard encoding for
   wskdb. It doesn't attempt to map all additional keysyms, only those that
   are required in the shell and for programming.

   It is similar to the applealu_iso variant that can be specified in X11
   with setxkbmap.

   ok miod@
VersionDeltaFile
1.18+27-2sys/dev/usb/makemap.awk
+27-21 files

OpenBSD/ports Fi4R29Email/stalwart distinfo crates.inc

   mail/stalwart: update to 0.15.3.

   from courtney / courtnix - systems, thanks !
VersionDeltaFile
1.22+56-52mail/stalwart/distinfo
1.20+27-25mail/stalwart/crates.inc
1.28+1-1mail/stalwart/Makefile
+84-783 files

OpenBSD/ports q9xG6xKdevel/pycharm Makefile

   devl/pycharm: allow to use with jdk-21+
VersionDeltaFile
1.64+2-1devel/pycharm/Makefile
+2-11 files

OpenBSD/ports C4OtB5bdevel/intellij Makefile

   devl/intellij: allow to use with jdk-21+
VersionDeltaFile
1.110+2-1devel/intellij/Makefile
+2-11 files

OpenBSD/ports vR6amlWdevel/sbt distinfo Makefile, devel/sbt/files sbt

   devel/sbt: update to 1.12.0
VersionDeltaFile
1.2+6-1devel/sbt/files/sbt
1.20+2-2devel/sbt/distinfo
1.15+2-2devel/sbt/patches/patch-bin_sbt
1.20+1-1devel/sbt/Makefile
+11-64 files

OpenBSD/ports SWhY61Ax11/gnome/libcloudproviders Makefile distinfo, x11/gnome/libcloudproviders/pkg PLIST

   Update to libcloudproviders-0.4.0.
VersionDeltaFile
1.8+2-3x11/gnome/libcloudproviders/Makefile
1.7+2-2x11/gnome/libcloudproviders/distinfo
1.2+0-2x11/gnome/libcloudproviders/pkg/PLIST
+4-73 files

OpenBSD/ports WyaRaxrdevel/py-spark-parser distinfo Makefile, devel/py-spark-parser/pkg PLIST

   Update to py3-spark-parser-1.9.0.
VersionDeltaFile
1.11+175-1devel/py-spark-parser/pkg/PLIST
1.7+2-2devel/py-spark-parser/distinfo
1.25+1-2devel/py-spark-parser/Makefile
+178-53 files

OpenBSD/ports VOKB0ucx11/agar/agar/patches patch-include_agar_gui_inline_surface_h

   There is one too many '(' in the big endian case of ag_surface_get32_at().

   OK tb@ kn@
VersionDeltaFile
1.1+15-0x11/agar/agar/patches/patch-include_agar_gui_inline_surface_h
+15-01 files

OpenBSD/src EPuUf4Kusr.bin/tmux grid.c

   Clear trimmed lines after moving, from Antony Raj in GitHub issue 4790.
VersionDeltaFile
1.138+6-2usr.bin/tmux/grid.c
+6-21 files

OpenBSD/ports mHL9dwBcad Makefile

   +xnec2c
VersionDeltaFile
1.57+1-0cad/Makefile
+1-01 files

OpenBSD/ports kl6hoPpcad/xnec2c Makefile distinfo, cad/xnec2c/patches patch-doc_xnec2c_1_in

   Initial revision
VersionDeltaFile
1.1+179-0cad/xnec2c/pkg/PLIST
1.1+45-0cad/xnec2c/Makefile
1.1+17-0cad/xnec2c/pkg/DESCR
1.1+14-0cad/xnec2c/patches/patch-doc_xnec2c_1_in
1.1+2-0cad/xnec2c/distinfo
1.1.1.1+0-0cad/xnec2c/pkg/DESCR
+257-04 files not shown
+257-010 files

OpenBSD/ports XgcDOu2security/john-jumbo Makefile

   Set _BSD_SOURCE=1 via CFLAGS to ensure BSD functions remain visible.

   os.h sets _XOPEN_SOURCE and with that functions like strcasestr() no
   longer show up and with that compilers do silly things.

   The build system is so arcane that it seems best to just pass
   -D_BSD_SOURCE=1 via CFLAGS to override the _XOPEN_SOURCE exclude.
   With this CFLAGS_base-clang is no longer needed.

   OK sthen@ tb@
VersionDeltaFile
1.31+2-4security/john-jumbo/Makefile
+2-41 files

OpenBSD/ports HHQ0nNXdevel/mercurial distinfo Makefile, devel/mercurial/patches patch-doc_hgmanpage_py

   update to mercurial-7.1.2
VersionDeltaFile
1.89+2-2devel/mercurial/distinfo
1.139+1-2devel/mercurial/Makefile
1.3+0-0devel/mercurial/patches/patch-doc_hgmanpage_py
+3-43 files

OpenBSD/ports 3KmW0Qhnet/monitoring-plugins Makefile distinfo, net/monitoring-plugins/patches patch-plugins_check_curl_d_check_curl_helpers_h patch-plugins_check_curl_d_config_h

   update to monitoring-plugins-3.0.0rc2
VersionDeltaFile
1.52+3-5net/monitoring-plugins/Makefile
1.13+2-2net/monitoring-plugins/distinfo
1.2+0-0net/monitoring-plugins/patches/patch-plugins_check_curl_d_check_curl_helpers_h
1.2+0-0net/monitoring-plugins/patches/patch-plugins_check_curl_d_config_h
1.2+0-0net/monitoring-plugins/patches/patch-plugins_check_curl_d_check_curl_helpers_c
1.2+0-0net/monitoring-plugins/patches/patch-gl_fseeko_c
+5-71 files not shown
+5-77 files

OpenBSD/ports ZqMV5Jcnet/py-apprise distinfo Makefile, net/py-apprise/pkg PLIST

   update to py3-apprise-1.9.6
VersionDeltaFile
1.6+67-12net/py-apprise/pkg/PLIST
1.3+2-2net/py-apprise/distinfo
1.5+1-2net/py-apprise/Makefile
+70-163 files