New commits:
commit 732f5e27c028194d3dcaccabf9d816a42f78993e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
VERSION: 0.19-4
commit 7eebee7203e3167a7420a836c1d8a32f86fc2727
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
exim: Forgot to update EXIM_TLS check for gnutls
commit 54c0fb34787e90d37e7bcb690be91881fe6e5aa1
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
seamonkey: Updated to version 1.1.9 SECURITY_PATCH++
(cherry picked from commit 162f219d18702ac257f569a075bb97b928f5c475)
commit 8aa0406257e75f001bb9645067a963a4f8d8072c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
firefox: Updated to version 2.0.0.13. SECURITY_PATCH++
diff --git a/VERSION b/VERSION
index 9dfa585..934e4c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.19-3
+0.19-4
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index a02b585..92c538e 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -7,7 +7,7 @@ if [ "$FIREFOX_CVS" == "y" ]; then
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=15
+ SECURITY_PATCH=16
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.mozilla.org/projects/firefox/
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index efe2fb7..126a44e 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2008-03-29 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 2.0.0.13. SECURITY_PATCH++
+ * PRE_BUILD: Removed gcc43.patch
+ * gcc43.patch: Removed. Incorporated in upstream update.
+ * firefox-config.patch: Updated to 2.0.0.13
+
2008-02-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to version 3.0 beta 3
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 4d060c9..5bf88d7 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -6,7 +6,7 @@ cd mozilla &&
if [ "$FIREFOX_CVS" == "n" ]; then
patch -p1 < $SCRIPT_DIRECTORY/cairo-fixes.patch &&
patch -p0 < $SCRIPT_DIRECTORY/x-lib.patch
-fi &&
+fi &&
if [ "$FIREFOX_CVS" == "y" ]; then
cp $SCRIPT_DIRECTORY/mozconfig3 .mozconfig
diff --git a/http/firefox/firefox-config.patch
b/http/firefox/firefox-config.patch
index d86d1c5..a1dc473 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.12" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.12"
+- if test "/usr/local/include/firefox-2.0.0.13" != /usr/include ; then
+- includes="-I/usr/local/include/firefox-2.0.0.13"
+ 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.12/$n"
+- component_includes="$component_includes
-I/usr/local/include/firefox-2.0.0.13/$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.12"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.13"
+ echo "-I/usr/share/idl/firefox"
fi