pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools411



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 15 18:12:12 UTC 2022

Modified Files:
        pkgsrc/sysutils/xentools411: Makefile

Log Message:
xentools411: more CHECK_RELRO_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/xentools411/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/xentools411/Makefile
diff -u pkgsrc/sysutils/xentools411/Makefile:1.30 pkgsrc/sysutils/xentools411/Makefile:1.31
--- pkgsrc/sysutils/xentools411/Makefile:1.30   Sun Dec 19 09:47:59 2021
+++ pkgsrc/sysutils/xentools411/Makefile        Tue Mar 15 18:12:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/12/19 09:47:59 maya Exp $
+# $NetBSD: Makefile,v 1.31 2022/03/15 18:12:12 nia Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 PKGREVISION=   7
@@ -45,6 +45,8 @@ CONFLICTS+=           xenstoretools-[0-9]*
 CHECK_PORTABILITY_SKIP=        tools/examples/* \
                        tools/qemu-xen/scripts/qemu-binfmt-conf.sh
 CHECK_RELRO_SKIP=      libexec/xen/boot/hvmloader
+CHECK_RELRO_SKIP+=     libexec/xen/boot/xen-shim
+CHECK_RELRO_SKIP+=     lib/debug/usr/pkg/libexec/xen/boot/xen-shim-syms
 
 EGDIR=                 ${PREFIX}/share/examples/xen
 MESSAGE_SUBST+=                EGDIR=${EGDIR}



Home | Main Index | Thread Index | Old Index