diff options
author | matthew <matthew@FreeBSD.org> | 2017-06-25 19:18:50 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-06-25 19:18:50 +0800 |
commit | c81433423a992cdf93228d55c197da10fdeb4b6a (patch) | |
tree | 11ad08803b6f8184f37801c6c32bac092099a0ca /dns/knot2 | |
parent | bc62a7a22c16f9a7884905bbbaa453ba8a5191bf (diff) | |
download | freebsd-ports-gnome-c81433423a992cdf93228d55c197da10fdeb4b6a.tar.gz freebsd-ports-gnome-c81433423a992cdf93228d55c197da10fdeb4b6a.tar.zst freebsd-ports-gnome-c81433423a992cdf93228d55c197da10fdeb4b6a.zip |
Update to 2.5.2
This solves a problem with pykeymgr being unable to load the lmdb
module.
PR: 220241, 220258
Submitted by: freebsd@dns-lab.com (maintainer)
Diffstat (limited to 'dns/knot2')
-rw-r--r-- | dns/knot2/Makefile | 2 | ||||
-rw-r--r-- | dns/knot2/distinfo | 6 | ||||
-rw-r--r-- | dns/knot2/files/pkg-message.in | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index e614d454807e..b3333ca367bf 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ diff --git a/dns/knot2/distinfo b/dns/knot2/distinfo index 953137d0c552..e2270ea9a695 100644 --- a/dns/knot2/distinfo +++ b/dns/knot2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496870306 -SHA256 (knot-2.5.1.tar.xz) = 6c08cdc0a0182e262136b936a968ad667abce112195d99c27e50ea22afc08398 -SIZE (knot-2.5.1.tar.xz) = 1070108 +TIMESTAMP = 1498323571 +SHA256 (knot-2.5.2.tar.xz) = 286671a4ee35a5207b2e45fd0812962b481b1b543bf3d5df3a8c319c26e2f5e9 +SIZE (knot-2.5.2.tar.xz) = 1071648 diff --git a/dns/knot2/files/pkg-message.in b/dns/knot2/files/pkg-message.in index 2690023b5102..5442062fc32e 100644 --- a/dns/knot2/files/pkg-message.in +++ b/dns/knot2/files/pkg-message.in @@ -1,4 +1,4 @@ -###################################################################### +################################################################################ To start using Knot DNS, you should complete the following tasks: @@ -9,10 +9,12 @@ sysrc knot_config=%%ETCDIR%%/knot.conf service knot start -###################################################################### - Please consult the documentation: - man knotd - https://www.knot-dns.cz/documentation/ -###################################################################### + When upgrading from 2.4.x to 2.5.x read: + - https://www.knot-dns.cz/docs/2.5/html/migration.html#upgrade-2-4-x-to-2-5-x + +################################################################################ + |