summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorPavel Vinogradov2018-05-01 16:11:15 -0400
committerPavel Vinogradov2018-05-01 16:11:15 -0400
commit7a4f28c12e699dc46385bc995c9dd9a322d2b59c (patch)
tree954ecc8ad7a26d82ed6668cf049318fd22dfd6ea /security
parentf88455b5e4134b5f80ba094f9ccde275aceaef50 (diff)
security/shadow: GPG checking is back again
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/shadow/DETAILS5
-rw-r--r--security/shadow/HISTORY4
-rw-r--r--security/shadow/shadow.gpgbin0 -> 4533 bytes
3 files changed, 8 insertions, 1 deletions
diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index f50af6540e..a16101901e 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 ad6faab9cf..d4e89edfd3 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2018-05-01 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS, shadow.gpg: GPG checking is back again, upstream fixed the
+ signature
+
2018-04-30 Pavel Vinogradov <public@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 0000000000..8db8ad5d8c
--- /dev/null
+++ b/security/shadow/shadow.gpg
Binary files differ