summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2017-06-19 20:14:50 +0200
committerChristian Hesse2017-06-19 20:14:50 +0200
commit451ceeb64fcf25be2ead9e4621c607f9809650ff (patch)
tree0f46eaf646bbae913342d5853e078ed7747519b8
parenta1572317e8c6a0160a14305a69ef1e62fac5dd42 (diff)
downloadaur-451ceeb64fcf25be2ead9e4621c607f9809650ff.tar.gz
update valid gpg keys
Looks like the old tarballs have been resigned by another key...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a3648ebcbd..89c55e5690db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 25 18:44:11 UTC 2017
+# Mon Jun 19 18:14:36 UTC 2017
pkgbase = lib32-openssl098
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (32-bit, 0.9.8 branch)
pkgver = 0.9.8.zh
diff --git a/PKGBUILD b/PKGBUILD
index c42e98ca8ca5..ea4bf6ddec13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,8 @@ optdepends=('ca-certificates')
provides=('lib32-openssl-compatibility')
conflicts=('lib32-openssl-compatibility')
options=(!makeflags)
-validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491' # Matt Caswell <matt@openssl.org>
+ '7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C') # Richard Levitte <richard@levitte.org>
source=("https://www.openssl.org/source/old/0.9.x/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
'no-rpath.patch'
'ca-dir.patch')