From 01e19b343e31f094077d639e69264d513e769257 Mon Sep 17 00:00:00 2001 From: ensc Date: Jun 17 2008 20:03:53 +0000 Subject: updated --- diff --git a/.cvsignore b/.cvsignore index 069bca4..48c3a65 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -clamav-0.93-norar.tar.bz2 +clamav-0.93.1-norar.tar.bz2 diff --git a/clamav-0.70-path.patch b/clamav-0.70-path.patch deleted file mode 100644 index 3312e38..0000000 --- a/clamav-0.70-path.patch +++ /dev/null @@ -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 diff --git a/clamav-0.93.1-path.patch b/clamav-0.93.1-path.patch new file mode 100644 index 0000000..4f1872c --- /dev/null +++ b/clamav-0.93.1-path.patch @@ -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 diff --git a/clamav.spec b/clamav.spec index ebadcd9..1486ed8 100644 --- a/clamav.spec +++ b/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 - 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 - 0.93-1 - updated to final 0.93 - removed daily.inc + main.inc directories; they are now replaced by diff --git a/lastver b/lastver index 341ad3c..a16a6df 100644 --- a/lastver +++ b/lastver @@ -1 +1 @@ -0.93 +0.93.1 diff --git a/sources b/sources index 444be31..3875ac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -141ea153f0bf19e98f914d3e855cb715 clamav-0.93-norar.tar.bz2 +c9eca40bd39cc049b3b2b424879fa06e clamav-0.93.1-norar.tar.bz2