summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-08-15 12:02:37 +0000
committermaya <maya@pkgsrc.org>2016-08-15 12:02:37 +0000
commit6765a81ef5621fd68e260995139dd9f9444fadab (patch)
tree061b225ccb471a7a4ecb171e0a3cd397437c00df /mail
parent5f512a04529f4dc13be46d4c2a485b34b0f98986 (diff)
downloadpkgsrc-6765a81ef5621fd68e260995139dd9f9444fadab.tar.gz
Explain previous patch, reference PR.
Diffstat (limited to 'mail')
-rw-r--r--mail/distribute/distinfo4
-rw-r--r--mail/distribute/patches/patch-ac7
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/distribute/distinfo b/mail/distribute/distinfo
index 9c7f72e3ad4..8a932743646 100644
--- a/mail/distribute/distinfo
+++ b/mail/distribute/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2016/08/15 11:30:31 maya Exp $
+$NetBSD: distinfo,v 1.9 2016/08/15 12:02:37 maya Exp $
SHA1 (distribute/distribute-2.1-pl19.tar.gz) = f33f63d42d0233eceec759dc0378a914087c0344
RMD160 (distribute/distribute-2.1-pl19.tar.gz) = 5ffb23682176a86291eb5374ea98c9c5d002947d
@@ -34,5 +34,5 @@ SHA512 (distribute/patch.26e.gz) = c0c1de2467d1b28320585cb4933029182932345e7e8b3
Size (distribute/patch.26e.gz) = 12560 bytes
SHA1 (patch-aa) = 6c23421d76b166acffc782271f37e405b45617ed
SHA1 (patch-ab) = 4c07a6ae9bb1e9dacd33db96624d2c2fefbb9240
-SHA1 (patch-ac) = 91b8eccec33c2de27a36b5174f473aface388965
+SHA1 (patch-ac) = 8b4753845920b480fff4240c1928c8fef2046d99
SHA1 (patch-tmpl2c.pl) = 5cdf21381f98df64b37609173e35448427edf231
diff --git a/mail/distribute/patches/patch-ac b/mail/distribute/patches/patch-ac
index 34340683718..d1895db288d 100644
--- a/mail/distribute/patches/patch-ac
+++ b/mail/distribute/patches/patch-ac
@@ -1,4 +1,9 @@
-$NetBSD: patch-ac,v 1.5 2016/08/15 11:30:31 maya Exp $
+$NetBSD: patch-ac,v 1.6 2016/08/15 12:02:37 maya Exp $
+
+write_index() uses bodysum, call it only after calculating it.
+otherwise the initial value of 0 is used.
+
+PR pkg/18422.
--- distribute.c.orig 2016-08-15 10:57:27.530046718 +0000
+++ distribute.c