Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 14:59:57 +0200 (CEST)
From:      Rob Evers <rob@debank.tv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65764: Update security/clamav-devel to 20040419 snapshot
Message-ID:  <20040419125957.7EEC45227@flappie.debank.tv>
Resent-Message-ID: <200404191300.i3JD0XFO036600@freefall.freebsd.org>

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

>Number:         65764
>Category:       ports
>Synopsis:       Update security/clamav-devel to 20040419 snapshot
>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:   Mon Apr 19 06:00:33 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-devel to 20040419 snapshot
	-Improved VBA code
        -Scan EVS mails
        -Handle bounced messages
        -ArchiveDetectEncrypted is renamed to ArchiveBlockEncrypted (config file)
        -freshclam: fix SIGHUP handling (patch by Dr Matthew J Seaman)
>How-To-Repeat:
>Fix:

--- clamav-devel.patch begins here ---
diff -ruN clamav-devel.orig/Makefile clamav-devel/Makefile
--- clamav-devel.orig/Makefile	Mon Apr 19 14:48:54 2004
+++ clamav-devel/Makefile	Mon Apr 19 14:50:58 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	clamav
-PORTVERSION=	20040404
+PORTVERSION=	20040419
 CATEGORIES=	security
 MASTER_SITES=	http://clamav.sourceforge.net/snapshot/
 PKGNAMESUFFIX=	-devel
@@ -63,7 +63,7 @@
 SED_CONF=	-E -e 's|^\#?(Example)$$|\#\1|' \
 		-e 's|^\#?(LogFile) .*$$|\1 /var/log/clamav/clamd.log|' \
 		-e 's|^\#?(PidFile) .*$$|\1 /var/run/clamav/clamd.pid|' \
-		-e 's|^\#?(LocalSocket) .*$$|\1 /var/run/clamav/clamd|' \
+		-e 's|^\#?(LocalSocket) .*$$|\1 ${CLAMAV_CLAMD_SOCKET}|' \
 		-e 's|^\#?(User) .*$$|\1 ${CLAMAVUSER}|' \
 		-e 's|^\#?(ScanMail)$$|\1|' \
 		-e 's|^\#?(Checks)$$|\#\1|' \
diff -ruN clamav-devel.orig/distinfo clamav-devel/distinfo
--- clamav-devel.orig/distinfo	Mon Apr 19 14:48:54 2004
+++ clamav-devel/distinfo	Mon Apr 19 14:52:55 2004
@@ -1,2 +1,2 @@
-MD5 (clamav-devel-20040404.tar.gz) = 2fb1375e9ebf855f48701eff8e972a63
-SIZE (clamav-devel-20040404.tar.gz) = 1277701
+MD5 (clamav-devel-20040419.tar.gz) = 57e4348a60ff7e779b74d92be5bf8513
+SIZE (clamav-devel-20040419.tar.gz) = 1313229
--- clamav-devel.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?20040419125957.7EEC45227>