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.
This commit is contained in:
parent
a2aee02386
commit
ba90206e23
2 changed files with 6 additions and 7 deletions
|
@ -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]*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue