summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2007-08-01 00:11:57 +0200
committerEric Sandall2007-08-04 13:40:13 -0700
commit3f58fcf1216db89082b26f866c537451a596bb22 (patch)
tree567f2f1c99e383f5c5f41bda1addecc8e33f4b16
parent730c3b2862e6364b3a2239cd755c7c3d80fac3f9 (diff)
firefox 2.0.0.6, SECURITY_PATCH=10
(cherry picked from commit e778c23bb5106d7335d3a0ced45c8fc09174742f)
-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 d984bcc50a..a6aeb0a311 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.5
+ VERSION=2.0.0.6
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=9
+ SECURITY_PATCH=10
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 3ac5f0f374..f39d2aea46 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2007-07-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 2.0.0.6, SECURITY_PATCH=10
+ http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.6
+ * firefox-config.patch: updated to 2.0.0.6
+
2007-07-18 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 2.0.0.5, SECURITY_PATCH=9
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.5
diff --git a/http/firefox/firefox-config.patch b/http/firefox/firefox-config.patch
index 9b9b8a1d0f..179fc5fde3 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.5" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.5"
+- if test "/usr/local/include/firefox-2.0.0.6" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.6"
+ 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.5/$n"
+- component_includes="$component_includes -I/usr/local/include/firefox-2.0.0.6/$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.5"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.6"
+ echo "-I/usr/share/idl/firefox"
fi
@@ -41,6 +41,6 @@
;;
esac
done
-- echo -L/usr/local/lib/firefox-2.0.0.5 $libs
+- echo -L/usr/local/lib/firefox-2.0.0.6 $libs
+ echo -L/usr/lib $libs
fi