OpenBSD/ports 1Rkv9Wgnet/tailscale Makefile distinfo

   Update to tailscale-1.102.4

   From Adriano Barbosa (maintainer)
VersionDeltaFile
1.70+2-2net/tailscale/distinfo
1.73+1-1net/tailscale/Makefile
+3-32 files

OpenBSD/src R5cb6zWsys/arch/amd64/conf Makefile.amd64

   update the list of amdgpu files to build with sse

   following the linux Makefiles it is amd/display/dc/dml*
   and dcn401_soc_and_ip_translator.c

   dml2_top_legacy.c is excluded as we don't build it

   prompted by a shorter diff from daniel@
VersionDeltaFile
1.146+56-28sys/arch/amd64/conf/Makefile.amd64
+56-281 files

OpenBSD/ports ie9GGc6infrastructure/db user.list

   Comment out _ntopng following port removal
VersionDeltaFile
1.491+2-2infrastructure/db/user.list
+2-21 files

OpenBSD/ports mIVMdRbsysutils/moor Makefile distinfo

   Update to moor-2.19.1

   From Lydia Sobot (maintainer)
VersionDeltaFile
1.14+2-2sysutils/moor/distinfo
1.14+1-1sysutils/moor/Makefile
+3-32 files

OpenBSD/ports XqYsoczmultimedia/pipewire/wireplumber/files 10-openbsd.conf

   Forgot to cvs add.
VersionDeltaFile
1.1+13-0multimedia/pipewire/wireplumber/files/10-openbsd.conf
+13-01 files

OpenBSD/ports A0vv6Tkemulators/dolphin Makefile

   Disable direct ccache usage in dolphin.
VersionDeltaFile
1.29+1-0emulators/dolphin/Makefile
+1-01 files

OpenBSD/src 7VXRfL3lib/libcrypto/rsa rsa_pmeth.c

   rsa_pmeth: also copy saltlen and min_saltlen for RSA-PSS

   EVP_PKEY_CTX_dup() failed to copy saltlen and min_saltlen for RSA-PSS and
   would therefore use the defaults for the copied context, losing intended
   restrictions from the original.

   From Frank Denis
VersionDeltaFile
1.47+3-1lib/libcrypto/rsa/rsa_pmeth.c
+3-11 files

OpenBSD/ports RZRRgcjx11/kde-applications Makefile

   Enable kdominate and keepsecret
VersionDeltaFile
1.113+2-2x11/kde-applications/Makefile
+2-21 files

OpenBSD/ports wne6AyOx11/kde-applications/keepsecret distinfo Makefile, x11/kde-applications/keepsecret/pkg PLIST DESCR

   Import keepsecret-26.08.1, ok kirill@

   Comment:
   KDE password manager

   Description:
   KeepSecret is a Password manager GUI intended to be a client for a Secret
   Service compatible provider. It can be used with KWallet, but also other
   systems such as oo7, Gnome-keyring or KeepassXC.

   Maintainer: Rafael Sadowski <rsadowski at openbsd.org>

   WWW: https://apps.kde.org/keepsecret/
VersionDeltaFile
1.1+38-0x11/kde-applications/keepsecret/Makefile
1.1+37-0x11/kde-applications/keepsecret/pkg/PLIST
1.1+3-0x11/kde-applications/keepsecret/pkg/DESCR
1.1+2-0x11/kde-applications/keepsecret/distinfo
1.1.1.1+0-0x11/kde-applications/keepsecret/pkg/PLIST
1.1.1.1+0-0x11/kde-applications/keepsecret/pkg/DESCR
+80-02 files not shown
+80-08 files

OpenBSD/ports AJRnB4Vx11/kde-applications/kdominate distinfo Makefile, x11/kde-applications/kdominate/pkg PLIST DESCR

   Import kdominate-26.08.1, ok kirill@

   Comment:
   tactical board game

   Description:
   KDominate is a tactical game for one or two players, where players move and
   convert tiles with the goal of controlling the majority of the board.

   Maintainer: Rafael Sadowski <rsadowski at openbsd.org>

   WWW: https://apps.kde.org/kdominate/
VersionDeltaFile
1.1+43-0x11/kde-applications/kdominate/pkg/PLIST
1.1+34-0x11/kde-applications/kdominate/Makefile
1.1+2-0x11/kde-applications/kdominate/pkg/DESCR
1.1+2-0x11/kde-applications/kdominate/distinfo
1.1.1.1+0-0x11/kde-applications/kdominate/pkg/PLIST
1.1.1.1+0-0x11/kde-applications/kdominate/pkg/DESCR
+81-02 files not shown
+81-08 files

OpenBSD/ports pPSNmNPgraphics Makefile

   +kirigami-app-components
VersionDeltaFile
1.662+1-0graphics/Makefile
+1-01 files

OpenBSD/ports 2x7ndFPgraphics/kirigami-app-components distinfo Makefile, graphics/kirigami-app-components/pkg PLIST DESCR

   Initial revision
VersionDeltaFile
1.1+36-0graphics/kirigami-app-components/Makefile
1.1+21-0graphics/kirigami-app-components/pkg/PLIST
1.1+2-0graphics/kirigami-app-components/pkg/DESCR
1.1+2-0graphics/kirigami-app-components/distinfo
1.1.1.1+0-0graphics/kirigami-app-components/pkg/PLIST
1.1.1.1+0-0graphics/kirigami-app-components/pkg/DESCR
+61-02 files not shown
+61-08 files

OpenBSD/ports oHHva6Ydevel/llvm-lit distinfo Makefile, devel/llvm-lit/pkg PLIST

   Update llvm-lit to 22.1.8

   OK bluhm@ (maintainer)
VersionDeltaFile
1.12+4-8devel/llvm-lit/Makefile
1.4+4-4devel/llvm-lit/distinfo
1.5+6-0devel/llvm-lit/pkg/PLIST
+14-123 files

OpenBSD/ports Rez4ZpYmultimedia/pipewire/wireplumber Makefile, multimedia/pipewire/wireplumber/pkg PLIST

   Add a default configuration that does not throw dozains of warnings on
   startup.
VersionDeltaFile
1.26+3-0multimedia/pipewire/wireplumber/Makefile
1.16+1-0multimedia/pipewire/wireplumber/pkg/PLIST
+4-02 files

OpenBSD/src v7nY4hUlib/libcrypto/x509 x509_vfy.c

   get_crl_score: delta CRLs should not be used as full CRLs

   The glorious OpenSSL invention called CRL score is backed by muppety code
   that is an obvious bug magnet. If extended CRL support is enabled and the
   delta CRL has onlySomeReasons, the logic that is supposed to reject delta
   certs is not reached. Fix this by pulling it up.

   Reported by Frank Denis and Acts1631.

   ok kenjiro
VersionDeltaFile
1.154+4-4lib/libcrypto/x509/x509_vfy.c
+4-41 files

OpenBSD/src RxS3ZxOusr.bin/ssh clientloop.c channels.h

   draft-ietf-sshm-ssh-agent became RFC 9987
   ok dtucker@
VersionDeltaFile
1.427+2-2usr.bin/ssh/clientloop.c
1.171+2-2usr.bin/ssh/channels.h
+4-42 files

OpenBSD/ports pscuSfDx11/gnome/shell Makefile

   Missed bump.
VersionDeltaFile
1.306+1-1x11/gnome/shell/Makefile
+1-11 files

OpenBSD/ports lDb1yvBx11/gnome/shell/patches patch-js_ui_panel_js patch-js_ui_main_js

   Fix BrightnessManager.
VersionDeltaFile
1.6+25-0x11/gnome/shell/patches/patch-js_ui_main_js
1.21+0-0x11/gnome/shell/patches/patch-js_ui_panel_js
+25-02 files

OpenBSD/ports VmxMvZLx11/gnome/mutter Makefile, x11/gnome/mutter/patches patch-src_helpers_meson_build

   Reinstate mutter-restart-helper.
VersionDeltaFile
1.2+16-6x11/gnome/mutter/patches/patch-src_helpers_meson_build
1.206+1-1x11/gnome/mutter/Makefile
1.40+1-0x11/gnome/mutter/pkg/PLIST
+18-73 files

OpenBSD/src KZOfZLysys/kern subr_suspend.c

   Previous commit broke machdep.hibernatedelay.  Fix this by recognizing
   that we shouldn't overwrite the sleep_mode global when we jump to the
   top label.

   ok mlarkin@, hshoexer@
VersionDeltaFile
1.24+10-5sys/kern/subr_suspend.c
+10-51 files

OpenBSD/ports WaSFMZTdatabases/duckdb/patches patch-CMakeLists_txt

   Disable direct use of ccache/sccache by duckdb.
VersionDeltaFile
1.6+21-0databases/duckdb/patches/patch-CMakeLists_txt
+21-01 files

OpenBSD/ports xeFUI1Vnet/openfire Makefile distinfo, net/openfire/pkg PLIST

   OpenFire upgrade V 4.6.8 -> 5.1.2. Changelog at
   https://download.igniterealtime.org/openfire/docs/latest/changelog.html
VersionDeltaFile
1.16+296-132net/openfire/pkg/PLIST
1.21+2-2net/openfire/distinfo
1.59+1-1net/openfire/Makefile
+299-1353 files

OpenBSD/src Uu4NOY5regress/libexec/ld.so/subst/prog3 Makefile

   Fix libaa directory creation and copy
VersionDeltaFile
1.2+4-4regress/libexec/ld.so/subst/prog3/Makefile
+4-41 files

OpenBSD/ports HC0EHTngames/freeciv21 distinfo Makefile

   Update to latest stable release 3.1.3. A few bugfixes and 2 CVEs in
   server savegame code per the release notes.

   I don't recall if this might have used git before during configure
   stage, but now it does. I've tried patching it out, but that's not
   straightforward, so instead I opted for now to add git to the BDEPs.

   Release notes:
   https://github.com/longturn/freeciv21/releases/tag/v3.1.3
VersionDeltaFile
1.6+2-2games/freeciv21/distinfo
1.7+3-1games/freeciv21/Makefile
+5-32 files

OpenBSD/src bESYQjZlib/libcrypto/ec ecp_hp_methods.c

   libcrypto: rename ec hp methods to include _hp_

   The existence of two static functions with the same name, such as
   ec_point_at_infinity() breaks my workflow strongly depending on
   ctags. Rename the new ones to disambiguate jump targets.

   ok jsing
VersionDeltaFile
1.6+45-45lib/libcrypto/ec/ecp_hp_methods.c
+45-451 files

OpenBSD/ports NxD7UBIgames/fna Makefile.inc, games/fna/faudio Makefile distinfo

   Update FNA ports to latest release 26.09. faudio test binary now
   stalls, so set NO_TEST=Yes for now until this is solved. Tested with
   Knytt Classic.

   Release notes as usual at
   https://github.com/FNA-XNA/FNA/releases/

   Lots of accuracy fixes over the recent releases.
VersionDeltaFile
1.11+2-2games/fna/fna3d/distinfo
1.3+2-2games/fna/fna/patches/patch-src_TitleContainer_cs
1.11+2-2games/fna/fna/distinfo
1.11+2-2games/fna/faudio/distinfo
1.11+1-1games/fna/Makefile.inc
1.9+2-0games/fna/faudio/Makefile
+11-91 files not shown
+12-107 files

OpenBSD/src p775M69lib/libc/sys sendsyslog.2

   include files in wrong order
VersionDeltaFile
1.14+3-3lib/libc/sys/sendsyslog.2
+3-31 files

OpenBSD/src rTAIcysusr.sbin/acme-client json.c

   acme-client: missing null check before calling json_getstr()

   ok jmatthew
VersionDeltaFile
1.26+3-2usr.sbin/acme-client/json.c
+3-21 files

OpenBSD/src cHhutIuusr.sbin/fw_update fw_update.sh

   Improve error when SHA256.sig is not found

   In the ! DOWNLOAD path, LOCALSRC is a directory passed with -p,
   this error happens if there is no SHA256.sig there, which is the
   actionable error.
VersionDeltaFile
1.73+2-2usr.sbin/fw_update/fw_update.sh
+2-21 files

OpenBSD/ports RHozTcdsysutils/galleon distinfo Makefile

   Trivial upgrade 6.0.0->7.0.10; test reinstalled Wildfly
VersionDeltaFile
1.4+2-2sysutils/galleon/distinfo
1.7+2-2sysutils/galleon/Makefile
+4-42 files