pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lzip (upstream) update 1.15. to 1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec9e3bc1f213
branches:  trunk
changeset: 641855:ec9e3bc1f213
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Nov 20 07:32:15 2014 +0000

description:
(upstream) update 1.15. to 1.16
Changes in version 1.16:

Compression ratio of option -9 has been slightly increased.
Compression time has been reduced by 4%.
"lzip -0" is now comparable in compression speed and ratio to "gzip -6".

Copying of file dates, permissions, and ownership now behaves like "cp -p".
(If the user ID or the group ID can't be duplicated, the file permission
bits S_ISUID and S_ISGID are cleared).

Some minor improvements have been made.
"lzip.texinfo" has been renamed to "lzip.texi".
The license has been changed to GPL version 2 or later.

diffstat:

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

diffs (33 lines):

diff -r 803f94f7d462 -r ec9e3bc1f213 archivers/lzip/Makefile
--- a/archivers/lzip/Makefile   Thu Nov 20 01:41:22 2014 +0000
+++ b/archivers/lzip/Makefile   Thu Nov 20 07:32:15 2014 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2013/10/10 12:03:03 adam Exp $
+# $NetBSD: Makefile,v 1.10 2014/11/20 07:32:15 mef Exp $
 
-DISTNAME=      lzip-1.15
+DISTNAME=      lzip-1.16
 CATEGORIES=    archivers
 MASTER_SITES=  http://download.savannah.gnu.org/releases/lzip/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.nongnu.org/lzip/lzip.html
 COMMENT=       Lossless data compressor based on the LZMA algorithm
-LICENSE=       gnu-gpl-v3
+LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES=         c++
 HAS_CONFIGURE=         yes
diff -r 803f94f7d462 -r ec9e3bc1f213 archivers/lzip/distinfo
--- a/archivers/lzip/distinfo   Thu Nov 20 01:41:22 2014 +0000
+++ b/archivers/lzip/distinfo   Thu Nov 20 07:32:15 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/10/09 20:34:09 wiz Exp $
+$NetBSD: distinfo,v 1.6 2014/11/20 07:32:15 mef Exp $
 
-SHA1 (lzip-1.15.tar.gz) = a79d062d72071b5bb2bb7ef50dda6ac408c24192
-RMD160 (lzip-1.15.tar.gz) = 72499b8142bc789d2141d91b61063900c8f1c0c9
-Size (lzip-1.15.tar.gz) = 97409 bytes
+SHA1 (lzip-1.16.tar.gz) = 5bcefbb788305db7be9748d3c0478156518f1025
+RMD160 (lzip-1.16.tar.gz) = f2e5ef5a56ece6b56330f2365e3703592266833a
+Size (lzip-1.16.tar.gz) = 86035 bytes



Home | Main Index | Thread Index | Old Index