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

(-)dns/knot-resolver/distinfo 2018-11-06 15:38:22.018115000 +0000 (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1534107905
1
TIMESTAMP = 1541518702
2
SHA256 (knot-resolver-2.4.1.tar.xz) = e8044316cd897ad29b3c5284de06652e1568c4d5861e3147ec2191fbacd8d9ff
2
SHA256 (knot-resolver-3.1.0.tar.xz) = 8f3deba4695784a666cde317bc6af80ecf42ce1047b01f4b9c582fdc021c7492
3
SIZE (knot-resolver-2.4.1.tar.xz) = 1564784
3
SIZE (knot-resolver-3.1.0.tar.xz) = 1671480
(-)dns/knot-resolver/Makefile 2018-11-06 17:10:40.349520000 +0000 (-13 / +20 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/dns/knot-resolver/Makefile 479406 2018-09-10 13:14:50Z mat $
2
# $FreeBSD: head/dns/knot-resolver/Makefile 479406 2018-09-10 13:14:50Z mat $
3
3
4
PORTNAME=      knot-resolver
4
PORTNAME=      knot-resolver
5
DISTVERSION=   2.4.1
5
DISTVERSION=   3.1.0
6
CATEGORIES=    dns ipv6
6
CATEGORIES=    dns ipv6
7
MASTER_SITES=  https://secure.nic.cz/files/knot-resolver/ \
7
MASTER_SITES=  https://secure.nic.cz/files/knot-resolver/ \
8
               https://dns.company/downloads/knot-resolver/
8
               https://dns.company/downloads/knot-resolver/
Lines 12-17 Link Here
12
12
13
LICENSE=       GPLv3
13
LICENSE=       GPLv3
14
14
15
.include <bsd.port.options.mk>
16
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1120000
17
NOT_FOR_ARCHS= i386
18
NOT_FOR_ARCHS_REASON_i386=libknot (installed by knot2) is broken on 11.2 at i386
19
.endif
20
15
BUILD_DEPENDS= bash:shells/bash \
21
BUILD_DEPENDS= bash:shells/bash \
16
               git:devel/git
22
               git:devel/git
17
LIB_DEPENDS=   libgnutls.so:security/gnutls \
23
LIB_DEPENDS=   libgnutls.so:security/gnutls \
Lines 33-51 Link Here
33
SHEBANG_FILES= scripts/coverage_env.sh
39
SHEBANG_FILES= scripts/coverage_env.sh
34
USE_LDCONFIG=  yes
40
USE_LDCONFIG=  yes
35
41
36
OPTIONS_DEFINE=        DOCS COOKIES DNSTAP DOXYGEN GO TRUSTANCHOR
42
OPTIONS_DEFINE=        DOCS DNSTAP DOXYGEN GO TRUSTANCHOR
37
43
38
COOKIES_DESC=                  cookies
44
# COOKIES will come return/reworked to reflect IETF dnsop group development
39
COOKIES_LIB_DEPENDS=           libnettle.so:security/nettle
45
#COOKIES_DESC=                 cookies
40
COOKIES_MAKE_ARGS_ON=          HAS_nettle=yes
46
#COOKIES_LIB_DEPENDS=          libnettle.so:security/nettle
41
COOKIES_MAKE_ARGS_OFF=         HAS_nettle=no
47
#COOKIES_MAKE_ARGS_ON=         HAS_nettle=yes
42
COOKIES_PLIST_FILES=           lib/kdns_modules/cookies.so      \
48
#COOKIES_MAKE_ARGS_OFF=                HAS_nettle=no
43
                               include/libkres/alg_containers.h \
49
#COOKIES_PLIST_FILES=          lib/kdns_modules/cookies.so      \
44
                               include/libkres/alg_sha.h        \
50
#                              include/libkres/alg_containers.h \
45
                               include/libkres/control.h        \
51
#                              include/libkres/alg_sha.h        \
46
                               include/libkres/helper.h         \
52
#                              include/libkres/control.h        \
47
                               include/libkres/lru_cache.h      \
53
#                              include/libkres/helper.h         \
48
                               include/libkres/nonce.h
54
#                              include/libkres/lru_cache.h      \
55
#                              include/libkres/nonce.h
49
56
50
DNSTAP_DESC=                   dnstap support
57
DNSTAP_DESC=                   dnstap support
51
DNSTAP_LIB_DEPENDS=            libprotobuf.so:devel/protobuf \
58
DNSTAP_LIB_DEPENDS=            libprotobuf.so:devel/protobuf \
(-)dns/knot-resolver/pkg-plist 2018-11-06 16:10:04.023015000 +0000 (-2 / +2 lines)
Lines 20-25 Link Here
20
include/libkres/nsec3.h
20
include/libkres/nsec3.h
21
include/libkres/nsrep.h
21
include/libkres/nsrep.h
22
include/libkres/pack.h
22
include/libkres/pack.h
23
include/libkres/queue.h
23
include/libkres/resolve.h
24
include/libkres/resolve.h
24
include/libkres/rplan.h
25
include/libkres/rplan.h
25
include/libkres/signature.h
26
include/libkres/signature.h
Lines 72-83 Link Here
72
lib/kdns_modules/ta_sentinel.lua
73
lib/kdns_modules/ta_sentinel.lua
73
lib/kdns_modules/ta_signal_query.lua
74
lib/kdns_modules/ta_signal_query.lua
74
lib/kdns_modules/trust_anchors.lua
75
lib/kdns_modules/trust_anchors.lua
75
lib/kdns_modules/version.lua
76
lib/kdns_modules/view.lua
76
lib/kdns_modules/view.lua
77
lib/kdns_modules/workarounds.lua
77
lib/kdns_modules/workarounds.lua
78
lib/kdns_modules/zonefile.lua
78
lib/kdns_modules/zonefile.lua
79
lib/libkres.so
79
lib/libkres.so
80
lib/libkres.so.7
80
lib/libkres.so.8
81
libdata/pkgconfig/libkres.pc
81
libdata/pkgconfig/libkres.pc
82
man/man8/kresd.8.gz
82
man/man8/kresd.8.gz
83
sbin/kresc
83
sbin/kresc

Return to bug 230842