<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/ruby-dnsruby, branch pkgsrc_2015Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2015Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2015Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2015-12-12T15:00:03Z</updated>
<entry>
<title>Update ruby-dnsruby to 1.59.0.</title>
<updated>2015-12-12T15:00:03Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2015-12-12T15:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3035152d8691425ede77f2023d263f630d0168fa'/>
<id>urn:sha1:3035152d8691425ede77f2023d263f630d0168fa</id>
<content type='text'>
pkgsrc change: license to apache-2.0.

## v1.59.0

* Add LICENSE file
* Add Cache max_size (gihub issue 64)
* Disable caching for SOA lookups in demo check_soa.rb
* Fix for invalid nameserver in config
* Fix encoding for OPT data (thanks Craig Despeaux)
* Various test system fixes
* OPT fixes
* DNSSEC verification failure handling wrt lack of DS chain
* DNSSEC validation policy name constants
* Fix for BOGUS DLV chains
* demo upgrades
* Resolver hints improvements
</content>
</entry>
<entry>
<title>Add SHA512 digests for distfiles for net category</title>
<updated>2015-11-04T00:34:51Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2015-11-04T00:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=194859deac9eef3cb082dcc7c1d202e51cee2a66'/>
<id>urn:sha1:194859deac9eef3cb082dcc7c1d202e51cee2a66</id>
<content type='text'>
Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
</content>
</entry>
<entry>
<title>Update HOMEPAGE.</title>
<updated>2015-09-26T15:11:01Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2015-09-26T15:11:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=33d87a37cdb60e6d96f2e2e6537b9c7077b96a24'/>
<id>urn:sha1:33d87a37cdb60e6d96f2e2e6537b9c7077b96a24</id>
<content type='text'>
Avoid using rubyforge.org since it stopped most of services.
</content>
</entry>
<entry>
<title>Update ruby-dnsruby to 1.58.0.</title>
<updated>2015-06-08T15:03:52Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2015-06-08T15:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cc1d82a46f5baf4c6063af585bec724bc82ee87d'/>
<id>urn:sha1:cc1d82a46f5baf4c6063af585bec724bc82ee87d</id>
<content type='text'>
## v1.58.0

* Add TCP pipelining (reusing a single TCP connection for multiple requests).
* Enhance zone reading, including reading data from a string.
* Add add_answer! method for adding duplicate answers, as needed for an AXFR response.
* Add support for GPOS and NXT resource records.
* Test cleanup, including removal of use of Nominet servers, soak_test cleanup.
* Refactorings: MessageDecoder, Resolv, Resolver (part).
* Fix zone reader adding unwanted dot to relative hostnames being converted to absolute.
* Fix default access for tsig options in Resolver.
* Fix ZoneTransfer not to use deprecated SingleResolver.
* Fix Resolver bug in parameter to create_tsig_options.
* Fix tests to always use working copy and not gem.
</content>
</entry>
<entry>
<title>Update ruby-dnsruby to 1.57.0.</title>
<updated>2015-02-04T15:49:30Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2015-02-04T15:49:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=225503d2d4ac10c984b5a86484cf4fb90d96d37d'/>
<id>urn:sha1:225503d2d4ac10c984b5a86484cf4fb90d96d37d</id>
<content type='text'>
## v1.57.0

* Add query_raw method as alias for send_plain_message, with option to raise or return error.
* Fixed a bug in RR hash calculation where TTL should have been ignored but wasn't.
* Add support for (obsolete) GPOS resource record type.
* Tweak Travis CI configuration.
* Fix zone reader for case where a line contains whitespace preceding a comment.
* Add post install message.
* Improve README.
* Moved content of NEWS to RELEASE_NOTES.md.
* Use git ls-files now to determine files for inclusion in gem.


## v1.56.0

* Drop support for Ruby 1.8, using lambda -&gt; and hash 'key: value' notations.
* First release since the move from Rubyforge to Github (https://github.com/alexdalitz/dnsruby).
* Add EDNS client subnet support.
* Relocate CodeMapper subclasses, Resolv, RR, and RRSet classes.
* Add Travis CI and coveralls integration.
* Improve Google IPV6 support.
* Convert some file names to snake case.
* Remove trailing whitespace from lines, and ensure that comments have space between '#' and text.
* Restore test success when running under JRuby.
* Disabled attempt to connect to Nominet servers, which are no longer available.
* Convert from test/unit to minitest/autorun to support Ruby 2.1+.
* Remove setup.rb.
* Other minor refactoring and improvements to production code, test code, and documentation.
</content>
</entry>
<entry>
<title>Update ruby-dnsruby to 1.54.</title>
<updated>2013-09-15T14:22:25Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2013-09-15T14:22:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fde8fce2592b2e03c587860e854cad65d6188d77'/>
<id>urn:sha1:fde8fce2592b2e03c587860e854cad65d6188d77</id>
<content type='text'>
IPv6 support added.
</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T17:18:07Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-10-23T17:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=88a2584c389be8898708c0c49aa37efe9f74a173'/>
<id>urn:sha1:88a2584c389be8898708c0c49aa37efe9f74a173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dnsruby-1.53:</title>
<updated>2011-11-18T20:13:37Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2011-11-18T20:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9a7c890d60feaca73d830b3cc907f672b9702aae'/>
<id>urn:sha1:9a7c890d60feaca73d830b3cc907f672b9702aae</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>dnsruby-1.52:</title>
<updated>2011-03-21T13:22:27Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2011-03-21T13:22:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38567d88472cebf50378ca0e7e94c9c117a954f6'/>
<id>urn:sha1:38567d88472cebf50378ca0e7e94c9c117a954f6</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>* Fixes for dynamic updates and zone transfers.</title>
<updated>2010-11-17T11:21:12Z</updated>
<author>
<name>pettai</name>
<email>pettai</email>
</author>
<published>2010-11-17T11:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=35d926abe6a95b8a7bf2d64e4e1e62a48c66d1bb'/>
<id>urn:sha1:35d926abe6a95b8a7bf2d64e4e1e62a48c66d1bb</id>
<content type='text'>
* 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
</content>
</entry>
</feed>
