mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 2.0.0-rc1
PR: 201029 Submitted by: freebsd@dns-lab.com (maintainer)
This commit is contained in:
parent
576d5e3129
commit
455152c68b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390423
3 changed files with 10 additions and 22 deletions
|
@ -2,11 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= knot
|
||||
DISTVERSION= 2.0.0-beta
|
||||
DISTVERSION= 2.0.0.r1
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
http://dns-lab.com/downloads/knot-dns/
|
||||
PKGNAMESUFFIX= 2
|
||||
DISTNAME= ${PORTNAME}-2.0.0-rc1
|
||||
|
||||
MAINTAINER= freebsd@dns-lab.com
|
||||
COMMENT= High performance authoritative-only DNS server
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (knot-2.0.0-beta.tar.xz) = 7ed997d15b523abcaede51d7ce3670a687d7658b96eb742b9dd87ac5d3e0e9af
|
||||
SIZE (knot-2.0.0-beta.tar.xz) = 939468
|
||||
SHA256 (knot-2.0.0-rc1.tar.xz) = 885e1de703bf4afb50c96c2fc246732714d042d7e6b4b5cfa46f42a9d923a1bc
|
||||
SIZE (knot-2.0.0-rc1.tar.xz) = 946644
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
@sample %%ETCDIR%%/knot.conf.sample
|
||||
bin/kdig
|
||||
bin/khost
|
||||
bin/knot1to2
|
||||
bin/knsec3hash
|
||||
bin/knsupdate
|
||||
include/dnssec/binary.h
|
||||
|
@ -23,7 +22,6 @@ include/libknot/binary.h
|
|||
include/libknot/consts.h
|
||||
include/libknot/descriptor.h
|
||||
include/libknot/dname.h
|
||||
include/libknot/dnssec/key.h
|
||||
include/libknot/errcode.h
|
||||
include/libknot/internal/array-sort.h
|
||||
include/libknot/internal/base32hex.h
|
||||
|
@ -76,34 +74,23 @@ include/libknot/rrtype/rrsig.h
|
|||
include/libknot/rrtype/soa.h
|
||||
include/libknot/rrtype/tsig.h
|
||||
include/libknot/tsig-op.h
|
||||
include/libknot/yparser/yparser.h
|
||||
include/libknot/yparser/ypformat.h
|
||||
include/libknot/yparser/ypscheme.h
|
||||
include/libknot/yparser/yptrafo.h
|
||||
include/libknot/tsig.h
|
||||
lib/libdnssec.a
|
||||
lib/libdnssec.so
|
||||
lib/libdnssec.so.0
|
||||
lib/libdnssec.so.0.0.0
|
||||
lib/libknot-2.so.0
|
||||
lib/libknot-2.so.0.0.0
|
||||
lib/libknot-int-2.so.0
|
||||
lib/libknot-int-2.so.0.0.0
|
||||
lib/libknot-int.a
|
||||
lib/libknot-int.so
|
||||
lib/libknot-yparser-2.so.0
|
||||
lib/libknot-yparser-2.so.0.0.0
|
||||
lib/libknot-yparser.a
|
||||
lib/libknot-yparser.so
|
||||
lib/libknot.a
|
||||
lib/libknot.so
|
||||
lib/libknot.so.1
|
||||
lib/libknot.so.1.0.0
|
||||
lib/libzscanner.a
|
||||
lib/libzscanner.so
|
||||
lib/libzscanner.so.0
|
||||
lib/libzscanner.so.0.0.0
|
||||
lib/libzscanner.so.0.0.1
|
||||
libdata/pkgconfig/libdnssec.pc
|
||||
libdata/pkgconfig/libknot-int.pc
|
||||
libdata/pkgconfig/libknot-yparser.pc
|
||||
libdata/pkgconfig/libknot.pc
|
||||
libdata/pkgconfig/libzscanner.pc
|
||||
libexec/knot1to2
|
||||
man/man1/kdig.1.gz
|
||||
man/man1/khost.1.gz
|
||||
man/man1/knot1to2.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue