New commits:
commit e3d3fed41029f0fa570a68df8138f49e5038d635
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
VERSION: 0.12-6
commit ceeb6fe6bfe5e977c0a0f4977ef5589bfdfe1d3d
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>
thunderbird 2.0.0.6
(cherry picked from commit a6a316c84f91688287ec5d0562c1cd963c8fd03f)
commit 3f58fcf1216db89082b26f866c537451a596bb22
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>
firefox 2.0.0.6, SECURITY_PATCH=10
(cherry picked from commit e778c23bb5106d7335d3a0ced45c8fc09174742f)
commit 730c3b2862e6364b3a2239cd755c7c3d80fac3f9
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>
nss 3.11.7
(cherry picked from commit 4494db74f29116e68584ed434e8ffacf01e58117)
commit 1f93e9a8d0b57577808f969187479ef3fac7a55d
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>
nspr 4.6.7
(cherry picked from commit afa79f9b7f8c284444aa1dbde1eb1afff2b113d4)
commit 03e2149b5acc3bec1097912539589a4f3be7dc6a
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Eric Sandall <sandalle AT sourcemage.org>
phppgadmin 4.1.3
(cherry picked from commit c579018aa87576888856ded02293cc53b3a68141)
commit 5e146bbf52a2d5f9a0952ff48776a3f9463cf539
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Eric Sandall <sandalle AT sourcemage.org>
tor: version update and SECURITY update
commit 3c3dd1f8fe1841fc90b286fef571fb98ded619c4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
qt-x11 - CVE-2007-3388
(cherry picked from commit 783e4577f95aa6d9497d63ed485aca78f2553157)
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