[SM-Commit] GIT changes to stable-0.7 grimoire by Jeremy Blosser (5d268b7b76c469aebd5bc441a1d11ff1d9eb99da)
Jeremy Blosser
scm at mail.sourcemage.org
Sat Feb 24 13:53:41 EST 2007
GIT changes to stable-0.7 grimoire by Jeremy Blosser <jblosser-smgl at firinn.org>:
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 10 ++++++++++
http/firefox/INSTALL | 2 +-
3 files changed, 13 insertions(+), 3 deletions(-)
New commits:
commit 5d268b7b76c469aebd5bc441a1d11ff1d9eb99da
Author: George Sherwood <chat at sourcemage.org>
Commit: Jeremy Blosser <jblosser-smgl at firinn.org>
firefox: In INSTALL fix the *.pc files to match the install. Wasn't
updated on the bump from 2.0.0.1 to 2.0.0.2. Probably needs a more
better method in the install file.
(cherry picked from commit 786c426a00bd53f45ead5911eb8ed0022caa0f8d)
commit 52a18759d3c2980c1611b278d625abb3966512ec
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Jeremy Blosser <jblosser-smgl at firinn.org>
firefox SECURITY_PATCH=7
(cherry picked from commit a6f13b4e3ba2462aefdc47f310fa7d627e7a44a9)
commit 8d2c64185a89b4bbd65f5fe2d3d2e746be1b282d
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Jeremy Blosser <jblosser-smgl at firinn.org>
firefox 2.0.0.2
(cherry picked from commit 1e2fdcd256a91c7c4c49a645ca377560a5cd1a62)
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 7b3f545..5255a1c 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.1
+ VERSION=2.0.0.2
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=6
+ SECURITY_PATCH=7
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 70ff66a..a755a88 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,13 @@
+2007-02-24 George Sherwood <george at beernabeer.com>
+ * INSTALL: change fix for *.pc files from 2.0.0.1 to 2.0.0.2
+
+2007-02-24 Ladislav Hagara <hgr at vabo.cz>
+ * DETAILS: SECURITY_PATCH=7
+ http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.2
+
+2007-02-23 Ladislav Hagara <hgr at vabo.cz>
+ * DETAILS: 2.0.0.2
+
2007-02-15 Juuso Alasuutari <iuso at sourcemage.org>
* DEPENDS: Removed GTK version conditional, only GTK+2 used now.
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 0c9e8f6..c44593d 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -17,7 +17,7 @@ cp -LfRv dist/idl/* $INSTALL_ROOT/usr/sh
#fix install directories in *.pc files.
sed -i s#usr/local#usr# build/unix/firefox-* &&
-sed -i s#-2.0.0.1## build/unix/firefox-* &&
+sed -i s#-2.0.0.2## build/unix/firefox-* &&
cp build/unix/firefox*.pc $INSTALL_ROOT/usr/lib/pkgconfig &&
More information about the SM-Commit
mailing list