Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2006 23:41:24 +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/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
Message-ID:  <200601282341.k0SNfPh7091921@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601282341.k0SNfPh7091921>