svn commit: r545269 - head/dns/dsc
Craig Leres
leres at FreeBSD.org
Wed Aug 19 03:03:09 UTC 2020
Author: leres
Date: Wed Aug 19 03:03:08 2020
New Revision: 545269
URL: https://svnweb.freebsd.org/changeset/ports/545269
Log:
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)
Modified:
head/dns/dsc/Makefile
head/dns/dsc/distinfo
Modified: head/dns/dsc/Makefile
==============================================================================
--- head/dns/dsc/Makefile Wed Aug 19 00:44:38 2020 (r545268)
+++ head/dns/dsc/Makefile Wed Aug 19 03:03:08 2020 (r545269)
@@ -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/
Modified: head/dns/dsc/distinfo
==============================================================================
--- head/dns/dsc/distinfo Wed Aug 19 00:44:38 2020 (r545268)
+++ head/dns/dsc/distinfo Wed Aug 19 03:03:08 2020 (r545269)
@@ -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
More information about the svn-ports-all
mailing list