git: e81c9f118267 - main - dns/wdns: upgrade to version 0.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Sep 2023 05:46:50 UTC
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=e81c9f11826759d60187c6cc79463f5162781170 commit e81c9f11826759d60187c6cc79463f5162781170 Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2023-09-09 21:49:20 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2023-09-10 05:35:13 +0000 dns/wdns: upgrade to version 0.12.0 0.12.0: * Add EDNS output to wdns_message_to_str(). * Fix memory leak triggered by multiple OPT records in messages. * Fixes multiple bugs in base32 encoding, NSEC bitmap parsing, and HTTPS svcparam parsing. * Fix out of bounds memory write in wdns_str_to_name. * Fix handling of no address for client subnets. Bump PORTREVISION of dependent ports. MFH: 2023Q3 Sponsored by: DomainTools LLC --- dns/dnstable/Makefile | 2 +- dns/py-pywdns/Makefile | 2 +- dns/wdns/Makefile | 2 +- dns/wdns/distinfo | 6 +++--- dns/wdns/pkg-plist | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile index 3c8f675c9621..72e05740c592 100644 --- a/dns/dnstable/Makefile +++ b/dns/dnstable/Makefile @@ -1,6 +1,6 @@ PORTNAME= dnstable PORTVERSION= 0.13.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/dns/py-pywdns/Makefile b/dns/py-pywdns/Makefile index c8b357583e1a..d7408abc48d8 100644 --- a/dns/py-pywdns/Makefile +++ b/dns/py-pywdns/Makefile @@ -1,6 +1,6 @@ PORTNAME= pywdns PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/wdns/Makefile b/dns/wdns/Makefile index 7e9d606e3be6..cdcbd4ef5065 100644 --- a/dns/wdns/Makefile +++ b/dns/wdns/Makefile @@ -1,5 +1,5 @@ PORTNAME= wdns -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/dns/wdns/distinfo b/dns/wdns/distinfo index f5c3d1186d84..596f5c2a488e 100644 --- a/dns/wdns/distinfo +++ b/dns/wdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649708382 -SHA256 (wdns-0.11.0.tar.gz) = 4a5928e19c6ff1d3f033748248f3671b4800fcd420c8476498b7327a49570b77 -SIZE (wdns-0.11.0.tar.gz) = 407893 +TIMESTAMP = 1694204447 +SHA256 (wdns-0.12.0.tar.gz) = 44eb1fbb6993889f116e38b85eaf5badc114a87148734d39943c18752b4da74e +SIZE (wdns-0.12.0.tar.gz) = 421748 diff --git a/dns/wdns/pkg-plist b/dns/wdns/pkg-plist index fb71bb66d6dc..8dbf2719a54d 100644 --- a/dns/wdns/pkg-plist +++ b/dns/wdns/pkg-plist @@ -2,5 +2,5 @@ include/wdns.h lib/libwdns.a lib/libwdns.so lib/libwdns.so.1 -lib/libwdns.so.1.3.0 +lib/libwdns.so.1.3.1 libdata/pkgconfig/libwdns.pc