From: Theo Buehler Subject: hcxtools: switch to openssl/3.5 To: ports@openbsd.org Cc: sebastia@openbsd.org Date: Wed, 9 Jul 2025 06:39:48 +0200 I want to remove openssl/3.3 and 3.4, so I need to switch its consumers to 3.5. Index: Makefile =================================================================== RCS file: /cvs/ports/security/hcxtools/Makefile,v diff -u -p -r1.21 Makefile --- Makefile 14 Jan 2025 09:36:03 -0000 1.21 +++ Makefile 9 Jul 2025 04:38:31 -0000 @@ -4,7 +4,7 @@ GH_ACCOUNT = ZerBea GH_PROJECT = hcxtools GH_TAGNAME = 6.3.5 DISTNAME = hcxtools-${GH_TAGNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = security @@ -14,15 +14,15 @@ MAINTAINER = Sebastian Reitenbach