Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.7 grimoire by Jeremy Blosser (5d268b7b76c469aebd5bc441a1d11ff1d9eb99da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.7 grimoire by Jeremy Blosser (5d268b7b76c469aebd5bc441a1d11ff1d9eb99da)
  • Date: Sat, 24 Feb 2007 12:53:41 -0600

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 AT 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 &&





  • [SM-Commit] GIT changes to stable-0.7 grimoire by Jeremy Blosser (5d268b7b76c469aebd5bc441a1d11ff1d9eb99da), Jeremy Blosser, 02/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page