summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ldns
Commit message (Collapse)AuthorAgeFilesLines
* ldns: upgrade 1.8.2 -> 1.8.3Wang Mingyu2022-08-231-1/+1
| | | | | | | | | | | | | Changelog: ========== * bugfix #183: Assertion failure with OPT record without rdata. This caused packet creation with only a DO bit (for DNSSEC OK) to crash. Thanks Anand Buddhdev and others for reporting this so quickly. * Fix for syntax error in pyldns Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: upgrade 1.8.1 -> 1.8.2Wang Mingyu2022-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== * bugfix #147: Allow for tabs in whitespace before quoted rdata fields. * bugfix #149: Add some missing [out] annotations to doxygen parameters. * Fix build error on Solaris 10 with inet_ntop redeclaration error. * Fix -U flag with ldns-signzone. * Enable compile of SVCB and HTTPS support by default. * bugfix #179: Free line memory even if zone file parsing fails * bugfix #166: Grow buffer when writing chars and fixed size strings when converting to presentation format, preventing potential assersion errors. * bugfix #46: Print network errors when secure tracing. * EDNS0 Option handling and conversion into presentation format. * bugfix #145: ldns-verify-zone should not call occluded records glue. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: update to 1.8.1Armin Kuster2021-12-271-5/+2
| | | | | | | | | Builds with openssl 3.x Remove PNBLACKLIST Remove libtool workaround Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: blacklist due to openssl 3.x incompatibilityAlexander Kanavin2021-10-141-0/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: fix QA Issue after LDFLAGS changeTony Battersby2021-08-091-0/+7
| | | | | | | | | | | | | Adding -f*-prefix-map to LDFLAGS caused the following issue: QA Issue: ldns.pc failed sanity test (tmpdir) Fix by filtering out -f*-prefix-map from *.pc files. [YOCTO #14481] Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: Add recipeAlex Kiernan2019-12-031-0/+18
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>