clamav: update to 0.100.0

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-04-15 05:38:52 +02:00
parent 8b4d24ca3b
commit ce7f4dfa82
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 8 additions and 8 deletions

View File

@ -1,31 +1,31 @@
# Template file for 'clamav'
pkgname=clamav
version=0.99.4
version=0.100.0
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-pcre=/usr --disable-llvm --disable-zlib-vcheck"
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
--with-system-libmspack=${XBPS_CROSS_BASE}/usr"
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 ncurses-devel
json-c-devel pcre-devel tcl-devel bzip2-devel zlib-devel"
makedepends="libressl-devel libxml2-devel libcurl-devel libmspack-devel
ncurses-devel json-c-devel pcre-devel tcl-devel bzip2-devel zlib-devel"
short_desc="Clam Anti-Virus scanner"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://www.clamav.net/"
distfiles="http://www.clamav.net/downloads/production/${pkgname}-${version}.tar.gz"
checksum=d72ac3273bde8d2e5e28ec9978373ee3ab4529fd868bc3fc4d2d2671228f2461
checksum=c5c5edaf75a3c53ac0f271148fd6447310bce53f448ec7e6205124a25918f65c
CPPFLAGS="-Wno-unused-local-typedefs"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-openssl=${XBPS_CROSS_BASE}/usr"
configure_args+=" --with-pcre=${XBPS_CROSS_BASE}/usr"
configure_args+=" --with-zlib=${XBPS_CROSS_BASE}/usr"
configure_args+=" --disable-mempool"
fi
case "$XBPS_TARGET_MACHINE" in