pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/compat80



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  3 06:17:25 UTC 2020

Modified Files:
        pkgsrc/emulators/compat80: Makefile

Log Message:
compat80: mark as not RELRO safe

These are existing binaries, no way to fix them and not all of them are.

ERROR: emul/netbsd/usr/X11R7/lib/libXfontcache.so.2.0: missing RELRO
ERROR: emul/netbsd/usr/X11R7/lib/libfreetype.so.18.0.13: missing RELRO
ERROR: emul/netbsd/usr/lib/libbfd.so.15.0: missing RELRO
ERROR: emul/netbsd/usr/lib/libdes.so.12.0: missing RELRO
ERROR: emul/netbsd/usr/lib/libssl.so.12.0: missing RELRO


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/compat80/Makefile

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

Modified files:

Index: pkgsrc/emulators/compat80/Makefile
diff -u pkgsrc/emulators/compat80/Makefile:1.3 pkgsrc/emulators/compat80/Makefile:1.4
--- pkgsrc/emulators/compat80/Makefile:1.3      Sun Jan 26 17:31:08 2020
+++ pkgsrc/emulators/compat80/Makefile  Fri Apr  3 06:17:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/26 17:31:08 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/03 06:17:25 wiz Exp $
 
 COMPAT_PKG=            compat80        # for compat_netbsd/Makefile.common
 NETBSD_VERSION=                8.0
@@ -29,6 +29,8 @@ EMUL_PLATFORMS=               netbsd-alpha \
 # add NetBSD-8.[1-9]*-* once 8.1 is out and we have compat81
 ONLY_FOR_PLATFORM=     NetBSD-9*-* NetBSD-[1-9][0-9]*-*
 
+CHECK_RELRO_SKIP=      *
+
 .include "../../emulators/compat_netbsd/Makefile.common"
 
 DISTNAME=              compat80-${EMUL_ARCH}-${COMPAT_VERSION}



Home | Main Index | Thread Index | Old Index