dns/wdns: Upgrade to version 0.11.0

* Improve support for CAA records. (CAA was previously rendered as a
    "generic" rdata type.)

  * Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps
    per RFC6840 section 6.4.

  * Fix parsing of A6 records that ommit and address portion. Correct
    parsing of A6 records with prefix length 0. Correct handling of
    A6 address bytes. The address bytes of an A6 record are an address
    suffix relative to the prefix represented by the domain name, and
    so must be copied to and from the lower order bytes of the internal
    address representation. These A6 code updates were for the purposes
    of clearing "round trip" test errors in the existing code base.
    (A6 is deprecated and was moved to historic status.)

  * Fix bug in IPv6 prefix length processing in
    _wdns_str_to_rdata_ubuf().

  * Add support for SVCB and HTTPS resource record types. This is based
    on an Internet-Draft but is widely used in the real world.
    https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-08

Bump PORTREVISION of dependent ports due to shared library version
change.

Sponsored by:	DomainTools
This commit is contained in:
Don Lewis 2022-04-11 22:24:26 -07:00
parent caf9d71915
commit 9c3e1c57db
9 changed files with 11 additions and 8 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= dnstable-convert
PORTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View file

@ -1,5 +1,6 @@
PORTNAME= dnstable
PORTVERSION= 0.12.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View file

@ -1,5 +1,6 @@
PORTNAME= pywdns
PORTVERSION= 0.10.1
PORTREVISION= 1
CATEGORIES= dns python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,5 +1,5 @@
PORTNAME= wdns
PORTVERSION= 0.10.0
PORTVERSION= 0.11.0
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1575500749
SHA256 (wdns-0.10.0.tar.gz) = a51630142c3f2290df11ea0187113b3601d1537f0b04adeeb8922b0779024758
SIZE (wdns-0.10.0.tar.gz) = 394353
TIMESTAMP = 1649708382
SHA256 (wdns-0.11.0.tar.gz) = 4a5928e19c6ff1d3f033748248f3671b4800fcd420c8476498b7327a49570b77
SIZE (wdns-0.11.0.tar.gz) = 407893

View file

@ -2,5 +2,5 @@ include/wdns.h
lib/libwdns.a
lib/libwdns.so
lib/libwdns.so.1
lib/libwdns.so.1.2.0
lib/libwdns.so.1.3.0
libdata/pkgconfig/libwdns.pc

View file

@ -1,6 +1,6 @@
PORTNAME= axa
PORTVERSION= 2.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View file

@ -1,6 +1,6 @@
PORTNAME= nmsg
PORTVERSION= 1.0.1
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View file

@ -1,6 +1,6 @@
PORTNAME= sie-nmsg
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight