aboutsummaryrefslogtreecommitdiff
path: root/libs/ldns/patches/020-openssl-dsa.patch
Commit message (Collapse)AuthorAge
* ldns: update to 1.8.1Eric Luehrsen2021-12-11
| | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* ldns: fix compilation without deprecated APIsRosen Penev2020-02-20
Refreshed darwin patch. The first OpenSSL patch is an upstream backport. The second was sent upstream: https://github.com/NLnetLabs/ldns/pull/68 Small Makefile cleanups for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>