From 0e35fc76d4a9b63c2ea97d4c31c392deef3cec84 Mon Sep 17 00:00:00 2001 From: David P Date: Thu, 5 Apr 2018 22:59:11 -0300 Subject: pcr/modsecurity: rebuild against new icu version --- pcr/modsecurity/PKGBUILD | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) (limited to 'pcr/modsecurity') diff --git a/pcr/modsecurity/PKGBUILD b/pcr/modsecurity/PKGBUILD index c25da91c6..af9488e33 100644 --- a/pcr/modsecurity/PKGBUILD +++ b/pcr/modsecurity/PKGBUILD @@ -1,35 +1,23 @@ -# Maintainer (AUR): Alfredo Ramos -# Contributor (AUR): Stephan Conrad # Maintainer: David P. - -# parabola changes and rationale: -# no changes. +# Contributor: Alfredo Ramos +# Contributor: Stephan Conrad pkgname=modsecurity pkgver=2.9.2 -pkgrel=3.1 +pkgrel=4 pkgdesc='A cross platform web application firewall engine for Apache, IIS and Nginx' -arch=('i686' 'x86_64' 'armv7h') +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') 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 +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' +sha256sums=('41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5' + 'SKIP' + 'cf9d149d3c2a0e8e7960d55fc86789168df64c4511200551b67c457a87752934' ) prepare() { -- cgit v1.2.3