summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-01-06 18:44:55 +0100
committerNicolas Iooss2018-01-06 18:48:23 +0100
commit0e6bdb23562012de9bf79440de3c1052ac36f095 (patch)
treef8527cfd0ba51fee622294fd0beb6cdd05ce1177
parentdfc7f7c2d1e1104f8541d739874af7d31068a617 (diff)
downloadaur-0e6bdb23562012de9bf79440de3c1052ac36f095.tar.gz
sudo-selinux: add the new PGP key
sudo's maintainer changed their PGP key and documented it on https://www.sudo.ws/download.html. The signature file of the last release of sudo (sudo-1.8.21p2.tar.gz.sig) has also been updated (its SHA256 changed from 02edd54f02239877d310ec0a5992fef64729d1b3d100f184c09370beb776ad3f to 954df18bc84a452a4960d70a7c54d873167e488dcca868245ea76de29eaebe71). Add the new sudo signature key to the package. Do not bump pkgrel as this does not require a rebuild of the package.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e76aae9b09f4..1d2fd8fb085a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,7 @@ pkgbase = sudo-selinux
source = https://www.sudo.ws/sudo/dist/sudo-1.8.21p2.tar.gz.sig
source = sudo.pam
validpgpkeys = CCB24BE9E9481B15D34159535A89DFA27EE470C4
+ validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
sha256sums = 74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368
sha256sums = SKIP
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index 6d31315f7f2d..7e184ccc04ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,8 @@ source=(https://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig
sha256sums=('74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368'
'SKIP'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
-validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4' # old pgp signing key
+ '59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB') # new pgp signing key
prepare() {
cd "$srcdir/${pkgname/-selinux}-$_sudover"