summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2009-11-08 20:12:02 -0600
committerGeorge Sherwood2009-11-08 20:12:02 -0600
commit3a24de9f7238da90a6886ba9e0c22f885b8ed360 (patch)
treef9d09ded99dc33d8b4bcb3fedfad864e26d6ae8b
parent7a8b7d8951f6899ee20f0d595c1df6651232efc5 (diff)
firefox-bin: Updated stable and devel to 3.5.5. SECURITY_PATCH++
-rwxr-xr-xbin-http/firefox-bin/DETAILS6
-rw-r--r--bin-http/firefox-bin/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index e351715..ee39e44 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.5.3
+ VERSION=3.5.5
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.5.3
+ VERSION=3.5.5
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=18
+ SECURITY_PATCH=19
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 2985ba7..10b7086 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,3 +1,6 @@
+2009-11-08 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated devel and stable to 3.5.5. SECURITY_PATCH++
+
2009-09-11 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated devel and stable to 3.5.3. SECUIRTY_PATCH++