From 3fea67099ad81bfa893cd80ba02cd6900d0fa265 Mon Sep 17 00:00:00 2001 From: mi Date: Tue, 19 Sep 2006 02:41:06 +0000 Subject: Add a tiny hunk to allow firefox to use our system libz instead of building its own. Some years ago there was a security problem with zlib-1.2.2 and firefox' configure checks the system's zlib.h to be 1.2.3 or higher. FreeBSD patched the hole without bumping the version number, which caused Firefox (and, likely, other Mozilla stuff) to build their own versions instead (and install their headers). Maintainers were repeatedly notified -- most recently about a month ago: <200608091216.00510@aldan>, <200601251926.39246.mi+mx@aldan.algebra.com>. Approved by: maintainer timeout --- www/firefox/files/patch-configure | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'www/firefox/files') diff --git a/www/firefox/files/patch-configure b/www/firefox/files/patch-configure index 923cf5065f18..c3d2a1b9bbe6 100644 --- a/www/firefox/files/patch-configure +++ b/www/firefox/files/patch-configure @@ -1,5 +1,12 @@ ---- configure.orig Tue Oct 4 02:01:48 2005 +--- configure Tue Oct 4 02:01:48 2005 +++ configure Wed Nov 23 11:07:17 2005 +@@ -1022,5 +1022,5 @@ + MOZJPEG=62 + MOZPNG=10207 +-MOZZLIB=1.2.3 ++MOZZLIB=1.2.2 + NSPR_VERSION=4 + @@ -10016,7 +10016,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else -- cgit