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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"