[SM-Commit] GIT changes to stable-0.12 grimoire by Eric Sandall (29830ac2da0e196320dffbd31d88bb6af104dd2c)
Eric Sandall
scm at sourcemage.org
Wed Jul 18 11:52:24 EDT 2007
GIT changes to stable-0.12 grimoire by Eric Sandall <sandalle at sourcemage.org>:
VERSION | 2 +-
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 5 +++++
http/firefox/firefox-config.patch | 10 +++++-----
4 files changed, 13 insertions(+), 8 deletions(-)
New commits:
commit 29830ac2da0e196320dffbd31d88bb6af104dd2c
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>
VERSION: 0.12-1
commit 7fac6358e027f5ada6bc408598f98c6ee09458d0
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Eric Sandall <sandalle at sourcemage.org>
firefox 2.0.0.5, SECURITY_PATCH=9
(cherry picked from commit 043571dc5ffd6f54ace12264f88e99f7ae4dd434)
diff --git a/VERSION b/VERSION
index 98bc63f..b59ed03 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.12-0
+0.12-1
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 25bb5cc..d984bcc 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.4
+ VERSION=2.0.0.5
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=8
+ SECURITY_PATCH=9
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 2223242..3ac5f0f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2007-07-18 Ladislav Hagara <hgr at vabo.cz>
+ * DETAILS: 2.0.0.5, SECURITY_PATCH=9
+ http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.5
+ * firefox-config.patch: updated to 2.0.0.5
+
2007-06-06 David Kowis <dkowis at shlrm.org>
* PRE_BUILD, DEPENDS, visibility.patch: Don't need the visibility patch anymore for
amd64 (probaby ppc)
diff --git a/http/firefox/firefox-config.patch b/http/firefox/firefox-config.patch
index 6e36f4d..9b9b8a1 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.4" != /usr/include ; then
-- includes="-I/usr/local/include/firefox-2.0.0.4"
+- 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/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.4/$n"
+- component_includes="$component_includes -I/usr/local/include/firefox-2.0.0.5/$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.4"
+- echo "-I/usr/local/share/idl/firefox-2.0.0.5"
+ echo "-I/usr/share/idl/firefox"
fi
@@ -41,6 +41,6 @@
;;
esac
done
-- echo -L/usr/local/lib/firefox-2.0.0.4 $libs
+- echo -L/usr/local/lib/firefox-2.0.0.5 $libs
+ echo -L/usr/lib $libs
fi
More information about the SM-Commit
mailing list