diff options
author | mef <mef@pkgsrc.org> | 2014-11-20 07:32:15 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-20 07:32:15 +0000 |
commit | 8b4ab81eb39ab3f134cb667d1d9d68a7fa5c9231 (patch) | |
tree | a934bf8556a5a3618d3f40ef21c43cdf3260a825 /archivers | |
parent | 87e2f5e5144afc53331ec5924ab6932372940986 (diff) | |
download | pkgsrc-8b4ab81eb39ab3f134cb667d1d9d68a7fa5c9231.tar.gz |
(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 (limited to 'archivers')
-rw-r--r-- | archivers/lzip/Makefile | 6 | ||||
-rw-r--r-- | archivers/lzip/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 1961290ce37..175b120f861 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -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 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 --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index e4dac4f471e..0f5a89a7226 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -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 |