summaryrefslogtreecommitdiffstats
path: root/recipes-scanners
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-05-08 19:35:01 +0000
committerArmin Kuster <akuster808@gmail.com>2021-05-16 13:23:55 -0700
commit75d37ed02ac22e632f935317bcde5d3aa1abcda9 (patch)
tree7f15431fa8ef0cc083c88d8428b80a34d8d338b8 /recipes-scanners
parent5a9e1224e759795b3ba4ad9740659a4c527b4a2f (diff)
downloadmeta-security-75d37ed02ac22e632f935317bcde5d3aa1abcda9.tar.gz
clamav: update to tip.
Add UPSTEAM_CHECK Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-scanners')
-rw-r--r--recipes-scanners/clamav/clamav_0.104.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-scanners/clamav/clamav_0.104.0.bb b/recipes-scanners/clamav/clamav_0.104.0.bb
index 36e498d..6892bb0 100644
--- a/recipes-scanners/clamav/clamav_0.104.0.bb
+++ b/recipes-scanners/clamav/clamav_0.104.0.bb
@@ -8,7 +8,8 @@ DEPENDS = "glibc llvm libtool db openssl zlib curl libxml2 bison pcre2 json-c li
8 8
9LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b273d5902896f7bbe17" 9LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b273d5902896f7bbe17"
10 10
11SRCREV = "5553a5e206ceae5d920368baee7d403f823bcb6f" 11# May 2nd
12SRCREV = "de0086aa918b79cd22570d0c05977a288b197e23"
12 13
13SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=dev/0.104 \ 14SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=dev/0.104 \
14 file://clamd.conf \ 15 file://clamd.conf \
@@ -28,6 +29,8 @@ BINCONFIG = "${bindir}/clamav-config"
28 29
29inherit cmake chrpath pkgconfig useradd systemd multilib_header multilib_script 30inherit cmake chrpath pkgconfig useradd systemd multilib_header multilib_script
30 31
32UPSTREAM_CHECK_COMMITS = "1"
33
31CLAMAV_UID ?= "clamav" 34CLAMAV_UID ?= "clamav"
32CLAMAV_GID ?= "clamav" 35CLAMAV_GID ?= "clamav"
33 36