[SM-Commit] GIT changes to devel-firefox4 grimoire by Ladislav Hagara (a29787e87917fa0267198498d2f86a7be671b7fb)

Ladislav Hagara scm at sourcemage.org
Fri Apr 29 06:53:30 EDT 2011


GIT changes to devel-firefox4 grimoire by Ladislav Hagara <hgr at vabo.cz>:

 http/firefox/DETAILS    |    6 +++---
 http/firefox/HISTORY    |    4 ++++
 http/firefox/mozconfig3 |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit a29787e87917fa0267198498d2f86a7be671b7fb
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    firefox 4.0.1, SECURITY_PATCH=40
    
    --with-system-libxul doesn't work for me, cast without problem

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 2fded40..8c116bc 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 d017e79..8660d9f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2011-04-29 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: 4.0.1, SECURITY_PATCH=40
+	* mozconfig3: /usr/lib/xulrunner-devel-2.0.1 now
+
 2011-03-25 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated stable to version 4.0 to build 
 	  against xulrunner
diff --git a/http/firefox/mozconfig3 b/http/firefox/mozconfig3
index d73c1e8..6a7a6cf 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"



More information about the SM-Commit mailing list