dns/knot2: update 2.3.3 -> 2.4.3
PR: 218948 Changes: https://gitlab.labs.nic.cz/labs/knot/raw/v2.4.3/NEWS Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
This commit is contained in:
parent
a36372ce10
commit
834171938d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439773
4 changed files with 11 additions and 18 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= knot
|
||||
PORTVERSION= 2.3.3
|
||||
PORTVERSION= 2.4.3
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
http://dns-lab.com/downloads/knot-dns/
|
||||
|
@ -22,7 +22,7 @@ LIB_DEPENDS= libfstrm.so:devel/fstrm \
|
|||
|
||||
CONFLICTS= knot-1.* knot1-[0-6].*
|
||||
|
||||
USES= alias libedit libtool pkgconfig tar:xz
|
||||
USES= alias compiler:c11 libedit libtool pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1481221203
|
||||
SHA256 (knot-2.3.3.tar.xz) = a929bce3b957a81776b1db7b43b0e4473339bf16be8dbba5abb4b0593bf43c94
|
||||
SIZE (knot-2.3.3.tar.xz) = 1071160
|
||||
TIMESTAMP = 1493403989
|
||||
SHA256 (knot-2.4.3.tar.xz) = f90258bcb29c1f351cd8d824ff8d67aef906ae5d5ff0f652c4f69c69ed8a704f
|
||||
SIZE (knot-2.4.3.tar.xz) = 1110588
|
||||
|
|
|
@ -9,19 +9,10 @@
|
|||
sysrc knot_config=%%ETCDIR%%/knot.conf
|
||||
service knot start
|
||||
|
||||
Traditional (pre-FreeBSD 9.2) method, for last three commands:
|
||||
|
||||
echo knot_enable=\"YES\" >> /etc/rc.conf
|
||||
echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf\" >> /etc/rc.conf
|
||||
%%PREFIX%%/etc/rc.d/knot start
|
||||
|
||||
######################################################################
|
||||
|
||||
When upgrading from a previous version of Knot,
|
||||
the configuration syntax changed changed severely.
|
||||
|
||||
Please consult the documentation:
|
||||
- man knot.conf
|
||||
- https://www.knot-dns.cz/docs/2.0/html/configuration.html
|
||||
- https://www.knot-dns.cz/documentation/
|
||||
|
||||
######################################################################
|
||||
|
|
|
@ -14,8 +14,10 @@ include/dnssec/event.h
|
|||
include/dnssec/kasp.h
|
||||
include/dnssec/key.h
|
||||
include/dnssec/keyid.h
|
||||
include/dnssec/keystate.h
|
||||
include/dnssec/keystore.h
|
||||
include/dnssec/keytag.h
|
||||
include/dnssec/keyusage.h
|
||||
include/dnssec/list.h
|
||||
include/dnssec/nsec.h
|
||||
include/dnssec/random.h
|
||||
|
@ -71,11 +73,11 @@ include/zscanner/version.h
|
|||
lib/libdnssec.a
|
||||
lib/libdnssec.so
|
||||
lib/libdnssec.so.2
|
||||
lib/libdnssec.so.2.0.0
|
||||
lib/libdnssec.so.2.1.0
|
||||
lib/libknot.a
|
||||
lib/libknot.so
|
||||
lib/libknot.so.4
|
||||
lib/libknot.so.4.0.0
|
||||
lib/libknot.so.5
|
||||
lib/libknot.so.5.0.0
|
||||
lib/libzscanner.a
|
||||
lib/libzscanner.so
|
||||
lib/libzscanner.so.1
|
||||
|
|
Loading…
Reference in a new issue