cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files patch-j2se::common::Program.gmk patch-j2se::instrument::Makefile patch-j2se::pack::Makefile patch-j2se::pack::defines.h patch-j2se::zip::FILES_c.gmk patch-j2se::zip::Makefile patch-j2se::zlib-1.1.3::zconf.h

Greg Lewis glewis at FreeBSD.org
Sat Jan 28 15:41:25 PST 2006


glewis      2006-01-28 23:41:24 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk15           Makefile 
    java/jdk15/files     patch-j2se::instrument::Makefile 
  Added files:
    java/jdk15/files     patch-j2se::common::Program.gmk 
                         patch-j2se::pack::Makefile 
                         patch-j2se::pack::defines.h 
                         patch-j2se::zip::FILES_c.gmk 
                         patch-j2se::zip::Makefile 
  Removed files:
    java/jdk15/files     patch-j2se::zlib-1.1.3::zconf.h 
  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.
  
  Submitted by:   mi@
  
  Revision  Changes    Path
  1.100     +2 -0      ports/java/jdk15/Makefile
  1.1       +16 -0     ports/java/jdk15/files/patch-j2se::common::Program.gmk (new)
  1.2       +35 -2     ports/java/jdk15/files/patch-j2se::instrument::Makefile
  1.1       +29 -0     ports/java/jdk15/files/patch-j2se::pack::Makefile (new)
  1.1       +24 -0     ports/java/jdk15/files/patch-j2se::pack::defines.h (new)
  1.1       +17 -0     ports/java/jdk15/files/patch-j2se::zip::FILES_c.gmk (new)
  1.1       +19 -0     ports/java/jdk15/files/patch-j2se::zip::Makefile (new)
  1.3       +0 -87     ports/java/jdk15/files/patch-j2se::zlib-1.1.3::zconf.h (dead)


More information about the cvs-ports mailing list