diff options
author | rhaen <rhaen@pkgsrc.org> | 2009-01-17 00:57:39 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2009-01-17 00:57:39 +0000 |
commit | df67170a4674d6c47a18e8a6bb892f176068fff8 (patch) | |
tree | e417729902b7a9fde8d9ab8b5b21fc74971c8c20 /archivers/p5-Archive-Tar | |
parent | 6e0293072523b43f1b85a40b72337c69e34e71c3 (diff) | |
download | pkgsrc-df67170a4674d6c47a18e8a6bb892f176068fff8.tar.gz |
- updated to 1.42
Changelog:
-no changelog for 1.41-
* important changes in version 1.42 13/12/2008:
- Address #40426: Archive Tar to support direct Archive::Tar::File adds
It is now possible to add Archive::Tar::File objects via $tar->add_files
- Address #40016 (Archive::Tar assumes $> won't change): CAN_CHOWN is now a
dynamic check upon extraction. This allows scripts to drop privileges when
desired
- Address take 2 of #39933: [PATCH] handle ../ directory name on VMS
John M. sent in a better way to do directory name translation.
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 43f3551ad28..d383db7bf38 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2008/11/05 15:48:44 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2009/01/17 00:57:39 rhaen Exp $ -DISTNAME= Archive-Tar-1.40 +DISTNAME= Archive-Tar-1.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index b47ed928bfe..2f4a6ae0849 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2008/11/05 15:48:44 wiz Exp $ +$NetBSD: distinfo,v 1.16 2009/01/17 00:57:40 rhaen Exp $ -SHA1 (Archive-Tar-1.40.tar.gz) = 8161961fe2cb9b215f8fca3470dc618b302b50c8 -RMD160 (Archive-Tar-1.40.tar.gz) = 19650609dfe77596f7f5192ff59785e8a54b6ad7 -Size (Archive-Tar-1.40.tar.gz) = 48243 bytes +SHA1 (Archive-Tar-1.42.tar.gz) = a733c8ce1fd75bce1653c7eb4c3072bf966553f5 +RMD160 (Archive-Tar-1.42.tar.gz) = 5b2f54ee43c0f07bfa040d339ecc72a4409edd5f +Size (Archive-Tar-1.42.tar.gz) = 48865 bytes |