summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-10-27 01:17:27 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-27 23:39:01 -0500
commite462e0a44aca13ebd0c38beade67bb6955ab6f32 (patch)
tree2d9ae6b61188481ab4bb5cd35f1630b1f1114b5d /system
parentd4f5065b3f8e788a12cad1186c006039d0dd5cb6 (diff)
downloadslackbuilds-e462e0a44aca13ebd0c38beade67bb6955ab6f32.tar.gz
slackbuilds-e462e0a44aca13ebd0c38beade67bb6955ab6f32.tar.xz
system/clamav: Updated for version 0.98.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/clamav/clamav.SlackBuild14
-rw-r--r--system/clamav/clamav.info6
-rw-r--r--system/clamav/doinst.sh1
3 files changed, 11 insertions, 10 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild
index c72373f432..48f52d0363 100644
--- a/system/clamav/clamav.SlackBuild
+++ b/system/clamav/clamav.SlackBuild
@@ -27,8 +27,8 @@
# No additional license terms added
PRGNAM=clamav
-VERSION=${VERSION:-0.97.6}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-0.98}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -91,7 +91,7 @@ chmod -R u+w,go+r-w,a-s .
# 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
+ etc/freshclam.conf.sample
sed \
-e "s/^Example/#Example/" \
@@ -102,7 +102,7 @@ sed \
-e "s/^\#AllowSupplementaryGroups.*/AllowSupplementaryGroups yes/" \
-e "s/^\#DatabaseOwner.*/DatabaseOwner clamav/" \
-e "s/^\#NotifyClamd.*/NotifyClamd \/etc\/clamd.conf/" \
- -i etc/freshclam.conf
+ -i etc/freshclam.conf.sample
sed \
-e "s/^Example/#Example/" \
-e "s/^\#LogSyslog/LogSyslog/" \
@@ -116,7 +116,7 @@ sed \
-e "s/^\#User.*/User clamav/" \
-e "s/^\#AllowSupplementaryGroups.*/AllowSupplementaryGroups yes/" \
-e "s/^\#ExitOnOOM/ExitOnOOM/" \
- -i etc/clamd.conf
+ -i etc/clamd.conf.sample
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -141,12 +141,12 @@ make install DESTDIR=$PKG
# Prepare the config files:
for cf in clamd freshclam clamav-milter; do
- mv $PKG/etc/$cf.conf $PKG/etc/$cf.conf.new
+ mv $PKG/etc/$cf.conf.sample $PKG/etc/$cf.conf.new
done
# Our rc script and logrotate entry:
install -D -m 0755 $CWD/rc.clamav $PKG/etc/rc.d/rc.clamav.new
-install -D -m 0644 $CWD/logrotate.clamav $PKG/etc/logrotate.d/clamav
+install -D -m 0644 $CWD/logrotate.clamav $PKG/etc/logrotate.d/clamav.new
# Create pid, socket, db, and log directories
# init script must still ensure that /var/run/clamav exists
diff --git a/system/clamav/clamav.info b/system/clamav/clamav.info
index 89c2fc9a31..a44920bf53 100644
--- a/system/clamav/clamav.info
+++ b/system/clamav/clamav.info
@@ -1,8 +1,8 @@
PRGNAM="clamav"
-VERSION="0.97.6"
+VERSION="0.98"
HOMEPAGE="http://www.clamav.net/"
-DOWNLOAD="http://downloads.sourceforge.net/clamav/clamav-0.97.6.tar.gz"
-MD5SUM="1dbdd803b37c0d9d222e4316049f46a2"
+DOWNLOAD="http://downloads.sourceforge.net/clamav/clamav-0.98.tar.gz"
+MD5SUM="ca0b8c930efcb8be1d47592d268006c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"
diff --git a/system/clamav/doinst.sh b/system/clamav/doinst.sh
index 13c919b36b..4d177d91b4 100644
--- a/system/clamav/doinst.sh
+++ b/system/clamav/doinst.sh
@@ -28,6 +28,7 @@ preserve_perms etc/rc.d/rc.clamav.new
config etc/freshclam.conf.new
config etc/clamd.conf.new
config etc/clamav-milter.conf.new
+config etc/logrotate.d/clamav.new
# Remove new log if one is already present
config var/log/clamav/clamd.log.new ; rm -f var/log/clamav/clamd.log.new
config var/log/clamav/freshclam.log.new ; rm -f var/log/clamav/freshclam.log.new