diff options
author | abs <abs@pkgsrc.org> | 2014-02-06 12:23:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2014-02-06 12:23:33 +0000 |
commit | c8f012d3d3e42fe386533d40ede5109664616c5a (patch) | |
tree | aa3b1c35dc57d784863b9f865c4df43349c9a343 /archivers | |
parent | 30bcaa88de34e252a59c68e459a2a077d363637e (diff) | |
download | pkgsrc-c8f012d3d3e42fe386533d40ede5109664616c5a.tar.gz |
Updated archivers/p5-Archive-Zip to 1.37
1.37 Wed 08 Jan 2014
- Need newer Test::More to support done_testing() [thaljef]
1.36 Mon 30 Dec 2013
- Fix error in version update with 1.35 [RT #91744]
1.35 Mon 30 Dec 2013
- fallback on copy if move gives permission denied [github.com/plicease]
1.34 Mon 2 Dec 2013
- Restore svn history from svn.ali.as (thanks H. Merijn Brand)
- #90854 Test 17 in t/03_ex.t is failing
- Allow reading ZIP from seekable streams (like PerlIO::Scalar)
- RT#75197
- Fixes: #76780: Cannot create member called "0" with addString (HAGGAI)
1.33 Sat 9 Nov 2013
- #59102 (Spelling error in manapage) [github.com/dsteinbrunner]
- #86600 typo fixes [github.com/dsteinbrunner]
1.32 Fri 8 Nov 2013
- #89777 Unlink temp files generated by tempFile. [PHRED]
1.31_04 Fri 14 Oct 2011 - Alan Haggai Alavi
- Updated Perl dependency to 5.006 to reflect implicit dependencies
in the code exposed by Perl::MinimumVersion xt test (ADAMK)
- Fixes: #68446: Set compressed size and uncompressed size of an entry to 0
if either of them is 0 (HAGGAI)
- Added $VERSION to crc32 (ADAMK)
1.31_03 Thu 30 Jun 2011 - H.Merijn Brand
- Add decryption support
1.31_02 Wed 9 Mar 2011 - Adam Kennedy
- More fixes by HAGGAI, which he still doesn't detail in Changes
1.31_01 Fri 5 Mar 2010 - Adam Kennedy
- Various fixes by HAGGAI, which he has not yet provided details on:
- Experimental Unicode in file/dir names
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 5 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 326a676aa77..fc0b0bb8d70 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2013/12/09 14:17:41 obache Exp $ +# $NetBSD: Makefile,v 1.35 2014/02/06 12:23:33 abs Exp $ -DISTNAME= Archive-Zip-1.30 +DISTNAME= Archive-Zip-1.37 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 SVR4_PKGNAME= p5zip CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo index 5fcdf7a0091..88624d3c390 100644 --- a/archivers/p5-Archive-Zip/distinfo +++ b/archivers/p5-Archive-Zip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/07/07 19:10:05 sno Exp $ +$NetBSD: distinfo,v 1.11 2014/02/06 12:23:33 abs Exp $ -SHA1 (Archive-Zip-1.30.tar.gz) = 06237589a4f61c4b04d3e7c93719268fc3ae031a -RMD160 (Archive-Zip-1.30.tar.gz) = 2a26be69f356c4ccc75712c04b578ea65e0b6a89 -Size (Archive-Zip-1.30.tar.gz) = 197179 bytes +SHA1 (Archive-Zip-1.37.tar.gz) = b25cc3c03cc9c4c3b2ad29d7d385319dee2ddb08 +RMD160 (Archive-Zip-1.37.tar.gz) = ae33bb98fb0338c6a7b4a347b1b8d781810b1a3a +Size (Archive-Zip-1.37.tar.gz) = 184345 bytes |