Date: Tuesday, May 31, 2022 @ 07:28:22
  Author: mtorromeo
Revision: 1216938

archrelease: copy trunk to community-x86_64

Added:
  libmodsecurity/repos/community-x86_64/PKGBUILD
    (from rev 1216937, libmodsecurity/trunk/PKGBUILD)
Deleted:
  libmodsecurity/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-31 07:28:17 UTC (rev 1216937)
+++ PKGBUILD    2022-05-31 07:28:22 UTC (rev 1216938)
@@ -1,33 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=libmodsecurity
-pkgver=3.0.6
-pkgrel=4
-epoch=1
-
-pkgdesc='ModSecurity v3 library component'
-arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
-makedepends=('doxygen')
-options=('debug')
-url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
-license=('APACHE')
-source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
-sha256sums=('06315d9a32fc830997178f30a69e933c9c2364b263a2f036959bebc4dde59a08'
-            'SKIP')
-validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa <[email protected]>
-              'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) <[email protected]>
-
-build() {
-       cd "$srcdir"/modsecurity-v$pkgver
-       ./build.sh
-       ./configure \
-               --prefix=/usr \
-               --disable-examples
-       make
-}
-
-package() {
-       cd "$srcdir"/modsecurity-v$pkgver
-       make DESTDIR="$pkgdir" install
-}

Copied: libmodsecurity/repos/community-x86_64/PKGBUILD (from rev 1216937, 
libmodsecurity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-05-31 07:28:22 UTC (rev 1216938)
@@ -0,0 +1,33 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=libmodsecurity
+pkgver=3.0.7
+pkgrel=1
+epoch=1
+
+pkgdesc='ModSecurity v3 library component'
+arch=('x86_64')
+depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
+makedepends=('doxygen')
+options=('debug')
+url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
+license=('APACHE')
+source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
+sha256sums=('cfd8b7e7e6a0e9ca4e19b9adeb07594ba75eba16a66da5e9b0974c0117c21a34'
+            'SKIP')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa <[email protected]>
+              'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) <[email protected]>
+
+build() {
+       cd "$srcdir"/modsecurity-v$pkgver
+       ./build.sh
+       ./configure \
+               --prefix=/usr \
+               --disable-examples
+       make
+}
+
+package() {
+       cd "$srcdir"/modsecurity-v$pkgver
+       make DESTDIR="$pkgdir" install
+}

Reply via email to