svn commit: r503675 - head/dns/dnstable

Don Lewis truckman at FreeBSD.org
Fri Jun 7 23:25:54 UTC 2019


Author: truckman
Date: Fri Jun  7 23:25:52 2019
New Revision: 503675
URL: https://svnweb.freebsd.org/changeset/ports/503675

Log:
  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.

Modified:
  head/dns/dnstable/Makefile
  head/dns/dnstable/distinfo
  head/dns/dnstable/pkg-plist

Modified: head/dns/dnstable/Makefile
==============================================================================
--- head/dns/dnstable/Makefile	Fri Jun  7 23:24:53 2019	(r503674)
+++ head/dns/dnstable/Makefile	Fri Jun  7 23:25:52 2019	(r503675)
@@ -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
 

Modified: head/dns/dnstable/distinfo
==============================================================================
--- head/dns/dnstable/distinfo	Fri Jun  7 23:24:53 2019	(r503674)
+++ head/dns/dnstable/distinfo	Fri Jun  7 23:25:52 2019	(r503675)
@@ -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

Modified: head/dns/dnstable/pkg-plist
==============================================================================
--- head/dns/dnstable/pkg-plist	Fri Jun  7 23:24:53 2019	(r503674)
+++ head/dns/dnstable/pkg-plist	Fri Jun  7 23:25:52 2019	(r503675)
@@ -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


More information about the svn-ports-all mailing list