NOTICE: This package has been removed from pkgsrc

./wip/ruby-dnsruby, Ruby DNS client library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.43, Package name: ruby18-dnsruby-1.43, Maintainer: pettai

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.


Required to run:
[misc/rubygems] [lang/ruby18-base]

Required to build:
[misc/rubygems]

Master sites:

SHA1: da6a4f3022bb5cdc7d8670ea6ec18baed943bc2c
RMD160: aeb3d38b7140f006bf3733c92f0552daa07b4a0d
Filesize: 339.5 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-12 10:27:39 by Fredrik Pettai | Files touched by this commit (4) | Package removed
Log message:
Imported in pkgsrc
   2010-03-12 10:19:13 by Fredrik Pettai | Files touched by this commit (1)
Log message:
Added LICENSE
   2010-03-12 10:17:41 by Fredrik Pettai | Files touched by this commit (3)
Log message:
Upgraded to 1.44
   2010-02-03 13:12:52 by Fredrik Pettai | Files touched by this commit (2)
Log message:
dnsruby-1.43:
o Added Dnsruby.version method to establish installed version of dnsruby.
o Fixed parsing of broken TXT and NAPTR records.
o Fixed the \DDD notation handling for corner cases.
   2010-01-14 00:23:49 by Fredrik Pettai | Files touched by this commit (2)
Log message:
dnsruby-1.42:
o Complicated TXT and NAPTR records now handled correctly
o ZoneReader now handles odd escape characters correctly
o Warns when immediate timeout occurs because no nameservers are configured
o Easy hmac-sha1/256 options to Resolver#tsig=
o ZoneReader fixed for "IN CNAME @" notations
o ZoneReader supports wildcards
o Dnsruby.version method added - currently returns 1.42
   2009-12-18 02:13:01 by Fredrik Pettai | Files touched by this commit (3)
Log message:
dnsruby-1.41:
o RFC3597 unknown classes (e.g. CLASS32) now handled correctly
  in RRSIGs
o Resolver#do_caching flag added for Resolver-level caching
o DNSKEY#key_tag now cached - only recalculated when key data
  changes
o Bugfix where Resolver would not time queries out if no 
  nameservers were configured
o Recursor now performs A and AAAA queries in parallel
o Fix for zero length salt
o Fixing priming for signed root
o Fixes for DLV verification
o Other minor fixes
   2009-12-13 02:00:42 by Fredrik Pettai | Files touched by this commit (1)
Log message:
Fix minor pkglint complaint.
   2009-11-18 22:10:42 by Fredrik Pettai | Files touched by this commit (3)
Log message:
Changes:
 o Zone file reading support added (Dnsruby::ZoneReader) 
 o Name and Label speed-ups 
 o CodeMapper speed-ups 
 o DHCID RR added 
 o LOC presentation format parsing fixed 
 o KX RR added 
 o Quotations now allowed in text representation for ISDN, X25 and HINFO 
 o AFSDB from_string fixes 
 o Fixing CERT types and from_string 
 o CERT now allows algorithm 0 
 o Fix for DS record comparison 
 o HIP RR added 
 o Minor bug fixes 
 o IPSECKEY RR added 
 o Clients can now manipulate Name::Labels