diff options
author | glewis <glewis@FreeBSD.org> | 2005-05-12 12:14:52 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-05-12 12:14:52 +0800 |
commit | 1d15474227d3983b563dc8ca541adf04fdb7c62c (patch) | |
tree | 16a4ab9f7a4f61641d56536bac9c521d35b67682 /java/jdk16/Makefile | |
parent | 0db8c78cc4e5359f50209586a1f784af5c4c5628 (diff) | |
download | freebsd-ports-gnome-1d15474227d3983b563dc8ca541adf04fdb7c62c.tar.gz freebsd-ports-gnome-1d15474227d3983b563dc8ca541adf04fdb7c62c.tar.zst freebsd-ports-gnome-1d15474227d3983b563dc8ca541adf04fdb7c62c.zip |
. Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory. Fixes a security problem with
jar(1).
This fix may change to be compatible with whatever fix Sun applies when
they release the next version of 1.5.
. Bump PORTREVISION for this fix.
Security: http://vuxml.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html
Reviewed by: maintainer timeout
Diffstat (limited to 'java/jdk16/Makefile')
-rw-r--r-- | java/jdk16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index b5923da5d899..4e42219c7c5c 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= # http://www.sun.com/software/java2/download.html # http://www.eyesbeyond.com/freebsddom/java/jdk15.html |