Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 565372

Summary: net-ftp/proftpd: add libressl support
Product: Gentoo Linux Reporter: Marek Behún <kabel>
Component: Current packagesAssignee: Bernd Lommerzheim <bernd>
Status: RESOLVED FIXED    
Severity: enhancement CC: kabel, net-ftp, proxy-maint, slyfox, voyageur
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: proftpd-1.3.5a-r1.ebuild.patch

Description Marek Behún 2015-11-10 13:43:19 UTC
Patch for tested ebuild in attachment.
Also proftpd redundantly uses both ssl and openssl USE flags, with ssl being dependant on openssl. proftpd does not have another SSL provider, such as gnutls. Other packages ebuilds infer implicitly that ssl means openssl, so I removed the openssl flag. Now with USE="ssl -libressl" dev-libs/openssl is used, and with USE="ssl libressl" dev-libs/libressl is used.

Reproducible: Always
Comment 1 Marek Behún 2015-11-10 13:43:35 UTC
Created attachment 416602 [details, diff]
proftpd-1.3.5a-r1.ebuild.patch
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2015-11-10 22:23:41 UTC
Pushed as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1357442a0e83b714c19ba720915ebd78ed1d27a4

Nice catch on ssl/openssl mix up. Thank you!