New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19344 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

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:4 Changed 4 years ago by macsforever2000@…

  • Cc macsforever2000@… added

Cc Me!

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Enhancements deleted

Milestone Port Enhancements deleted

comment:6 Changed 3 years ago by jann@…

  • 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 3 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.