From b477b5718c68004d6023807dfef185aec634dd54 Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Wed, 19 Aug 2020 03:03:08 +0000 Subject: [PATCH] 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) --- dns/dsc/Makefile | 3 +-- dns/dsc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dns/dsc/Makefile b/dns/dsc/Makefile index a4405cbffbc4..4eb2331614da 100644 --- a/dns/dsc/Makefile +++ b/dns/dsc/Makefile @@ -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/ diff --git a/dns/dsc/distinfo b/dns/dsc/distinfo index 2cd41225bb25..203658455728 100644 --- a/dns/dsc/distinfo +++ b/dns/dsc/distinfo @@ -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