summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2007-12-01 04:00:44 +0300
committerVlad Glagolev2007-12-01 04:00:44 +0300
commit3b3cb74443aceef0972c8f5c5b261bc94014ee76 (patch)
tree4847a5132c9bee5cbe1ce4811fda90f6bb684565
parent1cc025e29d42312377e06805e356ae09369f98e4 (diff)
firefox: updated to 2.0.0.11
-rwxr-xr-xhttp/firefox/DETAILS4
-rw-r--r--http/firefox/HISTORY4
-rw-r--r--http/firefox/firefox-config.patch10
3 files changed, 11 insertions, 7 deletions
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index c3525aad9e..8688555b7d 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.10
+ VERSION=2.0.0.11
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=13
+ SECURITY_PATCH=14
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 b5e127bcf0..08c5d51c00 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2007-12-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: SECURITY_PATCH++
+ updated spell to 2.0.0.11
+
2007-11-27 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to versoin 2.0.0.10. SECURITY_PATCH++
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.10
diff --git a/http/firefox/firefox-config.patch b/http/firefox/firefox-config.patch
index 0fddb03d1b..0c6929c223 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.10" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.10"
+- if test "/usr/local/include/firefox-2.0.0.11" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.11"
+ 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.10/$n"
+- component_includes="$component_includes -I/usr/local/include/firefox-2.0.0.11/$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.10"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.11"
+ echo "-I/usr/share/idl/firefox"
fi
@@ -41,6 +41,6 @@
;;
esac
done
-- echo -L/usr/local/lib/firefox-2.0.0.10 $libs
+- echo -L/usr/local/lib/firefox-2.0.0.11 $libs
+ echo -L/usr/lib $libs
fi