OpenBSD/src Bv1CmeBusr.bin/nc netcat.c

   nc(1) has the more crazy unveil + pledge configuration based upon
   argument flags.  I think this correctly replaces "tmppath" with an
   unveil.
VersionDeltaFile
1.238+4-2usr.bin/nc/netcat.c
+4-21 files

OpenBSD/src qtrVPWqgnu/usr.bin/binutils-2.17/binutils objdump.c

   replace pledge "stdio rpath tmppath" with unveil "/tmp" "rwc" to satisfy
   mktemp(3) type operations, unveil "/" "r" for reading all over the tree,
   and pledge "stdio rpath wpath cpath" to permit both unveils subject to
   their own limitations.
VersionDeltaFile
1.3+5-1gnu/usr.bin/binutils-2.17/binutils/objdump.c
+5-11 files

OpenBSD/src H90a1knusr.bin/patch patch.c

   Since this program is "rpath wpath cpath", it does not need to use
   "tmppath"
   ok op
VersionDeltaFile
1.78+3-3usr.bin/patch/patch.c
+3-31 files

OpenBSD/ports 7uw6iWqdevel/llvm Makefile.inc

   exclude more test and docs while diffing to base
VersionDeltaFile
1.29+2-1devel/llvm/Makefile.inc
+2-11 files

OpenBSD/ports 6hYcRPmlang/gawk Makefile distinfo, lang/gawk/pkg PLIST

   update to gawk-5.4.0, fixes pma on OpenBSD

   this version includes a new regular expression matcher, minRX.
   unlike previous this is POSIX-compliant; the old matchers are still
   present for now and can be selected by setting a GAWK_GNU_MATCHERS
   environment variable. see README_d/README.matchers.
VersionDeltaFile
1.21+5-9lang/gawk/pkg/PLIST
1.46+2-4lang/gawk/Makefile
1.22+2-2lang/gawk/distinfo
+9-153 files

OpenBSD/ports o3cRZVPdatabases/sqlcipher distinfo Makefile

   update to sqlcipher-4.13.0
VersionDeltaFile
1.14+2-2databases/sqlcipher/distinfo
1.18+1-1databases/sqlcipher/Makefile
+3-32 files

OpenBSD/ports N8EAX4wgraphics/tiff Makefile

   TIFF tools have returned with version 4.7.0 and are built by default.
   No need anymore to enable them specifically.


   ok sthen@
VersionDeltaFile
1.111+0-2graphics/tiff/Makefile
+0-21 files

OpenBSD/ports DE4GF7lsysutils/py-filelock distinfo Makefile

   update to py3-filelock-3.24.3
VersionDeltaFile
1.23+2-2sysutils/py-filelock/distinfo
1.33+1-1sysutils/py-filelock/Makefile
+3-32 files

OpenBSD/ports lSetTTFtextproc/py-chardet Makefile distinfo, textproc/py-chardet/pkg PLIST

   update to py3-chardet-6.0.0.post1
VersionDeltaFile
1.14+121-16textproc/py-chardet/pkg/PLIST
1.31+6-5textproc/py-chardet/Makefile
1.11+2-2textproc/py-chardet/distinfo
+129-233 files

OpenBSD/ports 4LdOICxwww/py-requests Makefile

   py-requests: relax chardet version requirements.

   requests can use chardet if available (though is not a forced dependency)
   and, if installed, it checks the version number. relax this check to allow
   updating chardet. from upstream.
VersionDeltaFile
1.70+1-0www/py-requests/Makefile
+1-01 files

OpenBSD/ports xrlOQ8Uwww/py-requests/patches patch-setup_py patch-src_requests___init___py

   py-requests: relax chardet version requirements.

   requests can use chardet if available (though is not a forced dependency)
   and, if installed, it checks the version number. relax this check to allow
   updating chardet. from upstream.
VersionDeltaFile
1.9+13-13www/py-requests/patches/patch-setup_py
1.1+17-0www/py-requests/patches/patch-src_requests___init___py
+30-132 files

OpenBSD/ports C0WvvoCdevel/py-test-httpserver distinfo Makefile, devel/py-test-httpserver/pkg PLIST

   update to py3-test-httpserver-1.1.5
VersionDeltaFile
1.10+2-2devel/py-test-httpserver/distinfo
1.13+1-3devel/py-test-httpserver/Makefile
1.6+3-0devel/py-test-httpserver/pkg/PLIST
+6-53 files

OpenBSD/ports HKqWgUjsecurity/pebble distinfo modules.inc

   update to pebble-2.10.0
VersionDeltaFile
1.4+6-22security/pebble/distinfo
1.2+2-9security/pebble/modules.inc
1.4+1-1security/pebble/Makefile
+9-323 files

OpenBSD/ports 8TdMbPtmisc/remind Makefile distinfo

   misc/remind: update to 6.2.4

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

OpenBSD/ports zk7BVsosysutils/coreutils Makefile distinfo, sysutils/coreutils/patches patch-Makefile_in patch-lib_fseeko_c

   update to coreutils-9.10

   several programs are no longer included in default builds: chcon and
   runcon (unless SELinux is available; otherwise they are stub binaries
   only), kill and uptime (these can be reenabled by adding CONFIGURE_ARGS
   --enable-install-program=kill,uptime if needed).
VersionDeltaFile
1.14+5-8sysutils/coreutils/pkg/PLIST
1.18+2-2sysutils/coreutils/patches/patch-Makefile_in
1.35+1-3sysutils/coreutils/Makefile
1.18+2-2sysutils/coreutils/distinfo
1.2+0-0sysutils/coreutils/patches/patch-lib_fseeko_c
+10-155 files

OpenBSD/ports HWDkr9aaudio/beets distinfo Makefile

   audio/beets: update to 2.6.2

   Changes: https://github.com/beetbox/beets/releases/tag/v2.6.2
VersionDeltaFile
1.31+2-2audio/beets/distinfo
1.76+1-1audio/beets/Makefile
+3-32 files

OpenBSD/src c9pfsQyusr.sbin/acme-client acme-client.conf.5

   mention ip address certs
VersionDeltaFile
1.35+12-3usr.sbin/acme-client/acme-client.conf.5
+12-31 files

OpenBSD/ports y0Hk6Gndevel/qcoro distinfo Makefile, devel/qcoro/pkg PLIST

   Update qcoro to 0.13.0
VersionDeltaFile
1.11+3-1devel/qcoro/pkg/PLIST
1.9+2-2devel/qcoro/distinfo
1.22+1-2devel/qcoro/Makefile
+6-53 files

OpenBSD/ports rvUEXFUgeo/gpstk Makefile

   geo/gpstk: add a comment stating this needs to be updated to gnsstk

   what we ship is from 2018, and gpstk was renamed to gnsstk in 2021.

   If you play with GNSS/GPS data/receivers on OpenBSD and use this, let
   ports@ mailing-list know (or better, send a diff to move to gnsstk!),
   otherwise this port might just get removed the next time it breaks due
   to toolchain changes...

   discussed with sthen@
VersionDeltaFile
1.28+2-0geo/gpstk/Makefile
+2-01 files

OpenBSD/src KFEpKbTregress/usr.sbin/acme-client Makefile acme-client-ipaddress.conf

   regress tests for iPAddress certificates, from florian
VersionDeltaFile
1.6+25-1regress/usr.sbin/acme-client/Makefile
1.1+22-0regress/usr.sbin/acme-client/acme-client-ipaddress.conf
+47-12 files

OpenBSD/src Xuzmsu0usr.sbin/acme-client revokeproc.c parse.y

   acme-client: add support for iPAddress certificates, ok florian

   started by Lloyd <ng2d68 at proton.me>, also worked on by myself and florian@
VersionDeltaFile
1.27+90-31usr.sbin/acme-client/revokeproc.c
1.48+78-17usr.sbin/acme-client/parse.y
1.58+14-20usr.sbin/acme-client/main.c
1.23+23-11usr.sbin/acme-client/json.c
1.20+20-9usr.sbin/acme-client/keyproc.c
1.23+5-8usr.sbin/acme-client/extern.h
+230-962 files not shown
+246-1048 files

OpenBSD/ports Py03gbhsecurity/oledump Makefile distinfo, security/oledump/pkg PLIST

   update to 0.0.82, switch HOMEPAGE to https, and take MAINTAINER

   OK rsadowski@
VersionDeltaFile
1.30+4-2security/oledump/Makefile
1.20+2-2security/oledump/distinfo
1.12+1-0security/oledump/pkg/PLIST
+7-43 files

OpenBSD/ports LydHo7ztextproc/tree-sitter Makefile distinfo

   textproc/tree-sitter: update to version v0.25.10.

   Although there are newer versions, this is the newest version that will work
   with our in-tree editors/neovim.

   Diff from Laurent Cheylus. I added/adjusted some comments to better reflect the
   situation WRT versions and the tree-sitter-cli program.
VersionDeltaFile
1.18+6-3textproc/tree-sitter/Makefile
1.10+2-2textproc/tree-sitter/distinfo
+8-52 files

OpenBSD/src 3uPhYuwusr.bin/mg word.c

   rework grabword() a bit; plug a leak

   spotted thanks to Han Boetes (hboetes at gmail) providing a diff to plug
   a leak in the asprintf() usage.  While here though, rework it to avoid
   hitting asprintf() per character.  Han agrees.
VersionDeltaFile
1.23+13-8usr.bin/mg/word.c
+13-81 files

OpenBSD/ports 0jDqHB6productivity/kmymoney Makefile distinfo, productivity/kmymoney/patches patch-CMakeLists_txt patch-kmymoney_kmymoney_cpp

   Update kmymoney to 5.2.2
VersionDeltaFile
1.21+71-3productivity/kmymoney/pkg/PLIST
1.70+22-20productivity/kmymoney/Makefile
1.14+5-5productivity/kmymoney/patches/patch-CMakeLists_txt
1.11+2-2productivity/kmymoney/distinfo
1.3+1-1productivity/kmymoney/patches/patch-kmymoney_kmymoney_cpp
1.2+0-0productivity/kmymoney/patches/patch-kmymoney_plugins_gnc_import_mymoneygncreader_cpp
+101-311 files not shown
+101-317 files

OpenBSD/src rnWpkywusr.bin/tmux cmd-show-prompt-history.c

   Free history entries properly, from Huihui Huang in GitHub issue 4870.
VersionDeltaFile
1.4+6-1usr.bin/tmux/cmd-show-prompt-history.c
+6-11 files

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

   Use buffer size for b64_pton, from someone in GitHub issue 4882.
VersionDeltaFile
1.203+2-2usr.bin/tmux/tty-keys.c
+2-21 files

OpenBSD/src 35FxDr2usr.bin/tmux status.c

   Do not leak list on failure, reported by Huihui Huang.
VersionDeltaFile
1.257+5-2usr.bin/tmux/status.c
+5-21 files

OpenBSD/src Ym195tUusr.bin/tmux cmd-server-access.c

   Another memory leak from Huihui Huang.
VersionDeltaFile
1.4+2-1usr.bin/tmux/cmd-server-access.c
+2-11 files

OpenBSD/src VNc7vM3usr.bin/tmux cmd-display-menu.c menu.c

   Memory leaks in cmd_display_menu, from Huihui Huang.
VersionDeltaFile
1.49+19-17usr.bin/tmux/cmd-display-menu.c
1.60+4-1usr.bin/tmux/menu.c
+23-182 files