diff options
author | truckman <truckman@FreeBSD.org> | 2015-11-15 06:36:14 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-11-15 06:36:14 +0800 |
commit | 353ecf31f3fd4f813eddff25b483c23d3e9e9e98 (patch) | |
tree | 444c113f360f4075620bc442613c4a9ecce1f1a9 /dns | |
parent | 5270f52ae6f357c58bb17d30aaf582eb1dc99a7d (diff) | |
download | freebsd-ports-gnome-353ecf31f3fd4f813eddff25b483c23d3e9e9e98.tar.gz freebsd-ports-gnome-353ecf31f3fd4f813eddff25b483c23d3e9e9e98.tar.zst freebsd-ports-gnome-353ecf31f3fd4f813eddff25b483c23d3e9e9e98.zip |
Upgrade to version 0.6.0
* Enable cython embedsignature
* Add support for query timeouts
* Merge pull request #4 from farsightsec/query_timeout
* Add support for time fencing
* Merge pull request #5 from farsightsec/time_filter
* Fixup for the dnstable_query_set_filter_parameter() API change
* setup.py: Require libdnstable >= 0.8.0
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-pydnstable/Makefile | 2 | ||||
-rw-r--r-- | dns/py-pydnstable/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/py-pydnstable/Makefile b/dns/py-pydnstable/Makefile index fac1da61d282..fa6e588b80dc 100644 --- a/dns/py-pydnstable/Makefile +++ b/dns/py-pydnstable/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydnstable -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-pydnstable/distinfo b/dns/py-pydnstable/distinfo index a4a0a7e9f16a..29a2f75064c2 100644 --- a/dns/py-pydnstable/distinfo +++ b/dns/py-pydnstable/distinfo @@ -1,2 +1,2 @@ -SHA256 (pydnstable-0.5.0.tar.gz) = 828f9d072daff5080cf5db76b701b8f25bbe5afcb38c838a6471742737ef002e -SIZE (pydnstable-0.5.0.tar.gz) = 41914 +SHA256 (pydnstable-0.6.0.tar.gz) = 8ab55e59180eb75c334aaad6f9997afdb8ecbc512faa402093bc71c8880013c7 +SIZE (pydnstable-0.6.0.tar.gz) = 49407 |