diff --git a/srcpkgs/clamav/patches/fix-mempool.patch b/srcpkgs/clamav/patches/fix-mempool.patch deleted file mode 100644 index b038d877dc2..00000000000 --- a/srcpkgs/clamav/patches/fix-mempool.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libclamav/readdb.c 2015-11-24 00:13:46.000000000 +0100 -+++ libclamav/readdb.c 2015-12-02 10:42:08.374736882 +0100 -@@ -4163,7 +4163,9 @@ - - /* use the tdb to track filetypes and check flevels */ - memset(&tdb, 0, sizeof(tdb)); -+#ifdef USE_MPOOL - tdb.mempool = engine->mempool; -+#endif - ret = init_tdb(&tdb, engine, attribs, passname); - free(attribs); - if(ret != CL_SUCCESS) { diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template index 39a8dc3dc29..1e3892d7ad0 100644 --- a/srcpkgs/clamav/template +++ b/srcpkgs/clamav/template @@ -1,7 +1,7 @@ # Template file for 'clamav' pkgname=clamav -version=0.99.1 -revision=2 +version=0.99.2 +revision=1 build_style=gnu-configure configure_args="--sbindir=/usr/bin --with-pcre=/usr" conf_files="/etc/clamd.conf /etc/freshclam.conf" @@ -16,7 +16,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2" homepage="http://www.clamav.net/" distfiles="http://www.clamav.net/downloads/production/${pkgname}-${version}.tar.gz" -checksum=e144689122d3f91293808c82cbb06b7d3ac9eca7ae29564c5d148ffe7b25d58a +checksum=167bd6a13e05ece326b968fdb539b05c2ffcfef6018a274a10aeda85c2c0027a CPPFLAGS="-Wno-unused-local-typedefs" if [ "$CROSS_BUILD" ]; then