Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c0b567210c02f1eef95d9deb53d11da4103e56ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c0b567210c02f1eef95d9deb53d11da4103e56ec)
  • Date: Wed, 27 Mar 2013 16:21:00 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/firebird25/DETAILS | 6 +++---
database/firebird25/HISTORY | 4 ++++
graphics-libs/harfbuzz/HISTORY | 3 +++
graphics-libs/harfbuzz/PRE_BUILD | 5 ++++-
libs/gettext/DEPENDS | 1 +
libs/gettext/HISTORY | 3 +++
6 files changed, 18 insertions(+), 4 deletions(-)

New commits:
commit c0b567210c02f1eef95d9deb53d11da4103e56ec
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird25: => 2.5.2.26540-0 SECURITY FIX

commit 21763cb0b91fecc32cecc5bcb433bec6ae9e1e86
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

harfbuzz - fix build with icu

commit 9d732f8fa4a52065bee9139938c78d577d9e2ccb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gettext - depends libxml2

diff --git a/database/firebird25/DETAILS b/database/firebird25/DETAILS
index 614a8f0..1b1ac7d 100755
--- a/database/firebird25/DETAILS
+++ b/database/firebird25/DETAILS
@@ -1,8 +1,8 @@
SPELL=firebird25
SPELLX=Firebird
- VERSION=2.5.2.26539-0
-
SOURCE_HASH=sha512:f3b3a8ec35202620bd6b35d5b1004a0d668b8d1a0a7c0864b40b9a7fb682e8b0d0f7b68fbbdc1ee8ace4602f1756103798a1ed8f4b8b14dfa921e06b81c10e8b
- SECURITY_PATCH=1
+ VERSION=2.5.2.26540-0
+
SOURCE_HASH=sha512:a057f78825bcfe992f9e079704621a1c659588a906e200ed56e269d0a3d78f968553146f21bde1b680795c760b896af1ec689f33dd293dbbc2242ba77b491b3c
+ SECURITY_PATCH=2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION/-0\.RC?/}
SOURCE=${SPELLX}-$VERSION.tar.bz2
SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/source/$SOURCE
diff --git a/database/firebird25/HISTORY b/database/firebird25/HISTORY
index 6842538..a01d82e 100644
--- a/database/firebird25/HISTORY
+++ b/database/firebird25/HISTORY
@@ -1,3 +1,7 @@
+2013-03-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.5.2.26540-0
+ SECURITY_PATCH++ - fixes CVE-2013-2492
+
2012-11-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: SECURITY_PATCH=1
fixes CVE-2012-5529
diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index d2b57ad..a173515 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2013-03-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: add fix for icu-51.1
+
2013-03-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.9.14

diff --git a/graphics-libs/harfbuzz/PRE_BUILD
b/graphics-libs/harfbuzz/PRE_BUILD
index 5d1215e..97ef57b 100755
--- a/graphics-libs/harfbuzz/PRE_BUILD
+++ b/graphics-libs/harfbuzz/PRE_BUILD
@@ -1,5 +1,8 @@
default_pre_build &&
-
+cd $SOURCE_DIRECTORY &&
+sed -i '/ustring/ i\
+#include <unicode/utf16.h>
+' src/hb-icu.cc &&
if [[ "$HARFBUZZ_BRANCH" == "scm" ]]; then
cd $SOURCE_DIRECTORY &&
NOCONFIGURE=y ./autogen.sh
diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index 19a1cc8..aa37f5b 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1,5 +1,6 @@
depends gnupg &&
depends smgl-fhs &&
+depends libxml2 &&
optional_depends libcroco "" "--with-included-libcroco" "use system
libcroco" &&

optional_depends -sub CXX gcc \
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index 5f9b20f..24b075c 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,6 @@
+2013-03-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add libxml2
+
2012-10-08 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added, to fix build with glibc 2.16




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c0b567210c02f1eef95d9deb53d11da4103e56ec), Treeve Jelbert, 03/27/2013

Archive powered by MHonArc 2.6.24.

Top of Page