diff options
author | Charlie Davies <charles.davies@whitetree.xyz> | 2020-09-10 15:11:23 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-09-13 07:08:34 -0700 |
commit | b265ca0b633f9a5376114dbc0687639caf090ba0 (patch) | |
tree | ce0640ca95034f50c36c3feda34e79b533350fa6 | |
parent | 0d72d40772c18f0632c8f9964c010110a7158208 (diff) | |
download | meta-security-b265ca0b633f9a5376114dbc0687639caf090ba0.tar.gz |
clamav: update SO_VER to 9.0.4
Signed-off-by: Charlie Davies <charles.davies@whitetree.xyz>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-scanners/clamav/clamav_0.101.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/clamav/clamav_0.101.5.bb b/recipes-scanners/clamav/clamav_0.101.5.bb index 770186a..47fbae4 100644 --- a/recipes-scanners/clamav/clamav_0.101.5.bb +++ b/recipes-scanners/clamav/clamav_0.101.5.bb | |||
@@ -23,7 +23,7 @@ SRC_URI = "git://github.com/vrtadmin/clamav-devel;branch=rel/0.101 \ | |||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | LEAD_SONAME = "libclamav.so" | 25 | LEAD_SONAME = "libclamav.so" |
26 | SO_VER = "9.0.2" | 26 | SO_VER = "9.0.4" |
27 | 27 | ||
28 | inherit autotools pkgconfig useradd systemd multilib_header multilib_script | 28 | inherit autotools pkgconfig useradd systemd multilib_header multilib_script |
29 | 29 | ||