pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ldns Update net/ldns to version 1.8.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfc7572170fe
branches:  trunk
changeset: 385535:bfc7572170fe
user:      he <he%pkgsrc.org@localhost>
date:      Sun Sep 18 20:01:42 2022 +0000

description:
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

diffstat:

 net/ldns/Makefile |  5 ++---
 net/ldns/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r d8e8b0e94f55 -r bfc7572170fe net/ldns/Makefile
--- a/net/ldns/Makefile Sun Sep 18 19:28:23 2022 +0000
+++ b/net/ldns/Makefile Sun Sep 18 20:01:42 2022 +0000
@@ -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 -r d8e8b0e94f55 -r bfc7572170fe net/ldns/distinfo
--- a/net/ldns/distinfo Sun Sep 18 19:28:23 2022 +0000
+++ b/net/ldns/distinfo Sun Sep 18 20:01:42 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index