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:   he
Date:           Sun Sep 18 20:01:42 UTC 2022

Modified Files:
        pkgsrc/net/ldns: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/ldns/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/ldns/distinfo

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/Makefile
diff -u pkgsrc/net/ldns/Makefile:1.47 pkgsrc/net/ldns/Makefile:1.48
--- pkgsrc/net/ldns/Makefile:1.47       Tue Jun 28 11:35:01 2022
+++ pkgsrc/net/ldns/Makefile    Sun Sep 18 20:01:42 2022
@@ -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/
 

Index: pkgsrc/net/ldns/distinfo
diff -u pkgsrc/net/ldns/distinfo:1.27 pkgsrc/net/ldns/distinfo:1.28
--- pkgsrc/net/ldns/distinfo:1.27       Fri Nov 26 23:52:34 2021
+++ pkgsrc/net/ldns/distinfo    Sun Sep 18 20:01:42 2022
@@ -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