Skip to Content.
Sympa Menu

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

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 (add67a9e58155fd25414197c2c2cc3ef1674622b)
  • Date: Sat, 12 Nov 2016 12:33:25 +0000

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

x11-toolkits/gtk+2/DETAILS | 6 +++---
x11-toolkits/gtk+2/HISTORY | 13 +++++++++++++
x11-toolkits/gtk+2/PRE_BUILD | 3 +--
3 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit add67a9e58155fd25414197c2c2cc3ef1674622b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

x11-toolkits/gtk+2: version 2.24.31, SECURITY_PATCH++

(cherry picked from commit 9df218c5365427a56223c2b7081357d7044795bf)

commit 052f6657ca3e005c3f6a8c681a63e0e34efde8ba
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

x11-toolkits/gtk+2: version 2.24.30

(cherry picked from commit b70c0daf5c6d0b6e9797eaefa5d99200cc647e4b)

commit 24fd51131982467769a938027402ae4c53446a26
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtk+2: Do not try to fix ref. manpage rules

(cherry picked from commit a5e10c08bdce968600ad21e88403364c0e08797b)

commit e6e97eb5bc746f4bf8bd6e35d23fbc626bbdf355
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "x11-toolkits/gtk+2: removed fix for gtk-doc"

Breaks the build when db2html is present.

This reverts commit 945b37f4c9f19fe4540db7e6b4020d5905dc0276.

(cherry picked from commit c57ae89ca9f755d6ed587a50e43d3336587e7e0f)

commit 846843658d843cad1a11d9fdb43302a02418f4aa
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

x11-toolkits/gtk+2: removed fix for gtk-doc

(cherry picked from commit 945b37f4c9f19fe4540db7e6b4020d5905dc0276)

commit a1dfce5c4d7fe721b00004de7ea0972980564c9e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

x11-toolkits/gtk+2: version 2.24.28

(cherry picked from commit cf5b8074c666b85daded4ba10dabba33ab8c489f)

diff --git a/x11-toolkits/gtk+2/DETAILS b/x11-toolkits/gtk+2/DETAILS
index f61f13b..1e6fefa 100755
--- a/x11-toolkits/gtk+2/DETAILS
+++ b/x11-toolkits/gtk+2/DETAILS
@@ -1,12 +1,12 @@
SPELL=gtk+2
- VERSION=2.24.25
-
SOURCE_HASH=sha512:e102eabbd86e9e697402b4d915172dd3838374b7b8a16b95369ed602228857a013fdba7b6b8d742f925ff8d340b63a90b56c1ddbd4405d8dc454144c705ac08d
+ VERSION=2.24.31
+
SOURCE_HASH=sha256:68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658:UPSTREAM_HASH
SOURCE=gtk+-$VERSION.tar.xz
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE_DIRECTORY="$BUILD_DIRECTORY/gtk+-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$BRANCH/$SOURCE
LICENSE[0]=LGPL
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
KEYWORDS="x11 libs"
DOCS="ChangeLog COPYING NEW README* docs/*.txt docs/faq
docs/tutorial"
WEB_SITE=http://www.gtk.org/
diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index e0e0bf4..ad156db 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,3 +1,16 @@
+2016-11-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 2.24.31, SECURITY_PATCH++,
(CVE-2013-7447),
+ switched to UPSTREAM_HASH
+
+2016-04-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: 2.24.30
+
+2015-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Don't try to fix reference manpage rules
+
+2015-05-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 2.24.28
+
2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed libffi -- it's not a direct dependency

diff --git a/x11-toolkits/gtk+2/PRE_BUILD b/x11-toolkits/gtk+2/PRE_BUILD
index 6bce629..b1300b7 100755
--- a/x11-toolkits/gtk+2/PRE_BUILD
+++ b/x11-toolkits/gtk+2/PRE_BUILD
@@ -1,4 +1,3 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-sed -i 's#l \(gtk-.*\).sgml#& -o \1#' docs/{faq,tutorial}/Makefile.in &&
-sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in
+sed -i 's#l \(gtk-.*\).sgml#& -o \1#' docs/{faq,tutorial}/Makefile.in



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (add67a9e58155fd25414197c2c2cc3ef1674622b), Vlad Glagolev, 11/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page