Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (eee18c8e449b1a0189ad3ea68bdbd45b72901697)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (eee18c8e449b1a0189ad3ea68bdbd45b72901697)
  • Date: Mon, 16 Mar 2026 22:20:59 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

dev/null |binary
libs/tzdata/DETAILS | 5 +----
libs/tzdata/HISTORY | 4 ++++
3 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit eee18c8e449b1a0189ad3ea68bdbd45b72901697
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/tzdata: switched to sha412 hashsum check

diff --git a/libs/tzdata/DETAILS b/libs/tzdata/DETAILS
index 88de48d..005cee9 100755
--- a/libs/tzdata/DETAILS
+++ b/libs/tzdata/DETAILS
@@ -1,12 +1,9 @@
SPELL=tzdata
VERSION=2026a
+
SOURCE_HASH="sha512:407e8e93aaa054a22a4a7d6d8cf480a20630073bf1a00956df16b10318f239a12015de38fad3072249193e314d6fddbff4e74afa40a88f7bf5c9eecc7659ea15"
SOURCE="${SPELL}${VERSION}.tar.gz"
- SOURCE2=$SOURCE.asc
# Watch: https://data.iana.org/time-zones/releases/ tzdata([0-9]+[a-z])[.]tar
SOURCE_URL[0]=https://data.iana.org/time-zones/releases/${SOURCE}
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=iana.gpg:$SOURCE.asc:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://www.iana.org/time-zones";
LICENSE[0]="GPL"
diff --git a/libs/tzdata/HISTORY b/libs/tzdata/HISTORY
index 85562af..9963b68 100644
--- a/libs/tzdata/HISTORY
+++ b/libs/tzdata/HISTORY
@@ -1,3 +1,7 @@
+2026-03-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: switched to sha512 hash check, the key is expired
+ * iana.gpg: removed
+
2026-03-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2026a

diff --git a/libs/tzdata/iana.gpg b/libs/tzdata/iana.gpg
deleted file mode 100644
index 5f7539e..0000000
Binary files a/libs/tzdata/iana.gpg and /dev/null differ


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (eee18c8e449b1a0189ad3ea68bdbd45b72901697), Pavel Vinogradov, 03/16/2026

Archive powered by MHonArc 2.6.24.

Top of Page