Skip to Content.
Sympa Menu

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

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 (7a4f28c12e699dc46385bc995c9dd9a322d2b59c)
  • Date: Tue, 1 May 2018 20:12:40 +0000

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

security/shadow/DETAILS | 5 ++++-
security/shadow/HISTORY | 4 ++++
security/shadow/shadow.gpg |binary
3 files changed, 8 insertions(+), 1 deletion(-)

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

security/shadow: GPG checking is back again

diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index f50af65..a161019 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -1,10 +1,13 @@
SPELL=shadow
VERSION=4.6
-
SOURCE_HASH="sha512:e8eee52c649d9973f724bc2d5aeee71fa2e6a2e41ec3487cd6cf6d47af70c32e0cdf304df29b32eae2b6eb6f9066866b5f2c891add0ec87ba583bea3207b3631"
SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://github.com/${SPELL}-maint/${SPELL}/releases/download/${VERSION}/${SOURCE}
+ SOURCE2="${SOURCE}.asc"
+ SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
+ SOURCE_GPG="shadow.gpg:${SOURCE2}:UPSTREAM_KEY"
+ SOURCE2_IGNORE="signature"
LICENSE[0]="BSD"
WEB_SITE=http://pkg-shadow.alioth.debian.org/
ENTERED=20050303
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index ad6faab..d4e89ed 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2018-05-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, shadow.gpg: GPG checking is back again, upstream fixed the
+ signature
+
2018-04-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.6, added license, switched back to hash checking

diff --git a/security/shadow/shadow.gpg b/security/shadow/shadow.gpg
new file mode 100644
index 0000000..8db8ad5
Binary files /dev/null and b/security/shadow/shadow.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7a4f28c12e699dc46385bc995c9dd9a322d2b59c), Pavel Vinogradov, 05/01/2018

Archive powered by MHonArc 2.6.24.

Top of Page