Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2004 13:53:45 +0200 (CEST)
From:      Rob Evers <rob@debank.tv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66986: Update security/clamav to 0.71
Message-ID:  <20040521115345.DA8635231@flappie.debank.tv>
Resent-Message-ID: <200405211200.i4LC0a6G045655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66986
>Category:       ports
>Synopsis:       Update security/clamav to 0.71
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 05:00:35 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rob Evers
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD flappie.debank.tv 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sun Feb 29 20:35:15 CET 2004 rob@flappie.debank.tv:/usr/obj/usr/src/sys/FLAPPIE i386


>Description:
Update security/clamav to 0.71
 -Improved VBA support
 -Lots of milter fixes
 -Various bugs fixed

>How-To-Repeat:
>Fix:


--- clamav.patch begins here ---
diff -ruN clamav.orig/Makefile clamav/Makefile
--- clamav.orig/Makefile	Thu May 20 11:02:07 2004
+++ clamav/Makefile	Fri May 21 14:54:30 2004
@@ -7,7 +7,6 @@
 
 PORTNAME=	clamav
 PORTVERSION=	${DISTVERSION:S/-rc//g:S/-/./g}
-PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	clamav
@@ -24,16 +23,13 @@
 		arc:${PORTSDIR}/archivers/arc \
 		unzip:${PORTSDIR}/archivers/unzip
 
-DISTVERSION=	0.70
-
-CLAMAVUSER?=	clamav
-CLAMAVGROUP?=	clamav
+DISTVERSION=	0.71
 
 OPTIONS=	MILTER "Compile the milter interface" off
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
 USE_RC_SUBR=	yes
 
@@ -59,6 +55,8 @@
 MAN5=		clamav.conf.5
 MAN8=		clamd.8 clamav-milter.8
 
+CLAMAVUSER?=	clamav
+CLAMAVGROUP?=	clamav
 CLAMAV_CLAMD_SOCKET?=	/var/run/clamav/clamd
 CLAMAV_MILTER_SOCKET?=	/var/run/clmilter.sock
 
@@ -75,10 +73,10 @@
 		-e 's|^\#?(LogFile) .*$$|\1 /var/log/clamav/clamd.log|' \
 		-e 's|^\#?(PidFile) .*$$|\1 /var/run/clamav/clamd.pid|' \
 		-e 's|^\#?(LocalSocket) .*$$|\1 ${CLAMAV_CLAMD_SOCKET}|' \
-		-e 's|^\#?(User) .*$$|\1 clamav|' \
+		-e 's|^\#?(User) .*$$|\1 ${CLAMAVUSER}|' \
 		-e 's|^\#?(AllowSupplementaryGroups)$$|\1|' \
-		-e 's|^\#?(FixStaleSocket)$$|\1|' \
 		-e 's|^\#?(ScanMail)$$|\1|' \
+		-e 's|^\#?(Checks)$$|\#\1|' \
 		-e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DATADIR}|' \
 		-e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \
 		-e 's|^\#?(UpdateLogFile) .*$$|\1 /var/log/clamav/freshclam.log|' \
diff -ruN clamav.orig/distinfo clamav/distinfo
--- clamav.orig/distinfo	Mon Apr 19 17:21:33 2004
+++ clamav/distinfo	Fri May 21 15:22:49 2004
@@ -1,2 +1,2 @@
-MD5 (clamav-0.70.tar.gz) = 2599a2e6b06d1f8ca09fdef8bc17625c
-SIZE (clamav-0.70.tar.gz) = 2347104
+MD5 (clamav-0.71.tar.gz) = 096cffd2633cbac5a14b7080b6f67a67
+SIZE (clamav-0.71.tar.gz) = 2607615
--- clamav.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040521115345.DA8635231>