summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2007-05-31 13:57:27 +0200
committerEric Sandall2007-06-01 08:52:15 -0700
commit905c257b41ea47fa0a3feeb8ccbcaa6c5219c06e (patch)
tree2f4492e3b4b59922509f45769c8733a66056c4e0
parent6aaaae50d480ef936ebf441e716dce9ae84d2af1 (diff)
firefox 2.0.0.4
(cherry picked from commit 0a3393fb2e639b7a51d64e3e3cd22290a450662a)
-rwxr-xr-xhttp/firefox/DETAILS4
-rw-r--r--http/firefox/HISTORY5
-rw-r--r--http/firefox/firefox-config.patch10
3 files changed, 12 insertions, 7 deletions
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 52e36c9cc4..25bb5ccb21 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -5,7 +5,7 @@ if [ "$FIREFOX_CVS" == "y" ]; then
SOURCE_URL[0]=cvs://:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot:mozilla/client.mk
SOURCE_IGNORE=volatile
else
- VERSION=2.0.0.3
+ VERSION=2.0.0.4
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=${SOURCE}.asc
SOURCE_GPG="firefox.gpg:${SOURCE2}:UPSTREAM_KEY"
@@ -15,7 +15,7 @@ else
SOURCE_URL[2]=ftp://ftp.in2p3.fr/pub/mozilla/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE_URL[3]=ftp://ftp.sai.msu.su/pub/unix/WWW/browsers/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL}.asc
- SECURITY_PATCH=7
+ SECURITY_PATCH=8
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
WEB_SITE=http://www.mozilla.org/projects/firefox/
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 19101efffa..0362e8945a 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2007-05-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 2.0.0.4, SECURITY_PATCH=8
+ http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.4
+ * firefox-config.patch: updated to 2.0.0.4
+
2007-04-25 Thomas Orgis <sobukus@sourcemage.org>
* PRE_BUILD, DEPENDS: apply the visibility patch for ppc, too, as
build fails strangely without (bogus unresolved syms in xpcom/obsolete)
diff --git a/http/firefox/firefox-config.patch b/http/firefox/firefox-config.patch
index 56a84de67b..6e36f4de46 100644
--- a/http/firefox/firefox-config.patch
+++ b/http/firefox/firefox-config.patch
@@ -14,8 +14,8 @@
exit 0
;;
--cflags)
-- if test "/usr/local/include/firefox-2.0.0.3" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.3"
+- if test "/usr/local/include/firefox-2.0.0.4" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.4"
+ if test "/usr/include/firefox" != /usr/include ; then
+ includes="-I/usr/include/firefox"
fi
@@ -25,14 +25,14 @@
if test "$echo_cflags" = "yes"; then
nspr_cflags="-I/usr/include/nspr"
for n in $echo_components; do
-- component_includes="$component_includes -I/usr/local/include/firefox-2.0.0.3/$n"
+- component_includes="$component_includes -I/usr/local/include/firefox-2.0.0.4/$n"
+ component_includes="$component_includes -I/usr/include/firefox/$n"
done
echo $component_includes $includes $nspr_cflags
fi
if test "$echo_idlflags" = "yes"; then
-- echo "-I/usr/local/share/idl/firefox-2.0.0.3"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.4"
+ echo "-I/usr/share/idl/firefox"
fi
@@ -41,6 +41,6 @@
;;
esac
done
-- echo -L/usr/local/lib/firefox-2.0.0.3 $libs
+- echo -L/usr/local/lib/firefox-2.0.0.4 $libs
+ echo -L/usr/lib $libs
fi