diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 21:01:50 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 21:01:50 +0100 |
commit | f3dc45ce4a73c248cd9d428b03ba44db7d5dd3f3 (patch) | |
tree | a0882d8c8345626603270488795745ae30ff7eab /pcr/modsecurity | |
parent | e85dec02173aa668ce124eff84ea0c79730929cf (diff) | |
download | abslibre-f3dc45ce4a73c248cd9d428b03ba44db7d5dd3f3.tar.gz abslibre-f3dc45ce4a73c248cd9d428b03ba44db7d5dd3f3.tar.bz2 abslibre-f3dc45ce4a73c248cd9d428b03ba44db7d5dd3f3.zip |
pcr/modsecurity: bumped pkgrel and rebuilt
Diffstat (limited to 'pcr/modsecurity')
-rw-r--r-- | pcr/modsecurity/PKGBUILD | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/pcr/modsecurity/PKGBUILD b/pcr/modsecurity/PKGBUILD index 7848b1490..c25da91c6 100644 --- a/pcr/modsecurity/PKGBUILD +++ b/pcr/modsecurity/PKGBUILD @@ -1,22 +1,35 @@ +# Maintainer (AUR): Alfredo Ramos <alfredo dot ramos at yandex dot com> +# Contributor (AUR): Stephan Conrad <stephan@conrad.pics> # Maintainer: David P. <megver83@parabola.nu> -# Contributor: Alfredo Ramos <alfredo dot ramos at yandex dot com> -# Contributor: Stephan Conrad <stephan@conrad.pics> + +# parabola changes and rationale: +# no changes. pkgname=modsecurity pkgver=2.9.2 -pkgrel=3 +pkgrel=3.1 pkgdesc='A cross platform web application firewall engine for Apache, IIS and Nginx' -arch=('armv7h' 'i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='https://modsecurity.org/' license=('APACHE') -depends=('apache' 'apr-util' 'pcre' 'libxml2' 'lua' 'curl' 'yajl' 'icu=60.1') + +depends=( + 'apache' 'apr-util' 'pcre' + 'libxml2' 'lua' 'curl' 'yajl' +) 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' + +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' ) prepare() { |