diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-18 17:29:38 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-18 17:30:34 +0200 |
commit | ce940d2bc5682e7ca1614a82aaa7a58177d3e93e (patch) | |
tree | 4abb8ac49c5fb3ac73083388ff77f835799c15ec /main/nginx | |
parent | 0b21939158ffa449e0f88b6440f6d4183900c711 (diff) | |
download | aports-ce940d2bc5682e7ca1614a82aaa7a58177d3e93e.tar.bz2 aports-ce940d2bc5682e7ca1614a82aaa7a58177d3e93e.tar.xz |
main/nginx: add new module http-shibboleth
Diffstat (limited to 'main/nginx')
-rw-r--r-- | main/nginx/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index ae7b3ab22a..b07cca0cff 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -9,7 +9,7 @@ # pkgname=nginx pkgver=1.12.1 -pkgrel=1 +pkgrel=2 # Revision of nginx-tests to use for check(). _tests_hgrev=cdd44ff602db pkgdesc="HTTP and reverse proxy server (stable version)" @@ -95,6 +95,8 @@ _http_lua_upstream_depends="$pkgname-mod-http-lua" _add_module "http-nchan" "v1.1.7" "https://github.com/slact/nchan" _http_nchan_so="ngx_nchan_module.so" +_add_module "http-shibboleth" "v2.0.1" "https://github.com/nginx-shib/nginx-http-shibboleth" + _add_module "http-redis2" "v0.14" "https://github.com/openresty/redis2-nginx-module" _add_module "http-set-misc" "v0.31" "https://github.com/openresty/set-misc-nginx-module" @@ -281,6 +283,7 @@ e42582b45c3111de3940bbeb67ce161aca2d55adcfb00c61c12256fa0e36221d38723013f36edbcf ad621cec178eb37109f16ebc30dbab7b1ea344ac4b523ff1e6ad62364b8cf437488a89c593ca44b446b729a1c578e3a97685851847b4b16a147ac9eca8f23a2a lua-nginx-module-0.10.8.tar.gz eee427887b172cde32f42c5b2158fb1e05742b102b996e48e99941a9c1a33ec7d473a8835c1d06686c02afeb5d5dbe0fec8ff700a363d6330821f108196e85da lua-upstream-nginx-module-0.06.tar.gz 1e9b029912ef6e89dba8e3aed57d50848b52fbeb1077d965ca39aea14c2b34c11092ee53db47fb1df9e5adaf466f849c5a33cade881fddb420c1a036bc659d4b nchan-1.1.7.tar.gz +1730845ea2e52be8c2f6cfceb2894304c5a07959a96940bb1617ee0e7cf81d22283304f411d9a219ddb71e4d9a66012bba0f6f5574d101aeb3c406f26c5d6a4e nginx-http-shibboleth-2.0.1.tar.gz a22cfab85f5a15cf4b778749227caee559982dbe7711e1c5698456b3821943ec66b7a980ed56612b7f2ae70d22832123be24e50a402c659c6f3eb1d98d60b4cd redis2-nginx-module-0.14.tar.gz c853b041cecc3521f888be3d0483c6cf23d239259ac4f5d35b10d4483b0fb06d1d22060adedcf6605b220d99f9051faf300d06989736d510b4486f943d3a675e set-misc-nginx-module-0.31.tar.gz c31c46344d49704389722325a041b9cd170fa290acefe92cfc572c07f711cd3039de78f28df48ca7dcb79b2e4bbe442580aaaf4d92883fd3a14bf41d66dd9d8c nginx-upload-progress-module-0.9.2.tar.gz |