summaryrefslogtreecommitdiff
path: root/pcr/modsecurity
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-12-17 17:07:42 -0300
committerDavid P <megver83@parabola.nu>2017-12-17 17:07:42 -0300
commit18cc9ec7fa83a01503e2038580e2cde7dd4a9dc7 (patch)
tree3eaf894878594196390ca34776df3a7e5f8c6ed5 /pcr/modsecurity
parentc7727502b791929fe07727a94a7ae82aaff21163 (diff)
downloadabslibre-18cc9ec7fa83a01503e2038580e2cde7dd4a9dc7.tar.gz
abslibre-18cc9ec7fa83a01503e2038580e2cde7dd4a9dc7.tar.bz2
abslibre-18cc9ec7fa83a01503e2038580e2cde7dd4a9dc7.zip
upgpkg: pcr/modsecurity 2.9.2-3
Diffstat (limited to 'pcr/modsecurity')
-rw-r--r--pcr/modsecurity/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/pcr/modsecurity/PKGBUILD b/pcr/modsecurity/PKGBUILD
index 0fa10982c..7848b1490 100644
--- a/pcr/modsecurity/PKGBUILD
+++ b/pcr/modsecurity/PKGBUILD
@@ -4,21 +4,19 @@
pkgname=modsecurity
pkgver=2.9.2
-pkgrel=2
+pkgrel=3
pkgdesc='A cross platform web application firewall engine for Apache, IIS and Nginx'
arch=('armv7h' 'i686' 'x86_64')
url='https://modsecurity.org/'
license=('APACHE')
-depends=('apache' 'apr-util' 'pcre' 'libxml2' 'lua' 'curl' 'yajl')
+depends=('apache' 'apr-util' 'pcre' 'libxml2' 'lua' 'curl' 'yajl' 'icu=60.1')
provides=("${pkgname}=${pkgver}")
source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
- 'fix_lua_detection.patch')
-validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277' # Felipe Zimmerle
-)
-sha256sums=(
- '41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5'
- 'SKIP' # GPG signature
- 'cf9d149d3c2a0e8e7960d55fc86789168df64c4511200551b67c457a87752934'
+ 'fix_lua_detection.patch')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle
+sha256sums=('41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5'
+ 'SKIP' # GPG signature
+ 'cf9d149d3c2a0e8e7960d55fc86789168df64c4511200551b67c457a87752934'
)
prepare() {