pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/softhsm2 Disable the configure check for GOST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8875bc1f7ab
branches:  trunk
changeset: 410903:b8875bc1f7ab
user:      he <he%pkgsrc.org@localhost>
date:      Fri Jan 31 19:13:07 2020 +0000

description:
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.

diffstat:

 security/softhsm2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r adad466341b7 -r b8875bc1f7ab security/softhsm2/Makefile
--- a/security/softhsm2/Makefile        Fri Jan 31 18:40:21 2020 +0000
+++ b/security/softhsm2/Makefile        Fri Jan 31 19:13:07 2020 +0000
@@ -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+=       --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 @@
 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