Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-22 | tnftp: Disable ipv6 option if the OS doesn't have it. | nia | 1 | -2/+7 | |
Needed on unixware. | |||||
2020-06-02 | tnftp: Move editline support to a non-default option. | jperkin | 1 | -2/+9 | |
This code was very complicated and easily broke, for example when termcap is builtin but curses is not, resulting in circular dependencies. Such core packages should default to a safe set of build options, unless they can be reliably added to PKG_SUGGESTED_OPTIONS, to avoid a miserable first experience for users running on older or quirky platforms. | |||||
2019-11-03 | net: align variable assignments | rillig | 1 | -3/+3 | |
pkglint -Wall -F --only aligned --only indent -r No manual corrections. | |||||
2015-09-30 | replace optional socks5 dependencies with net/dante | tnn | 1 | -6/+4 | |
2015-02-18 | Add ssl option that's default-on for systems that provide openssl. | wiz | 1 | -2/+18 | |
(restoring v1.8 from obache) | |||||
2015-02-01 | Revert "ssl" option handling changes. | obache | 1 | -18/+2 | |
"configure fix patch" was sent to MAINTAINER, but not approved yet. Moreover, this package is a part of bootstrap dependency, so changes must be proposed/discussed first. | |||||
2015-01-19 | fixes broken "ssl" configure option behavior. | obache | 1 | -3/+3 | |
2014-12-21 | broken configure script, "ssl" option will not be switched with "--enable-ssl", | obache | 1 | -3/+3 | |
unrecognized "--with-ssl" option instead. | |||||
2014-11-03 | prevent unwanted hidden openssl detection. | obache | 1 | -2/+18 | |
2011-03-12 | Turn off socks support via configure when option not enabled. | wiz | 1 | -1/+3 | |
From Gregoire Sutre in PR 44710. | |||||
2008-08-09 | Enable IPv6 support by default, approved by Luke Mewburn. | tron | 1 | -1/+2 | |
2007-08-07 | fix CONFIGURE_ARGS for socks | lukem | 1 | -2/+2 | |
2007-08-07 | No support for SOCKS4 in tnftp 20070806. | lukem | 1 | -6/+3 | |
2005-12-02 | Convert to options framework. | wiz | 1 | -0/+22 | |