pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/compat80 compat80: mark as not RELRO safe
details: https://anonhg.NetBSD.org/pkgsrc/rev/da404d888cea
branches: trunk
changeset: 414828:da404d888cea
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 03 06:17:25 2020 +0000
description:
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
diffstat:
emulators/compat80/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r aa423a9585b9 -r da404d888cea emulators/compat80/Makefile
--- a/emulators/compat80/Makefile Thu Apr 02 22:07:16 2020 +0000
+++ b/emulators/compat80/Makefile Fri Apr 03 06:17:25 2020 +0000
@@ -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 @@
# 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