Skip to Content.
Sympa Menu

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

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 (4e4bd2b4c992d67b6d66081b47419ef54f3a53ac)
  • Date: Tue, 27 Sep 2022 07:15:10 +0000

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

libs/highway/DETAILS | 4 ++--
libs/highway/HISTORY | 3 +++
xorg-lib/libxtst/DETAILS | 4 ++--
xorg-lib/libxtst/HISTORY | 3 +++
xorg-lib/libxxf86vm/DETAILS | 13 ++++++++-----
xorg-lib/libxxf86vm/HISTORY | 5 +++++
6 files changed, 23 insertions(+), 9 deletions(-)

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

libxtst: => 1.2.4

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

libxxf86vm: => 1.1.5

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

highway: => 1.0.1

diff --git a/libs/highway/DETAILS b/libs/highway/DETAILS
index 9fdb94d..2fb63c6 100755
--- a/libs/highway/DETAILS
+++ b/libs/highway/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=highway
- VERSION=0.17.0
-
SOURCE_HASH=sha512:7e55724c844a09a07cb981a7d8e913dcc5491e07d14ff3e7783a69060b0c470e7d5adc4f5dbeea526b3e109eea8cc9e80605d6b8d2da1b794382e56fd534ba06
+ VERSION=1.0.1
+
SOURCE_HASH=sha512:35b6287579b6248966b0d36fda1522fd6338523934b079e94e857f9de08354f20b99739c99d53249a3a6c583519da0e0ac5e06dfbe6e3a89262f627c75b59dd8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/google/highway
diff --git a/libs/highway/HISTORY b/libs/highway/HISTORY
index 3773991..ad56793 100644
--- a/libs/highway/HISTORY
+++ b/libs/highway/HISTORY
@@ -1,3 +1,6 @@
+2022-09-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.1
+
2022-07-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.17.0

diff --git a/xorg-lib/libxtst/DETAILS b/xorg-lib/libxtst/DETAILS
index 8e83222..18a7a3f 100755
--- a/xorg-lib/libxtst/DETAILS
+++ b/xorg-lib/libxtst/DETAILS
@@ -1,8 +1,8 @@
SPELL=libxtst
PKG=libXtst
- VERSION=1.2.3
+ VERSION=1.2.4
SECURITY_PATCH=1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-lib/libxtst/HISTORY b/xorg-lib/libxtst/HISTORY
index 65ca643..f955295 100644
--- a/xorg-lib/libxtst/HISTORY
+++ b/xorg-lib/libxtst/HISTORY
@@ -1,3 +1,6 @@
+2022-09-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.4
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/xorg-lib/libxxf86vm/DETAILS b/xorg-lib/libxxf86vm/DETAILS
index a5b9eb9..6c3ef0e 100755
--- a/xorg-lib/libxxf86vm/DETAILS
+++ b/xorg-lib/libxxf86vm/DETAILS
@@ -1,12 +1,15 @@
SPELL=libxxf86vm
PKG=libXxf86vm
- VERSION=1.1.4
-
SOURCE_HASH=sha512:c5f92d86e143db02ebb36bcd25618acaa2cb2831f5a23800a06dd431cd73b6702d95de8fe7407ce626336bf614c288d5256f4d87ea7781fad2ab6c517cbf09e0
+ VERSION=1.1.5
SECURITY_PATCH=1
- SOURCE=${PKG}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
+ SOURCE=${PKG}-${VERSION}.tar.xz
+
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
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="XF86VidMode Extension"
diff --git a/xorg-lib/libxxf86vm/HISTORY b/xorg-lib/libxxf86vm/HISTORY
index 2cc33e0..1b425ea 100644
--- a/xorg-lib/libxxf86vm/HISTORY
+++ b/xorg-lib/libxxf86vm/HISTORY
@@ -1,4 +1,9 @@
+2022-09-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.5
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: add gpg checking
+
* DEPENDS: switch to PKG-CONFIG provider (automated)

2018-02-09 Treeve Jelbert <treeve AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4e4bd2b4c992d67b6d66081b47419ef54f3a53ac), Treeve Jelbert, 09/27/2022

Archive powered by MHonArc 2.6.24.

Top of Page