Commit graph

12 commits

Author SHA1 Message Date
taca
3fb0605e6c Update ruby-dnsruby to 1.54.
IPv6 support added.
2013-09-15 14:22:25 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
pettai
94d4e50a98 dnsruby-1.53:
o Validation routine fixes
o Ruby 1.9 fixes
o Recursor fixes
o IPv4 Regex fixes
o Fixes for A/PTR lookups with IP-like domain name
o TXT and SSHFP processing fixes
o Default retry parameters in Resolver more sensible
2011-11-18 20:13:37 +00:00
pettai
00a4f952a7 dnsruby-1.52:
* TXT record presentation format parsing fixes.
* NAPTR record presentation format parsing fixes.
* SEP flag no longer required (for use with Combined Signing Key).
* Validation routines improved.
* Recursor now handles hints and nameservers better.
* Various bug fixes.
2011-03-21 13:22:27 +00:00
pettai
87545f1db0 * Fixes for dynamic updates and zone transfers.
* Fixes for CERT and TSIG, DNAME and RRSet.
* Fixes for RP records.
* Some handling of priming responses with no additional section.
* Validation disabled for the DNS class
2010-11-17 11:21:12 +00:00
taca
280239f25d Update net/ruby-dnsruby to 1.50.
Changes:
------------------------------------------------------------------------
r432 | alexd | 2010-09-15 10:06:11 +0100 (Wed, 15 Sep 2010) | 1 line

Removing trailing SOA record from returned AXFR data
------------------------------------------------------------------------
r431 | alexd | 2010-09-15 10:05:40 +0100 (Wed, 15 Sep 2010) | 1 line

Making RRs comparable - they now sort by owner name then type then rdata
------------------------------------------------------------------------
r430 | alexd | 2010-09-02 14:48:18 +0100 (Thu, 02 Sep 2010) | 1 line

Suppress unnecessary fatal error
------------------------------------------------------------------------
r429 | alexd | 2010-08-26 11:28:43 +0100 (Thu, 26 Aug 2010) | 1 line

Handle exceptions when closing potentially borked sockets
------------------------------------------------------------------------
r428 | alexd | 2010-08-25 16:16:39 +0100 (Wed, 25 Aug 2010) | 1 line

Synchronising access properly - rubyforge 28504
2010-09-23 06:47:35 +00:00
taca
9ff773be77 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 07:37:00 +00:00
pettai
da4fdc5feb dnsruby-1.49:
* Socket memory leak plugged in select_thread.
* Fix OSX errors for TCP.
* Fix ZoneReader truncation for heavily escaped TXT records
2010-08-28 23:10:19 +00:00
pettai
4e0c451a2b PR pkg/43423
dnsryby-1.47:
- minor enhancements
2010-06-06 20:31:30 +00:00
pettai
ffd3c964c2 dnsruby-1.46:
* DNSKEY#key= raises ArgumentError if bad key used at creation.
* Arrays of DNSKEYs allowed for verify_rrset().
* dnssec-bis-updates recommendation for NSEC and RRSIG.
* ZoneReader handles absolute binary names properly.
* Test fixes for more platforms.
2010-05-09 18:36:55 +00:00
pettai
6021c07cb9 Changed maintainer 2010-03-12 09:28:57 +00:00
pettai
a02c57c593 Dnsruby is a pure Ruby DNS client library.
It provides a complete DNS client implementation, including full DNSSEC support.
Dnsruby is currently used in projects such as OpenDNSSEC and ISC's DLV service.
2010-03-12 09:23:51 +00:00