pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nmh: Update wip/nmh to 1.7.1



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Mar 7 22:14:37 2018 +0100
Changeset:	8e792a4b9ee9b3456631cd4243a4b9650b1c7abd

Modified Files:
	nmh/Makefile
	nmh/distinfo

Log Message:
nmh: Update wip/nmh to 1.7.1

Changes:
1.7.1
-----
1.7.1 is a patch release for 1.7, and includes fixes to a number of
significant bugs we have discovered since releasing 1.7.  Specifically,
this release includes the following bug fixes:

 - A significant memory leak in scan(1)
 - rcvdist(1) not passing arguments to post(8) correctly
 - Number formatting functions in the format engine were not truncating
   numbers correctly
 - Various fixes to the test suite

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e792a4b9ee9b3456631cd4243a4b9650b1c7abd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nmh/Makefile | 3 +--
 nmh/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/nmh/Makefile b/nmh/Makefile
index 6e41625b15..e39c73dcd4 100644
--- a/nmh/Makefile
+++ b/nmh/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.94 2018/01/01 21:18:40 adam Exp $
 
-DISTNAME=		nmh-1.7.1-RC3
-PKGNAME=		nmh-1.7.1rc3	# XXX: not needed for non-RC
+DISTNAME=		nmh-1.7.1
 CATEGORIES=		mail
 MASTER_SITES=		https://download.savannah.nongnu.org/releases/nmh/
 
diff --git a/nmh/distinfo b/nmh/distinfo
index a7b0eb5aff..e33323b98f 100644
--- a/nmh/distinfo
+++ b/nmh/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.20 2017/11/21 10:32:02 leot Exp $
 
-SHA1 (nmh-1.7.1-RC3.tar.gz) = b57d3a9475159924ee932a40dfc5401aaf705d7b
-RMD160 (nmh-1.7.1-RC3.tar.gz) = 28ebb2c4ea28f32caa5e3c5aecf5bf8566cc14c8
-SHA512 (nmh-1.7.1-RC3.tar.gz) = f44f15ade212696f786dcc0f54f612c94327191446dc5f6b173618b460edb41ecd97daf0ca06d3e8613893599aec6752f6c87f446244d2b21159b2553bebe0c7
-Size (nmh-1.7.1-RC3.tar.gz) = 1400767 bytes
+SHA1 (nmh-1.7.1.tar.gz) = 441b56502827eb8296745520a243c7d46153ad94
+RMD160 (nmh-1.7.1.tar.gz) = 174a5a66d46a42a65adc8382036a48e2dc671255
+SHA512 (nmh-1.7.1.tar.gz) = f2130243924174c9b965adbfdf1582a5caae2dc730e8731760b143c481e2174699f62ef0014218ec2698d1927cc94d1789f82823ee31d587602cc2c7d1d8918b
+Size (nmh-1.7.1.tar.gz) = 1400083 bytes
 SHA1 (patch-ca) = 6fd7cda9424a02d3efb53b03bd078b26df7f5f3e
 SHA1 (patch-cd) = 5a775091713bca2597a01fcd267d56e2a175588a


Home | Main Index | Thread Index | Old Index