diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-11-20 16:57:54 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-11-20 16:57:54 +0000 |
commit | 47542eb1734a08daa2f22dcba9a040e99e94a5e9 (patch) | |
tree | fb50b610a8bc23fdedd07f517a3295c17b40fdb7 /archivers/gtar/Makefile | |
parent | 7f9686ba08c4f473ba26228bde60af72b943c4d6 (diff) | |
download | pkgsrc-47542eb1734a08daa2f22dcba9a040e99e94a5e9.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/Makefile')
-rw-r--r-- | archivers/gtar/Makefile | 8 |
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 |