summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-10-30 13:30:48 +0100
committerMassimiliano Torromeo2018-10-30 13:30:48 +0100
commitd4b7dfb6f47853428e20724bb94d9af91bd5cbdf (patch)
tree9a011c609fde4a9ac608263f1fdbc932fba02bca
parent9d8355883c3ede42a8ade78fb0f2b2f628894fd1 (diff)
downloadaur-d4b7dfb6f47853428e20724bb94d9af91bd5cbdf.tar.gz
Added gpg signature check on nginx packages
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 976673f835a9..058dc9483898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Oct 30 12:30:48 UTC 2018
pkgbase = nginx-mainline-mod-headers-more
pkgdesc = Set and clear input and output headers (module for mainline nginx)
pkgver = 0.33
@@ -8,6 +10,7 @@ pkgbase = nginx-mainline-mod-headers-more
license = BSD
depends = nginx-mainline
source = https://nginx.org/download/nginx-1.15.5.tar.gz
+ source = https://nginx.org/download/nginx-1.15.5.tar.gz.asc
source = https://github.com/openresty/headers-more-nginx-module/archive/v0.33/headers-more-0.33.tar.gz
sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
sha256sums = a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf
diff --git a/PKGBUILD b/PKGBUILD
index bec55eb500bb..2cc28ab5e605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,14 @@ url="https://github.com/openresty/headers-more-nginx-module"
license=('BSD')
source=(
- https://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
+validpgpkeys=(
+ 'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
+)
+
sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')