Commit Graph

16 Commits

Author SHA1 Message Date
Eric Luehrsen 6dd38447d5 ldns: update to 1.8.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2022-09-05 22:13:30 -07:00
Eric Luehrsen 7594e8581a ldns: update to 1.8.1
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2021-12-11 10:19:14 +01:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Rosen Penev a89a876de9
ldns: fix compilation without deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-04 19:11:25 -07:00
Rosen Penev 9992d54e4f
ldns: fix compilation without deprecated APIs
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>
2020-02-20 20:50:20 -08:00
Eric Luehrsen d77a06a169 ldns: update to 1.7.1
squash commits
- add Eric Luehrsen as maintainer
- add ldns-example programs as option
- add ECDSA to support DNSSEC zones with these keys
- remove patches included upstream

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-01-20 12:28:10 -05:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Jan Pavlinec 643ee38e3d
ldns: copy pkgconfig file in InstallDev
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-04-13 00:22:43 +02:00
Rosen Penev 820b59e2d6 ldns: Make ENGINE support optional
ENGINE support is needed for GOST, which is already disabled. However, it
is going to be disabled by default in a future update. This fixes the
compilation failure.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-03 11:59:36 -08:00
Rosen Penev 3ee65300d1 libldns: Fix OpenSSL deprecated API usage
Tested with OpenSSL 1.0.2 and 1.1.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
[minor tweak to add #ifdef HAVE_SSL in host2str.c]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-04 10:22:05 +00:00
Rosen Penev 7f561b97c3 ldns: Fix two CVEs
CVE-2017-1000231 and CVE-2017-1000232.

Taken from Fedora.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-26 21:05:49 -07:00
Kevin Darbyshire-Bryant 2a2af82b3f ldns: fix cross compiling on darwin
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-06-05 10:48:36 +01:00
Eneas U de Queiroz 55bffaace8 ldns: Upgrade to version 1.7.0
This version adds compatibility with openssl 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-22 23:21:49 -03:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Konstantin Shalygin a4a9038f58 ldns: Avoid perl bug for manpages.
Fix #2663

Signed-off-by: Konstantin Shalygin <k0ste@cn.ru>
[refresh patch]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-07-03 14:19:59 +00:00
Nicolas Thill 1665d4b4cd ldns: import from old packages feed
- add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-17 23:23:56 +02:00