findcrcs: add upstream pull request URL as comment to patches

This commit is contained in:
wiz 2021-02-04 08:42:11 +00:00
parent 297b0eefab
commit 69437ed3d8
3 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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