diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-05 22:28:43 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-05 22:30:22 +0200 |
commit | e9780459f2383697a80a31220c36041e537967e3 (patch) | |
tree | 817d1771c660138d4bb5429a6cf7292de037ed7a /main/nginx/APKBUILD | |
parent | 006f20656db80f31ae88d2bc0b6d50ff495b1213 (diff) | |
download | aports-e9780459f2383697a80a31220c36041e537967e3.tar.bz2 aports-e9780459f2383697a80a31220c36041e537967e3.tar.xz |
main/nginx: add module http-upstream-fair
Diffstat (limited to 'main/nginx/APKBUILD')
-rw-r--r-- | main/nginx/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index 171fba52a5..ae7b3ab22a 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -103,6 +103,8 @@ _http_set_misc_depends="$pkgname-mod-devel-kit" _add_module "http-upload-progress" "v0.9.2" "https://github.com/masterzen/nginx-upload-progress-module" _http_upload_progress_so="ngx_http_uploadprogress_module.so" +_add_module "http-upstream-fair" "v0.1.2" "https://github.com/itoffshore/nginx-upstream-fair" + _add_module "rtmp" "v1.1.11" "https://github.com/arut/nginx-rtmp-module" _rtmp_provides="$pkgname-rtmp" # for backward compatibility @@ -282,4 +284,5 @@ eee427887b172cde32f42c5b2158fb1e05742b102b996e48e99941a9c1a33ec7d473a8835c1d0668 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 +4da7734301d21cd696fcc3aed1a496a93be15af373307487622c0a5920e79d9b580fd5836de7f9c0b60c01485021ba85afae1abb471e703c2d6e23c60ffe7d0a nginx-upstream-fair-0.1.2.tar.gz e7c897265d1e93b06f7e46a653b113e24d2451e2112a7a6da415f130928437444a0346832fd9c10042397fea6120e4e44acc2bccf649ec30ca5bffbf985672e2 nginx-rtmp-module-1.1.11.tar.gz" |