From 42991b8a12f3886dc98f86c6919ba5eddf17e76d Mon Sep 17 00:00:00 2001 From: tez Date: Tue, 23 Mar 2010 19:00:10 +0000 Subject: Update gtar to 1.23 - fixes CVE2010-0624 Also: # Improved record size autodetection # Use of lseek on seekable archives # New command line option --warning # New command line option --level # Improved behavior if some files were removed during incremental dumps # Modification times of PAX extended headers # Time references in the --pax-option argument # Augmented environment of the --to-command script # Bugfixes: * Fix handling of hard link targets by -c --transform * Fix hard links recognition with -c --remove-files * Fix restoring files from backup (debian bug #508199) * Correctly restore modes and permissions on existing directories * The --remove-files option removes files only if they were succesfully stored in the archive * Fix storing and listing of the volume labels in POSIX format * Improve algorithm for splitting long file names (ustar format) --- archivers/gtar-base/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers/gtar-base/Makefile') diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 2c0f6df7dd2..e250c1a8f7c 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2009/08/16 13:53:32 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2010/03/23 19:00:10 tez Exp $ -DISTNAME= tar-1.22 -PKGNAME= gtar-base-1.22 +DISTNAME= tar-1.23 +PKGNAME= gtar-base-1.23 SVR4_PKGNAME= gtarb CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=tar/} -- cgit v1.2.3