diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-05-08 19:35:01 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-05-16 13:23:55 -0700 |
| commit | 75d37ed02ac22e632f935317bcde5d3aa1abcda9 (patch) | |
| tree | 7f15431fa8ef0cc083c88d8428b80a34d8d338b8 | |
| parent | 5a9e1224e759795b3ba4ad9740659a4c527b4a2f (diff) | |
| download | meta-security-75d37ed02ac22e632f935317bcde5d3aa1abcda9.tar.gz | |
clamav: update to tip.
Add UPSTEAM_CHECK
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-scanners/clamav/clamav_0.104.0.bb | 5 |
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 | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b273d5902896f7bbe17" | 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;beginline=2;endline=3;md5=f7029fbbc5898b273d5902896f7bbe17" |
| 10 | 10 | ||
| 11 | SRCREV = "5553a5e206ceae5d920368baee7d403f823bcb6f" | 11 | # May 2nd |
| 12 | SRCREV = "de0086aa918b79cd22570d0c05977a288b197e23" | ||
| 12 | 13 | ||
| 13 | SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=dev/0.104 \ | 14 | SRC_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 | ||
| 29 | inherit cmake chrpath pkgconfig useradd systemd multilib_header multilib_script | 30 | inherit cmake chrpath pkgconfig useradd systemd multilib_header multilib_script |
| 30 | 31 | ||
| 32 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 33 | |||
| 31 | CLAMAV_UID ?= "clamav" | 34 | CLAMAV_UID ?= "clamav" |
| 32 | CLAMAV_GID ?= "clamav" | 35 | CLAMAV_GID ?= "clamav" |
| 33 | 36 | ||
