clamav: update to 0.99.2
This commit is contained in:
parent
319b2a6689
commit
4bfbc80cf1
2 changed files with 3 additions and 15 deletions
|
@ -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) {
|
|
@ -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 <pullmoll@t-online.de>"
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue