summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/tn5250: Fix building against sys-libs/ncurses[tinfo] (bug #596314).Jeroen Roovers2018-03-021-18/+13
| | | | | | | | | | | - Drop USE=X (configure: WARNING: unrecognized options: --with-x) - Drop weird build-time only dependency on x11-libs/libXt - Name patches properly. - Add IUSE=static-libs instead of --disable-static - Add linux/Makefile.am patch instead of sedding Makefile.in - Use ltprune.eclass instead of eutils.eclass Package-Manager: Portage-2.3.24, Repoman-2.3.6
* 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-misc/tn5250: new revision sans SSLv2/SSLv3 support.Michael Orlitzky2016-08-231-0/+62
This new revision adds two custom patches. The first drops SSLv2/SSLv3 support by disabling the user's ability to specify "ssl2" or "ssl3" as his "ssl_method". The fallback "auto" should still work and choose something secure. The second patch fixes the build with -Werror=format-security and consists of trivial format string additions. Gentoo-Bug: 591940 Package-Manager: portage-2.2.28