View | Details | Raw Unified | Return to bug 223339 | Differences between
and this patch

Collapse All | Expand All

(-)dns/knot-resolver/Makefile 2017-10-31 09:45:32.208728000 +0000 (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/dns/knot-resolver/Makefile 448041 2017-08-16 15:44:48Z sunpoet $
2
# $FreeBSD: head/dns/knot-resolver/Makefile 448041 2017-08-16 15:44:48Z sunpoet $
3
3
4
PORTNAME=      knot-resolver
4
PORTNAME=      knot-resolver
5
PORTVERSION=   1.3.3
5
PORTVERSION=   1.4.0
6
PORTREVISION=  1
6
PORTREVISION=  0
7
CATEGORIES=    dns ipv6
7
CATEGORIES=    dns ipv6
8
MASTER_SITES=  https://secure.nic.cz/files/knot-resolver/ \
8
MASTER_SITES=  https://secure.nic.cz/files/knot-resolver/ \
9
               https://dns.company/downloads/knot-resolver/
9
               https://dns.company/downloads/knot-resolver/
Lines 28-34 Link Here
28
MAKE_ARGS+=    lmdb_CFLAGS=-I${PREFIX}/include lmdb_LIBS=-llmdb
28
MAKE_ARGS+=    lmdb_CFLAGS=-I${PREFIX}/include lmdb_LIBS=-llmdb
29
29
30
USES=          gmake libedit libtool pkgconfig tar:xz
30
USES=          gmake libedit libtool pkgconfig tar:xz
31
USE_CSTD=      c99
32
USE_LDCONFIG=  yes
31
USE_LDCONFIG=  yes
33
32
34
OPTIONS_DEFINE=        COOKIES DNSTAP DOXYGEN GO MEMCACHED REDIS TRUSTANCHOR
33
OPTIONS_DEFINE=        COOKIES DNSTAP DOXYGEN GO MEMCACHED REDIS TRUSTANCHOR
(-)dns/knot-resolver/distinfo 2017-10-31 09:18:14.214653000 +0000 (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1502352801
1
TIMESTAMP = 1509441494
2
SHA256 (knot-resolver-1.3.3.tar.xz) = c679238bea5744de8a99f4402a61e9e58502bc42b40ecfa370e53679ed5d5b80
2
SHA256 (knot-resolver-1.4.0.tar.xz) = ac19c121fd687c7e4f5f907b46932d26f8f9d9e01626c4dadb3847e25ea31ceb
3
SIZE (knot-resolver-1.3.3.tar.xz) = 1082408
3
SIZE (knot-resolver-1.4.0.tar.xz) = 1103040
(-)dns/knot-resolver/pkg-plist 2017-10-31 09:37:43.562954000 +0000 (-2 / +3 lines)
Lines 3-8 Link Here
3
etc/kresd/config.personal
3
etc/kresd/config.personal
4
etc/kresd/config.splitview
4
etc/kresd/config.splitview
5
etc/kresd/icann-ca.pem
5
etc/kresd/icann-ca.pem
6
etc/kresd/root.hints
6
include/libkres/array.h
7
include/libkres/array.h
7
include/libkres/cache.h
8
include/libkres/cache.h
8
include/libkres/cdb.h
9
include/libkres/cdb.h
Lines 22-28 Link Here
22
include/libkres/ta.h
23
include/libkres/ta.h
23
include/libkres/utils.h
24
include/libkres/utils.h
24
include/libkres/zonecut.h
25
include/libkres/zonecut.h
25
lib/kdns_modules/aho-corasick.lua
26
lib/kdns_modules/ahocorasick.so
26
lib/kdns_modules/daf.lua
27
lib/kdns_modules/daf.lua
27
lib/kdns_modules/daf/daf.js
28
lib/kdns_modules/daf/daf.js
28
lib/kdns_modules/dns64.lua
29
lib/kdns_modules/dns64.lua
Lines 62-68 Link Here
62
lib/kdns_modules/workarounds.lua
63
lib/kdns_modules/workarounds.lua
63
lib/kdns_modules/zonefile.lua
64
lib/kdns_modules/zonefile.lua
64
lib/libkres.so
65
lib/libkres.so
65
lib/libkres.so.3
66
lib/libkres.so.4
66
libdata/pkgconfig/libkres.pc
67
libdata/pkgconfig/libkres.pc
67
man/man8/kresd.8.gz
68
man/man8/kresd.8.gz
68
sbin/kresc
69
sbin/kresc

Return to bug 223339