aboutsummaryrefslogtreecommitdiff
path: root/net/noddos/patches
Commit message (Collapse)AuthorAge
* noddos: removeRosen Penev2020-12-19
| | | | | | | | | According to https://github.com/openwrt/packages/issues/14248 , this is totally abandoned. The website isn't even up anymore. Fixes: https://github.com/openwrt/packages/issues/14248 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* noddos: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| | | | | | | | | | Rearranged Makefile for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Removed ca-certificates dependency. ca-bundle is enough. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* noddos: add libipset-7, uclient-fetch compatiblityEneas U de Queiroz2019-04-22
| | | | | | | | | Old API compatibility was kept with a compatiblity shim. Detect wget --timestamping support to make it compatible with uclient-fetch implementation of wget. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* noddos: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-29
Adapted minor piece of code to the new API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>