summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-02-05 13:15:52 +0530
committerArmin Kuster <akuster808@gmail.com>2018-02-14 11:56:35 -0800
commitf4e950c03b3be0291748d22b9a56a65cfaecc97f (patch)
tree9c34ee9ae42876e878054f935a1f012c9dc08b40
parent9e26f1307ea8f9d28956b40e1a671a29c3d4cce3 (diff)
downloadmeta-security-f4e950c03b3be0291748d22b9a56a65cfaecc97f.tar.gz
clamav: update to 0.99.3
removed unused hash checksums Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/clamav/clamav_0.99.3.bb (renamed from recipes-security/clamav/clamav_0.99.2.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-security/clamav/clamav_0.99.2.bb b/recipes-security/clamav/clamav_0.99.3.bb
index 5dfda8f..2b07d69 100644
--- a/recipes-security/clamav/clamav_0.99.2.bb
+++ b/recipes-security/clamav/clamav_0.99.3.bb
@@ -8,17 +8,14 @@ DEPENDS = "libtool db libmspack chrpath-replacement-native"
8 8
9LIC_FILES_CHKSUM = "file://COPYING.LGPL;beginline=2;endline=3;md5=4b89c05acc71195e9a06edfa2fa7d092" 9LIC_FILES_CHKSUM = "file://COPYING.LGPL;beginline=2;endline=3;md5=4b89c05acc71195e9a06edfa2fa7d092"
10 10
11SRCREV = "5ceae552829ee65c9ecff8ff303b1f2ddfd11576" 11SRCREV = "224f73461a44e278e9fa50ba59f51ee5e64373e0"
12 12
13SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=${PV} \ 13SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=rel/0.99 \
14 file://clamd.conf \ 14 file://clamd.conf \
15 file://freshclam.conf \ 15 file://freshclam.conf \
16 file://volatiles.03_clamav \ 16 file://volatiles.03_clamav \
17 " 17 "
18 18
19SRC_URI[md5sum] = "61b51a04619aeafd965892a53f86d192"
20SRC_URI[sha256sum] = "167bd6a13e05ece326b968fdb539b05c2ffcfef6018a274a10aeda85c2c0027a"
21
22S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
23 20
24LEAD_SONAME = "libclamav.so" 21LEAD_SONAME = "libclamav.so"