From 47542eb1734a08daa2f22dcba9a040e99e94a5e9 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 20 Nov 2002 16:57:54 +0000 Subject: 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. --- archivers/gtar/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers/gtar') 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 -- cgit v1.2.3