pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/passphrase security/passphrase: don't use REL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b783795cc4d4
branches:  trunk
changeset: 374695:b783795cc4d4
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Thu Feb 24 21:29:12 2022 +0000

description:
security/passphrase: don't use RELRO for now.

diffstat:

 security/passphrase/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cd6d24cf03e5 -r b783795cc4d4 security/passphrase/Makefile
--- a/security/passphrase/Makefile      Thu Feb 24 14:11:44 2022 +0000
+++ b/security/passphrase/Makefile      Thu Feb 24 21:29:12 2022 +0000
@@ -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 @@
 # \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