<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user">
    <title>gmane.network.dns.bind.user</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46313"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.dns.bind.user/46308"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46327">
    <title>Operation cancelled Error</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46327</link>
    <description>&lt;pre&gt;Hi,

I am doing load testing for bind as caching dns server.Fro that i 
configure one machine as client and one as server.I setup bind as 
caching dns server and set recursive-clients 30000.

While doing load test from client machine via resperf, i got many errors 
in named.run file which shows,I checked that time there is no cpu high 
usage / memory high usage on server and clients.Why server is not 
permitted operation.

23-May-2012 23:30:12.085 error (operation canceled) resolving 
'www.thethreadexchange.com/AAAA/IN': 192.33.14.30#53
23-May-2012 23:30:12.085 error (operation canceled) resolving 
'c2.nstld.net/A/IN': 192.42.93.31#53
23-May-2012 23:30:12.085 error (operation canceled) resolving 
'nothirst.com/A/IN': 192.54.112.30#53
23-May-2012 23:30:12.085 error (operation canceled) resolving 
'172.153.42.186.in-addr.arpa/PTR/IN': 199.212.0.53#53
23-May-2012 23:30:12.085 error (operation canceled) resolving 
'xxy.com/MX/IN': 192.12.94.30#53
23-May-2012 23:30:12.086 error (operation canceled) resolving 
'19&lt;/pre&gt;</description>
    <dc:creator>Ben</dc:creator>
    <dc:date>2012-05-23T18:14:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46326">
    <title>Re: Bind configuration and log error</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46326</link>
    <description>&lt;pre&gt;-----Original Message-----
From: Amira Othman &amp;lt;a.othman&amp;lt; at &amp;gt;cairosource.com&amp;gt;
Date: Wednesday, May 23, 2012 3:56 AM
To: &amp;lt;bind-users&amp;lt; at &amp;gt;lists.isc.org&amp;gt;
Subject: Bind configuration and log error


i selfishly focused too much on the log message and ignored your question
at the end...

if you can't dig or ping the server (do you really need to be able to ping
it?  many smart admins will filter most icmp only allowing type 3, code 4
to avoid breaking pmtud), first check intermediate firewalls as Matus
suggested.  on your test host fire up a "ping &amp;lt;nameserver&amp;gt;" and on your
name server run "tcpdump -i &amp;lt;whatever&amp;gt; -vvv host &amp;lt;test_host&amp;gt;" (&amp;lt;whatever&amp;gt;
should be the interface with the ip address hosting bind) and ensure you
can see the icmp traffic.  do the same for dig.  if you don't see the
traffic at all, it's getting dropped upstream.

that said, you might also share your named.conf and more details...  it's
possible you also need to ensure your listen-on and things like
match-destinations within views are properly configure&lt;/pre&gt;</description>
    <dc:creator>Mike Hoskins</dc:creator>
    <dc:date>2012-05-23T17:58:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46325">
    <title>Re: Bind configuration and log error</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46325</link>
    <description>&lt;pre&gt;-----Original Message-----
From: Matus UHLAR - fantomas &amp;lt;uhlar&amp;lt; at &amp;gt;fantomas.sk&amp;gt;
Date: Wednesday, May 23, 2012 4:04 AM
To: &amp;lt;bind-users&amp;lt; at &amp;gt;lists.isc.org&amp;gt;
Subject: Re: Bind configuration and log error


i suppose it could be peering or some other internet anomaly as well,
anything affecting connectivity?

i'm in the middle of migrating several large sites from tiny to bind and
had to work through errors in logs with firewall admins...  allowing
general 'any 53 udp/tcp' access and adjusting permissible udp payload size
for edns are the two main examples which are well understood.  that said,
even after the firewall admins opened up access to any on 53 udp/tcp from
the name servers i still see these in my logs...but only occasionally and
typicaly for hosts that are "far away" geographically.

after having the firewall configuration shown to me in plain text, i
mostly wrote it off...how often do others see this?

thanks!


_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo&lt;/pre&gt;</description>
    <dc:creator>Mike Hoskins</dc:creator>
    <dc:date>2012-05-23T16:38:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46324">
    <title>Re: Bind configuration and log error</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46324</link>
    <description>&lt;pre&gt;
your server has apparently problems with internet conectivity. Is it 
behind firewall?
&lt;/pre&gt;</description>
    <dc:creator>Matus UHLAR - fantomas</dc:creator>
    <dc:date>2012-05-23T11:04:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46323">
    <title>Bind configuration and log error</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46323</link>
    <description>&lt;pre&gt;Hi all

I have in my messages log file many lines as follows but with different
domains unreachable what does this mean:

named[15490]: network unreachable resolving 'platinum.cs.umanitoba.ca/A/IN'

also I can't dig or nslookup or ping my DNS server remotely what should I do
to enable that?

Regards

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

bind-users mailing list
bind-users&amp;lt; at &amp;gt;lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

&lt;/pre&gt;</description>
    <dc:creator>Amira Othman</dc:creator>
    <dc:date>2012-05-23T10:56:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46322">
    <title>Re: Bind9.9.1 Dependences</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46322</link>
    <description>&lt;pre&gt;

Here is what I see :

root&amp;lt; at &amp;gt;testy:~# rndc -s 127.0.0.1 -p 953 -k /usr/local/mm/etc/rndc.key status
version: 9.8.3
CPUs found: 1
worker threads: 1
number of zones: 19
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running

root&amp;lt; at &amp;gt;testy:~# readelf -d /usr/local/mm/sbin/named

Dynamic section at offset 0x9d380 contains 34 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [liblwres.so.80]
 0x0000000000000001 (NEEDED)             Shared library: [libdns.so.81]
 0x0000000000000001 (NEEDED)             Shared library: [libbind9.so.80]
 0x0000000000000001 (NEEDED)             Shared library: [libisccfg.so.82]
 0x0000000000000001 (NEEDED)             Shared library: [libcrypto.so.0.9.8]
 0x0000000000000001 (NEEDED)             Shared library: [libisccc.so.80]
 0x0000000000000001 (NEEDED)             Shared library: [libisc.so.83]
 0x0000&lt;/pre&gt;</description>
    <dc:creator>Dennis Clarke</dc:creator>
    <dc:date>2012-05-22T18:23:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46321">
    <title>Re: Bind9.9.1 Dependences</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46321</link>
    <description>&lt;pre&gt;

"configure" will complain if you're missing anything critical.

BIND 9 has relatively few dependencies other than a C compiler and
POSIX-compliant system libraries.  You need openssl if you want to use
crypto; libxml2 if you want XML-based statistics; perl if you want to
run the tests, and some of the tests specifically want Net::DNS.  I
can't think of anything else, offhand.

(I'm assuming you mean BIND 9.  BIND 10 has a longer list.)

&lt;/pre&gt;</description>
    <dc:creator>Evan Hunt</dc:creator>
    <dc:date>2012-05-22T17:18:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46320">
    <title>RE: Bind9.9.1 Dependences</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46320</link>
    <description>&lt;pre&gt;
I have successfully built Bind 9.9.1 on Ubuntu 12.04 LTS (Precise Pangolin). Since Ubuntu comes with a previous version of the Bind 9 utilities installed, I uninstall the following packages:
apt-get purge bind9-host dnsutils libbind9-80 libdns81 libisc83 libisccc80 libisccfg82 liblwres80

To be able to build bind9, I install the following tools for building software packages:
apt-get install build-essential autoconf libtool pkg-config

Bind9 has a dependency on OpenSSL:
apt-get install libssl-dev

After that you should be able to download Bind 9.9.1, configure, make, and make install. See bind-9.9.1/README for info on options to configure.

Hopefully this provides some general guidance regardless of distribution. I have a script and some ancillary files that I can send you if you are in fact using Ubuntu 12.04 LTS.

Jeffry A. Spain
Network Administrator
Cincinnati Country Day School

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe&lt;/pre&gt;</description>
    <dc:creator>Spain, Dr. Jeffry A.</dc:creator>
    <dc:date>2012-05-22T16:37:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46319">
    <title>RE: Bind9.9.1 Dependences</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46319</link>
    <description>&lt;pre&gt;


Because this is linux/UNIX 101 we should go offlist.

Drop me an email and I will go get a rev/lib full list on my prod servers.

Dennis




&lt;/pre&gt;</description>
    <dc:creator>Dennis Clarke</dc:creator>
    <dc:date>2012-05-22T16:27:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46318">
    <title>RE: Bind9.9.1 Dependences</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46318</link>
    <description>&lt;pre&gt;Yes
It would help if you could add the version of each listed below.
What are the 'few others"?
Thanks


-----Original Message-----
From: Dennis Clarke [mailto:dclarke&amp;lt; at &amp;gt;blastwave.org]
Sent: Tuesday, May 22, 2012 12:14 PM
To: Manson, John
Cc: 'bind-users&amp;lt; at &amp;gt;lists.isc.org'
Subject: Re: Bind9.9.1 Dependences




I am not sure of the question but here is my best response:

   assume you need openssl, libiconv, gnu gettext, libxml2

 you may also want libidn and a few others.

Does this help?

Dennis


--
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;amp;search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| dclarke&amp;lt; at &amp;gt;blastwave.org   | Respect for open standards.       |
+-------------------------+-----------------------------------+

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

bind-users mailing list
bind-users&amp;lt; at &amp;gt;lists.isc.or&lt;/pre&gt;</description>
    <dc:creator>Manson, John</dc:creator>
    <dc:date>2012-05-22T16:19:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46317">
    <title>Re: Bind9.9.1 Dependences</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46317</link>
    <description>&lt;pre&gt;


I am not sure of the question but here is my best response:

   assume you need openssl, libiconv, gnu gettext, libxml2

 you may also want libidn and a few others.

Does this help?

Dennis


&lt;/pre&gt;</description>
    <dc:creator>Dennis Clarke</dc:creator>
    <dc:date>2012-05-22T16:14:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46316">
    <title>Bind9.9.1 Dependences</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46316</link>
    <description>&lt;pre&gt;How can I find out which Unix files/libraries bind requires before I do the compile?
Thanks


John Manson
CAO/HIR/NI Data-Communications | U.S. House of Representatives | Washington, DC 20515
Desk: 202-226-4244 | Team: 202-225-5552 | john.manson&amp;lt; at &amp;gt;mail.house.gov




_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

bind-users mailing list
bind-users&amp;lt; at &amp;gt;lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users&lt;/pre&gt;</description>
    <dc:creator>Manson, John</dc:creator>
    <dc:date>2012-05-22T15:53:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46315">
    <title>Re: Checking for zone expiration?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46315</link>
    <description>&lt;pre&gt;
On 21.05.12 22:27, Chris Thompson wrote:

Isn't there anything other that will trigger transfer attempt, or is it 
useless in such case?
&lt;/pre&gt;</description>
    <dc:creator>Matus UHLAR - fantomas</dc:creator>
    <dc:date>2012-05-22T09:38:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46314">
    <title>Re: Checking for zone expiration?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46314</link>
    <description>&lt;pre&gt;Warren,


Cool stuff and very useful. I took it for a tiny spin, and here are my
EUR 0.02 :)

1. Doesn't seem to grok all RRtypes in  slave zones, due probably to
   missing functionality of dnspython; the following diagnostic on a
   zone containing a KEY RR:

   Unable to parse /var/named/jpmens.org: /var/named/jpmens.org:107:
   generic rdata does not start with \#

2. The program should perhaps ignore non-zone files (e.g. *.key, *.jnl,
   *.jbk), although that can be influenced with `-f'... 
   
   In particular, directories ought to either be skipped or descended
   into.

3. Parsing of large zone files takes quite a while... (dnspython)

4. I spent a bit of time debugging becausse a slave zone wouldn't parse:
   dnspython raised a dns.zone.NoSOA exception. Only *after* debugging,
   did I read the FM to discover that zone file-names are origin names;
   maybe add this a bit more prominently to the top of the fine manual?  :)

Regards,

        -JP
_______________________________________________
Please &lt;/pre&gt;</description>
    <dc:creator>Jan-Piet Mens</dc:creator>
    <dc:date>2012-05-22T09:09:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46313">
    <title>Re: Checking for zone expiration?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46313</link>
    <description>&lt;pre&gt;
While not a help at the moment, BIND 9.10 has "rndc zonestatus" which
will report when the zone is due expire.

Mark
&lt;/pre&gt;</description>
    <dc:creator>Mark Andrews</dc:creator>
    <dc:date>2012-05-22T04:42:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46312">
    <title>Re: Checking for zone expiration?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46312</link>
    <description>&lt;pre&gt;Thanks!  I'll try the various monitoring options...  I don't have
"try-tcp-refresh no", so I'm afraid that doesn't explain it either...

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

bind-users mailing list
bind-users&amp;lt; at &amp;gt;lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

&lt;/pre&gt;</description>
    <dc:creator>Alan Batie</dc:creator>
    <dc:date>2012-05-22T02:41:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46311">
    <title>Re: Checking for zone expiration?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46311</link>
    <description>&lt;pre&gt;

I have not tried this, so pardon me if I misunderstand, but getting the zones and serials from each zone on a slave does not help you determine if a zone is about to expire.

If a zone doesn't change for two years, the serial will never change.  But the refresh timer will expire over and over, and each time the zone must be refreshed.  The only guaranteed way I know of to determine whether or not it's been refreshed is to check the mtime on the zone file on the slave.

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

bind-users mailing list
bind-users&amp;lt; at &amp;gt;lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

&lt;/pre&gt;</description>
    <dc:creator>Mark Pettit</dc:creator>
    <dc:date>2012-05-21T22:53:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46310">
    <title>Re: Checking for zone expiration?</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46310</link>
    <description>&lt;pre&gt;-----Original Message-----
From: Mark Pettit &amp;lt;pettit&amp;lt; at &amp;gt;yahoo-inc.com&amp;gt;
Date: Monday, May 21, 2012 3:53 PM
To: Microsoft Office User &amp;lt;michoski&amp;lt; at &amp;gt;cisco.com&amp;gt;
Cc: Barry Margolin &amp;lt;barmar&amp;lt; at &amp;gt;alum.mit.edu&amp;gt;,
"comp-protocols-dns-bind&amp;lt; at &amp;gt;isc.org" &amp;lt;comp-protocols-dns-bind&amp;lt; at &amp;gt;isc.org&amp;gt;
Subject: Re: Checking for zone expiration?


*sigh* thanks for the stupidity catch, i jumped the gun -- just enabled
statistics-channels and trying to find more uses for it!  ;-)

maybe this could be a feature in a future bind release (per-zone
expiration timer in statistics output).  we generally always work to move
anything we can from local/shell-based checks to network queries.


_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

bind-users mailing list
bind-users&amp;lt; at &amp;gt;lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

&lt;/pre&gt;</description>
    <dc:creator>Mike Hoskins</dc:creator>
    <dc:date>2012-05-21T23:11:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46309">
    <title>BIND 9.6-ESV-R7 is now available</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46309</link>
    <description>&lt;pre&gt;Introduction

   BIND 9.6-ESV-R7 is the most recent release of BIND 9.6-ESV.

   BIND 9.6-ESV is an Extended Support Version of BIND 9.

   This document summarizes changes from BIND 9.6-ESV-R6 to BIND
   9.6-ESV-R7.  Please see the CHANGES file in the source code
   release for a complete list of all changes.

Download

   The latest versions of BIND 9 software can always be found on
   our web site at http://www.isc.org/downloads/all. There you will
   find additional information about each release, source code, and
   pre-compiled versions for Microsoft Windows operating systems.

Support

   Product support information is available on http://www.isc.org/support
   for paid support options.  Free support is provided by our user
   community via a mailing list.  Information on all public email
   lists is available at https://lists.isc.org/mailman/listinfo.

Security Fixes

*  Windows binary packages distributed by ISC are now built and linked
   against OpenSSL 1.0.0i

New Features

*  None

Feature Chang&lt;/pre&gt;</description>
    <dc:creator>Michael McNally</dc:creator>
    <dc:date>2012-05-21T22:14:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46308">
    <title>BIND 9.7.6 is now available</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46308</link>
    <description>&lt;pre&gt;Introduction

   BIND 9.7.6 is the latest production release of BIND 9.7.

   This document summarizes changes from BIND 9.7.5 to BIND 9.7.6.
   Please see the CHANGES file in the source code release for a
   complete list of all changes.

Download

   The latest versions of BIND 9 software can always be found on
   our web site at http://www.isc.org/downloads/all. There you will
   find additional information about each release, source code, and
   pre-compiled versions for Microsoft Windows operating systems.

Support

   Product support information is available on http://www.isc.org/support
   for paid support options.  Free support is provided by our user
   community via a mailing list.  Information on all public email
   lists is available at https://lists.isc.org/mailman/listinfo.

Security Fixes

*  Windows binary packages distributed by ISC are now built and linked
   against OpenSSL 1.0.0i

New Features

*  None

Feature Changes

*  BIND now recognizes the TLSA resource record type, created to
   s&lt;/pre&gt;</description>
    <dc:creator>Michael McNally</dc:creator>
    <dc:date>2012-05-21T22:14:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.dns.bind.user/46307">
    <title>BIND 9.8.3 is now available</title>
    <link>http://permalink.gmane.org/gmane.network.dns.bind.user/46307</link>
    <description>&lt;pre&gt;Introduction

   BIND 9.8.3 is the latest production release of BIND 9.8.

   This document summarizes changes from BIND 9.8.2 to BIND 9.8.3.

   Please see the CHANGES file in the source code release for a
   complete list of all changes.

Download

   The latest versions of BIND 9 software can always be found on
   our web site at http://www.isc.org/downloads/all. There you will
   find additional information about each release, source code, and
   pre-compiled versions for Microsoft Windows operating systems.

Support

   Product support information is available at http://www.isc.org/support
   for paid support options. Free support is provided by our user
   community via a mailing list.  Information on all public email
   lists is available at https://lists.isc.org/mailman/listinfo.

Security Fixes

*  Windows binary packages distributed by ISC are now built and linked
   against OpenSSL 1.0.0i

New Features

*  None

Feature Changes

*  BIND now recognizes the TLSA resource record type, created to
   s&lt;/pre&gt;</description>
    <dc:creator>Michael McNally</dc:creator>
    <dc:date>2012-05-21T22:14:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.dns.bind.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.dns.bind.user</link>
  </textinput>
</rdf:RDF>

