mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
c4c6f690d7
commit
e81c9f1182
5 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dnstable
|
PORTNAME= dnstable
|
||||||
PORTVERSION= 0.13.1
|
PORTVERSION= 0.13.1
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pywdns
|
PORTNAME= pywdns
|
||||||
PORTVERSION= 0.10.1
|
PORTVERSION= 0.10.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= dns python
|
CATEGORIES= dns python
|
||||||
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= wdns
|
PORTNAME= wdns
|
||||||
PORTVERSION= 0.11.0
|
PORTVERSION= 0.12.0
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1649708382
|
TIMESTAMP = 1694204447
|
||||||
SHA256 (wdns-0.11.0.tar.gz) = 4a5928e19c6ff1d3f033748248f3671b4800fcd420c8476498b7327a49570b77
|
SHA256 (wdns-0.12.0.tar.gz) = 44eb1fbb6993889f116e38b85eaf5badc114a87148734d39943c18752b4da74e
|
||||||
SIZE (wdns-0.11.0.tar.gz) = 407893
|
SIZE (wdns-0.12.0.tar.gz) = 421748
|
||||||
|
|
|
@ -2,5 +2,5 @@ include/wdns.h
|
||||||
lib/libwdns.a
|
lib/libwdns.a
|
||||||
lib/libwdns.so
|
lib/libwdns.so
|
||||||
lib/libwdns.so.1
|
lib/libwdns.so.1
|
||||||
lib/libwdns.so.1.3.0
|
lib/libwdns.so.1.3.1
|
||||||
libdata/pkgconfig/libwdns.pc
|
libdata/pkgconfig/libwdns.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue