aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nginx-naxsi/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-06 16:44:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:15 +0000
commite44f40f565c9bee8f77ddef3aa44e18abd2db7f4 (patch)
tree1d22ce3c5a3499ae6c07da34a9aba069a3781b24 /testing/nginx-naxsi/APKBUILD
parent38063736056b332c9ab378e9d521f2e24dccc712 (diff)
testing/nginx-naxsi: rebuild against openssl 1.1
Diffstat (limited to 'testing/nginx-naxsi/APKBUILD')
-rw-r--r--testing/nginx-naxsi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nginx-naxsi/APKBUILD b/testing/nginx-naxsi/APKBUILD
index aa364c39786..0afc5291691 100644
--- a/testing/nginx-naxsi/APKBUILD
+++ b/testing/nginx-naxsi/APKBUILD
@@ -6,7 +6,7 @@
pkgname=nginx-naxsi
_pkgname=nginx
pkgver=1.15.5
-pkgrel=0
+pkgrel=1
pkgdesc="Lightweight HTTP and reverse proxy server with Naxsi WAF support, see also 'nxapi'"
url="https://github.com/nbs-system/naxsi"
arch="all"
@@ -30,7 +30,7 @@ _ngx_http_sysguard_ver=2.2.0
_ngx_http_sysguard_dir="$srcdir/$_ngx_http_sysguard_name-$_ngx_http_sysguard_ver"
depends="!nginx"
-makedepends="linux-headers gd-dev geoip-dev libxml2-dev libxslt-dev libressl-dev
+makedepends="linux-headers gd-dev geoip-dev libxml2-dev libxslt-dev openssl-dev
pcre-dev perl-dev pkgconf zlib-dev"
pkgusers="nginx"
_grp_ngx="nginx"