New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19344 (closed enhancement: fixed)

Opened 3 years ago

Last modified 19 months 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

Changed 3 years ago by macsforever2000@…

  • owner changed from macports-tickets@… to jenix@…
  • cc jenix@… removed
  • type changed from defect to enhancement

Changed 3 years ago by macsforever2000@…

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

Changed 3 years ago by guillaume@…

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

Changed 3 years ago by macsforever2000@…

  • cc macsforever2000@… added

Cc Me!

Changed 3 years ago by anonymous

  • milestone Port Enhancements deleted

Milestone Port Enhancements deleted

Changed 2 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.

Changed 19 months ago by jmr@…

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