dns/dsc: update to 2.11.1

Changes since 2.8.1:

 - Add support for receiving DNS messages over DNSTAP

 - Fix bug with listening for SIGINT when in foreground mode

 - Unlink UNIX socket on exit if successfully initiated

 - Fix startup bug, exit() if unable to initialize

 - Add new configuration options to dnstap_unixsock to control
   ownership and permissions for the DNSTAP socket file

 - Update the built in known TLDs table and adds the optional
   configuration option knowntlds_file

 - Fix a 17-year old code cut&paste mistake in the classification
   indexer, until now it's been classifying funny query types based
   on the query class, submitted by Jim Hague (Sinodun)

PR:		248728
Submitted by:	Leo Vandewoestijne (maintainer)
This commit is contained in:
Craig Leres 2020-08-19 03:03:08 +00:00
parent 483e130206
commit b477b5718c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545269
2 changed files with 4 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dsc
PORTVERSION= 2.8.1
PORTREVISION= 1
PORTVERSION= 2.11.1
CATEGORIES= dns
MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \
https://dns.company/files/dsc/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1563178795
SHA256 (dsc-2.8.1.tar.gz) = 5df26c12d2cb9a3bad99493b1b5390576ce4f43ca04483b08fe5a8c5bc72d370
SIZE (dsc-2.8.1.tar.gz) = 334611
TIMESTAMP = 1597762120
SHA256 (dsc-2.11.1.tar.gz) = f385437e8b6d6aea582e926803e5705eb769990df077e850c69c61342fa17b2f
SIZE (dsc-2.11.1.tar.gz) = 356875