summaryrefslogtreecommitdiffstats
path: root/recipes-scanners
diff options
context:
space:
mode:
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