From owner-cvs-all@FreeBSD.ORG Sun Feb 12 00:28:24 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 4C74F16A420; Sun, 12 Feb 2006 00:28:24 +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 1AABA43D45; Sun, 12 Feb 2006 00:28:24 +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 k1C0SNTE012670; Sun, 12 Feb 2006 00:28:23 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1C0SNN4012669; Sun, 12 Feb 2006 00:28:23 GMT (envelope-from glewis) Message-Id: <200602120028.k1C0SNN4012669@repoman.freebsd.org> From: Greg Lewis Date: Sun, 12 Feb 2006 00:28:23 +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/jdk14 Makefile ports/java/jdk14/files patch-j2se::zip::FILES_c.gmk patch-j2se::zip::Makefile 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: Sun, 12 Feb 2006 00:28:24 -0000 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)