Ticket #19344 (closed enhancement: fixed)
proftpd - no support for tls
| Reported by: | guillaume@… | Owned by: | jenix@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | macsforever2000@…, jann@… | |
| Port: | proftpd |
Description
It'd be awesome if the proftpd port had a tls variant out of the box. The tls module is included with proftpd source code, and it only depends on openssl !
Currently, I have to edit proftpd's portfile everytime it's updated to add the following tls variant.
variant tls {
depends_lib-append port:openssl
configure.args-append --with-modules=mod_tls
}
Change History
comment:1 Changed 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to jenix@…
- Cc jenix@… removed
- Type changed from defect to enhancement
comment:2 Changed 4 years ago by macsforever2000@…
There's really no need to make this a variant. It should just always use tls.
comment:3 Changed 4 years ago by guillaume@…
You are so right... I wouldn't think of installing an ftp server without tls/ssl support.
comment:5 Changed 4 years ago by anonymous
- Milestone Port Enhancements deleted
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.

