Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2009 01:26:51 GMT
From:      Chris Petrik <chris@officialunix.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139270: fix issue with proftpd and clamav
Message-ID:  <200910010126.n911QpFC079260@www.freebsd.org>
Resent-Message-ID: <200910010130.n911U2wo001163@freefall.freebsd.org>

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

>Number:         139270
>Category:       ports
>Synopsis:       fix issue with proftpd and clamav
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 01 01:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 7-STABLE
>Organization:
Officialunix
>Environment:
FreeBSD 
>Description:
Update proftpd to fix the clamav extract issue.

This was pointed out by someone through email.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/ftp/proftpd/Makefile,v
retrieving revision 1.156
diff -u -r1.156 Makefile
--- Makefile	23 Sep 2009 13:34:35 -0000	1.156
+++ Makefile	1 Oct 2009 00:08:17 -0000
@@ -20,6 +20,8 @@
 		http://www.smartftp.com/oss/proftpd/:digest \
 		LOCAL/beech:digest \
 		LOCAL/beech:sql_tds
+DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
+EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER?=	chris@officialunix.com
 COMMENT?=	Highly configurable ftp daemon
@@ -218,9 +220,8 @@
 .endif
 
 .if defined(WITH_CLAMAV)
-#https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz
 DISTFILES+=	mod_clamav-0.11rc.tar.gz:clam
-#EXTRACT_ONLY+=	mod_clamav-0.11rc.tar.gz
+EXTRACT_ONLY+=	mod_clamav-0.11rc.tar.gz
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-modules_mod_xfer.c
 USE_CLAMAV=	yes
 MODULES:=${MODULES}:mod_clamav


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



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