summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Davies <charles.davies@whitetree.xyz>2020-09-10 15:11:23 +0100
committerArmin Kuster <akuster808@gmail.com>2020-09-12 21:49:26 -0700
commit213e1f95b0530fb0b361d0b3c820d719d94b3916 (patch)
treecf81b010fade35f5b51996ab324f53af90c185ba
parent31ee54056ba5a79ae3521fe3b0ed99dd4737ea86 (diff)
downloadmeta-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.bb2
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 \
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25LEAD_SONAME = "libclamav.so" 25LEAD_SONAME = "libclamav.so"
26SO_VER = "9.0.2" 26SO_VER = "9.0.4"
27 27
28inherit autotools pkgconfig useradd systemd multilib_header multilib_script 28inherit autotools pkgconfig useradd systemd multilib_header multilib_script
29 29