pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libssh



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.

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
 



Home | Main Index | Thread Index | Old Index