ports/176614: [PATCH] ftp/pure-ftpd: can not redefine cert file

Ilya Pizik ilya.pizik at gmail.com
Sun Mar 3 12:10:01 UTC 2013


>Number:         176614
>Category:       ports
>Synopsis:       [PATCH] ftp/pure-ftpd: can not redefine cert file
>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:   Sun Mar 03 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ilya Pizik
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD castle.inforos.ru 9.0-STABLE FreeBSD 9.0-STABLE #3: Wed Jul  4 10:57:23 MSK 2012     root at castle.inforos.ru:/usr/obj/usr/src/sys/CASTLE  amd64
>Description:
There is no way to redefine certicicate file location after updating ftp/pure-ftpd to new options framework.
>How-To-Repeat:

>Fix:
Patch attached

Patch attached with submission follows:

--- Makefile.orig	2012-12-30 04:46:54.000000000 +0400
+++ Makefile	2013-03-03 15:53:37.000000000 +0400
@@ -29,7 +29,7 @@
 
 OPTIONS_DEFINE=	LDAP MYSQL PAM PGSQL TLS PRIVSEP PERUSERLIMITS THROTTLING \
 		UPLOADSCRIPT UTF8 SENDFILE LARGEFILE VIRTUALCHROOT ANONRESUME \
-		ANONRENAME ANONDELETE DOCS EXAMPLES
+		ANONRENAME ANONDELETE DOCS EXAMPLES CERTFILE
 OPTIONS_DEFAULT=	PAM PRIVSEP SENDFILE VIRTUALCHROOT
 
 LDAP_DESC=	Support for users in LDAP directories
@@ -48,6 +48,7 @@
 ANONRESUME_DESC=	Allow anonymous user to resume file upload
 ANONRENAME_DESC=	Allow anonymous user to rename file
 ANONDELETE_DESC=	Allow anonymous user to delete file
+CERTFILE_DESC=	Change default cert file location
 
 .include <bsd.port.options.mk>
 


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


More information about the freebsd-ports-bugs mailing list