aboutsummaryrefslogtreecommitdiff
path: root/system/clamav
diff options
context:
space:
mode:
Diffstat (limited to 'system/clamav')
-rw-r--r--system/clamav/clamav.SlackBuild6
-rw-r--r--system/clamav/clamav.info8
2 files changed, 8 insertions, 6 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild
index 30a8b06a8c53..839fe94a410f 100644
--- a/system/clamav/clamav.SlackBuild
+++ b/system/clamav/clamav.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com>
-# Copyright (c) 2011-2023 Matteo Bernardini <ponce@slackbuilds.org>
+# Copyright (c) 2011-2024 Matteo Bernardini <ponce@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -31,7 +31,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=clamav
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -164,6 +164,8 @@ cd build
-DENABLE_MILTER=ON \
-DENABLE_SYSTEMD=OFF \
-DENABLE_TESTS=OFF \
+ -DDATABASE_DIRECTORY=/var/lib/clamav \
+ -DENABLE_EXTERNAL_MSPACK=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
diff --git a/system/clamav/clamav.info b/system/clamav/clamav.info
index 947d8eed9b38..8e79483ec977 100644
--- a/system/clamav/clamav.info
+++ b/system/clamav/clamav.info
@@ -1,10 +1,10 @@
PRGNAM="clamav"
-VERSION="1.2.1"
+VERSION="1.3.0"
HOMEPAGE="https://www.clamav.net/"
-DOWNLOAD="https://www.clamav.net/downloads/production/clamav-1.2.1.tar.gz"
-MD5SUM="370d19d82d330f451c309b551a1cd737"
+DOWNLOAD="https://www.clamav.net/downloads/production/clamav-1.3.0.tar.gz"
+MD5SUM="c70168adc7c88506e079ac86a0c57031"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="rust16"
+REQUIRES="rust16 libmspack"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"