summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-10-30 13:31:20 +0100
committerMassimiliano Torromeo2018-10-30 13:31:20 +0100
commita253e252d26263583391a8405c73f7934ce6a3b0 (patch)
tree9ddf3d0bf2bd34b2e40cbca9ba174aca75cdc87b
parent5ec5531f44b0665aeb47f93cb1506bf4c6d5ba14 (diff)
downloadaur-a253e252d26263583391a8405c73f7934ce6a3b0.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 eb2139ac1d77..1657db426ad1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Oct 30 12:31:20 UTC 2018
pkgbase = nginx-mainline-mod-ndk-set-misc
pkgdesc = Various set_xxx directives added to nginx's rewrite + ngx_devel_kit (module for mainline nginx)
pkgver = 0.31+0.3.0
@@ -10,6 +12,7 @@ pkgbase = nginx-mainline-mod-ndk-set-misc
provides = nginx-mainline-mod-ndk
conflicts = nginx-mainline-mod-ndk
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/set-misc-nginx-module/archive/v0.31/set-misc-0.31.tar.gz
source = https://github.com/simpl/ngx_devel_kit/archive/v0.3.0/ngx_devel_kit-0.3.0.tar.gz
sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
diff --git a/PKGBUILD b/PKGBUILD
index 7953d6c7bd17..c84d4d5aa370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,11 +19,15 @@ url="https://github.com/openresty/set-misc-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$_setmiscver/$_modname-$_setmiscver.tar.gz
https://github.com/simpl/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
)
+validpgpkeys=(
+ 'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
+)
+
sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
'97946a68937b50ab8637e1a90a13198fe376d801dc3e7447052e43c28e9ee7de'
'88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619')