From owner-cvs-all@FreeBSD.ORG Sat Jan 28 23:41:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82DE216A420; Sat, 28 Jan 2006 23:41:25 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2494C43D4C; Sat, 28 Jan 2006 23:41:25 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0SNfPOo091924; Sat, 28 Jan 2006 23:41:25 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0SNfPh7091921; Sat, 28 Jan 2006 23:41:25 GMT (envelope-from glewis) Message-Id: <200601282341.k0SNfPh7091921@repoman.freebsd.org> From: Greg Lewis Date: Sat, 28 Jan 2006 23:41:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2006 23:41:25 -0000 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)