summaryrefslogtreecommitdiff
path: root/archivers/gtar
diff options
context:
space:
mode:
authortez <tez>2010-03-23 19:00:10 +0000
committertez <tez>2010-03-23 19:00:10 +0000
commit65f11c11ddffd44666f5988d45ae2c73c02ee122 (patch)
tree2318b5a88e5a31c5a58b57849067641ecbae9ace /archivers/gtar
parent0b2c86ec0a9cef8e017ccfaf0128b04765029eca (diff)
downloadpkgsrc-65f11c11ddffd44666f5988d45ae2c73c02ee122.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')
-rw-r--r--archivers/gtar/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index 76ad0df5abc..fbfdc49d760 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2009/08/16 13:53:32 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2010/03/23 19:00:10 tez Exp $
-DISTNAME= gtar-1.22
+DISTNAME= gtar-1.23
CATEGORIES= archivers
MASTER_SITES= # empty
DISTFILES= # empty
@@ -12,8 +12,8 @@ LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.1
META_PACKAGE= yes
-DEPENDS+= gtar-base-1.22{,nb*}:../../archivers/gtar-base
-DEPENDS+= gtar-info-1.22{,nb*}:../../archivers/gtar-info
+DEPENDS+= gtar-base-1.23{,nb*}:../../archivers/gtar-base
+DEPENDS+= gtar-info-1.23{,nb*}:../../archivers/gtar-info
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir