svn commit: r505906 - head/dns/dnstable
Don Lewis
truckman at FreeBSD.org
Fri Jul 5 19:03:15 UTC 2019
Author: truckman
Date: Fri Jul 5 19:03:14 2019
New Revision: 505906
URL: https://svnweb.freebsd.org/changeset/ports/505906
Log:
Update dns/dnstable to from version 0.11.0 to 0.11.2:
dnstable (0.11.2)
* Fix memory leaks while skipping rows of data during offset processing.
* Fix minor leak in dnstable_lookup printing.
* Add more dnstable_lookup tests.
dnstable (0.11.1)
* Change dnstable_query_set_skip to ..._offset. Note that the
ABI library revision was not bumped.
* Change dnstable_lookup parameter for offset from -s to -O
* Added unit tests for some exposed dnstable functionality, including
for filter and query timeouts.
Sponsored by: Farsight Security, Inc.
Modified:
head/dns/dnstable/Makefile
head/dns/dnstable/distinfo
Modified: head/dns/dnstable/Makefile
==============================================================================
--- head/dns/dnstable/Makefile Fri Jul 5 18:34:26 2019 (r505905)
+++ head/dns/dnstable/Makefile Fri Jul 5 19:03:14 2019 (r505906)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= dnstable
-PORTVERSION= 0.11.0
+PORTVERSION= 0.11.2
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
Modified: head/dns/dnstable/distinfo
==============================================================================
--- head/dns/dnstable/distinfo Fri Jul 5 18:34:26 2019 (r505905)
+++ head/dns/dnstable/distinfo Fri Jul 5 19:03:14 2019 (r505906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559945201
-SHA256 (dnstable-0.11.0.tar.gz) = ccbe3f313d7cac7b156e61e24eebcdc4b817a089f986dd3f58dc75524a18de7e
-SIZE (dnstable-0.11.0.tar.gz) = 413321
+TIMESTAMP = 1562347197
+SHA256 (dnstable-0.11.2.tar.gz) = ea6bbae9bcc63b872381a40005bda6a4daa789395e3ed56216bf1ba421cd2ab2
+SIZE (dnstable-0.11.2.tar.gz) = 472984
More information about the svn-ports-head
mailing list