summaryrefslogtreecommitdiff
path: root/archivers/gtar
diff options
context:
space:
mode:
authorbouyer <bouyer>2002-11-20 16:57:54 +0000
committerbouyer <bouyer>2002-11-20 16:57:54 +0000
commit64edeb56037296f07f77283425d3e471cf1a7ce3 (patch)
treefb50b610a8bc23fdedd07f517a3295c17b40fdb7 /archivers/gtar
parentea7997ef2566d47a865a5eabc6d7bfd87edc314f (diff)
downloadpkgsrc-64edeb56037296f07f77283425d3e471cf1a7ce3.tar.gz
Update gtar packages to 1.13.25, with security fixes from redhat.
Summary of changes (see NEWS and Changelog from the distribution for details): - don't allow absolute paths, and path containing ../ * New option --overwrite-dir * New option --recursion (the default) that is the inverse of --no-recursion. * New options --anchored, --ignore-case, --wildcards, --wildcards-match-slash, and their negations (e.g., --no-anchored). Along with --recursion and --no-recursion, these options control how exclude patterns are interpreted. * The default interpretation of exclude patterns is now --no-anchored --no-ignore-case --recursion --wildcards --wildcards-match-slash. * The --no-recursion option now affects extraction too. * New options --no-same-owner, --no-same-permissions. * New option -y or --bzip2 for bzip2 compression, by popular request.
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 03f4500d786..2086f59fcec 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2002/08/25 21:49:05 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2002/11/20 16:57:54 bouyer Exp $
#
-DISTNAME= gtar-1.12
+DISTNAME= gtar-1.13.25
CATEGORIES= archivers
MASTER_SITES= # empty
DISTFILES= # empty
@@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
COMMENT= The "meta-package" for the GNU tape archiver (tar)
-DEPENDS+= gtar-base-1.12:../../archivers/gtar-base
-DEPENDS+= gtar-info-1.12:../../archivers/gtar-info
+DEPENDS+= gtar-base-1.13.25:../../archivers/gtar-base
+DEPENDS+= gtar-info-1.13.25:../../archivers/gtar-info
USE_BUILDLINK2= yes