aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2019-06-07 23:25:52 +0000
committerDon Lewis <truckman@FreeBSD.org>2019-06-07 23:25:52 +0000
commitd5188080a50d7ad62a0379fcd670d582484a644a (patch)
tree8705e6cf3b65a6da29afd2d482fd4057eed7c8e1 /dns
parent02a7d7f2848a473d678cfa33eaad71d2779f1f19 (diff)
downloadports-d5188080a50d7ad62a0379fcd670d582484a644a.tar.gz
ports-d5188080a50d7ad62a0379fcd670d582484a644a.zip
Update dns/dnstable port to version 0.11.0
dnstable, the encoding library with utilities for passive DNS data, version 0.11.0, was released. This release adds functionality enabling unaggregated query results, the skipping of query results, and date and rdata presentation options for JSON formatted entries. In detail: * Fix bug in raw rdata queries with rrtype specified. * Add functionality for unaggregated query results. * Add ability to skip query results. * Add options for date and rdata presentation in JSON formatted entries. * Treat RRTYPE "TYPE255" as an alias for "ANY", since 255 is the code for "ANY". Insert a blank line into Makefile to pacify portlint. Sponsored by: Farsight Security, Inc.
Notes
Notes: svn path=/head/; revision=503675
Diffstat (limited to 'dns')
-rw-r--r--dns/dnstable/Makefile3
-rw-r--r--dns/dnstable/distinfo6
-rw-r--r--dns/dnstable/pkg-plist2
3 files changed, 6 insertions, 5 deletions
diff --git a/dns/dnstable/Makefile b/dns/dnstable/Makefile
index a5b447ef8ebd..01b1cf9ef2cc 100644
--- a/dns/dnstable/Makefile
+++ b/dns/dnstable/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= dnstable
-PORTVERSION= 0.10.2
+PORTVERSION= 0.11.0
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
@@ -17,6 +17,7 @@ LIB_DEPENDS= libmtbl.so:devel/mtbl \
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
+
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
diff --git a/dns/dnstable/distinfo b/dns/dnstable/distinfo
index 7877c181f32f..9ca75e2f224f 100644
--- a/dns/dnstable/distinfo
+++ b/dns/dnstable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537234235
-SHA256 (dnstable-0.10.2.tar.gz) = 6c335f6e578bd5f743a6944d64b6dd4d32c0fe282efcdcf61f1f8ea1ec133e24
-SIZE (dnstable-0.10.2.tar.gz) = 408564
+TIMESTAMP = 1559945201
+SHA256 (dnstable-0.11.0.tar.gz) = ccbe3f313d7cac7b156e61e24eebcdc4b817a089f986dd3f58dc75524a18de7e
+SIZE (dnstable-0.11.0.tar.gz) = 413321
diff --git a/dns/dnstable/pkg-plist b/dns/dnstable/pkg-plist
index e039fc051d38..c5a8af850896 100644
--- a/dns/dnstable/pkg-plist
+++ b/dns/dnstable/pkg-plist
@@ -5,7 +5,7 @@ include/dnstable.h
lib/libdnstable.a
lib/libdnstable.so
lib/libdnstable.so.0
-lib/libdnstable.so.0.0.1
+lib/libdnstable.so.0.1.0
libdata/pkgconfig/libdnstable.pc
man/man1/dnstable_dump.1.gz
man/man1/dnstable_lookup.1.gz