diff options
author | mi <mi@FreeBSD.org> | 2006-09-19 10:41:06 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-09-19 10:41:06 +0800 |
commit | 3fea67099ad81bfa893cd80ba02cd6900d0fa265 (patch) | |
tree | 6afa72abf9141dc836883f6b08877d08d7ec5931 /www | |
parent | 4d847b08137178b522e8b380498681873216c315 (diff) | |
download | freebsd-ports-gnome-3fea67099ad81bfa893cd80ba02cd6900d0fa265.tar.gz freebsd-ports-gnome-3fea67099ad81bfa893cd80ba02cd6900d0fa265.tar.zst freebsd-ports-gnome-3fea67099ad81bfa893cd80ba02cd6900d0fa265.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/files/patch-configure | 9 | ||||
-rw-r--r-- | www/firefox/files/patch-configure | 9 | ||||
-rw-r--r-- | www/firefox15/files/patch-configure | 9 | ||||
-rw-r--r-- | www/firefox36/files/patch-configure | 9 |
4 files changed, 32 insertions, 4 deletions
diff --git a/www/firefox-esr/files/patch-configure b/www/firefox-esr/files/patch-configure index 923cf5065f18..c3d2a1b9bbe6 100644 --- a/www/firefox-esr/files/patch-configure +++ b/www/firefox-esr/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 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 diff --git a/www/firefox15/files/patch-configure b/www/firefox15/files/patch-configure index 923cf5065f18..c3d2a1b9bbe6 100644 --- a/www/firefox15/files/patch-configure +++ b/www/firefox15/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 diff --git a/www/firefox36/files/patch-configure b/www/firefox36/files/patch-configure index 923cf5065f18..c3d2a1b9bbe6 100644 --- a/www/firefox36/files/patch-configure +++ b/www/firefox36/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 |