pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/softhsm2



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Jan 31 19:13:07 UTC 2020

Modified Files:
        pkgsrc/security/softhsm2: Makefile

Log Message:
Disable the configure check for GOST, don't use built-in sqlite3.

RFC 8624 says "MUST NOT" for signing and "MAY" for sig-checking.
The sqlite3 change is related to the OpenDNSSEC v2 change, to be
consistent with the choice there.

PKGREVISION bumped.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/softhsm2/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/softhsm2/Makefile
diff -u pkgsrc/security/softhsm2/Makefile:1.2 pkgsrc/security/softhsm2/Makefile:1.3
--- pkgsrc/security/softhsm2/Makefile:1.2       Sun Jan 26 17:32:07 2020
+++ pkgsrc/security/softhsm2/Makefile   Fri Jan 31 19:13:07 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/01/26 17:32:07 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/31 19:13:07 he Exp $
 #
 
 VERSION=       2.5.0
+PKGREVISION=   1
 DISTNAME=      softhsm-${VERSION}
 PKGNAME=       softhsm2-${VERSION}
 CATEGORIES=    security
@@ -22,6 +23,7 @@ CONFIGURE_ARGS+=      --localstatedir=${VARBA
 CONFIGURE_ARGS+=       --with-botan=${PREFIX}
 CONFIGURE_ARGS+=       --with-objectstore-backend-db
 CONFIGURE_ARGS+=       --with-migrate
+CONFIGURE_ARGS+=       --disable-gost
 
 EGDIR=                 ${PREFIX}/share/examples/softhsm
 
@@ -43,6 +45,7 @@ OWN_DIRS=             ${VARBASE}/softhsm
 pre-install:
        ${INSTALL_DATA} ${WRKSRC}/src/lib/common/softhsm2.conf ${DESTDIR}${EGDIR}
 
+USE_BUILTIN.sqlite3=NO
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../security/botan/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index