Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (233a5c2b6049d029dfca851de86aed76c14c2c3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (233a5c2b6049d029dfca851de86aed76c14c2c3a)
  • Date: Wed, 16 Jul 2008 10:30:15 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/firefox/BUILD | 4 ++--
http/firefox/CONFIGURE | 12 +++++++-----
http/firefox/DETAILS | 14 +++++++-------
http/firefox/HISTORY | 5 ++++-
http/firefox/INSTALL | 4 ++--
5 files changed, 22 insertions(+), 17 deletions(-)

New commits:
commit 233a5c2b6049d029dfca851de86aed76c14c2c3a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

firefox: => 3.0.1, security update + some fixes and clean up

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 9509edf..1a59594 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -1,6 +1,6 @@
-cd $SOURCE_DIRECTORY/mozilla &&
+cd "$SOURCE_DIRECTORY/mozilla" &&

-FIREFOX_HOME=$INSTALL_ROOT/usr/lib/firefox &&
+FIREFOX_HOME="$INSTALL_ROOT/usr/lib/firefox" &&
export MOZ_PHOENIX=1 &&

#
diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index aa1b263..a788cb7 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -1,5 +1,7 @@
-config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n
-config_query FIREFOX_NULLPLUGIN \
-"Do you want nullplugin installed (to enable auto search and install of
other plugins)" y
-config_query FIREFOX_OFFICIAL "Enable official branding? If enabled, you \
-may be restricted in distributing these binaries IAW mozilla policies" n
+config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n
+
+config_query FIREFOX_NULLPLUGIN "Do you want nullplugin installed (to enable
\
+auto search and install of other plugins)" y
+
+config_query FIREFOX_OFFICIAL "Enable official branding? If enabled, you may
\
+be restricted in distributing these binaries IAW mozilla policies" n
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 911d8ae..8d7cdfa 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,31 +1,31 @@
SPELL=firefox
if [[ $FIREFOX_CVS == y ]]; then
- VERSION=3.0
+ VERSION=3.0.1
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
-
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SPELL/releases/$VERSION/source/$SOURCE
+
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=3.0
+ VERSION=3.0.1
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
-
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/$SPELL/releases/$VERSION/source/$SOURCE
+
SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE

SOURCE_URL[1]=ftp://ftp.access.ch/mirror/mozilla/$SPELL/releases/$VERSION/source/$SOURCE

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=17
+ SECURITY_PATCH=18
fi
SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.mozilla.org/projects/firefox/
GATHER_DOCS=off
ENTERED=20030813
LICENSE[0]=MOZILLA
KEYWORDS="mozilla http"
- SHORT="Redesign of the Mozilla browser"
+ SHORT="redesign of the Mozilla browser"
cat << EOF
Mozilla firefox, formerly known as Mozilla Firebird, formerly known as
Phoenix,
is a redesign of the Mozilla browser component, similar to Galeon, K-Meleon
and
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 4a6be67..ac99022 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2008-07-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.1, fixed source urls, quoting paths!
+ * BUILD, INSTALL: quoting paths!
+
2008-07-03 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on curl for crash reporter
Supposedly optional, but using --disable-crashreporter as instructed
@@ -708,4 +712,3 @@
doesn't install that annoying /root/.mozconfig file!
* a new version of an old spell!
(Merged other peoples work)
-
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 0c77434..30f7253 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -1,6 +1,6 @@
-cd $SOURCE_DIRECTORY/mozilla &&
+cd "$SOURCE_DIRECTORY/mozilla" &&

-FIREFOX_HOME=$INSTALL_ROOT/usr/lib/firefox &&
+FIREFOX_HOME="$INSTALL_ROOT/usr/lib/firefox" &&

if spell_ok Firebird; then
dispel Firebird



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (233a5c2b6049d029dfca851de86aed76c14c2c3a), Vlad Glagolev, 07/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page