pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lzip Updated archivers/lzip to 1.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52c5844dd671
branches:  trunk
changeset: 355972:52c5844dd671
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Dec 16 13:45:22 2016 +0000

description:
Updated archivers/lzip to 1.18
------------------------------
2016-05-14  Antonio Diaz Diaz  <antonio%gnu.org@localhost>

        * Version 1.18 released.
        * main.cc: Added new option '-a, --trailing-error'.
        * Decompression time has been reduced by 2%.
        * decoder.cc (verify_trailer): Removed test of final code.
        * main.cc (main): Delete '--output' file if infd is a terminal.
        * main.cc (main): Don't use stdin more than once.
        * Removed decompression support for version 0 files.
        * lzip.texi: Added chapter 'Trailing data'.
        * configure: Avoid warning on some shells when testing for g++.
        * Makefile.in: Detect the existence of install-info.
        * testsuite/check.sh: A POSIX shell is required to run the tests.
        * testsuite/check.sh: Don't check error messages.

diffstat:

 archivers/lzip/Makefile |   4 ++--
 archivers/lzip/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 862a221d4e6d -r 52c5844dd671 archivers/lzip/Makefile
--- a/archivers/lzip/Makefile   Fri Dec 16 13:32:32 2016 +0000
+++ b/archivers/lzip/Makefile   Fri Dec 16 13:45:22 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2016/03/12 21:53:40 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2016/12/16 13:45:22 mef Exp $
 
-DISTNAME=      lzip-1.17
+DISTNAME=      lzip-1.18
 CATEGORIES=    archivers
 MASTER_SITES=  http://download.savannah.gnu.org/releases/lzip/
 
diff -r 862a221d4e6d -r 52c5844dd671 archivers/lzip/distinfo
--- a/archivers/lzip/distinfo   Fri Dec 16 13:32:32 2016 +0000
+++ b/archivers/lzip/distinfo   Fri Dec 16 13:45:22 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 00:56:23 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/12/16 13:45:22 mef Exp $
 
-SHA1 (lzip-1.17.tar.gz) = d023f1e95202e45b50656833d09eee1a8c7bd9d6
-RMD160 (lzip-1.17.tar.gz) = bf3d2c68939cbf7d489e4635009dfddbc5c2092d
-SHA512 (lzip-1.17.tar.gz) = cd4a1a7d3778f22e3a6f2d2a20491919e662771e79d1738f74c63de857913e28186d53b2af7997e1b164f8ab792561c7dde8781bb025a1859271ddd72f5ed519
-Size (lzip-1.17.tar.gz) = 91299 bytes
+SHA1 (lzip-1.18.tar.gz) = ef42f3209d02c3b3c217a61c8f127bcb8747b128
+RMD160 (lzip-1.18.tar.gz) = 19d898e1842df8d9432c9736a3a830f985379ec9
+SHA512 (lzip-1.18.tar.gz) = cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674
+Size (lzip-1.18.tar.gz) = 95569 bytes



Home | Main Index | Thread Index | Old Index