cvs commit: ports/java/jdk14 Makefile ports/java/jdk14/files patch-j2se::zip::FILES_c.gmk patch-j2se::zip::Makefile

Greg Lewis glewis at FreeBSD.org
Sat Feb 11 16:28:24 PST 2006


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)


More information about the cvs-all mailing list