Opened 15 years ago

Closed 13 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 15 years ago by mf2k (Frank Schima)

Cc: jenix@… removed
Owner: changed from macports-tickets@… to jenix@…
Type: defectenhancement

comment:2 Changed 15 years ago by mf2k (Frank Schima)

There's really no need to make this a variant. It should just always use tls.

comment:3 Changed 15 years ago by guillaume@…

You are so right... I wouldn't think of installing an ftp server without tls/ssl support.

comment:4 Changed 15 years ago by mf2k (Frank Schima)

Cc: macsforever2000@… added

Cc Me!

comment:5 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

comment:6 Changed 14 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 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.