pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Zip Update from version 1.23 to 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df618ea43472
branches: trunk
changeset: 547046:df618ea43472
user: he <he%pkgsrc.org@localhost>
date: Thu Sep 11 12:31:18 2008 +0000
description:
Update from version 1.23 to 1.24.
Upstream changes:
1.24 Sun 23 Aug 2008 - Adam Kennedy
- Blatantly pander to CPANTS by adding use strict to a deprecated module
- Add an explicit load of FileHandle since in some circumstances,
calling GLOB->print() failed.
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25925 :
- Archive-Zip wrote faulty .zip files when $\ was set (such as when running
using perl -l).
- Incorporated a heavily modified version of ECARROLL's test file.
- Thanks for ECARROLL for reporting it, and helping with the investigation.
- The fix was to convert all $fh->print(@data) to $self->_print($fh, @data)
where the _print() method localizes $\ to undef.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=14132 :
- Incorrect file permissions after extraction.
- Archive-Zip did not set the file permissions correctly in
extractToFileNamed().
- Added t/10_chmod.t and t/data/chmod.zip. Changed
lib/Archive/Zip/Member.pm.
- Reported by ak2 and jlv (Thanks!)
- SHLOMIF wrote the test script.
- (SHLOMIF)
- Removed a double "required module" from the Archive::Zip POD.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=24557 ("documentation
improvement"):
- mentioned Archive::Zip::MemberRead in a few places.
- TODO:
- 1. Add a method to Archive::Zip to get a ::MemberRead from an
archive member using -> notation. (?)
- 2. In the POD of ::MemberRead - replace the indirect object
call.
- Changed the POD of ::MemberRead:
- replaced the indirect object construction with $PKG->new().
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=34103 :
- changed the example to read unless ( .. == AZ_OK) instead of
unless ( != AZ_OK), which was incorrect.
diffstat:
archivers/p5-Archive-Zip/Makefile | 4 ++--
archivers/p5-Archive-Zip/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r b12d19354943 -r df618ea43472 archivers/p5-Archive-Zip/Makefile
--- a/archivers/p5-Archive-Zip/Makefile Thu Sep 11 12:19:05 2008 +0000
+++ b/archivers/p5-Archive-Zip/Makefile Thu Sep 11 12:31:18 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2008/06/01 14:22:15 obache Exp $
+# $NetBSD: Makefile,v 1.24 2008/09/11 12:31:18 he Exp $
-DISTNAME= Archive-Zip-1.23
+DISTNAME= Archive-Zip-1.24
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5zip
CATEGORIES= archivers perl5
diff -r b12d19354943 -r df618ea43472 archivers/p5-Archive-Zip/distinfo
--- a/archivers/p5-Archive-Zip/distinfo Thu Sep 11 12:19:05 2008 +0000
+++ b/archivers/p5-Archive-Zip/distinfo Thu Sep 11 12:31:18 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/06/01 14:22:15 obache Exp $
+$NetBSD: distinfo,v 1.8 2008/09/11 12:31:18 he Exp $
-SHA1 (Archive-Zip-1.23.tar.gz) = e7c88158fca8e0b043bdf129fec2ea971d2a4cc4
-RMD160 (Archive-Zip-1.23.tar.gz) = bb1d5f7169e9d38199923571e4f4d25d5128ddb3
-Size (Archive-Zip-1.23.tar.gz) = 190924 bytes
+SHA1 (Archive-Zip-1.24.tar.gz) = 7c19058909c4fb32390daf05ada67bcd933b29b4
+RMD160 (Archive-Zip-1.24.tar.gz) = 955a928e063dac6391a6e8616d1ded583424927f
+Size (Archive-Zip-1.24.tar.gz) = 193303 bytes
Home |
Main Index |
Thread Index |
Old Index