clamav: update to 0.101.2

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-03-30 11:01:30 +01:00
parent 8e8cc9727c
commit 263fc2015e
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,6 +1,6 @@
# Template file for 'clamav'
pkgname=clamav
version=0.101.1
version=0.101.2
revision=1
build_style=gnu-configure
# XXX: system llvm is too new (< 3.7 required)
@ -10,9 +10,6 @@ configure_args="--sbindir=/usr/bin --libdir=/usr/lib
--with-zlib=${XBPS_CROSS_BASE}/usr --with-libbz2-prefix=${XBPS_CROSS_BASE}/usr
--with-system-libmspack=${XBPS_CROSS_BASE}/usr --with-user=_clamav --with-group=_clamav"
conf_files="/etc/clamd.conf /etc/freshclam.conf"
system_accounts="_clamav"
_clamav_homedir="/var/lib/_${pkgname}"
_clamav_descr="ClamAV user"
hostmakedepends="flex pkg-config zip"
makedepends="json-c-devel libcurl-devel libmspack-devel libxml2-devel
ncurses-devel pcre-devel tcl-devel"
@ -21,7 +18,10 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2.0-only"
homepage="http://www.clamav.net/"
distfiles="http://www.clamav.net/downloads/production/${pkgname}-${version}.tar.gz"
checksum=fa368fa9b2f57638696150c7d108b06dec284e8d8e3b8e702c784947c01fb806
checksum=0a12ebdf6ff7a74c0bde2bdc2b55cae33449e6dd953ec90824a9e01291277634
_clamav_homedir="/var/lib/_${pkgname}"
_clamav_descr="ClamAV user"
system_accounts="_clamav"
CPPFLAGS="-Wno-unused-local-typedefs"
if [ "$CROSS_BUILD" ]; then