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-13 07:08:34 -0700
commitb265ca0b633f9a5376114dbc0687639caf090ba0 (patch)
treece0640ca95034f50c36c3feda34e79b533350fa6
parent0d72d40772c18f0632c8f9964c010110a7158208 (diff)
downloadmeta-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.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