summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-04-29 12:51:07 +0200
committerLadislav Hagara2011-04-29 12:51:07 +0200
commita29787e87917fa0267198498d2f86a7be671b7fb (patch)
tree41110d776ce0ddbf91738bd0b4e9020d806d00fa
parent7784bff57f4381f748edbfabb775fab71e36c019 (diff)
firefox 4.0.1, SECURITY_PATCH=40
--with-system-libxul doesn't work for me, cast without problem
-rwxr-xr-xhttp/firefox/DETAILS6
-rw-r--r--http/firefox/HISTORY4
-rw-r--r--http/firefox/mozconfig32
3 files changed, 8 insertions, 4 deletions
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 2fded40f59..8c116bcbb0 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
if [[ $FIREFOX_CVS == y ]]; then
- VERSION=4.0
+ VERSION=4.0.1
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
@@ -8,7 +8,7 @@ if [[ $FIREFOX_CVS == y ]]; then
# SOURCE_HASH=sha512:eb38349212a352718987e611315405c869fad9ebd6026ce4662bbbb12c5914178c6d348ea12686a7efbb046870e44238a1b46e20fe3d9eb323e3d6ab8f9dfacc
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=4.0
+ VERSION=4.0.1
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
@@ -17,7 +17,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=39
+ SECURITY_PATCH=40
fi
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index d017e799c9..8660d9f3c1 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2011-04-29 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 4.0.1, SECURITY_PATCH=40
+ * mozconfig3: /usr/lib/xulrunner-devel-2.0.1 now
+
2011-03-25 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated stable to version 4.0 to build
against xulrunner
diff --git a/http/firefox/mozconfig3 b/http/firefox/mozconfig3
index d73c1e807c..6a7a6cfa58 100644
--- a/http/firefox/mozconfig3
+++ b/http/firefox/mozconfig3
@@ -22,7 +22,7 @@ ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --with-system-libxul
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0.1
ac_add_options --prefix=$INSTALL_ROOT/usr
ac_add_options --mandir=$INSTALL_ROOT/usr
ac_add_options --enable-optimize="$CFLAGS"