pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/unidiff unidiff: Enable RELRO



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6418d78a014b
branches:  trunk
changeset: 458967:6418d78a014b
user:      kim <kim%pkgsrc.org@localhost>
date:      Mon Sep 27 18:47:19 2021 +0000

description:
unidiff: Enable RELRO

diffstat:

 devel/unidiff/distinfo               |   3 ++-
 devel/unidiff/patches/patch-Makefile |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 33d0ce9eb36f -r 6418d78a014b devel/unidiff/distinfo
--- a/devel/unidiff/distinfo    Mon Sep 27 18:31:23 2021 +0000
+++ b/devel/unidiff/distinfo    Mon Sep 27 18:47:19 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:37 agc Exp $
+$NetBSD: distinfo,v 1.4 2021/09/27 18:47:19 kim Exp $
 
 SHA1 (part01.gz) = 1ea5bb6d48c68853a5517b5f9fa29ad03d9f4f4d
 RMD160 (part01.gz) = ffa898e575bb89a660efaf332b1bb194bf3f2771
 SHA512 (part01.gz) = 30d7cea52eec74777bc5c184065d68e6c233547b7be0135ed73298ad0e2abab749d38427fae3012f455231efbed030186a0f0e3bda396a60eea926ee9e6063bd
 Size (part01.gz) = 6794 bytes
+SHA1 (patch-Makefile) = 907faf2f6109ff5595befabcfacda89f3c489aa3
diff -r 33d0ce9eb36f -r 6418d78a014b devel/unidiff/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/unidiff/patches/patch-Makefile      Mon Sep 27 18:47:19 2021 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.1 2021/09/27 18:47:19 kim Exp $
+
+--- Makefile.orig      2021-09-27 21:38:47.847167800 +0300
++++ Makefile   2021-09-27 21:43:47.354945733 +0300
+@@ -6,7 +6,7 @@
+ all: unify unipatch
+ 
+ unify: unify.c
+-      $(CC) $(CFLAGS) -o unify unify.c
++      $(CC) $(CFLAGS) $(LDFLAGS) -o unify unify.c
+ 
+ unipatch: unipatch.c
+-      $(CC) $(CFLAGS) -o unipatch unipatch.c
++      $(CC) $(CFLAGS) $(LDFLAGS) -o unipatch unipatch.c



Home | Main Index | Thread Index | Old Index