pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/opendnssec2
Module Name: pkgsrc
Committed By: he
Date: Fri Jan 31 16:08:48 UTC 2020
Modified Files:
pkgsrc/security/opendnssec2: Makefile
Log Message:
Insist on using pkgsrc sqlite3; I got SEGV's via call of null pointers
with the built-in sqlite3 on NetBSD 8.0.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/opendnssec2/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/opendnssec2/Makefile
diff -u pkgsrc/security/opendnssec2/Makefile:1.2 pkgsrc/security/opendnssec2/Makefile:1.3
--- pkgsrc/security/opendnssec2/Makefile:1.2 Sat Jan 18 21:50:41 2020
+++ pkgsrc/security/opendnssec2/Makefile Fri Jan 31 16:08:48 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:50:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/31 16:08:48 he Exp $
#
DISTNAME= opendnssec-2.1.5
PKGNAME= ${DISTNAME:S/opendnssec/opendnssec2/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security net
MASTER_SITES= https://www.opendnssec.org/files/source/
@@ -105,6 +105,7 @@ post-install:
${INSTALL} ${WRKSRC}/enforcer/src/db/schema.sqlite \
${DESTDIR}/${MIGRATEDIR}
+USE_BUILTIN.sqlite3=NO
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../net/ldns/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index