pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ldns
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 21 09:19:56 UTC 2026
Modified Files:
pkgsrc/net/ldns: distinfo version.mk
Log Message:
ldns drill: updated to 1.9.0
1.9.0
* Make ldns_calc_keytag() available for CDNSKEY RR
Thanks tgreenx and pnax
* Make ldns_key_rr2ds() available for CDNSKEY RR
Thanks tgreenx
* Make ldns_rr_compare_{ds,ds_dnskey}() available for
CDS and CDNSKEY RRs. Thanks tgreenx
* Make drill trace use IPv6 when used with -6
Thanks Paul Radford
* Unquoted "value" rdata for CAA records fail to validate.
Follows the long string unquoted syntax from RFC8659, section 4.1.1.
* ldns-read-zone -u fails if a type is the only type in a
window and the type modulo 256 is equal to zero.
* Intermittent build failure with multi-job
builds (make -j).
* Add ldns-verify-zone -s option. It checks all signature results,
instead of passing by when one RRSIG validates. That prints output
for spurious RRSIGs, the failures for them.
* Fix RR types NSAP-PTR, GPOS and RESINFO to print unquoted strings.
* Fix memory leak when trying to read zones that have equal RRs.
the ldns_dnssec_*_add_rr() functions now return LDNS_STATUS_EQUAL_RR
when an already existing RR is tried to be added. This is a API
change, hence this also bumps the version to 1.9.0
* ensure returning pkt with LDNS_STATUS_OK. Thanks grobian.
* Fix RR Type AMTRELAY type nogateway, to print relay '.',
and memory leaks in parsing it.
* DSYNC is no longer a draft RR type and compiled by default
* RFC 9824 support: Compact Denial of Existence in DNSSEC
* The HHIT and BRID draft RR types
* If RNG is already seeded, return early.
Thanks crrodriguez
* Improve error messages. Thanks jschauma
* Use SWIG_AppendOutput to support swig 4.3
Thanks pemensik
* Homogenize paths for source files during compilation
Thanks duthils
* ldns-walk fails after update from 1.8.3 to 1.8.4
Thanks jschauma
* Allow compiled tests to link to ldns statically via
environment variable. Thanks FGasper and pemensik
* Optionally exclude ZONEMD RRs in ldns-compare-zone
Thanks gjherbiet
* A WALLET RR breaks TXT signing. Thanks bortzmeyer
* ldns-verify-zone hangs with missing NSEC3 RRs.
Thanks Roy Arends
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/ldns/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ldns/version.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ldns/distinfo
diff -u pkgsrc/net/ldns/distinfo:1.29 pkgsrc/net/ldns/distinfo:1.30
--- pkgsrc/net/ldns/distinfo:1.29 Fri Aug 15 07:07:11 2025
+++ pkgsrc/net/ldns/distinfo Tue Apr 21 09:19:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2025/08/15 07:07:11 adam Exp $
+$NetBSD: distinfo,v 1.30 2026/04/21 09:19:56 adam Exp $
-BLAKE2s (ldns-1.8.4.tar.gz) = e6ac4bd9af3a29ec0c11df873fafd207c6f03653840e777e2af1fd55b857b486
-SHA512 (ldns-1.8.4.tar.gz) = 3ee26289bfe587fb19b7441412917d7f7197e385cc1329847c1ae707650709a1ccef7d4a645bd85da89effad95715ec868ef312e5f336d3fe2e408e8109439fc
-Size (ldns-1.8.4.tar.gz) = 1301058 bytes
+BLAKE2s (ldns-1.9.0.tar.gz) = 98c81e8c6b7b079c0e7a6c431dfd89a9c40cda75b1f7ff69aac424f11e83bd1e
+SHA512 (ldns-1.9.0.tar.gz) = 8b2a40e5e512ef1100240b765d4a6bb183a8f13a27436c42c5e1a9d6a4de71434900216ea339a717f791f5329f9ef64d0f4794b582decbd2a314ef4ca3a1171c
+Size (ldns-1.9.0.tar.gz) = 1305262 bytes
Index: pkgsrc/net/ldns/version.mk
diff -u pkgsrc/net/ldns/version.mk:1.2 pkgsrc/net/ldns/version.mk:1.3
--- pkgsrc/net/ldns/version.mk:1.2 Fri Aug 15 07:07:11 2025
+++ pkgsrc/net/ldns/version.mk Tue Apr 21 09:19:56 2026
@@ -1,8 +1,8 @@
-# $NetBSD: version.mk,v 1.2 2025/08/15 07:07:11 adam Exp $
+# $NetBSD: version.mk,v 1.3 2026/04/21 09:19:56 adam Exp $
# used by net/ldns/Makefile
# used by net/drill/Makefile
-LDNS_VERSION= 1.8.4
+LDNS_VERSION= 1.9.0
DISTNAME= ldns-${LDNS_VERSION}
CATEGORIES= net
Home |
Main Index |
Thread Index |
Old Index