summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-02-04 08:42:11 +0000
committerwiz <wiz@pkgsrc.org>2021-02-04 08:42:11 +0000
commitc99b0751f207e4bc8db912a9e68d88c75d3dd9b5 (patch)
tree7823bcb63b3f0b3ae71645ddd518b92edf0fe957
parent8d54b8eeae035f91835b465d51cf10e76719c7cd (diff)
downloadpkgsrc-c99b0751f207e4bc8db912a9e68d88c75d3dd9b5.tar.gz
findcrcs: add upstream pull request URL as comment to patches
-rw-r--r--sysutils/findcrcs/distinfo6
-rw-r--r--sysutils/findcrcs/patches/patch-Makefile3
-rw-r--r--sysutils/findcrcs/patches/patch-findcrcs.cc3
3 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/findcrcs/distinfo b/sysutils/findcrcs/distinfo
index a1631eb2c4f..94fb1c6274f 100644
--- a/sysutils/findcrcs/distinfo
+++ b/sysutils/findcrcs/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2021/02/04 08:34:23 wiz Exp $
+$NetBSD: distinfo,v 1.2 2021/02/04 08:42:11 wiz Exp $
SHA1 (findcrcs-0.3.tar.gz) = 5144f3d17c318706b3e8113242bccfc59b62bfb7
RMD160 (findcrcs-0.3.tar.gz) = 05e6c25a15f1cfa78bad06a76e8862ffaf25e897
SHA512 (findcrcs-0.3.tar.gz) = b55a59fc3b2d11f10c87cb05d428409043bdcaaefc42a10c456f5fffc3ede18cc02f09397399cc60a6295666872776eb10662ec089d315f512129faac26b7d4f
Size (findcrcs-0.3.tar.gz) = 3981565 bytes
-SHA1 (patch-Makefile) = 334bf957a75b92073014e8aacf022cd866792fba
-SHA1 (patch-findcrcs.cc) = 80cc824ca3e3470050f488cdf35e136886922825
+SHA1 (patch-Makefile) = 04d6d83c214be832b7776b77bf07011f9ea5884c
+SHA1 (patch-findcrcs.cc) = 6e99b6910d912c87d9868ca033d671501f337843
diff --git a/sysutils/findcrcs/patches/patch-Makefile b/sysutils/findcrcs/patches/patch-Makefile
index 972d3128b6f..51ae783fcad 100644
--- a/sysutils/findcrcs/patches/patch-Makefile
+++ b/sysutils/findcrcs/patches/patch-Makefile
@@ -1,6 +1,7 @@
-$NetBSD: patch-Makefile,v 1.1 2021/02/04 08:34:23 wiz Exp $
+$NetBSD: patch-Makefile,v 1.2 2021/02/04 08:42:11 wiz Exp $
Honor LDFLAGS (fixes RELRO).
+https://github.com/claunia/findcrcs/pull/2
--- Makefile.orig 2015-05-24 22:26:34.000000000 +0000
+++ Makefile
diff --git a/sysutils/findcrcs/patches/patch-findcrcs.cc b/sysutils/findcrcs/patches/patch-findcrcs.cc
index c604d6e45e7..23005071594 100644
--- a/sysutils/findcrcs/patches/patch-findcrcs.cc
+++ b/sysutils/findcrcs/patches/patch-findcrcs.cc
@@ -1,6 +1,7 @@
-$NetBSD: patch-findcrcs.cc,v 1.1 2021/02/04 08:34:23 wiz Exp $
+$NetBSD: patch-findcrcs.cc,v 1.2 2021/02/04 08:42:11 wiz Exp $
Add missing include for errno.
+https://github.com/claunia/findcrcs/pull/2
--- findcrcs.cc.orig 2015-05-24 22:26:34.000000000 +0000
+++ findcrcs.cc