pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/passphrase
Module Name: pkgsrc
Committed By: nikita
Date: Thu Feb 24 21:29:13 UTC 2022
Modified Files:
pkgsrc/security/passphrase: Makefile
Log Message:
security/passphrase: don't use RELRO for now.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/passphrase/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/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.6 pkgsrc/security/passphrase/Makefile:1.7
--- pkgsrc/security/passphrase/Makefile:1.6 Tue Feb 1 20:00:56 2022
+++ pkgsrc/security/passphrase/Makefile Thu Feb 24 21:29:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/02/01 20:00:56 nikita Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/24 21:29:12 nikita Exp $
DISTNAME= 1.2
PKGNAME= passphrase-1.2
@@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
# \todo: There is currently an issue building this as a PIE, despite the
# buildsystem targeting it as a PIE.
MKPIE_SUPPORTED= no
+# RELRO checks fail for this package at the moment
+RELRO_SUPPORTED= no
.include "../../lang/python/pyversion.mk"
CONFLICTS+= ${PYPKGPREFIX}-pyutil-[0-9]*
Home |
Main Index |
Thread Index |
Old Index