Skip to Content.
Sympa Menu

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

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 (10095a462c2cd96d59e408479c33e447206812cc)
  • Date: Sat, 23 Dec 2023 12:07:47 +0000

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

crypto/cryptopp/DETAILS | 4 ++--
crypto/cryptopp/HISTORY | 3 +++
crypto/gpgme/DETAILS | 3 +++
crypto/gpgme/HISTORY | 4 ++++
crypto/gpgme/PREPARE | 2 +-
crypto/libssh2/DETAILS | 2 +-
crypto/libssh2/HISTORY | 3 +++
libs/libdrm/DETAILS | 2 +-
libs/libdrm/HISTORY | 3 +++
openprinting/pappl/DETAILS | 2 +-
openprinting/pappl/HISTORY | 3 +++
11 files changed, 25 insertions(+), 6 deletions(-)

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

gpgme: => 1.23.2

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

cryptopp: => 8.9.0

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

pappl: => 1.4.4

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

libdrm: => 2.4.119

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

libssh2: => 1.11.0

diff --git a/crypto/cryptopp/DETAILS b/crypto/cryptopp/DETAILS
index 5cf7c57..ffe602b 100755
--- a/crypto/cryptopp/DETAILS
+++ b/crypto/cryptopp/DETAILS
@@ -1,8 +1,8 @@
SPELL=cryptopp
SPELLX=CRYPTOPP
- VERSION=8.8.0
+ VERSION=8.9.0
VERSIONX=`echo ${VERSION} | sed -r "s/\./\_/g"`
-
SOURCE_HASH=sha512:578531fa3f543dde53593e007336f79312c1fb7c4ae05e7367fe11d5f476a7cad3f179c77c9578d2c31efed696bd71abf29452c9ab89c8dc5b8823774c4fbb0b
+
SOURCE_HASH=sha512:28a67141155c9c15e3e6a2173b3a8487cc38a2a2ade73bf4a09814ca541be6b06e9a501be26f7e2f42a2f80df21b076aa5d8ad4224dc0a1f8d7f3b24deae465e
SECURITY_PATCH=4
SOURCE="${SPELLX}_${VERSIONX}.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${SPELLX}_${VERSIONX}"
diff --git a/crypto/cryptopp/HISTORY b/crypto/cryptopp/HISTORY
index 8c7b277..72abc7a 100644
--- a/crypto/cryptopp/HISTORY
+++ b/crypto/cryptopp/HISTORY
@@ -1,3 +1,6 @@
+2023-12-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.9.0
+
2023-09-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.8.0

diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index 7c4bbac..0815fae 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -22,6 +22,9 @@ case $GPGME_BRANCH in
;;
1.22)
VERSION=1.22.0
+ ;;
+ 1.23)
+ VERSION=1.23.2
esac

SOURCE=${SPELL}-${VERSION}.tar.bz2
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 9f32aa0..439ddbb 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,7 @@
+2023-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.23.2
+ * PREPARE: add 1.23 branch
+
2023-08-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.22.0
* PREPARE: add 1.22 branch
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index c2003d9..a8c7fa4 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -1,2 +1,2 @@
config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?"
\
- 1.15 1.16 1.17 1.18 1.19 1.20 1.22
+ 1.15 1.16 1.17 1.18 1.19 1.20 1.22 1.23
diff --git a/crypto/libssh2/DETAILS b/crypto/libssh2/DETAILS
index de4efb4..f3d9b40 100755
--- a/crypto/libssh2/DETAILS
+++ b/crypto/libssh2/DETAILS
@@ -1,5 +1,5 @@
SPELL=libssh2
- VERSION=1.10.0
+ VERSION=1.11.0
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/crypto/libssh2/HISTORY b/crypto/libssh2/HISTORY
index 116b9ef..e9ccd3a 100644
--- a/crypto/libssh2/HISTORY
+++ b/crypto/libssh2/HISTORY
@@ -1,3 +1,6 @@
+2023-12-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.11.0
+
2022-10-13 Ismael Luceno <ismael AT sourcemage.org>
* CONFIGURE, DEPENDS: added support for mbedtls backend
removed dependencies on automake & autoconf
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
index 4b5fcea..754ef60 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=2.4.118
+ VERSION=2.4.119
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_URL[0]=https://dri.freedesktop.org/${SPELL}/${SOURCE}
# Watch: https://dri.freedesktop.org/libdrm/
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index c3d91d5..b19c8ab 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,6 @@
+2023-12-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.4.119
+
2023-11-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.4.118, added Watch line

diff --git a/openprinting/pappl/DETAILS b/openprinting/pappl/DETAILS
index 7650324..f816023 100755
--- a/openprinting/pappl/DETAILS
+++ b/openprinting/pappl/DETAILS
@@ -1,5 +1,5 @@
SPELL=pappl
- VERSION=1.4.3
+ VERSION=1.4.4
# SECURITY_PATCH=
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/openprinting/pappl/HISTORY b/openprinting/pappl/HISTORY
index 3739ee2..6904f74 100644
--- a/openprinting/pappl/HISTORY
+++ b/openprinting/pappl/HISTORY
@@ -1,3 +1,6 @@
+2023-12-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.4
+
2023-11-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.3




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (10095a462c2cd96d59e408479c33e447206812cc), Treeve Jelbert, 12/23/2023

Archive powered by MHonArc 2.6.24.

Top of Page