summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiab Neiroukh2020-04-24 19:01:31 +0100
committerDiab Neiroukh2020-04-24 19:02:33 +0100
commitcadcd50a9d77b832b7af6de71f4e24d60ee3bc34 (patch)
treeecaff63cf61771ba6343d5848a9692ffc664711c
parent0f8312b3acd1ca9966a27d8f62c552d278aef7b4 (diff)
downloadaur-cadcd50a9d77b832b7af6de71f4e24d60ee3bc34.tar.gz
📦 NEW: Add Redis2 module
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eac52b60178..7d8d82696a4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-zest-git
pkgver = 1.17.10
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/ZestProjects/nginx
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = nginx-zest-git
source = https://people.freebsd.org/~osa/ngx_http_redis-0.3.9.tar.gz
source = git+https://github.com/openresty/srcache-nginx-module.git
source = git+https://github.com/tokers/zstd-nginx-module.git
+ source = git+https://github.com/openresty/redis2-nginx-module.git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
@@ -36,6 +37,7 @@ pkgbase = nginx-zest-git
b2sums = ea3b5668b18b83df37bd954bd7cfd61fcb91e7b40bc2ef79f7c2117252307bbd716925669e15331a813eadb07819e5a3a7410eab52e8f918a167fe69ead2b375
b2sums = SKIP
b2sums = SKIP
+ b2sums = SKIP
pkgname = nginx-zest-git
pkgdesc = NGINX with beefed up security and performance
@@ -53,7 +55,8 @@ pkgname = nginx-zest-git
conflicts = nginx-mod-brotli
conflicts = nginx-mod-cookie_flag_module
conflicts = nginx-mod-njs
- conflicts = nginx-mod-redis=0.3.9
+ conflicts = nginx-mod-redis
+ conflicts = nginx-mod-redis2
conflicts = nginx-mod-srcache
backup = etc/nginx/fastcgi.conf
backup = etc/nginx/fastcgi_params
diff --git a/PKGBUILD b/PKGBUILD
index 516fd9f20399..99323214520b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(
"nginx-zest-src-git"
)
pkgver=1.17.10
-pkgrel=1
+pkgrel=2
epoch=1
arch=(
"x86_64"
@@ -35,6 +35,7 @@ source=(
"https://people.freebsd.org/~osa/ngx_http_redis-0.3.9.tar.gz"
"git+https://github.com/openresty/srcache-nginx-module.git"
"git+https://github.com/tokers/zstd-nginx-module.git"
+ "git+https://github.com/openresty/redis2-nginx-module.git"
)
b2sums=(
"SKIP"
@@ -49,6 +50,7 @@ b2sums=(
"ea3b5668b18b83df37bd954bd7cfd61fcb91e7b40bc2ef79f7c2117252307bbd716925669e15331a813eadb07819e5a3a7410eab52e8f918a167fe69ead2b375"
"SKIP"
"SKIP"
+ "SKIP"
)
_common_flags=(
@@ -86,6 +88,7 @@ _stable_flags=(
--add-module="../nginx_cookie_flag_module"
--add-module="../njs/nginx"
--add-module="../ngx_http_redis-0.3.9"
+ --add-module="../redis2-nginx-module"
--add-module="../srcache-nginx-module"
--add-module="../zstd-nginx-module"
--build="zest"
@@ -168,7 +171,8 @@ package_nginx-zest-git()
"nginx-mod-brotli"
"nginx-mod-cookie_flag_module"
"nginx-mod-njs"
- "nginx-mod-redis=0.3.9"
+ "nginx-mod-redis"
+ "nginx-mod-redis2"
"nginx-mod-srcache"
)
backup=(