summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-03-25 10:30:25 +0000
committerwiz <wiz@pkgsrc.org>2022-03-25 10:30:25 +0000
commit5a4957f56d37e7ceea6d15b373f7d8f6f095aa05 (patch)
treefd9e57b3057ecdf3b61e3e48d78a9538fba7cf4a /pkgtools
parent6c06a79c7a5170b420337cf1a7df4b78e27d18f6 (diff)
downloadpkgsrc-5a4957f56d37e7ceea6d15b373f7d8f6f095aa05.tar.gz
rdigest: fix patch context so this builds again
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/rdigest/distinfo4
-rw-r--r--pkgtools/rdigest/patches/patch-ab14
2 files changed, 9 insertions, 9 deletions
diff --git a/pkgtools/rdigest/distinfo b/pkgtools/rdigest/distinfo
index 9b0b0dabf72..ef34bfd3cd0 100644
--- a/pkgtools/rdigest/distinfo
+++ b/pkgtools/rdigest/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2017/03/24 11:38:45 joerg Exp $
+$NetBSD: distinfo,v 1.13 2022/03/25 10:30:25 wiz Exp $
SHA1 (patch-aa) = abb2e5088629b2b9ddd854d5238d6bcdf5cd9cae
-SHA1 (patch-ab) = 90f3fc0d516f369423a44fabb4707e2c19d27b0d
+SHA1 (patch-ab) = 7f8513fa9d7233990bddc20e743beb12f34c6799
SHA1 (patch-ac) = 6426d88d867f62ced0beb1878cb34d09b6710f0c
diff --git a/pkgtools/rdigest/patches/patch-ab b/pkgtools/rdigest/patches/patch-ab
index fbf1430e7e1..92524b019ff 100644
--- a/pkgtools/rdigest/patches/patch-ab
+++ b/pkgtools/rdigest/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.6 2016/03/31 17:06:18 agc Exp $
+$NetBSD: patch-ab,v 1.7 2022/03/25 10:30:25 wiz Exp $
Patch digest man page for rdigest functionality
---- digest.1.orig 2016-03-31 09:37:14.729218330 -0700
-+++ digest.1 2016-03-31 09:40:35.110066257 -0700
+--- digest.1.orig 2022-03-25 10:29:21.419832305 +0000
++++ digest.1
@@ -24,20 +24,21 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
- .Dd February 16, 2016
+ .Dd September 28, 2021
-.Dt DIGEST 1
+.Dt RDIGEST 1
.Os
@@ -30,7 +30,7 @@ Patch digest man page for rdigest functionality
if no file is specified, standard input.
.Pp
It can also run self tests via the
-@@ -46,6 +47,12 @@
+@@ -46,6 +47,12 @@ command line option; the only self tests
for the
.Dv SHA3
set of digests.
@@ -43,7 +43,7 @@ Patch digest man page for rdigest functionality
.Pp
The
.Fl V
-@@ -111,12 +118,32 @@
+@@ -119,12 +126,32 @@ utility is a simple wrapper for the vari
algorithm implementations, which are located in the standard
C library, and was designed to be scalable as new message digest
algorithms are developed.
@@ -76,7 +76,7 @@ Patch digest man page for rdigest functionality
.Xr md5 3 ,
.Xr rmd160 3 ,
.Xr sha1 3
-@@ -124,9 +151,13 @@
+@@ -132,9 +159,13 @@ utility exits 0 on success, and \*[Gt]0
The
.Nm
utility first appeared in