aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2018-01-21 13:27:40 -0500
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-02-12 10:48:13 +0000
commit3459fad244fbe8aaa787d160cc8147ba9ea38a9a (patch)
tree81abdcc42adf76b8234ffaf9d97ff81c97f72408 /main/nginx
parent46026ea826f5d0507f85a9800b220e47da7b1206 (diff)
downloadaports-3459fad244fbe8aaa787d160cc8147ba9ea38a9a.tar.bz2
aports-3459fad244fbe8aaa787d160cc8147ba9ea38a9a.tar.xz
main/nginx: add kaltura http_vod module
Diffstat (limited to 'main/nginx')
-rw-r--r--main/nginx/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 9d830a8d10..4fec98a124 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -9,7 +9,7 @@
#
pkgname=nginx
pkgver=1.12.2
-pkgrel=4
+pkgrel=5
# Revision of nginx-tests to use for check().
_tests_hgrev=cdd44ff602db
pkgdesc="HTTP and reverse proxy server (stable version)"
@@ -107,6 +107,7 @@ _add_module "http-upstream-fair" "0.1.3" "https://github.com/itoffshore/nginx-up
_add_module "rtmp" "v1.2.0" "https://github.com/arut/nginx-rtmp-module"
_rtmp_provides="$pkgname-rtmp" # for backward compatibility
+_add_module "http-vod" "1.22" "https://github.com/kaltura/nginx-vod-module"
prepare() {
local file; for file in $source; do
@@ -282,4 +283,5 @@ a22cfab85f5a15cf4b778749227caee559982dbe7711e1c5698456b3821943ec66b7a980ed56612b
c853b041cecc3521f888be3d0483c6cf23d239259ac4f5d35b10d4483b0fb06d1d22060adedcf6605b220d99f9051faf300d06989736d510b4486f943d3a675e set-misc-nginx-module-0.31.tar.gz
c31c46344d49704389722325a041b9cd170fa290acefe92cfc572c07f711cd3039de78f28df48ca7dcb79b2e4bbe442580aaaf4d92883fd3a14bf41d66dd9d8c nginx-upload-progress-module-0.9.2.tar.gz
8adb7453c27748f4e685e3352e9b318b408da818754dc5b6244e908423941a8ba337561104f6e481f2553cbc0e334dcea73b57f8e810a9d6e974bb69ff8859e5 nginx-upstream-fair-0.1.3.tar.gz
-8965d9bee91a46375516ccd012d1c43cd23f15c0630d11ed01472b9a84504574b476f22c5584f43c972a8f923e9ae025b9b60c64aace0ed159c7279bcbd376c8 nginx-rtmp-module-1.2.0.tar.gz"
+8965d9bee91a46375516ccd012d1c43cd23f15c0630d11ed01472b9a84504574b476f22c5584f43c972a8f923e9ae025b9b60c64aace0ed159c7279bcbd376c8 nginx-rtmp-module-1.2.0.tar.gz
+ee1d55c406ff7c0943ec3c6069d087a238021b5be7839c9fa7e61bd8d324dc1a831d9ee1ec9ee6f6b7b0e0514cd87ff3690ac4183525a0980537d46175c430ad nginx-vod-module-1.22.tar.gz"