OpenBSD/ports H9eYfnggraphics/libraw distinfo Makefile

   Update libraw to 0.21.5
VersionDeltaFile
1.24+2-2graphics/libraw/distinfo
1.56+1-1graphics/libraw/Makefile
+3-32 files

OpenBSD/src oXN8dwFlib/libcrypto/mlkem mlkem_internal.c mlkem_key.c, regress/lib/libcrypto/mlkem mlkem_tests.c mlkem_iteration_tests.c

   Rename RANK{768,1024} to MLKEM{768,1024}_RANK

   RANK768 and RANK1024 are awfully short and generic names for public
   constants. Before we make it worse with similarly named constants for
   ML-DSA, let's fix this. This follows the naming convention used by the
   other macros in the mlkem code.

   ok kenjiro jsing
VersionDeltaFile
1.4+19-19lib/libcrypto/mlkem/mlkem_internal.c
1.5+13-13lib/libcrypto/mlkem/mlkem_key.c
1.11+11-11regress/lib/libcrypto/mlkem/mlkem_tests.c
1.9+9-9lib/libcrypto/mlkem/mlkem.h
1.5+6-6lib/libcrypto/mlkem/mlkem.c
1.9+5-5regress/lib/libcrypto/mlkem/mlkem_iteration_tests.c
+63-633 files not shown
+72-729 files

OpenBSD/ports xk0ZZnUdevel/clang-tools-extra distinfo Makefile, devel/clang-tools-extra/patches patch-clang_lib_Driver_ToolChains_Clang_cpp patch-clang_tools_clang-shlib_CMakeLists_txt

   Update clang-tools-extra to 21.1.8
VersionDeltaFile
1.5+4-22devel/clang-tools-extra/patches/patch-clang_lib_Driver_ToolChains_Clang_cpp
1.11+2-2devel/clang-tools-extra/distinfo
1.46+1-1devel/clang-tools-extra/Makefile
1.6+1-1devel/clang-tools-extra/patches/patch-clang_tools_clang-shlib_CMakeLists_txt
1.5+1-1devel/clang-tools-extra/patches/patch-llvm_tools_llvm-shlib_CMakeLists_txt
+9-275 files

OpenBSD/ports ZxpXPQFnet/fping distinfo Makefile, net/fping/patches patch-src_fping_c patch-doc_Makefile_in

   update to fping-5.5
VersionDeltaFile
1.16+17-13net/fping/patches/patch-src_fping_c
1.21+2-2net/fping/distinfo
1.58+1-2net/fping/Makefile
1.7+0-0net/fping/patches/patch-doc_Makefile_in
+20-174 files

OpenBSD/ports 2nFrnmfmath/calc distinfo Makefile, math/calc/patches patch-custom_u_pfe_c patch-Makefile

   update to calc-2.16.1.0
VersionDeltaFile
1.1+12-0math/calc/patches/patch-custom_u_pfe_c
1.61+2-2math/calc/distinfo
1.5+1-1math/calc/patches/patch-Makefile
1.82+1-1math/calc/Makefile
1.3+1-1math/calc/patches/patch-help_c
1.26+2-0math/calc/pkg/PLIST
+19-56 files

OpenBSD/ports 7ES8PBZwww/newsraft distinfo Makefile

   update to newsraft-0.35
VersionDeltaFile
1.24+2-2www/newsraft/distinfo
1.26+1-1www/newsraft/Makefile
+3-32 files

OpenBSD/ports RuZoivbsecurity/libsodium Makefile distinfo

   update to libsodium-1.0.20-stable
   https://00f.net/2025/12/30/libsodium-vulnerability/
VersionDeltaFile
1.38.6.1+3-1security/libsodium/Makefile
1.25.6.1+2-2security/libsodium/distinfo
+5-32 files

OpenBSD/ports 8z0TvPLsecurity/libsodium Makefile distinfo

   update to libsodium-1.0.20-stable
   https://00f.net/2025/12/30/libsodium-vulnerability/
VersionDeltaFile
1.39+3-1security/libsodium/Makefile
1.26+2-2security/libsodium/distinfo
+5-32 files

OpenBSD/ports vvPVYECemulators/mame distinfo Makefile

   Update mame to 0.284.
VersionDeltaFile
1.76+2-2emulators/mame/distinfo
1.98+1-1emulators/mame/Makefile
+3-32 files

OpenBSD/ports KYRyYGJprint/htmldoc distinfo Makefile

   Update to htmldoc-1.9.22.
VersionDeltaFile
1.25+2-2print/htmldoc/distinfo
1.64+1-2print/htmldoc/Makefile
+3-42 files

OpenBSD/ports 30ih7p9net/arping distinfo Makefile

   Update to arping-2.28.
VersionDeltaFile
1.30+2-2net/arping/distinfo
1.60+1-1net/arping/Makefile
+3-32 files

OpenBSD/src ZdPkb4Fshare/man/man1 dpb.1

   document wipe-all
VersionDeltaFile
1.35+5-2share/man/man1/dpb.1
+5-21 files

OpenBSD/ports osNtTsDinfrastructure/lib/DPB External.pm

   Add external control command "wipe-all"

   This control command wiped all packages in an error state.

   Tweak and OK espie, positive feedback from many
VersionDeltaFile
1.33+20-1infrastructure/lib/DPB/External.pm
+20-11 files

OpenBSD/src Huuv7q4usr.sbin/relayd carp.c

   relayd: fix dead store and unindent carp_demote_init

   Found by scan-build:
   carp.c:64:7: warning: Although the value stored to 'c' is used in the
   enclosing expression, the value is never actually read from 'c'
   [deadcode.DeadSt ores]
      64 |         if ((c = carp_group_find(group)) == NULL)

   Feedback from Crystal Kolipe and tb@, OK tb@
VersionDeltaFile
1.13+20-21usr.sbin/relayd/carp.c
+20-211 files

OpenBSD/src Ip0l1nrsys/kern init_main.c

   copyright++;
VersionDeltaFile
1.331+2-2sys/kern/init_main.c
+2-21 files

OpenBSD/src Ygg3EZmlib/libcrypto/x509 x509.h

   x509.h: annotate why X509_PKEY cannot be made opaque
VersionDeltaFile
1.126+2-1lib/libcrypto/x509/x509.h
+2-11 files

OpenBSD/src kIFMD51sys/netinet tcp_output.c

   unifdef m_copypack() use

   These ifdefs date back to 1990 in CSRG (SCCS rev 7.20).
   m_copypack() never existed in CSRG releases as far as I can tell.

   ok deraadt@ mvs@
VersionDeltaFile
1.158+1-18sys/netinet/tcp_output.c
+1-181 files

OpenBSD/src Gz03Uvfbin/ksh ksh.1

   Correct POSIX ISBN.  1-55937-255-9 was mistakenly changed to
   1-55937-266-9 when the page was converted to mdoc in rev 1.15
   ok millert@
VersionDeltaFile
1.223+3-3bin/ksh/ksh.1
+3-31 files

OpenBSD/ports sEScYGGsecurity/gnupg Makefile distinfo, security/gnupg/patches patch-agent_protect_c patch-doc_mkdefsinc_c

   Update to gnupg-2.5.16

   Upstream apparently considers 2.5 the new stable branch.
VersionDeltaFile
1.145+6-2security/gnupg/Makefile
1.41+5-1security/gnupg/pkg/PLIST
1.50+2-2security/gnupg/distinfo
1.4+1-1security/gnupg/patches/patch-agent_protect_c
1.3+1-1security/gnupg/patches/patch-doc_mkdefsinc_c
1.4+1-1security/gnupg/patches/patch-g10_keylist_c
+16-86 files

OpenBSD/ports JR3kS1rgraphics/p5-Image-ExifTool distinfo Makefile

   Update p5-Image-ExifTool to 13.45.
VersionDeltaFile
1.89+2-2graphics/p5-Image-ExifTool/distinfo
1.98+1-1graphics/p5-Image-ExifTool/Makefile
+3-32 files

OpenBSD/ports nu8DnlQwww/newsboat distinfo crates.inc, www/newsboat/patches patch-include_strprintf_h

   Update newsboat to 2.42.
VersionDeltaFile
1.38+188-276www/newsboat/distinfo
1.19+93-137www/newsboat/crates.inc
1.2+10-9www/newsboat/patches/patch-include_strprintf_h
1.53+1-2www/newsboat/Makefile
+292-4244 files

OpenBSD/ports tqxPJXbsecurity/gnupg distinfo Makefile

   MFC: SECURITY update to gnupg-2.4.9

   No CVE listed upstream but this releases includes fixes for some (all?)
   of the issues recently exposed at CCC by two researchers.

   Release notes: https://dev.gnupg.org/T8001
VersionDeltaFile
1.48.2.1+2-2security/gnupg/distinfo
1.143.2.1+1-1security/gnupg/Makefile
+3-32 files

OpenBSD/ports l4hHMWLsecurity/gnupg distinfo Makefile

   SECURITY update to gnupg-2.4.9

   No CVE listed upstream but this releases includes fixes for some (all?)
   of the issues recently exposed at CCC by two researchers.

   Release notes: https://dev.gnupg.org/T8001
VersionDeltaFile
1.49+2-2security/gnupg/distinfo
1.144+1-1security/gnupg/Makefile
+3-32 files

OpenBSD/ports 7PMNenAconverters/bdf2psf Makefile distinfo

   Update bdf2psf to 1.245.
VersionDeltaFile
1.50+2-2converters/bdf2psf/Makefile
1.45+2-2converters/bdf2psf/distinfo
+4-42 files

OpenBSD/src 5n2VDGJregress/lib/libcrypto/x509 x509_extensions_test.c

   constaints -> constraints
VersionDeltaFile
1.4+2-2regress/lib/libcrypto/x509/x509_extensions_test.c
+2-21 files

OpenBSD/ports EgOWqDrgraphics/inkscape Makefile distinfo, graphics/inkscape/patches patch-src_extension_internal_pdfinput_poppler-cairo-font-engine_cpp patch-src_extension_internal_pdfinput_poppler-transition-api_h

   Update inkscape to 1.4.3
VersionDeltaFile
1.35+25-0graphics/inkscape/pkg/PLIST
1.126+3-4graphics/inkscape/Makefile
1.29+2-2graphics/inkscape/distinfo
1.6+0-0graphics/inkscape/patches/patch-src_extension_internal_pdfinput_poppler-cairo-font-engine_cpp
1.7+0-0graphics/inkscape/patches/patch-src_extension_internal_pdfinput_poppler-transition-api_h
1.5+0-0graphics/inkscape/patches/patch-src_extension_internal_pdfinput_poppler-utils_cpp
+30-63 files not shown
+30-69 files

OpenBSD/ports clgB1tisysutils/borgbackup/2.0 Makefile distinfo, sysutils/borgbackup/2.0/pkg PLIST

   Update to borgbackup-2.0.0beta20

   Changes:
   https://borgbackup.readthedocs.io/en/2.0.0b20/changes.html#version-2-0-0b20-2025-12-24
VersionDeltaFile
1.15+41-0sysutils/borgbackup/2.0/pkg/PLIST
1.53+3-3sysutils/borgbackup/2.0/Makefile
1.14+2-2sysutils/borgbackup/2.0/distinfo
+46-53 files

OpenBSD/ports yjgVGMlnet/py-msgpack distinfo Makefile

   Update to py-msgpack-1.1.2

   Changes:
   https://github.com/msgpack/msgpack-python/releases/tag/v1.1.1
   https://github.com/msgpack/msgpack-python/releases/tag/v1.1.2
VersionDeltaFile
1.17+2-2net/py-msgpack/distinfo
1.43+1-2net/py-msgpack/Makefile
+3-42 files

OpenBSD/ports jWpgsxrsysutils Makefile

   +py-shtab
VersionDeltaFile
1.770+1-0sysutils/Makefile
+1-01 files

OpenBSD/ports y2LvDjCsysutils/py-shtab Makefile distinfo, sysutils/py-shtab/pkg PLIST DESCR

   Import py-shtab-1.8.0

   DESCR:
   Automagic shell tab completion for Python CLI applications, supporting
   argparse and docopt, and able to output tab completion scripts for bash, zsh
   and tcsh.

   Feedback and OK sthen@
VersionDeltaFile
1.1+24-0sysutils/py-shtab/pkg/PLIST
1.1+24-0sysutils/py-shtab/Makefile
1.1+3-0sysutils/py-shtab/pkg/DESCR
1.1+2-0sysutils/py-shtab/distinfo
1.1.1.1+0-0sysutils/py-shtab/distinfo
1.1.1.1+0-0sysutils/py-shtab/Makefile
+53-02 files not shown
+53-08 files