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

(-)./Makefile (-6 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ldns
8
PORTNAME=	ldns
9
PORTVERSION=	1.6.12
9
PORTVERSION=	1.6.13
10
CATEGORIES=	dns
10
CATEGORIES=	dns
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
12
		CRITICAL
12
		CRITICAL
Lines 22-31 Link Here
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
OPTIONS=	DOCS "With documentation" Off \
24
OPTIONS=	DOCS "With documentation" Off \
25
		EXAMPLES "With example programs" Off \
25
		EXAMPLES "With example programs" On \
26
		DRILL "With drill program" Off \
26
		DRILL "With drill program" On \
27
		GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
27
		GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
28
		ECDSA "With highly experimental ECDSA support" Off \
28
		ECDSA "Without ECDSA support" Off \
29
		PYLDNS "Build python bindings" Off
29
		PYLDNS "Build python bindings" Off
30
30
31
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
Lines 261-268 Link Here
261
PLIST_SUB+=	EXAMPLES="@comment "
261
PLIST_SUB+=	EXAMPLES="@comment "
262
.endif
262
.endif
263
263
264
.if defined(WITH_ECDSA)
264
.if defined(WITHOUT_ECDSA)
265
CONFIGURE_ARGS+=--enable-ecdsa
265
CONFIGURE_ARGS+=--disable-ecdsa
266
.endif
266
.endif
267
267
268
.if defined(WITH_PYLDNS)
268
.if defined(WITH_PYLDNS)
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ldns-1.6.12.tar.gz) = b966787510a169ca0ed78f9a8a5de01fb309909575e721ead92095d4677aa51c
1
SHA256 (ldns-1.6.13.tar.gz) = e50622f68908ac57eeef1b2f94bf2cf4d6b1dd309b4e613dce36139d89f15680
2
SIZE (ldns-1.6.12.tar.gz) = 1057607
2
SIZE (ldns-1.6.13.tar.gz) = 1066139
(-)./pkg-plist (+1 lines)
Lines 30-35 Link Here
30
include/ldns/dnssec_sign.h
30
include/ldns/dnssec_sign.h
31
include/ldns/dnssec_verify.h
31
include/ldns/dnssec_verify.h
32
include/ldns/dnssec_zone.h
32
include/ldns/dnssec_zone.h
33
include/ldns/duration.h
33
include/ldns/error.h
34
include/ldns/error.h
34
include/ldns/higher.h
35
include/ldns/higher.h
35
include/ldns/host2str.h
36
include/ldns/host2str.h

Return to bug 168296