diff options
author | shattered <shattered> | 2015-08-26 21:25:31 +0000 |
---|---|---|
committer | shattered <shattered> | 2015-08-26 21:25:31 +0000 |
commit | 720d3b65d6179467179bcb1511c8f6ece0114024 (patch) | |
tree | 40a1ddcc1f31cf89ac058eaf4e58ad1b1983d4f8 | |
parent | 88ba50218c1ca014d322cf27affd61a03c74dc1f (diff) | |
download | pkgsrc-720d3b65d6179467179bcb1511c8f6ece0114024.tar.gz |
Update to 0.3.0. Changes:
* PMarc -pm1- archives that contain truncated compressed data (the
decompressed length is longer than what can be read from the
compressed data) now decompress as intended. Certain archives
in the wild make the assumption that this can be done.
* LArc -lz5- archives that make use of the initial history buffer
now decompress correctly.
-rw-r--r-- | archivers/lhasa/Makefile | 4 | ||||
-rw-r--r-- | archivers/lhasa/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile index 720a5d9459c..da7706734a3 100644 --- a/archivers/lhasa/Makefile +++ b/archivers/lhasa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/12/02 20:08:06 adam Exp $ +# $NetBSD: Makefile,v 1.7 2015/08/26 21:25:31 shattered Exp $ -DISTNAME= lhasa-0.2.0 +DISTNAME= lhasa-0.3.0 CATEGORIES= archivers MASTER_SITES= https://soulsphere.org/projects/lhasa/ diff --git a/archivers/lhasa/distinfo b/archivers/lhasa/distinfo index 67fd6fea8b9..134c78f9698 100644 --- a/archivers/lhasa/distinfo +++ b/archivers/lhasa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/12/02 20:08:06 adam Exp $ +$NetBSD: distinfo,v 1.6 2015/08/26 21:25:31 shattered Exp $ -SHA1 (lhasa-0.2.0.tar.gz) = ffc5c9cebe99e94f7ab3c8ddba522565eac8e42b -RMD160 (lhasa-0.2.0.tar.gz) = b23a5c6b3603d9e76df58e05c7a3d73ff7832814 -Size (lhasa-0.2.0.tar.gz) = 2833575 bytes +SHA1 (lhasa-0.3.0.tar.gz) = 044e9bf2bcef5664c1e13ecf440c4a4829059f0d +RMD160 (lhasa-0.3.0.tar.gz) = 55d3dc69186fdc138279106f94cfb424559fad84 +Size (lhasa-0.3.0.tar.gz) = 2921183 bytes |