View | Details | Raw Unified | Return to bug 203127
Collapse All | Expand All

(-)knot2/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/dns/knot2/Makefile 393781 2015-08-09 12:19:00Z mat $
2
# $FreeBSD: head/dns/knot2/Makefile 393781 2015-08-09 12:19:00Z mat $
3
3
4
PORTNAME=	knot
4
PORTNAME=	knot
5
DISTVERSION=	2.0.0
5
DISTVERSION=	2.0.1
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
8
		http://dns-lab.com/downloads/knot-dns/
8
		http://dns-lab.com/downloads/knot-dns/
(-)knot2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (knot-2.0.0.tar.xz) = 28b2277647f618ea7edba741fd6685a8b1fc17d3a178b48f4ca7f2a43359998f
1
SHA256 (knot-2.0.1.tar.xz) = 183bac1f23cb3996731c8161889ff5c1e2f99b9a6d8690390a2a23af433d6ce6
2
SIZE (knot-2.0.0.tar.xz) = 947200
2
SIZE (knot-2.0.1.tar.xz) = 958560
(-)knot2/pkg-plist (+9 lines)
Lines 6-11 Link Here
6
bin/knsupdate
6
bin/knsupdate
7
include/dnssec/binary.h
7
include/dnssec/binary.h
8
include/dnssec/crypto.h
8
include/dnssec/crypto.h
9
include/dnssec/dnssec.h
9
include/dnssec/error.h
10
include/dnssec/error.h
10
include/dnssec/event.h
11
include/dnssec/event.h
11
include/dnssec/kasp.h
12
include/dnssec/kasp.h
Lines 50-55 Link Here
50
include/libknot/internal/trie/hat-trie.h
51
include/libknot/internal/trie/hat-trie.h
51
include/libknot/internal/trie/murmurhash3.h
52
include/libknot/internal/trie/murmurhash3.h
52
include/libknot/internal/utils.h
53
include/libknot/internal/utils.h
54
include/libknot/internal/wire_ctx.h
53
include/libknot/libknot.h
55
include/libknot/libknot.h
54
include/libknot/packet/compr.h
56
include/libknot/packet/compr.h
55
include/libknot/packet/pkt.h
57
include/libknot/packet/pkt.h
Lines 73-80 Link Here
73
include/libknot/rrtype/rrsig.h
75
include/libknot/rrtype/rrsig.h
74
include/libknot/rrtype/soa.h
76
include/libknot/rrtype/soa.h
75
include/libknot/rrtype/tsig.h
77
include/libknot/rrtype/tsig.h
78
include/libknot/rrtype/txt.h
76
include/libknot/tsig-op.h
79
include/libknot/tsig-op.h
77
include/libknot/tsig.h
80
include/libknot/tsig.h
81
include/libknot/yparser/yparser.h
82
include/libknot/yparser/ypformat.h
83
include/libknot/yparser/ypscheme.h
84
include/libknot/yparser/yptrafo.h
85
include/zscanner/error.h
86
include/zscanner/scanner.h
78
lib/libdnssec.a
87
lib/libdnssec.a
79
lib/libdnssec.so
88
lib/libdnssec.so
80
lib/libdnssec.so.0
89
lib/libdnssec.so.0

Return to bug 203127