pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/oqs-provider



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 23 12:30:56 UTC 2024

Modified Files:
        pkgsrc/security/oqs-provider: Makefile

Log Message:
ioqs-provider: needs openssl 3

(Might need to be passed the location of openssl 3 for this to work.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/oqs-provider/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/oqs-provider/Makefile
diff -u pkgsrc/security/oqs-provider/Makefile:1.1 pkgsrc/security/oqs-provider/Makefile:1.2
--- pkgsrc/security/oqs-provider/Makefile:1.1   Fri Sep 13 18:07:51 2024
+++ pkgsrc/security/oqs-provider/Makefile       Mon Sep 23 12:30:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/09/13 18:07:51 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2024/09/23 12:30:56 wiz Exp $
 
 VERSION=       0.6.1
 DISTNAME=      oqs-provider-${VERSION}
@@ -25,6 +25,7 @@ do-install:
        ln -s oqsprovider.so.${VERSION} ${DESTDIR}${PREFIX}/lib/ossl-modules/oqsprovider.so
 
 .include "../../devel/cmake/build.mk"
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=3.0
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/liboqs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index