Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2100f1455772f16ac28fe2615d3b1f83f9ff0c23)
  • Date: Sat, 30 Oct 2021 21:09:37 +0000

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

ChangeLog | 4 ++++
dickey.gpg |binary
libs/ncurses/DETAILS | 10 +++++-----
libs/ncurses/HISTORY | 3 +++
4 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 2100f1455772f16ac28fe2615d3b1f83f9ff0c23
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

libs/ncurses: fixed signature extension

commit 5b3e60f9718f60d2d6b392c95ecdabf103dfa297
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

dickey.gpg; new Thomas Dickey's key

diff --git a/ChangeLog b/ChangeLog
index d845bf9..9ba7eaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-30 Pavel Vinogradov <public AT sourcemage.org>
+ * dickey.gpg: new key, CC2AF4472167BE03,
+ Thomas E. Dickey (self-signed w/o SHA1)
<dickey AT invisible-island.net>
+
2021-10-30 Florian Franzmann <bwlf AT bandrate.org>
* python-pypi/python-guardonce: new spell, a converter from C++
include guards to #pragma once
diff --git a/dickey.gpg b/dickey.gpg
index a66433f..22355db 100644
Binary files a/dickey.gpg and b/dickey.gpg differ
diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index e87c128..feeb17a 100755
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -1,16 +1,16 @@
SPELL=ncurses
VERSION=6.3
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.sig
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://invisible-island.net/ncurses/$SOURCE
SOURCE_URL[2]="https://invisible-mirror.net/archives/$SPELL/$SOURCE";
- SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
- SOURCE2_URL[2]=${SOURCE_URL[2]}.sig
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
SOURCE2_IGNORE=signature
- SOURCE_GPG=dickey.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://www.gnu.org/software/ncurses/
ENTERED=20010922
LICENSE[0]=MIT
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index c3db989..723c3f1 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2021-10-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: sig -> asc
+
2021-10-30 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 6.3




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2100f1455772f16ac28fe2615d3b1f83f9ff0c23), Pavel Vinogradov, 10/30/2021

Archive powered by MHonArc 2.6.24.

Top of Page