1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Update to 1.6.13

This is mostly a bugfix release. Most notable new features are ECDSA
  support (RFC 6605) and command-line options for ldns-verify-zone for
  validating against given keys and for safety margins on signatures
  inception and expiration times.
- The examples and drill programs will now built by default.

PR:	ports/168296
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:	itetcu (mentor)
This commit is contained in:
Alex Kozlov 2012-05-24 14:01:39 +00:00
parent 492acb0442
commit b526704ea1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297335
3 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ldns
PORTVERSION= 1.6.12
PORTVERSION= 1.6.13
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
CRITICAL
@ -22,10 +22,10 @@ USE_OPENSSL= yes
USE_LDCONFIG= yes
OPTIONS= DOCS "With documentation" Off \
EXAMPLES "With example programs" Off \
DRILL "With drill program" Off \
EXAMPLES "With example programs" On \
DRILL "With drill program" On \
GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
ECDSA "With highly experimental ECDSA support" Off \
ECDSA "Without ECDSA support" Off \
PYLDNS "Build python bindings" Off
.include <bsd.port.options.mk>
@ -261,8 +261,8 @@ MAN1+= ldns-chaos.1 ldns-compare-zones.1 ldns-dpa.1 \
PLIST_SUB+= EXAMPLES="@comment "
.endif
.if defined(WITH_ECDSA)
CONFIGURE_ARGS+=--enable-ecdsa
.if defined(WITHOUT_ECDSA)
CONFIGURE_ARGS+=--disable-ecdsa
.endif
.if defined(WITH_PYLDNS)

View File

@ -1,2 +1,2 @@
SHA256 (ldns-1.6.12.tar.gz) = b966787510a169ca0ed78f9a8a5de01fb309909575e721ead92095d4677aa51c
SIZE (ldns-1.6.12.tar.gz) = 1057607
SHA256 (ldns-1.6.13.tar.gz) = e50622f68908ac57eeef1b2f94bf2cf4d6b1dd309b4e613dce36139d89f15680
SIZE (ldns-1.6.13.tar.gz) = 1066139

View File

@ -30,6 +30,7 @@ include/ldns/dnssec.h
include/ldns/dnssec_sign.h
include/ldns/dnssec_verify.h
include/ldns/dnssec_zone.h
include/ldns/duration.h
include/ldns/error.h
include/ldns/higher.h
include/ldns/host2str.h