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)
This commit is contained in:
parent
0c749399d5
commit
9981feb781
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444261
3 changed files with 10 additions and 8 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue