Bug 62626 - [ports/ftp/pure-ftpd] allow user to put certificate in other place
Summary: [ports/ftp/pure-ftpd] allow user to put certificate in other place
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 10:20 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2004-02-28 21:24 UTC (History)
0 users

See Also:


Attachments
file.diff (418 bytes, patch)
2004-02-10 10:20 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!