mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
dns/knot3: upgrade to 3.1.0.
PR: 257584 Reported by: maintainer
This commit is contained in:
parent
7bda36c661
commit
9e082695ed
dns/knot3
@ -1,7 +1,7 @@
|
||||
# Created by: Leo Vandewoestijne <freebsd@dns.company>
|
||||
|
||||
PORTNAME= knot
|
||||
DISTVERSION= 3.0.8
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
https://dns.company/downloads/knot-dns/
|
||||
@ -88,9 +88,9 @@ DOH_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
|
||||
FASTPARSER_DESC= Fast zone parser (demanding compilation)
|
||||
FASTPARSER_CONFIGURE_ENABLE= fastparser
|
||||
|
||||
IDN_CONFIGURE_WITH= libidn
|
||||
IDN_CONFIGURE_OFF= --without-libidn
|
||||
IDN_LIB_DEPENDS= libidn2.so:dns/libidn2
|
||||
IDN_CONFIGURE_OFF= --without-libidn
|
||||
IDN_CONFIGURE_WITH= libidn
|
||||
|
||||
MAXMINDDB_DESC= Enable MaxMind for geodb module
|
||||
MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1626854909
|
||||
SHA256 (knot-3.0.8.tar.xz) = df723949c19ebecf9a7118894c3127e292eb09dc7274b5ce9b527409f42edfb0
|
||||
SIZE (knot-3.0.8.tar.xz) = 1336624
|
||||
TIMESTAMP = 1627981334
|
||||
SHA256 (knot-3.1.0.tar.xz) = 54323712e3cbc3d4c70a15777818fd2ff0de30cebb6c22e2946372b15b2653ed
|
||||
SIZE (knot-3.1.0.tar.xz) = 1401992
|
||||
|
@ -15,7 +15,7 @@
|
||||
- https://www.knot-dns.cz/documentation/
|
||||
|
||||
When upgrading from 2.4.x read:
|
||||
- https://www.knot-dns.cz/docs/3.0/html/migration.html#upgrade-2-9-x-to-3-0-x
|
||||
- https://www.knot-dns.cz/docs/3.1/html/migration.html#upgrade-2-9-x-to-3-0-x
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -9,6 +9,7 @@ bin/kzonesign
|
||||
include/knot/module.h
|
||||
include/libdnssec/binary.h
|
||||
include/libdnssec/crypto.h
|
||||
include/libdnssec/digest.h
|
||||
include/libdnssec/dnssec.h
|
||||
include/libdnssec/error.h
|
||||
include/libdnssec/key.h
|
||||
@ -31,6 +32,7 @@ include/libknot/db/db_lmdb.h
|
||||
include/libknot/db/db_trie.h
|
||||
include/libknot/descriptor.h
|
||||
include/libknot/dname.h
|
||||
include/libknot/dynarray.h
|
||||
include/libknot/endian.h
|
||||
include/libknot/errcode.h
|
||||
include/libknot/error.h
|
||||
@ -58,10 +60,12 @@ include/libknot/rrtype/rdname.h
|
||||
include/libknot/rrtype/rrsig.h
|
||||
include/libknot/rrtype/soa.h
|
||||
include/libknot/rrtype/tsig.h
|
||||
include/libknot/rrtype/zonemd.h
|
||||
include/libknot/tsig-op.h
|
||||
include/libknot/tsig.h
|
||||
include/libknot/version.h
|
||||
include/libknot/wire.h
|
||||
include/libknot/xdp.h
|
||||
include/libknot/yparser/yparser.h
|
||||
include/libknot/yparser/ypformat.h
|
||||
include/libknot/yparser/ypschema.h
|
||||
@ -75,12 +79,12 @@ lib/libdnssec.so.8
|
||||
lib/libdnssec.so.8.0.0
|
||||
lib/libknot.a
|
||||
lib/libknot.so
|
||||
lib/libknot.so.11
|
||||
lib/libknot.so.11.0.0
|
||||
lib/libknot.so.12
|
||||
lib/libknot.so.12.0.0
|
||||
lib/libzscanner.a
|
||||
lib/libzscanner.so
|
||||
lib/libzscanner.so.3
|
||||
lib/libzscanner.so.3.0.0
|
||||
lib/libzscanner.so.4
|
||||
lib/libzscanner.so.4.0.0
|
||||
libdata/pkgconfig/knotd.pc
|
||||
libdata/pkgconfig/libdnssec.pc
|
||||
libdata/pkgconfig/libknot.pc
|
||||
|
Loading…
Reference in New Issue
Block a user