Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a29c2949c0eac83682d6a56a4672ce34af9b35ee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a29c2949c0eac83682d6a56a4672ce34af9b35ee)
  • Date: Sun, 22 Jan 2023 09:04:36 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

crypto/libgcrypt/DETAILS | 13 ++++++++-----
crypto/libgcrypt/HISTORY | 3 +++
2 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit a29c2949c0eac83682d6a56a4672ce34af9b35ee
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libgcrypt: switch to hash to allow upgrade from stable grimoire

(with old gpg that cannot verify new signatures or may have just been
dispelt)

diff --git a/crypto/libgcrypt/DETAILS b/crypto/libgcrypt/DETAILS
index e055296..52519d6 100755
--- a/crypto/libgcrypt/DETAILS
+++ b/crypto/libgcrypt/DETAILS
@@ -4,11 +4,14 @@
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/libgcrypt/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
- SOURCE_GPG="GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY"
+# For upgrade path from stable, GnuPG dependencies need to be verifiable
with gpg1, or even without.
+# Verify signature on update and then record the hash here!
+
SOURCE_HASH=sha512:e5ca7966624fff16c3013795836a2c4377f0193dbb4ac5ad2b79654b1fa8992e17d83816569a402212dc8367a7980d4141f5d6ac282bae6b9f02186365b61f13
+# SOURCE2=$SOURCE.sig
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
+# SOURCE_GPG="GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY"

WEB_SITE=https://directory.fsf.org/wiki/Libgcrypt
ENTERED=20020212
diff --git a/crypto/libgcrypt/HISTORY b/crypto/libgcrypt/HISTORY
index 83a086c..d03d652 100644
--- a/crypto/libgcrypt/HISTORY
+++ b/crypto/libgcrypt/HISTORY
@@ -1,3 +1,6 @@
+2023-01-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: hash verification to offer upgrade path from stable
grimoire
+
2022-03-28 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.10.1




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a29c2949c0eac83682d6a56a4672ce34af9b35ee), Thomas Orgis, 01/22/2023

Archive powered by MHonArc 2.6.24.

Top of Page