Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ea6220b446b2381bab3d45c78f47a11991c63cec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ea6220b446b2381bab3d45c78f47a11991c63cec)
  • Date: Tue, 24 Mar 2015 14:21:52 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/thunderbird/DETAILS | 4 ++--
mail/thunderbird/HISTORY | 1 +
x11-libs/cairo/DEPENDS | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit ea6220b446b2381bab3d45c78f47a11991c63cec
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunderbird: SECURITY_PATH++

(cherry picked from commit e6824406c258c757ee80bf8e4c09b193d5e4013f)

commit d6116f709a63327cf01ad96a50d3828eaaf0ba36
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunderbird: bump to 31.5.0

(cherry picked from commit 0fa40bade57ec196fcf2c3611fdbe87834e2fcd6)

commit 8352b9b7fa94eeb9c296c0535a2948b6f3b177e0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: fix list_add usage (what a shame)

(cherry picked from commit c03cadbb020e9f4daa6cf0542071d42045483017)

diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 0e20ec9..a0a9f4e 100755
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,5 +1,5 @@
SPELL=thunderbird
- VERSION=31.2.0
+ VERSION=31.5.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="mozilla.gpg:${SOURCE2}:UPSTREAM_HASH"
@@ -8,7 +8,7 @@

SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$SOURCE2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
TMPFS=off
- SECURITY_PATCH=39
+ SECURITY_PATCH=40
WEB_SITE=http://www.mozilla.org/products/thunderbird/
ENTERED=20041028
LICENSE[0]=MOZILLA
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index b99475d..430791b 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,4 +1,5 @@
2015-03-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 31.5.0, SECURITY_PATCH++
* DEPENDS: depend on nss 3.17.x, like firefox

2014-10-15 Thomas Orgis <sobukus AT sourcemage.org>
diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index 79ddc63..5edad05 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -52,7 +52,7 @@ if is_depends_enabled $SPELL libx11; then
# "--disable-xlib-xcb"
message "${MESSAGE_COLOR}WARNING: Disabling xlib-xcb, which is unstable
(crashes firefox).$DEFAULT_COLOR" &&
# Still need to disable it in case CAIRO_OPTS has it still in it.
- list_add "$CAIRO_OPTS" "--disable-xlib-xcb"
+ list_add CAIRO_OPTS "--disable-xlib-xcb"

fi &&




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ea6220b446b2381bab3d45c78f47a11991c63cec), Vlad Glagolev, 03/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page