summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2010-02-07 16:01:30 +0000
committerwiz <wiz>2010-02-07 16:01:30 +0000
commitf228cad9effc4f75ae59ff6a1efba2287dbb04b0 (patch)
treeeb0734ffe64712462c7eba7590589d286198a71a /archivers
parent290c6c12cf6ad711970d6af9af12be0ea8017c3c (diff)
downloadpkgsrc-f228cad9effc4f75ae59ff6a1efba2287dbb04b0.tar.gz
Update to 1.56:
* important changes in version 1.56 03/02/2010 - Apply a patch from Mark Swayne that addresses RT #50471; Archive::Tar generates file headers with space padded numbers for size, mtime and checksum. This format is incompatible with some versions of the busybox implementation of tar (I am using 1.13.2), which requires 0 padded numbers (despite comments in the source that say otherwise). I've included a patch that adds a control flag that enables zero padded numbers in the header. It passes all tests with ActiveState Perl 5.8.8 on WinXP.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Tar/Makefile5
-rw-r--r--archivers/p5-Archive-Tar/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index ded273cb229..4fea414364e 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2009/10/31 03:50:35 heinz Exp $
+# $NetBSD: Makefile,v 1.40 2010/02/07 16:01:30 wiz Exp $
-DISTNAME= Archive-Tar-1.54
+DISTNAME= Archive-Tar-1.56
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo
index 6f3ef2a05ac..2834bd74924 100644
--- a/archivers/p5-Archive-Tar/distinfo
+++ b/archivers/p5-Archive-Tar/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2009/09/12 19:48:08 sno Exp $
+$NetBSD: distinfo,v 1.22 2010/02/07 16:01:30 wiz Exp $
-SHA1 (Archive-Tar-1.54.tar.gz) = 4db781118b65efa0459e4be1c7bb0130663b0172
-RMD160 (Archive-Tar-1.54.tar.gz) = 04bb44a18238603fa4c6ca44130622c820c1bdf9
-Size (Archive-Tar-1.54.tar.gz) = 51966 bytes
+SHA1 (Archive-Tar-1.56.tar.gz) = 13a9f9946d64ae6cbf9737b60b6ff8d1addc2cbc
+RMD160 (Archive-Tar-1.56.tar.gz) = 0c96eda94e6ed21002ab8fa45b107e53e3ad8d5d
+Size (Archive-Tar-1.56.tar.gz) = 52340 bytes