diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-10-03 22:00:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:27 +0700 |
commit | 628814bac9dcaf3fe91294599aafb4300860238c (patch) | |
tree | fee127c9ae30f62808cfeeefbf6619ac118094fb | |
parent | 0ab64f3203156216632d336929163c0e1795717c (diff) | |
download | slackbuilds-628814bac9dcaf3fe91294599aafb4300860238c.tar.gz |
system/clamav: Updated for version 0.100.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | system/clamav/clamav.SlackBuild | 8 | ||||
-rw-r--r-- | system/clamav/clamav.info | 6 |
2 files changed, 7 insertions, 7 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 diff --git a/system/clamav/clamav.info b/system/clamav/clamav.info index 3debfb1370..084676d6fb 100644 --- a/system/clamav/clamav.info +++ b/system/clamav/clamav.info @@ -1,8 +1,8 @@ PRGNAM="clamav" -VERSION="0.100.1" +VERSION="0.100.2" HOMEPAGE="https://www.clamav.net/" -DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.100.1.tar.gz" -MD5SUM="0f653df0480eebcd828939e8db9f0443" +DOWNLOAD="https://www.clamav.net/downloads/production/clamav-0.100.2.tar.gz" +MD5SUM="253dd79dd57da759567e42543a569c5c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |