pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/41868 CVS commit: pkgsrc/net/ldns



The following reply was made to PR pkg/41868; it has been noted by GNATS.

From: Havard Eidnes <he%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41868 CVS commit: pkgsrc/net/ldns
Date: Tue, 18 Aug 2009 12:48:04 +0000

 Module Name:   pkgsrc
 Committed By:  he
 Date:          Tue Aug 18 12:48:04 UTC 2009
 
 Modified Files:
        pkgsrc/net/ldns: Makefile PLIST distinfo
        pkgsrc/net/ldns/patches: patch-aa
 
 Log Message:
 Update from version 1.5.1 to 1.6.1.
 
 Pkgsrc changes:
  o Adjust the patch to Makefile.in to match, and make sure to use
    ./install-sh with the "-c" option, to ensure we can reinstall
    after an install + deinstall.
  o Fix PLIST issues (a few more than in the PR mentioned below).
 
 Should fix PR pkg/41868.
 
 Upstream changes:
 
 1.6.1   2009-09-14
        * --enable-gost : use the GOST algorithm (experimental).
        * Added some missing options to drill manpage
        * Some fixes to --without-ssl option
        * Fixed quote parsing withing strings
        * Bitmask fix in EDNS handling
        * Fixed non-fqdn domain name completion for rdata field domain
          names of length 1
        * Fixed chain validation with SHA256 DS records
 
 1.6.0
        Additions:
        * Addition of an ldns-config script which gives cflags and libs
          values, for use in configure scripts for applications that use
          use ldns. Can be disabled with ./configure --disable-ldns-config
        * Added direct sha1, sha256, and sha512 support in ldns.
          With these functions, all NSEC3 functionality can still be
          used, even if ldns is built without OpenSSL. Thanks to OpenBSD,
          Steve Reid, and Aaron D. Gifford for the code.
        * Added reading/writing support for the SPF Resource Record
        * Base32 functions are now exported
        Bugfixes:
        * ldns_is_rrset did not go through the complete rrset, but
          only compared the first two records. Thanks to Olafur
          Gudmundsson for report and patch
        * Fixed a small memory bug in ldns_rr_list_subtype_by_rdf(),
          thanks to Marius Rieder for finding an patching this.
        * --without-ssl should now work. Make sure that examples/ and
          drill also get the --without-ssl flag on their configure, if
          this is used.
        * Some malloc() return value checks have been added
        * NSEC3 creation has been improved wrt to empty nonterminals,
          and opt-out.
        * Fixed a bug in the parser when reading large NSEC3 salt
          values.
        * Made the allowed length for domain names on wire
          and presentation format the same.
        Example tools:
        * ldns-key2ds can now also generate DS records for keys without
          the SEP flag
        * ldns-signzone now equalizes the TTL of the DNSKEY RRset (to
          the first non-default DNSKEY TTL value it sees)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ldns/Makefile
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ldns/PLIST
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ldns/distinfo
 cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/ldns/patches/patch-aa
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index