Bug 280404 - dns/ldns: Update to 1.8.4
Summary: dns/ldns: Update to 1.8.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://nlnetlabs.nl/projects/ldns/ab...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-22 11:31 UTC by Jaap Akkerhuis
Modified: 2024-07-23 09:11 UTC (History)
1 user (show)

See Also:
vvd: merge-quarterly+


Attachments
patch to update (4.12 KB, patch)
2024-07-22 11:31 UTC, Jaap Akkerhuis
jaap: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2024-07-22 11:31:30 UTC
Created attachment 252223 [details]
patch to update

Note: this also updates py-ldns and p5-DNS-Ldns

This release contains a few bugfixes and other easy to apply changes,
primarily from ready to merge, easy to review and good quality
contributions in the form of github pull requests.

The most prominent fix is for the bug where ldns would, under certain
conditions, use a commented out resolver in /etc/resolv.conf
(See also bug #278721 and/or https://github.com/NLnetLabs/ldns/issues/237).

Changelog
=========
1.8.4    2024-07-19

     * Fix building documentation in build directory.
       Thanks Michael Tokarev
     * Updated the configure script for split openssl directories.
     * Fix for windows compile; asctime_r compat, search for
       inet_ntop in ws2_32, avoid double decl of inet_ntop, check for
       symlink call, include config.h in edns.c, have socket compare
       use correct signedness, add -u repo option to makewin.sh, fix
       quoting in makewin.sh and check return value of bind and
       connect in net.c for failure instead of a socket type. And fix
       to install .exe files.
     * Fix to compile with OpenSSL 3.2. Update acx_nlnetlabs.m4 to
       48.
     * Fix to compile DLLs, and pick out of the lib64 dir, and
       include libssp-0.dll and ldns-config.
     * bugfix #237: Resolver uses nameserver commented out in
       /etc/resolv.conf. Thanks grembo.
     * Added RESINFO rrtype.
     * Added WALLET rrtype.
     * PR #241: Fix coverity cited problems. Thanks Enji Cooper.
     * PR #233: Several Python SWIG issues. Thanks Florian Weimer.
     * PR #231: const ldns_rdf * typemap fixes to support swig-4.2.0
       Thanks William S Fulton
     * PR #227: keys.c: fix build with libressl >= 3.8.1
       Thanks Fabrice Fontaine
     * PR #224: Portable executable progs don't underlink to libldns
       Thanks Ørjan Malde
     * PR #216: Update declaration for function with no argument
       Thanks Ed Maste
     * PR #214: fix the build in FreeBSD's base system
       Thanks Pierre Pronchery and Dag-Erling Smørgrav
     * PR #206: improve 'next-label' algorithm in ldns-walk
       Thanks Jelte Jansen
     * PR #205: Add functions to extract RFC 8914 extended errors
       Thanks Roland van Rijswijk-Deij
     * PR #203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big
       endian. Thanks Felipe Gasper
     * PR #191: 16-unit-tests-edns: Fix leak & warnings
       Thanks Felipe Gasper
     * Added NXNAME rrtype.
     * PR #242: Openssl no engine improved support #242
       Thanks Petr Menšík
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-22 18:17:20 UTC
You forgot update dns/py-ldns/pkg-plist:
-%%PYTHON_SITELIBDIR%%/_ldns.so.3.5.0
+%%PYTHON_SITELIBDIR%%/_ldns.so.3.6.0
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-07-22 18:48:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fe9f4303fad76f1d2a9f709a3feb89093bce80c

commit 7fe9f4303fad76f1d2a9f709a3feb89093bce80c
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2024-07-22 18:39:53 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-22 18:39:53 +0000

    dns/{,py}ldns, dns/p5-DNS-Ldns: update 1.8.3 → 1.8.4

    The most prominent fix is for the bug where ldns would, under certain
    conditions, use a commented out resolver in /etc/resolv.conf:
    https://github.com/NLnetLabs/ldns/issues/237

    Changelog:
    https://github.com/NLnetLabs/ldns/blob/1.8.4/Changelog

    PR:     280404 278721
    MFH:    2024Q3

 dns/ldns/Makefile                |  8 ++---
 dns/ldns/distinfo                |  6 ++--
 dns/ldns/files/patch-swig (gone) | 64 ----------------------------------------
 dns/ldns/pkg-plist               |  2 +-
 dns/py-ldns/pkg-plist            |  6 ++--
 5 files changed, 10 insertions(+), 76 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-07-22 18:52:20 UTC
A commit in branch 2024Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9be587b5da8d7dea89b60c4f2a6a529d11bcce2e

commit 9be587b5da8d7dea89b60c4f2a6a529d11bcce2e
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2024-07-22 18:39:53 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-22 18:49:37 +0000

    dns/{,py}ldns, dns/p5-DNS-Ldns: update 1.8.3 → 1.8.4

    The most prominent fix is for the bug where ldns would, under certain
    conditions, use a commented out resolver in /etc/resolv.conf:
    https://github.com/NLnetLabs/ldns/issues/237

    Changelog:
    https://github.com/NLnetLabs/ldns/blob/1.8.4/Changelog

    PR:     280404 278721
    MFH:    2024Q3
    (cherry picked from commit 7fe9f4303fad76f1d2a9f709a3feb89093bce80c)

 dns/ldns/Makefile                |  8 ++---
 dns/ldns/distinfo                |  6 ++--
 dns/ldns/files/patch-swig (gone) | 64 ----------------------------------------
 dns/ldns/pkg-plist               |  2 +-
 dns/py-ldns/pkg-plist            |  6 ++--
 5 files changed, 10 insertions(+), 76 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-22 18:57:24 UTC
Thanks.
Comment 5 Jaap Akkerhuis 2024-07-23 09:11:51 UTC
(In reply to Vladimir Druzenko from comment #1)
Forehead slab.

Thanks for catching this.