mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
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.
This commit is contained in:
parent
02a7d7f284
commit
d5188080a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503675
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user