diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-08 06:13:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-08 06:13:27 +0000 |
commit | 0b6bc2b124e9dca0a7668f6dff9bcb2ee7a28984 (patch) | |
tree | cab1ff3f13efbb3bcaddba4e705a2f76be37133c /archivers | |
parent | ac713c2e52333ceadfa4833dea89a5df308d1a91 (diff) | |
download | pkgsrc-0b6bc2b124e9dca0a7668f6dff9bcb2ee7a28984.tar.gz |
Update to 0.0.5:
v0.0.5 (2012-05-08):
* Architecture-specific functions for running on Windows have now been
fully implemented, and the command line tool passes all tests in the
test suite on Windows (thanks roytam1 for bug reports).
* Bug fixed where the command line tool would enter an infinite loop
when extracting a truncated archive (thanks Jon Dowland).
* Support added for archives with level 0 headers and Unix path
separators (thanks roytam1).
* The test suite now runs correctly outside of the Europe/London time
zone (thanks Thomas Klausner).
* A .spec file is now included for building rpm packages.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lhasa/Makefile | 5 | ||||
-rw-r--r-- | archivers/lhasa/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile index bfa6832a56d..b1ddc36f68d 100644 --- a/archivers/lhasa/Makefile +++ b/archivers/lhasa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/02 12:19:43 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/08 06:13:27 wiz Exp $ # -DISTNAME= lhasa-0.0.4 +DISTNAME= lhasa-0.0.5 CATEGORIES= archivers MASTER_SITES= http://cloud.github.com/downloads/fragglet/lhasa/ @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -# tests currently only succeed in timezone Europe/London TEST_TARGET= check CONFLICTS= lha-[0-9]* diff --git a/archivers/lhasa/distinfo b/archivers/lhasa/distinfo index 22f26e67e26..2d370909abb 100644 --- a/archivers/lhasa/distinfo +++ b/archivers/lhasa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/05/02 12:19:43 wiz Exp $ +$NetBSD: distinfo,v 1.2 2012/05/08 06:13:27 wiz Exp $ -SHA1 (lhasa-0.0.4.tar.gz) = f2a99b5b6c35d2428cfca5206fe704d910a5555f -RMD160 (lhasa-0.0.4.tar.gz) = 3b9123e2d0282756aa14f498c6d628b25a03dd51 -Size (lhasa-0.0.4.tar.gz) = 1748043 bytes +SHA1 (lhasa-0.0.5.tar.gz) = 3433b13a208aebcd0b966c4642d49ecbb9caa681 +RMD160 (lhasa-0.0.5.tar.gz) = e9204197595c38e11304f0b308679cc2da0da201 +Size (lhasa-0.0.5.tar.gz) = 1753764 bytes |