aboutsummaryrefslogtreecommitdiffstats
path: root/community/libhtp
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-26 16:54:09 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-26 17:56:23 -0300
commit75664a761380bfb3fb4ddb024f42f8fb6d0d1636 (patch)
tree946a81d8df63115797b541a31f9e09799a8939ad /community/libhtp
parent7c9991b8488c1b82e571f5d6e748ca12200192f0 (diff)
downloadaports-75664a761380bfb3fb4ddb024f42f8fb6d0d1636.tar.bz2
aports-75664a761380bfb3fb4ddb024f42f8fb6d0d1636.tar.xz
community/libhtp: upgrade to 0.5.31
Diffstat (limited to 'community/libhtp')
-rw-r--r--community/libhtp/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community/libhtp/APKBUILD b/community/libhtp/APKBUILD
index 82788587fd..09734e3921 100644
--- a/community/libhtp/APKBUILD
+++ b/community/libhtp/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Steve McMaster <code@mcmaster.io>
# Maintainer: Steve McMaster <code@mcmaster.io>
pkgname=libhtp
-pkgver=0.5.30
+pkgver=0.5.31
pkgrel=0
pkgdesc="HTTP normalizer and parser library"
url="https://github.com/OISF/libhtp"
@@ -11,7 +11,6 @@ depends_dev="zlib-dev"
makedepends="$depends_dev automake autoconf libtool"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/OISF/libhtp/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
@@ -19,25 +18,23 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --localstatedir=/var
+ --localstatedir=/var \
+ --disable-static
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
check() {
- cd "$builddir"
make check
}
-sha512sums="46f7c5387df8193dca6abc4f209da47cb81d6e4e0a27c3bc0915167c111ae9e52533195f00738be21e0920690723a80206350b54127f79f29ac49d6c345ed296 libhtp-0.5.30.tar.gz"
+sha512sums="8069afe87548a9cb29a883ebeb9fad05a79297fc567de22e9c1c030f5239d4373478bc3ed5ecb284e84401f1086f6a18a58e288f28381b96dbb5b71d60afa03a libhtp-0.5.31.tar.gz"