pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/unidiff



Module Name:    pkgsrc
Committed By:   kim
Date:           Mon Sep 27 18:47:20 UTC 2021

Modified Files:
        pkgsrc/devel/unidiff: distinfo
Added Files:
        pkgsrc/devel/unidiff/patches: patch-Makefile

Log Message:
unidiff: Enable RELRO


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/unidiff/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/unidiff/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/devel/unidiff/distinfo
diff -u pkgsrc/devel/unidiff/distinfo:1.3 pkgsrc/devel/unidiff/distinfo:1.4
--- pkgsrc/devel/unidiff/distinfo:1.3   Tue Nov  3 03:29:37 2015
+++ pkgsrc/devel/unidiff/distinfo       Mon Sep 27 18:47:19 2021
@@ -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

Added files:

Index: pkgsrc/devel/unidiff/patches/patch-Makefile
diff -u /dev/null pkgsrc/devel/unidiff/patches/patch-Makefile:1.1
--- /dev/null   Mon Sep 27 18:47:20 2021
+++ pkgsrc/devel/unidiff/patches/patch-Makefile Mon Sep 27 18:47:19 2021
@@ -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