pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lzip



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Dec 16 13:45:22 UTC 2016

Modified Files:
        pkgsrc/archivers/lzip: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/lzip/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/lzip/distinfo

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

Modified files:

Index: pkgsrc/archivers/lzip/Makefile
diff -u pkgsrc/archivers/lzip/Makefile:1.12 pkgsrc/archivers/lzip/Makefile:1.13
--- pkgsrc/archivers/lzip/Makefile:1.12 Sat Mar 12 21:53:40 2016
+++ pkgsrc/archivers/lzip/Makefile      Fri Dec 16 13:45:22 2016
@@ -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/
 

Index: pkgsrc/archivers/lzip/distinfo
diff -u pkgsrc/archivers/lzip/distinfo:1.8 pkgsrc/archivers/lzip/distinfo:1.9
--- pkgsrc/archivers/lzip/distinfo:1.8  Tue Nov  3 00:56:23 2015
+++ pkgsrc/archivers/lzip/distinfo      Fri Dec 16 13:45:22 2016
@@ -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