summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2022-09-18 20:01:42 +0000
committerhe <he@pkgsrc.org>2022-09-18 20:01:42 +0000
commit786b3b9ae1a68cf6e7f7e8497ab655b5454652e9 (patch)
tree72954616c79c92e58e8e4d2fc8fc43ae87a99320
parentc643dff3b8fe8547426cde5465fb88fa82fdde25 (diff)
downloadpkgsrc-786b3b9ae1a68cf6e7f7e8497ab655b5454652e9.tar.gz
Update net/ldns to version 1.8.3.
Pkgsrc changes: * Only checksum changes. Upstream changes: 1.8.3 2022-08-15 * 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 1.8.2 2022-08-12 * bugfix #147: Allow for tabs in whitespace before quoted rdata fields. Thanks Felipe Gasper * bugfix #149: Add some missing [out] annotations to doxygen parameters. Thanks aldot. * Fix build error on Solaris 10 with inet_ntop redeclaration error. * Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan * Enable compile of SVCB and HTTPS support by default. * bugfix #179: Free line memory even if zone file parsing fails Thanks Claudius Zingerli * 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. Thanks reedjc * EDNS0 Option handling and conversion into presentation format. * bugfix #145: ldns-verify-zone should not call occluded records glue. Thanks Habbie 1.8.1 2021-12-03 * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname needs to larger. Thanks Leah Neukirchen & Felipe Gasper * Undo PR#123 fix ldns.pc installation when building out-of-source Thanks Axel Xu
-rw-r--r--net/ldns/Makefile5
-rw-r--r--net/ldns/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile
index 4ee530eb80d..312ad313b57 100644
--- a/net/ldns/Makefile
+++ b/net/ldns/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2022/06/28 11:35:01 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2022/09/18 20:01:42 he Exp $
-DISTNAME= ldns-1.8.0
+DISTNAME= ldns-1.8.3
PKGNAME= ${DISTNAME:S/-rc./rc/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
diff --git a/net/ldns/distinfo b/net/ldns/distinfo
index 3efb63e40a0..34da2f1e527 100644
--- a/net/ldns/distinfo
+++ b/net/ldns/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2021/11/26 23:52:34 he Exp $
+$NetBSD: distinfo,v 1.28 2022/09/18 20:01:42 he Exp $
-BLAKE2s (ldns-1.8.0.tar.gz) = cca9780737bece19a0c4c6fd59bab1cb6fa560f65d77609283728e4198ddfd1e
-SHA512 (ldns-1.8.0.tar.gz) = 54b306160bb7fd76d181f4be0a13134017f6f98ae96e0c954409f31f262e9dbe611c4b76fb6dff47bb6155c652ed8d026b52a50dfcf611e54d9c204b314c4fd6
-Size (ldns-1.8.0.tar.gz) = 1283220 bytes
+BLAKE2s (ldns-1.8.3.tar.gz) = b15c848c21bc1450a58fd48f842ef96d88a3d3e997fd190df4bfa1ae3613e2d5
+SHA512 (ldns-1.8.3.tar.gz) = c318747bd975ade389d048680b80495fb083b46507d8dcea7d4d42c75823f56a35b438dcc5320803d39583e5a1e515a51686f7f9010c061a6e8199e1a5505ae9
+Size (ldns-1.8.3.tar.gz) = 1299856 bytes