diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-11-10 17:00:41 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-11-23 18:55:22 +0100 |
commit | c7ad27ebbd4549c19bc3d6ea4370259322f1136e (patch) | |
tree | 790946dedf3de7e809bc1fcba6ab238f71d0d5f7 /net/clamav/Makefile | |
parent | 54755c03e9ba2f932dbd1b5c68f9e56dd2cae878 (diff) |
clamav: Update to version 0.101.4
Change deprecated options to a new one:
DetectBrokenExecutables to AlertBrokenExecutables
ArchiveBlockEncrypted to AlertEncrypted
Fixes: CVE-2019-12900 and CVE-2019-12625
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net/clamav/Makefile')
-rw-r--r-- | net/clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/clamav/Makefile b/net/clamav/Makefile index 6fc2c8a1c..4cef270c9 100644 --- a/net/clamav/Makefile +++ b/net/clamav/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clamav -PKG_VERSION:=0.101.3 +PKG_VERSION:=0.101.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.clamav.net/downloads/production/ -PKG_HASH:=68d42aac4a9cbde293288533a9a3c3d55863de38f2b8707c1ef2d987b1260338 +PKG_HASH:=0bf094f0919d158a578421d66bc2569c8c8181233ba162bb51722f98c802bccd PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \ Lucian Cristian <lucian.cristian@gmail.com> |