Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565372 - net-ftp/proftpd: add libressl support
Summary: net-ftp/proftpd: add libressl support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Bernd Lommerzheim
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2015-11-10 13:43 UTC by Marek Behún
Modified: 2015-11-10 22:23 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proftpd-1.3.5a-r1.ebuild.patch (file_565372.txt,1.74 KB, patch)
2015-11-10 13:43 UTC, Marek Behún
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!