diff options
author | Charlie Davies <charles.davies@whitetree.xyz> | 2020-09-10 15:11:23 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-09-12 21:49:26 -0700 |
commit | 213e1f95b0530fb0b361d0b3c820d719d94b3916 (patch) | |
tree | cf81b010fade35f5b51996ab324f53af90c185ba | |
parent | 31ee54056ba5a79ae3521fe3b0ed99dd4737ea86 (diff) | |
download | meta-security-213e1f95b0530fb0b361d0b3c820d719d94b3916.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 | ||