summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2009-06-09 09:37:49 -0500
committerGeorge Sherwood2009-06-09 09:37:49 -0500
commit62a4fa685a66ae865c1a5887e28ec0ff919ba6e1 (patch)
tree9c2328e7b91ca3074aebe8d6cc3e4ce910fdfe01
parent47874e22bf379579ae3bdd2bf537d4f1179304c7 (diff)
firefox-bin: Updated stable to version 3.0.10 and devel to
version 3.5b99. SECURITY_PATCH++
-rwxr-xr-xbin-http/firefox-bin/DETAILS6
-rw-r--r--bin-http/firefox-bin/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index 1aa2eab..a6129b2 100755
--- a/bin-http/firefox-bin/DETAILS
+++ b/bin-http/firefox-bin/DETAILS
@@ -1,13 +1,13 @@
SPELL=firefox-bin
if [ "$FIREFOX_DEVEL" == "y" ]; then
- VERSION=3.1b2
+ VERSION=3.5b99
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE
SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE2
else
- VERSION=3.0.7
+ VERSION=3.0.10
SOURCE=firefox-${VERSION}.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
@@ -17,7 +17,7 @@ fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/firefox
WEB_SITE=http://www.mozilla.org/firefox
ENTERED=20040902
- SECURITY_PATCH=15
+ SECURITY_PATCH=16
LICENSE[0]=MOZILLA
SHORT="The binary version of firefox."
cat << EOF
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index 8d8ecb2..849691f 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,3 +1,7 @@
+2009-06-09 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated stable to version 3.0.10. SECURITY_PATCH++
+ Updated devel to version 3.5b99
+
2009-03-10 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated stable to 3.0.7
SECURITY_PATCH++