diff options
author | ache <ache@FreeBSD.org> | 2003-07-29 11:41:54 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-07-29 11:41:54 +0800 |
commit | 1e8eb5e8be1b2d96efca243817309906398909d6 (patch) | |
tree | 63fd2971328ee09ba5f48405f1c229064a362ee6 /archivers/unzip/Makefile | |
parent | 5fca439fe8dda8c79a23a8741bc6be4b4f87f509 (diff) | |
download | freebsd-ports-gnome-1e8eb5e8be1b2d96efca243817309906398909d6.tar.gz freebsd-ports-gnome-1e8eb5e8be1b2d96efca243817309906398909d6.tar.zst freebsd-ports-gnome-1e8eb5e8be1b2d96efca243817309906398909d6.zip |
Use better ../ & control vulnerability fix
Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index feba65b0e802..b73587689947 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -7,7 +7,7 @@ PORTNAME= unzip PORTVERSION= 5.50 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ ${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,} |