Date: Sun, 12 Feb 2006 00:28:23 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk14 Makefile ports/java/jdk14/files patch-j2se::zip::FILES_c.gmk patch-j2se::zip::Makefile Message-ID: <200602120028.k1C0SNN4012669@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2006-02-12 00:28:23 UTC FreeBSD ports repository Modified files: java/jdk14 Makefile Added files: java/jdk14/files patch-j2se::zip::FILES_c.gmk patch-j2se::zip::Makefile Log: . Link with the system libz instead of building the our own internal copy. This should have the following effects: . Fix problems experienced by programmes that dynamically create their own copy of the JVM and are linked against the system's zlib (e.g., eclipse). . Reduce the potential for zlib based security problems affecting the JDK. This is similar to the patch in the PR, but was actually backported from the patches for the jdk15 port, so its a touch different. PR: 92459 Revision Changes Path 1.97 +1 -1 ports/java/jdk14/Makefile 1.1 +18 -0 ports/java/jdk14/files/patch-j2se::zip::FILES_c.gmk (new) 1.1 +31 -0 ports/java/jdk14/files/patch-j2se::zip::Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602120028.k1C0SNN4012669>