OBS User unknown 2008-07-11 20:41:26 +00:00 committed by Git OBS Bridge
parent 4e2cb1319e
commit a40aba4c46
6 changed files with 31 additions and 10 deletions

3
clamav-0.93.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b6ebb8083c0143837d695548e2b8c6a9b604744a177edbf3233d53ab49051bb
size 17083052

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28b86fee72b0b666f7fff497255f01c4fc6b914709491a5d081775274d0c4387
size 15862333

View File

@ -1 +1,12 @@
## Path: Applications/ClamAV
## Description: Command line options for clamav-milter
## Type: string
## Service-Restart: clamav-milter
CLAMAV_MILTER_OPTIONS=""
## Path: Applications/ClamAV
## Description: Socket address for clamav-milter
## Type: string
## Default: /var/lib/clamav/clamav-milter-socket
## Service-Restart: clamav-milter
CLAMAV_MILTER_SOCKET="/var/lib/clamav/clamav-milter-socket"

View File

@ -80,7 +80,7 @@ case "$1" in
echo -n "Starting clamav-milter "
## Start daemon with startproc(8). If this fails
## the return value is set appropriately by startproc.
/sbin/startproc -p $PIDFILE $CLAMAV_MILTER_BIN -i $PIDFILE
/sbin/startproc -q $CLAMAV_MILTER_BIN $CLAMAV_MILTER_OPTIONS $CLAMAV_MILTER_SOCKET
# Remember status and be verbose
rc_status -v
@ -90,7 +90,7 @@ case "$1" in
## Stop daemon with killproc(8) and if this fails
## killproc sets the return value according to LSB.
/sbin/killproc -TERM -p $PIDFILE $CLAMAV_MILTER_BIN
/sbin/killproc -TERM -G $CLAMAV_MILTER_BIN
# Remember status and be verbose
rc_status -v
@ -149,7 +149,7 @@ case "$1" in
# 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)
# NOTE: checkproc returns LSB compliant status values.
/sbin/checkproc -p $PIDFILE $CLAMAV_MILTER_BIN
/sbin/checkproc $CLAMAV_MILTER_BIN
# NOTE: rc_status knows that we called this init script with
# "status" option and adapts its messages accordingly.
rc_status -v
@ -161,7 +161,7 @@ case "$1" in
test /etc/clamd.conf -nt $PIDFILE -o \
/etc/sysconfig/clamav-milter -nt $PIDFILE \
&& echo reload
&& echo restart
;;
*)
echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 16 15:57:42 CEST 2008 - max@suse.de
- Security update 0.93.1 (bnc#399302, CVE-2008-2713)
- Improved clamav-milter configuration and init script (bnc#382907)
-------------------------------------------------------------------
Fri Apr 18 19:04:35 CEST 2008 - max@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package clamav (Version 0.93)
# spec file for package clamav (Version 0.93.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -22,14 +22,15 @@ BuildRequires: pwdutils
BuildRequires: sed sendmail sendmail-devel tcpd-devel
%endif
Summary: Antivirus Toolkit
Version: 0.93
Version: 0.93.1
Release: 1
License: GPL v2 or later
Group: Productivity/Security
Url: http://www.clamav.net
Requires: latex2html-pngicons
Obsoletes: clamav-db < 0.88.3
PreReq: %_sbindir/groupadd %_sbindir/useradd /usr/bin/awk /bin/sed /bin/tar
PreReq: %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod
PreReq: /usr/bin/awk /bin/sed /bin/tar
PreReq: %insserv_prereq %fillup_prereq
Source0: %{name}-%{version}.tar.bz2
Source1: clamav-rcclamd
@ -259,6 +260,9 @@ for f in main daily; do
done
%changelog
* Mon Jun 16 2008 max@suse.de
- Security update 0.93.1 (bnc#399302, CVE-2008-2713)
- Improved clamav-milter configuration and init script (bnc#382907)
* Fri Apr 18 2008 max@suse.de
- Convert the database to the new format instead of running
freshclam to re-fetch it (bnc#380787).