diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-10-22 15:26:36 -0700 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-10-23 10:01:49 +0800 |
commit | c943833739c62228144bb91e77c6858b63c55e08 (patch) | |
tree | e8adc4e5d6ca11775340d964aba7077cdaa6d331 /net/clamav/Makefile | |
parent | 6092f9aa5521358d2d3616e87d79fabd3ef77e5f (diff) |
clamav: Update to 0.100.2
Fixes CVE-2018-15378. Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/clamav/Makefile')
-rw-r--r-- | net/clamav/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/clamav/Makefile b/net/clamav/Makefile index daa840101..ea6ac0981 100644 --- a/net/clamav/Makefile +++ b/net/clamav/Makefile @@ -8,16 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clamav -PKG_VERSION:=0.100.1 -PKG_RELEASE:=2 +PKG_VERSION:=0.100.2 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \ Lucian Cristian <lucian.cristian@gmail.com> +PKG_CPE_ID:=cpe:/a:clamav:clamav PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.clamav.net/downloads/production/ -PKG_HASH:=84e026655152247de7237184ee13003701c40be030dd68e0316111049f58a59f +PKG_HASH:=4a2e4f0cd41e62adb5a713b4a1857c49145cd09a69957e6d946ecad575206dd6 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 @@ -31,7 +32,7 @@ define Package/clamav/Default CATEGORY:=Network SUBMENU:=Web Servers/Proxies TITLE:=ClamAV - URL:=http://www.clamav.net/ + URL:=https://www.clamav.net/ endef define Package/clamav |