Skip to Content.
Sympa Menu

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

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 (3c7d43c2acc25c47153c4831b7aefefe9cbb0f09)
  • Date: Wed, 20 Feb 2019 11:43:44 +0000

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

dev/null |binary
xorg-app/xfsinfo/DETAILS | 11 +++++++----
xorg-app/xfsinfo/HISTORY | 4 ++++
xorg-app/xhost/DETAILS | 12 +++++++-----
xorg-app/xhost/HISTORY | 4 ++++
xorg-app/xmodmap/DETAILS | 12 +++++++-----
xorg-app/xmodmap/HISTORY | 4 ++++
xorg-app/xrdb/DETAILS | 2 +-
xorg-app/xrdb/HISTORY | 3 +++
xorg-app/xvinfo/DETAILS | 11 +++++++----
xorg-app/xvinfo/HISTORY | 4 ++++
xorg-lib/libfontenc/DETAILS | 11 +++++++----
xorg-lib/libfontenc/HISTORY | 4 ++++
13 files changed, 59 insertions(+), 23 deletions(-)

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

xfsinfo: => 1.0.6

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

xvinfo: => 1.1.4

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

xmodmap: => 1.0.10

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

libfontenc: => 1.1.4

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

xrdb: => 1.2.0

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

xhost: => 1.0.8

diff --git a/xorg-app/xfsinfo/DETAILS b/xorg-app/xfsinfo/DETAILS
index b761152..9c4de0f 100755
--- a/xorg-app/xfsinfo/DETAILS
+++ b/xorg-app/xfsinfo/DETAILS
@@ -1,11 +1,14 @@
SPELL=xfsinfo
PKG=xfsinfo
- VERSION=1.0.5
-
SOURCE_HASH=sha512:49fcbe91ac121022ccecd4a2f0e55a9a5cce7ba12b713be78b3b7f2847e622631bca6f6647256a956910fda591a87b524b966d5c849b8b2526d6f1a1960fe57f
+ VERSION=1.0.6
SOURCE=${PKG}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${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="Module xfsinfo for xorg"
diff --git a/xorg-app/xfsinfo/HISTORY b/xorg-app/xfsinfo/HISTORY
index fe189e6..0444dc3 100644
--- a/xorg-app/xfsinfo/HISTORY
+++ b/xorg-app/xfsinfo/HISTORY
@@ -1,3 +1,7 @@
+2019-02-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.6
+ * DETAILS: add gpg checking
+
2014-12-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.5

diff --git a/xorg-app/xhost/DETAILS b/xorg-app/xhost/DETAILS
index a7bd741..a1044a4 100755
--- a/xorg-app/xhost/DETAILS
+++ b/xorg-app/xhost/DETAILS
@@ -1,11 +1,13 @@
SPELL=xhost
- VERSION=1.0.7
-
SOURCE_HASH=sha512:670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+ VERSION=1.0.8
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${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/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="The X.Org server access control program"
diff --git a/xorg-app/xhost/HISTORY b/xorg-app/xhost/HISTORY
index 9040769..1429c8a 100644
--- a/xorg-app/xhost/HISTORY
+++ b/xorg-app/xhost/HISTORY
@@ -1,3 +1,7 @@
+2019-02-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.8
+ * DETAILS: add gpg checking
+
2015-04-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 1.0.7

diff --git a/xorg-app/xmodmap/DETAILS b/xorg-app/xmodmap/DETAILS
index 5932713..f61756a 100755
--- a/xorg-app/xmodmap/DETAILS
+++ b/xorg-app/xmodmap/DETAILS
@@ -1,11 +1,13 @@
SPELL=xmodmap
- VERSION=1.0.4
+ VERSION=1.0.10
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-#
SOURCE_HASH=sha512:cf38270af70e04861a9ac8c0ffaaa5e2bc3a041a588d381707999df5d588c1342a0229ba1f5bc9dc48d725e8dc398d2fd5da9ee53ca267fdfd5d7d408fccd357
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${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/$SPELL-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="a X.Org utility to modify key and button maps"
diff --git a/xorg-app/xmodmap/HISTORY b/xorg-app/xmodmap/HISTORY
index 7c8431a..ffcabd8 100644
--- a/xorg-app/xmodmap/HISTORY
+++ b/xorg-app/xmodmap/HISTORY
@@ -1,3 +1,7 @@
+2019-02-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.10
+ * DETAILS: add gpg checking
+
2009-10-08 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.4
SOURCE matches upstream posted MD5
diff --git a/xorg-app/xmodmap/xmodmap-1.0.4.tar.bz2.sig
b/xorg-app/xmodmap/xmodmap-1.0.4.tar.bz2.sig
deleted file mode 100644
index e0e920c..0000000
Binary files a/xorg-app/xmodmap/xmodmap-1.0.4.tar.bz2.sig and /dev/null differ
diff --git a/xorg-app/xrdb/DETAILS b/xorg-app/xrdb/DETAILS
index 4cc5426..ab9841d 100755
--- a/xorg-app/xrdb/DETAILS
+++ b/xorg-app/xrdb/DETAILS
@@ -1,5 +1,5 @@
SPELL=xrdb
- VERSION=1.1.1
+ VERSION=1.2.0
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
diff --git a/xorg-app/xrdb/HISTORY b/xorg-app/xrdb/HISTORY
index 902c0f7..f08611f 100644
--- a/xorg-app/xrdb/HISTORY
+++ b/xorg-app/xrdb/HISTORY
@@ -1,3 +1,6 @@
+2019-02-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+
2018-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.1
* DETAILS: add gpg checking
diff --git a/xorg-app/xvinfo/DETAILS b/xorg-app/xvinfo/DETAILS
index baa7890..092146b 100755
--- a/xorg-app/xvinfo/DETAILS
+++ b/xorg-app/xvinfo/DETAILS
@@ -1,11 +1,14 @@
SPELL=xvinfo
PKG=xvinfo
- VERSION=1.1.0
-
SOURCE_HASH=sha512:c4a69e90f919f042b97995a9d4835a8706b9a44964063327824f6e8a907bfb9580052e255d2baee239ce5fd4de4364c84810a220282480025185f1a15c5ecd69
+ VERSION=1.1.4
SOURCE=${PKG}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${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="Print out X-Video extension adaptor information"
diff --git a/xorg-app/xvinfo/HISTORY b/xorg-app/xvinfo/HISTORY
index 02a25cd..40de93e 100644
--- a/xorg-app/xvinfo/HISTORY
+++ b/xorg-app/xvinfo/HISTORY
@@ -1,3 +1,7 @@
+2019-02-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.4
+ * DETAILS: add gpg checking
+
2009-10-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0

diff --git a/xorg-lib/libfontenc/DETAILS b/xorg-lib/libfontenc/DETAILS
index e895cb0..a37c6c2 100755
--- a/xorg-lib/libfontenc/DETAILS
+++ b/xorg-lib/libfontenc/DETAILS
@@ -1,10 +1,13 @@
SPELL=libfontenc
- VERSION=1.1.3
-
SOURCE_HASH=sha512:7346079a6980464f57f5da0e96025bbf4b13fbb7ed976b58d9c54b78525d9d0b4174b4783326a12048971cf5d05221bafe2f41c6b02931743913719cde21740c
+ VERSION=1.1.4
SOURCE=${SPELL}-${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}/${SPELL}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="the X.Org font encoding library"
diff --git a/xorg-lib/libfontenc/HISTORY b/xorg-lib/libfontenc/HISTORY
index 3fbce22..514ddc0 100644
--- a/xorg-lib/libfontenc/HISTORY
+++ b/xorg-lib/libfontenc/HISTORY
@@ -1,3 +1,7 @@
+2019-02-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.4
+ * DETAILS: add gpg checking
+
2018-02-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: remove trailing &&




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3c7d43c2acc25c47153c4831b7aefefe9cbb0f09), Treeve Jelbert, 02/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page