Skip to content

Commit

Permalink
dns/wdns: upgrade to version 0.12.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DonLewisFreeBSD committed Sep 10, 2023
1 parent c4c6f69 commit e81c9f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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}
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion dns/wdns/pkg-plist
Expand Up @@ -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

0 comments on commit e81c9f1

Please sign in to comment.