Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (622e27ecffd643d74760cb66896ed8b0583e8f39)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (622e27ecffd643d74760cb66896ed8b0583e8f39)
  • Date: Tue, 25 Jun 2013 14:36:24 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/firefox/BUILD | 6 ------
http/firefox/DETAILS | 7 +++----
http/firefox/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 10 deletions(-)

New commits:
commit 622e27ecffd643d74760cb66896ed8b0583e8f39
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/firefox: version 22.0

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index e2ce3dd..03db091 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -12,12 +12,6 @@ CFLAGS="${CFLAGS//-O3/-O2}" &&
CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&

#
-# -ffast-math breaks plugins
-#
-CFLAGS="${CFLAGS//-ffast-math/}" &&
-CXXFLAGS="${CXXFLAGS//-ffast-math/}" &&
-
-#
# Avoid buggy GCC 4.6 AVX code generation, which breaks libxul
#
local gccver=$(gcc -dumpversion) &&
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 6e2dbc2..44ea9f1 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,14 +1,13 @@
SPELL=firefox
- PATCHLEVEL=1
if [[ $FIREFOX_CVS == y ]]; then
- VERSION=21.0
+ VERSION=22.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY

SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/${SPELL}/releases/${VERSION}/source/${SOURCE}
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=21.0
+ VERSION=22.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
@@ -16,7 +15,7 @@ else

SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE

SOURCE_URL[2]=ftp://ftp.in2p3.fr/pub/mozilla/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
- SECURITY_PATCH=64
+ SECURITY_PATCH=65
fi
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 4a4c9f1..bc0540f 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2013-06-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: version 22.0, SECURITY_PATCH++
+ * BUILD: removed now useless fast math fix
+
2013-06-17 Pol Vinogradov <vin.public AT gmail.com>
* mozconfig: added -fno-fast-math to prevent segfaults




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (622e27ecffd643d74760cb66896ed8b0583e8f39), Pol Vinogradov, 06/25/2013

Archive powered by MHonArc 2.6.24.

Top of Page