Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6599A7A285 for ; Mon, 15 Aug 2016 12:02:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D545E85F0A; Mon, 15 Aug 2016 12:02:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63B7185EE4 for ; Mon, 15 Aug 2016 12:02:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gfxszLLt6gNB for ; Mon, 15 Aug 2016 12:02:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3CD084C6C for ; Mon, 15 Aug 2016 12:02:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE5AEFBC3; Mon, 15 Aug 2016 12:02:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147126255764130" MIME-Version: 1.0 Date: Mon, 15 Aug 2016 12:02:37 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/mail/distribute To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20160815120237.DE5AEFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147126255764130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Aug 15 12:02:37 UTC 2016 Modified Files: pkgsrc/mail/distribute: distinfo pkgsrc/mail/distribute/patches: patch-ac Log Message: Explain previous patch, reference PR. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/distribute/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/distribute/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147126255764130 Content-Disposition: inline Content-Length: 1604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/distribute/distinfo diff -u pkgsrc/mail/distribute/distinfo:1.8 pkgsrc/mail/distribute/distinfo:1.9 --- pkgsrc/mail/distribute/distinfo:1.8 Mon Aug 15 11:30:31 2016 +++ pkgsrc/mail/distribute/distinfo Mon Aug 15 12:02:37 2016 @@ -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) = c0c1d 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 Index: pkgsrc/mail/distribute/patches/patch-ac diff -u pkgsrc/mail/distribute/patches/patch-ac:1.5 pkgsrc/mail/distribute/patches/patch-ac:1.6 --- pkgsrc/mail/distribute/patches/patch-ac:1.5 Mon Aug 15 11:30:31 2016 +++ pkgsrc/mail/distribute/patches/patch-ac Mon Aug 15 12:02:37 2016 @@ -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 --_----------=_147126255764130--