summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-ftp/tlswrap: Fix compat with openssl-1.1 and libresslPacho Ramos2019-01-131-8/+9
| | | | | | Closes: https://bugs.gentoo.org/675330 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* net-ftp/tlswrap: use HTTPsMichael Mair-Keimberger2018-09-041-3/+3
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-ftp/tlswrap: new revision that respects CFLAGS.Michael Orlitzky2016-08-111-0/+39
This new revision comes with a few patches, the first of which updates configure.ac to respect the user's CFLAGS. After that, the second patch modernizes the AM_INIT_AUTOMAKE call to avoid an ugly warning. Finally -- now that the build respects CFLAGS -- the package needed to be updated to build with -Werror=format-security. Those fixes were trivial and come in a third patch. The only change to the ebuild itself (aside from the patches) was a new call to eautoreconf, to pick up the aforementioned changes. Gentoo-Bug: 240898 Package-Manager: portage-2.2.28