Skip to Content.
Sympa Menu

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

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 (c0fafbe3f228c13de3cd2ee1a028bd78a821b413)
  • Date: Tue, 28 Nov 2017 17:54:43 +0000

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

xorg-app/xfs/DEPENDS | 2 +-
xorg-app/xfs/DETAILS | 2 +-
xorg-app/xfs/HISTORY | 4 ++++
xorg-lib/libxcursor/DETAILS | 14 ++++++++------
xorg-lib/libxcursor/HISTORY | 5 +++++
xorg-lib/libxfont/DETAILS | 9 ++++-----
xorg-lib/libxfont/HISTORY | 3 +++
xorg-lib/libxfont2/DETAILS | 4 ++--
xorg-lib/libxfont2/HISTORY | 4 ++++
9 files changed, 32 insertions(+), 15 deletions(-)

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

xfs: => 1.2.0

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

libxfont: => 1.5.4 SECURITY FIX

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

libxfont2: => 2.0.3 - SECURITY FIX

commit 81a30855693cca7e75ddd5da1604e48887996c69
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxcursor: => 1.1.15 SECURITY FIX

diff --git a/xorg-app/xfs/DEPENDS b/xorg-app/xfs/DEPENDS
index d6b464e..3e5d95f 100755
--- a/xorg-app/xfs/DEPENDS
+++ b/xorg-app/xfs/DEPENDS
@@ -1,5 +1,5 @@
depends util-macros &&
-depends libxfont &&
+depends libxfont2 &&
depends fontsproto &&
depends xtrans &&

diff --git a/xorg-app/xfs/DETAILS b/xorg-app/xfs/DETAILS
index 481058f..37225c1 100755
--- a/xorg-app/xfs/DETAILS
+++ b/xorg-app/xfs/DETAILS
@@ -1,5 +1,5 @@
SPELL=xfs
- VERSION=1.1.4
+ VERSION=1.2.0
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xfs/HISTORY b/xorg-app/xfs/HISTORY
index 0ff399e..458d186 100644
--- a/xorg-app/xfs/HISTORY
+++ b/xorg-app/xfs/HISTORY
@@ -1,3 +1,7 @@
+2017-11-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+ * DEPENDS: now use libxfont2
+
2017-11-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.4

diff --git a/xorg-lib/libxcursor/DETAILS b/xorg-lib/libxcursor/DETAILS
index 03fff0d..ad9ab59 100755
--- a/xorg-lib/libxcursor/DETAILS
+++ b/xorg-lib/libxcursor/DETAILS
@@ -1,13 +1,15 @@
SPELL=libxcursor
PKG=libXcursor
- VERSION=1.1.14
-
SOURCE_HASH=sha512:687963b54da66be25371f64a88f91812b38de4ffc3b806070f3aeb1da379df16ede819201a352b3fb66efc6b40a36a22770add3ae464f2008aff3e23cb60a8e6
- SECURITY_PATCH=1
+ VERSION=1.1.15
+ SECURITY_PATCH=2
SOURCE=${PKG}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+
SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/lib/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Cursor management library"
diff --git a/xorg-lib/libxcursor/HISTORY b/xorg-lib/libxcursor/HISTORY
index a6ee794..09dd0ea 100644
--- a/xorg-lib/libxcursor/HISTORY
+++ b/xorg-lib/libxcursor/HISTORY
@@ -1,3 +1,8 @@
+2017-11-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.15
+ SECURITY_PATCH=2 - fixes CVE-2017-16612
+ * DETAILS: add gpg checking
+
2014-09-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: missing dependencies

diff --git a/xorg-lib/libxfont/DETAILS b/xorg-lib/libxfont/DETAILS
index 5e2967f..c206463 100755
--- a/xorg-lib/libxfont/DETAILS
+++ b/xorg-lib/libxfont/DETAILS
@@ -1,16 +1,15 @@
SPELL=libxfont
PKG=libXfont
- VERSION=1.5.3
- SECURITY_PATCH=5
-# SOURCE_GPG="gurus.gpg:
+ VERSION=1.5.4
+ SECURITY_PATCH=6
SOURCE=${PKG}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org/wiki
+ WEB_SITE=https://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Module libxfont for xorg"
diff --git a/xorg-lib/libxfont/HISTORY b/xorg-lib/libxfont/HISTORY
index 31cbb24..ef7ddb1 100644
--- a/xorg-lib/libxfont/HISTORY
+++ b/xorg-lib/libxfont/HISTORY
@@ -1,3 +1,6 @@
+2017-11-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.4
+ SECURITY_PATCH++ fix CVE-2017-16611
* DETAILS: add gpg checking

2017-10-20 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/xorg-lib/libxfont2/DETAILS b/xorg-lib/libxfont2/DETAILS
index 89fc0d7..26fdb24 100755
--- a/xorg-lib/libxfont2/DETAILS
+++ b/xorg-lib/libxfont2/DETAILS
@@ -1,7 +1,7 @@
SPELL=libxfont2
PKG=libXfont2
- VERSION=2.0.2
- SECURITY_PATCH=1
+ VERSION=2.0.3
+ SECURITY_PATCH=2
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libxfont2/HISTORY b/xorg-lib/libxfont2/HISTORY
index a2f75d9..c177363 100644
--- a/xorg-lib/libxfont2/HISTORY
+++ b/xorg-lib/libxfont2/HISTORY
@@ -1,3 +1,7 @@
+2017-11-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.3
+ SECURITY_PATCH++ - fix CVE-2017-16611
+
2017-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.2
* DETAILS: add gpg checking



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c0fafbe3f228c13de3cd2ee1a028bd78a821b413), Treeve Jelbert, 11/28/2017

Archive powered by MHonArc 2.6.24.

Top of Page