Bug 62626

Summary: [ports/ftp/pure-ftpd] allow user to put certificate in other place
Product: Ports & Packages Reporter: Sunpoet Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sunpoet Po-Chuan Hsieh 2004-02-10 10:20:18 UTC
  pure-ftpd with TLS enabled uses /etc/ssl/private/pure-ftpd.pem as its
certificate by default. This patch allows user to put their certificate
in other place.

Fix: % diff -u Makefile.orig Makefile
How-To-Repeat: % cd /usr/ports/ftp/pure-ftpd/work/pure-ftpd-1.0.17a/
% grep -- --with-certfile configure.ac
[AC_HELP_STRING([--with-certfile=],[certificate file (default: /etc/ssl/private/pure-ftpd.pem)])],
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-13 08:57:40 UTC
Hi,

On Tue, Feb 10, 2004 at 06:17:27PM +0800, Sunpoet Po-Chuan Hsieh wrote:
> 
> >Number:         62626
> >Category:       ports
> >Synopsis:       [ports/ftp/pure-ftpd] allow user to put certificate in other place
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       medium
> >Responsible:    freebsd-ports-bugs
> >State:          open


Could you please review this PR ?

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/62626

-Kirill
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-13 08:57:45 UTC
State Changed
From-To: open->feedback

Asked for maintainer's review and feedback.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-02-28 21:24:08 UTC
State Changed
From-To: feedback->closed

Committed, thanks!