summaryrefslogtreecommitdiff
path: root/archivers/gtar-base/Makefile
diff options
context:
space:
mode:
authortez <tez@pkgsrc.org>2010-03-23 19:00:10 +0000
committertez <tez@pkgsrc.org>2010-03-23 19:00:10 +0000
commit42991b8a12f3886dc98f86c6919ba5eddf17e76d (patch)
tree2318b5a88e5a31c5a58b57849067641ecbae9ace /archivers/gtar-base/Makefile
parent66493b90dcaa436da44361ba8e11ef615455399b (diff)
downloadpkgsrc-42991b8a12f3886dc98f86c6919ba5eddf17e76d.tar.gz
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)
Diffstat (limited to 'archivers/gtar-base/Makefile')
-rw-r--r--archivers/gtar-base/Makefile6
1 files changed, 3 insertions, 3 deletions
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/}