updated
This commit is contained in:
parent
72cb5cff7c
commit
56aef066d8
@ -1 +1 @@
|
||||
clamav-0.93-norar.tar.bz2
|
||||
clamav-0.93.1-norar.tar.bz2
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- clamav-0.70-rc/contrib/init/RedHat/clamav-milter.path 2003-06-26 15:38:06.000000000 +0200
|
||||
+++ clamav-0.70-rc/contrib/init/RedHat/clamav-milter 2003-06-26 15:39:01.000000000 +0200
|
||||
@@ -22,7 +22,6 @@
|
||||
# Check that networking is up.
|
||||
[ ${NETWORKING} = "no" ] && exit 0
|
||||
|
||||
-[ -x /usr/local/sbin/clamav-milter ] || exit 0
|
||||
PATH=$PATH:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||
|
||||
RETVAL=0
|
||||
@@ -63,7 +62,7 @@
|
||||
restart
|
||||
;;
|
||||
condrestart)
|
||||
- test -f /var/lock/subsys/clamav-milter && $0 restart || :
|
||||
+ test -f /var/lock/subsys/clamav-milter && restart || :
|
||||
;;
|
||||
status)
|
||||
status clamav-milter
|
19
clamav-0.93.1-path.patch
Normal file
19
clamav-0.93.1-path.patch
Normal file
@ -0,0 +1,19 @@
|
||||
--- clamav-0.93.1/contrib/init/RedHat/clamav-milter.path
|
||||
+++ clamav-0.93.1/contrib/init/RedHat/clamav-milter
|
||||
@@ -22,7 +22,6 @@ test -f /etc/sysconfig/clamav-milter &&
|
||||
# Check that networking is up.
|
||||
[ ${NETWORKING} = "no" ] && exit 0
|
||||
|
||||
-[ -x /usr/local/sbin/clamav-milter ] || exit 0
|
||||
PATH=$PATH:/usr/bin:/usr/local/sbin:/usr/local/bin
|
||||
|
||||
RETVAL=0
|
||||
@@ -87,7 +86,7 @@ case "$1" in
|
||||
restart
|
||||
;;
|
||||
condrestart)
|
||||
- test -f ${lockfile} && $0 restart || :
|
||||
+ test -f ${lockfile} && restart || :
|
||||
;;
|
||||
status)
|
||||
if [ ! -z $pidfile ]; then
|
11
clamav.spec
11
clamav.spec
@ -1,4 +1,4 @@
|
||||
## $Id: clamav.spec,v 1.70 2008/03/12 08:40:04 ensc Exp $
|
||||
## $Id: clamav.spec,v 1.72 2008/06/17 19:57:54 ensc Exp $
|
||||
|
||||
#global snapshot rc1
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Summary: End-user tools for the Clam Antivirus scanner
|
||||
Name: clamav
|
||||
Version: 0.93
|
||||
Version: 0.93.1
|
||||
Release: %release_func 1%{?snapshot:.%snapshot}
|
||||
|
||||
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
|
||||
@ -43,7 +43,7 @@ Source5: clamd-README
|
||||
Source6: clamav-update.logrotate
|
||||
Source7: clamd.SERVICE.init
|
||||
Source8: clamav-notify-servers
|
||||
Patch21: clamav-0.70-path.patch
|
||||
Patch21: clamav-0.93.1-path.patch
|
||||
Patch22: clamav-0.80-initoff.patch
|
||||
Patch24: clamav-0.92-private.patch
|
||||
Patch25: clamav-0.92-open.patch
|
||||
@ -548,6 +548,11 @@ test "$1" = 0 || %_initrddir/clamav-milter condrestart >/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 17 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.93.1-1
|
||||
- updated to 0.93.1
|
||||
- rediffed -path patch
|
||||
- CVE-2008-2713 Invalid Memory Access Denial Of Service Vulnerability
|
||||
|
||||
* Mon Apr 14 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.93-1
|
||||
- updated to final 0.93
|
||||
- removed daily.inc + main.inc directories; they are now replaced by
|
||||
|
Loading…
Reference in New Issue
Block a user