Opened 16 years ago
Closed 14 years ago
#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: | mf2k (Frank Schima), roederja | |
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 (7)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Cc: | jenix@… removed |
---|---|
Owner: | changed from macports-tickets@… to jenix@… |
Type: | defect → enhancement |
comment:2 Changed 16 years ago by mf2k (Frank Schima)
comment:3 Changed 16 years ago by guillaume@…
You are so right... I wouldn't think of installing an ftp server without tls/ssl support.
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
comment:6 Changed 15 years ago by roederja
Cc: | jann@… added |
---|
I updated the port to the current version and added TLS by default in r61789. Please verify if it still works for you.
comment:7 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
There's really no need to make this a variant. It should just always use tls.