pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ldns 1.6.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6cb0b55ade8
branches: trunk
changeset: 610455:e6cb0b55ade8
user: pettai <pettai%pkgsrc.org@localhost>
date: Thu Oct 25 19:24:58 2012 +0000
description:
1.6.15
* Remove LDNS_STATUS_EXISTS_ERR from ldns/error.h to make ldns
binary compatible with earlier releases again.
1.6.14
* DANE support (RFC6698), including ldns-dane example tool.
* Configurable default CA certificate repository for ldns-dane with
--with-ca-file=CAFILE and --with-ca-path=CAPATH
* Configurable default trust anchor with --with-trust-anchor=FILE
for drill, ldns-verify-zone and ldns-dane
* bugfix #474: Define socklen_t when undefined (like in Win32)
* bugfix #473: Dead code removal and resource leak fix in drill
* bugfix #471: Let ldns_resolver_push_dnssec_anchor accept DS RR's too.
* Various bugfixes from code reviews from CZ.NIC and Paul Wouters
* ldns-notify TSIG option argument checking
* Let ldns_resolver_nameservers_randomize keep nameservers and rtt's
in sync.
* Let ldns_pkt_push_rr now return false on (memory) errors.
* Make buffer_export comply to documentation and fix buffer2str
* Various improvements and fixes of pyldns from Katel Slany
now documented in their own Changelog.
* bugfix: Make ldns_resolver_pop_nameserver clear the array when
there was only one.
* bugfix #459: Remove ldns_symbols and export symbols based on regex
* bugfix #458: Track all newly created signatures when signing.
* bugfix #454: Only set -g and -O2 CFLAGS when no CFLAGS was given.
* bugfix #457: Memory leak fix for ldns_key_new_frm_algorithm.
* pyldns memory handling fixes and the python3/ldns-signzone.py
examples script contribution from Karel Slany.
* bugfix #450: Base # bytes for P, G and Y (T) on the guaranteed
to be bigger (or equal) P in ldns_key_dsa2bin.
* bugfix #449: Deep free cloned rdf's in ldns_tsig_mac_new.
* bugfix #448: Copy nameserver value (in stead of reference) of the
answering nameserver to the answer packet in ldns_send_buffer, so
the original value may be deep freed with the ldns_resolver struct.
* New -0 option for ldns-read-zone to replace inception, expiration
and signature rdata fields with (null). Thanks Paul Wouters.
* New -p option for ldns-read-zone to prepend-pad SOA serial to take
up ten characters.
* Return error if printing RR fails due to unknown/null RDATA.
diffstat:
net/ldns/Makefile | 5 ++---
net/ldns/PLIST | 9 ++++++++-
net/ldns/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r 636e5463e287 -r e6cb0b55ade8 net/ldns/Makefile
--- a/net/ldns/Makefile Thu Oct 25 17:02:18 2012 +0000
+++ b/net/ldns/Makefile Thu Oct 25 19:24:58 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2012/10/23 17:18:32 asau Exp $
+# $NetBSD: Makefile,v 1.25 2012/10/25 19:24:58 pettai Exp $
-DISTNAME= ldns-1.6.13
-PKGREVISION= 1
+DISTNAME= ldns-1.6.15
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
diff -r 636e5463e287 -r e6cb0b55ade8 net/ldns/PLIST
--- a/net/ldns/PLIST Thu Oct 25 17:02:18 2012 +0000
+++ b/net/ldns/PLIST Thu Oct 25 19:24:58 2012 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2012/05/23 09:53:12 pettai Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/10/25 19:24:59 pettai Exp $
bin/ldns-config
include/ldns/buffer.h
include/ldns/common.h
+include/ldns/dane.h
include/ldns/dname.h
include/ldns/dnssec.h
include/ldns/dnssec_sign.h
@@ -81,6 +82,12 @@
man/man3/ldns_buffer_write_u8_at.3
man/man3/ldns_calc_keytag.3
man/man3/ldns_create_nsec.3
+man/man3/ldns_dane_cert2rdf.3
+man/man3/ldns_dane_create_tlsa_owner.3
+man/man3/ldns_dane_create_tlsa_rr.3
+man/man3/ldns_dane_select_certificate.3
+man/man3/ldns_dane_verify.3
+man/man3/ldns_dane_verify_rr.3
man/man3/ldns_dname.3
man/man3/ldns_dname2canonical.3
man/man3/ldns_dname_cat.3
diff -r 636e5463e287 -r e6cb0b55ade8 net/ldns/distinfo
--- a/net/ldns/distinfo Thu Oct 25 17:02:18 2012 +0000
+++ b/net/ldns/distinfo Thu Oct 25 19:24:58 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2012/05/23 09:53:12 pettai Exp $
+$NetBSD: distinfo,v 1.16 2012/10/25 19:24:59 pettai Exp $
-SHA1 (ldns-1.6.13.tar.gz) = 859f633d10b763f06b602e2113828cbbd964c7eb
-RMD160 (ldns-1.6.13.tar.gz) = c01c30699be2df5712a397516cd1a17bd8b155be
-Size (ldns-1.6.13.tar.gz) = 1066139 bytes
+SHA1 (ldns-1.6.15.tar.gz) = a47cb11fa5c601410e2e8feda36ab343162fe92b
+RMD160 (ldns-1.6.15.tar.gz) = d2770e53bb01579b91380533cfac42057f7750d0
+Size (ldns-1.6.15.tar.gz) = 1109667 bytes
Home |
Main Index |
Thread Index |
Old Index