#
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[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" &&