Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (4df34e3cd6fcbd82b832b077c95fdcca0f01e223)

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 master games grimoire by Vlad Glagolev (4df34e3cd6fcbd82b832b077c95fdcca0f01e223)
  • Date: Tue, 14 Apr 2015 05:32:56 -0500

GIT changes to master games grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

dev/null |binary
games-strategy-tbs/wesnoth/BUILD | 4 ++++
games-strategy-tbs/wesnoth/DEPENDS | 1 +
games-strategy-tbs/wesnoth/DETAILS | 5 +++--
games-strategy-tbs/wesnoth/HISTORY | 5 +++++
games-strategy-tbs/wesnoth/wesnoth-1.12.2.tar.bz2.sig |binary
6 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 4df34e3cd6fcbd82b832b077c95fdcca0f01e223
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wesnoth: => 1.12.2 [security]

diff --git a/games-strategy-tbs/wesnoth/BUILD
b/games-strategy-tbs/wesnoth/BUILD
index e18a7d4..e51c3d2 100755
--- a/games-strategy-tbs/wesnoth/BUILD
+++ b/games-strategy-tbs/wesnoth/BUILD
@@ -1,4 +1,8 @@
OPTS="-DBINDIR=$INSTALL_ROOT/usr/games \
+ -DENABLE_STRICT_COMPILATION=FALSE \
$WESNOTH_OPTS" &&

+CFLAGS="`pkg-config --cflags glib-2.0` $CFLAGS" &&
+LDFLAGS="-lpthread $LDFLAGS" &&
+
cmake_build
diff --git a/games-strategy-tbs/wesnoth/DEPENDS
b/games-strategy-tbs/wesnoth/DEPENDS
index a314d98..0c2ee42 100755
--- a/games-strategy-tbs/wesnoth/DEPENDS
+++ b/games-strategy-tbs/wesnoth/DEPENDS
@@ -1,4 +1,5 @@
depends cmake &&
+depends glib2 &&
depends pango &&
depends fontconfig &&
# for libintl
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index cf6ccce..e8e3350 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,13 +1,14 @@
SPELL=wesnoth
if [ "$WESNOTH_DEVEL" == "y" ]; then
- VERSION=1.12.1
+ VERSION=1.12.2
SOURCE=$SPELL-$VERSION.tar.bz2
OLD_VERSION=${OLD_VERSION:-$VERSION}
else
- VERSION=1.12.1
+ VERSION=1.12.2
SOURCE=$SPELL-$VERSION.tar.bz2
OLD_VERSION=${OLD_VERSION:-$VERSION}
fi
+ SECURITY_PATCH=1
SOURCE_GPG=gurus.gpg:$SOURCE.sig
# check that we have the previous tarball first and if so, enable xdelta
if [[ $WESNOTH_XDELTA == y && -e $SOURCE_CACHE/$SPELL-$OLD_VERSION.tar.bz2
]]; then
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 9b95cb1..82eea4f 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,8 @@
+2015-04-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.12.2; SECURITY_PATCH=1 (CVE-2015-0844)
+ * DEPENDS: added missing glib2 dependency
+ * BUILD: fixed fribidi detection, linking with pthread
+
2015-02-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.12.1

diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.12.1.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.12.1.tar.bz2.sig
deleted file mode 100644
index 562dc0f..0000000
Binary files a/games-strategy-tbs/wesnoth/wesnoth-1.12.1.tar.bz2.sig and
/dev/null differ
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.12.2.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.12.2.tar.bz2.sig
new file mode 100644
index 0000000..ca668a7
Binary files /dev/null and
b/games-strategy-tbs/wesnoth/wesnoth-1.12.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (4df34e3cd6fcbd82b832b077c95fdcca0f01e223), Vlad Glagolev, 04/14/2015

Archive powered by MHonArc 2.6.24.

Top of Page