diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-07 16:01:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-07 16:01:30 +0000 |
commit | 7e48238bbabe215d512cc25ad0e98a4e96a917df (patch) | |
tree | eb0734ffe64712462c7eba7590589d286198a71a /archivers | |
parent | 786e82481f873ca3aa5ae8c076fa9a89a03cf6b1 (diff) | |
download | pkgsrc-7e48238bbabe215d512cc25ad0e98a4e96a917df.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/Makefile | 5 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 8 |
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 |