CVS commit: pkgsrc/security/libssh

"Thomas Klausner" <[email protected]> Thu, 6 Aug 2026 16:04:27 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Aug  6 16:04:27 UTC 2026

Modified Files:
	pkgsrc/security/libssh: options.mk

Log Message:
libssh: needs openssl 3.5.0


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/libssh/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 735 B)
Modified files:

Index: pkgsrc/security/libssh/options.mk
diff -u pkgsrc/security/libssh/options.mk:1.8 pkgsrc/security/libssh/options.mk:1.9
--- pkgsrc/security/libssh/options.mk:1.8	Mon Sep 29 21:24:22 2025
+++ pkgsrc/security/libssh/options.mk	Thu Aug  6 16:04:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2025/09/29 21:24:22 nia Exp $
+# $NetBSD: options.mk,v 1.9 2026/08/06 16:04:27 wiz Exp $
 
 PKG_OPTIONS_VAR=		PKG_OPTIONS.libssh
 PKG_SUPPORTED_OPTIONS=		gssapi tests
@@ -17,6 +17,7 @@ CMAKE_CONFIGURE_ARGS+=		-DWITH_GSSAPI:BO
 
 .if !empty(PKG_OPTIONS:Mopenssl)
 CMAKE_CONFIGURE_ARGS+=		-DWITH_GCRYPT:BOOL=OFF
+BUILDLINK_API_DEPENDS.openssl+=	openssl>=3.5.0
 .include "../../security/openssl/buildlink3.mk"
 .endif