Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gpsd geography/gpsd: Explain RELRO issues



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b38b275b3059
branches:  trunk
changeset: 437257:b38b275b3059
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Aug 19 14:22:50 2020 +0000

description:
geography/gpsd: Explain RELRO issues

Failure of RELRO seems to be an upstream problem; buck passed!

diffstat:

 geography/gpsd/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 5adb4ab160f9 -r b38b275b3059 geography/gpsd/Makefile
--- a/geography/gpsd/Makefile   Wed Aug 19 13:42:52 2020 +0000
+++ b/geography/gpsd/Makefile   Wed Aug 19 14:22:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2020/08/19 12:30:04 gdt Exp $
+# $NetBSD: Makefile,v 1.51 2020/08/19 14:22:50 gdt Exp $
 
 DISTNAME=      gpsd-3.21
 CATEGORIES=    geography
@@ -51,6 +51,12 @@
 SUBST_FILES.pyenv+=    tests/test_misc.py
 SUBST_SED.pyenv=       -e 's,/usr/bin/env python.*$$,${PYTHONBIN},'
 
+# \todo: RELRO fails, and it appears to be an upstream problem.
+# Reported upstream on 20200819.
+# https://lists.nongnu.org/archive/html/gpsd-dev/2020-08/msg00091.html
+# Currently believed to be an upstream problem; please fix upstream
+# rather than here.
+
 # \todo: Determine if CC/CXX are needed (e.g, when using other than gcc).
 #      CC=${CC:Q} CXX=${CXX:Q}
 do-build:



Home | Main Index | Thread Index | Old Index