aboutsummaryrefslogtreecommitdiff
path: root/system/clamav/clamav.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2018-10-03 22:00:53 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-06 07:25:27 +0700
commit628814bac9dcaf3fe91294599aafb4300860238c (patch)
treefee127c9ae30f62808cfeeefbf6619ac118094fb /system/clamav/clamav.SlackBuild
parent0ab64f3203156216632d336929163c0e1795717c (diff)
system/clamav: Updated for version 0.100.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/clamav/clamav.SlackBuild')
-rw-r--r--system/clamav/clamav.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild
index f713ef67c8..9f8f5251db 100644
--- a/system/clamav/clamav.SlackBuild
+++ b/system/clamav/clamav.SlackBuild
@@ -28,7 +28,7 @@
# No additional license terms added
PRGNAM=clamav
-VERSION=${VERSION:-0.100.1}
+VERSION=${VERSION:-0.100.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -116,7 +116,7 @@ find -L . \
# Specify the desired mirror in the update config file
# http://www.iana.org/cctld/cctld-whois.htm
sed -i "s/^\#DatabaseMirror.*/DatabaseMirror db.${COUNTRY}.clamav.net/" \
- etc/freshclam.conf.sample
+ etc/freshclam.conf.sample || exit 1
sed \
-e "s/^Example/#Example/" \
@@ -127,7 +127,7 @@ sed \
-e "s/^\#AllowSupplementaryGroups.*/AllowSupplementaryGroups yes/" \
-e "s/^\#DatabaseOwner.*/DatabaseOwner clamav/" \
-e "s/^\#NotifyClamd.*/NotifyClamd \/etc\/clamd.conf/" \
- -i etc/freshclam.conf.sample
+ -i etc/freshclam.conf.sample || exit 1
sed \
-e "s/^Example/#Example/" \
-e "s/^\#LogSyslog/LogSyslog/" \
@@ -141,7 +141,7 @@ sed \
-e "s/^\#User.*/User clamav/" \
-e "s/^\#AllowSupplementaryGroups.*/AllowSupplementaryGroups yes/" \
-e "s/^\#ExitOnOOM/ExitOnOOM/" \
- -i etc/clamd.conf.sample
+ -i etc/clamd.conf.sample || exit 1
autoreconf -fi