clamav: update to 0.100.1

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-07-10 22:57:31 +02:00
parent 9c41116f1a
commit 5065575552
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 7 additions and 8 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'clamav'
pkgname=clamav
version=0.100.0
revision=2
version=0.100.1
revision=1
build_style=gnu-configure
# XXX: system llvm is too new (< 3.7 required)
# Shipped llvm does not build with gcc6
# --disable-zlib-vcheck because of broken zlib check
configure_args="--sbindir=/usr/bin --libdir=/usr/lib
--with-openssl=${XBPS_CROSS_BASE}/usr --with-pcre=${XBPS_CROSS_BASE}/usr
--with-zlib=${XBPS_CROSS_BASE}/usr --with-libbz2-prefix=${XBPS_CROSS_BASE}/usr
@ -14,15 +13,15 @@ conf_files="/etc/clamd.conf /etc/freshclam.conf"
system_accounts="clamav"
clamav_homedir="/var/lib/${pkgname}"
clamav_descr="ClamAV user"
hostmakedepends="bison flex pkg-config zip"
makedepends="libressl-devel libxml2-devel libcurl-devel libmspack-devel
ncurses-devel json-c-devel pcre-devel tcl-devel bzip2-devel zlib-devel"
hostmakedepends="flex pkg-config zip"
makedepends="json-c-devel libcurl-devel libmspack-devel libxml2-devel
ncurses-devel pcre-devel tcl-devel"
short_desc="Clam Anti-Virus scanner"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
license="GPL-2.0-only"
homepage="http://www.clamav.net/"
distfiles="http://www.clamav.net/downloads/production/${pkgname}-${version}.tar.gz"
checksum=c5c5edaf75a3c53ac0f271148fd6447310bce53f448ec7e6205124a25918f65c
checksum=84e026655152247de7237184ee13003701c40be030dd68e0316111049f58a59f
CPPFLAGS="-Wno-unused-local-typedefs"
if [ "$CROSS_BUILD" ]; then