New commits:
commit e778c23bb5106d7335d3a0ced45c8fc09174742f
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>
firefox 2.0.0.6, SECURITY_PATCH=10
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index d984bcc..a6aeb0a 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -5,7 +5,7 @@ if [ "$FIREFOX_CVS" == "y" ]; then
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 9b9b8a1..179fc5f 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