Date: Sun, 6 Feb 2011 22:46:07 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/bind9 CHANGES COPYRIGHT README RELEASE-NOTES-BIND-9.6-ESV.html RELEASE-NOTES-BIND-9.6-ESV.pdf RELEASE-NOTES-BIND-9.6-ESV.txt RELEASE-NOTES-BIND-9.6.3.html RELEASE-NOTES-BIND-9.6.3.pdf RELEASE-NOTES-BIND-9.6.3.txt config.h.in config.threads.in configure.in release-notes.css ... Message-ID: <201102062248.p16MmINd071101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2011-02-06 22:46:07 UTC
FreeBSD src repository
Modified files:
contrib/bind9 CHANGES COPYRIGHT README config.h.in
config.threads.in configure.in version
contrib/bind9/bin/check check-tool.c check-tool.h
named-checkconf.c named-checkzone.c
contrib/bind9/bin/dig dig.c dighost.c host.c nslookup.1
nslookup.docbook nslookup.html
contrib/bind9/bin/dnssec dnssec-dsfromkey.8
dnssec-dsfromkey.html
dnssec-keyfromlabel.html
dnssec-keygen.html dnssec-signzone.c
dnssec-signzone.html
contrib/bind9/bin/named builtin.c client.c control.c main.c
query.c server.c update.c xfrout.c
contrib/bind9/bin/named/include/named globals.h query.h
contrib/bind9/bin/nsupdate nsupdate.1 nsupdate.c
nsupdate.docbook nsupdate.html
contrib/bind9/doc/arm Bv9ARM-book.xml Bv9ARM.ch06.html
Bv9ARM.ch07.html Bv9ARM.ch08.html
Bv9ARM.ch09.html Bv9ARM.html Bv9ARM.pdf
man.dig.html man.dnssec-dsfromkey.html
man.dnssec-keyfromlabel.html
man.dnssec-keygen.html
man.dnssec-signzone.html man.host.html
man.named-checkconf.html
man.named-checkzone.html man.named.html
man.nsupdate.html man.rndc-confgen.html
man.rndc.conf.html man.rndc.html
contrib/bind9/doc/misc options
contrib/bind9/lib/bind9 api check.c
contrib/bind9/lib/dns Makefile.in adb.c api dst_api.c
dst_internal.h gssapictx.c journal.c
message.c name.c ncache.c openssl_link.c
rbtdb.c rdata.c rdatalist.c rdataset.c
rdataslab.c resolver.c result.c rootns.c
sdb.c sdlz.c time.c tkey.c tsig.c
validator.c view.c zone.c
contrib/bind9/lib/dns/include/dns diff.h events.h name.h
ncache.h rdataset.h
resolver.h result.h tsig.h
types.h validator.h view.h
zone.h
contrib/bind9/lib/dns/include/dst dst.h
contrib/bind9/lib/dns/rdata/generic ipseckey_45.c nsec_47.c
rrsig_46.c
contrib/bind9/lib/isc Makefile.in api entropy.c mem.c print.c
task.c
contrib/bind9/lib/isc/include/isc mem.h platform.h.in task.h
contrib/bind9/lib/isc/nothreads Makefile.in
contrib/bind9/lib/isc/pthreads mutex.c
contrib/bind9/lib/isc/unix socket.c
contrib/bind9/lib/isccfg api namedconf.c
contrib/bind9/lib/lwres print_p.h
contrib/bind9/lib/lwres/man lwres.html lwres_buffer.html
lwres_config.html
lwres_context.html lwres_gabn.html
lwres_gai_strerror.html
lwres_getaddrinfo.html
lwres_gethostent.html
lwres_getipnode.html
lwres_getnameinfo.html
lwres_getrrsetbyname.html
lwres_gnba.html
lwres_hstrerror.html
lwres_inetntop.html
lwres_noop.html lwres_packet.html
lwres_resutil.html
lib/bind config.h
lib/bind/dns code.h
lib/bind/dns/dns enumclass.h enumtype.h rdatastruct.h
lib/bind/isc/isc platform.h
Added files:
contrib/bind9 RELEASE-NOTES-BIND-9.6.3.html
RELEASE-NOTES-BIND-9.6.3.pdf
RELEASE-NOTES-BIND-9.6.3.txt
Removed files:
contrib/bind9 RELEASE-NOTES-BIND-9.6-ESV.html
RELEASE-NOTES-BIND-9.6-ESV.pdf
RELEASE-NOTES-BIND-9.6-ESV.txt
release-notes.css
Log:
SVN rev 218384 on 2011-02-06 22:46:07Z by dougb
Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.
All 9.6 users with DNSSEC validation enabled should upgrade to this
version, or the latest version in the 9.7 branch, prior to 2011-03-31
in order to avoid validation failures for names in .COM as described
here:
https://www.isc.org/announcement/bind-9-dnssec-validation-fails-new-ds-record
In addition the fixes for this and other bugs, there are also the
following:
* Various fixes to kerberos support, including GSS-TSIG
* Various fixes to avoid leaking memory, and to problems that could
prevent a clean shutdown of named
Revision Changes Path
1.17 +240 -11 src/contrib/bind9/CHANGES
1.6 +2 -2 src/contrib/bind9/COPYRIGHT
1.6 +2 -4 src/contrib/bind9/README
1.2 +0 -225 src/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.html (dead)
1.2 +0 -321 src/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.pdf (dead)
1.2 +0 -133 src/contrib/bind9/RELEASE-NOTES-BIND-9.6-ESV.txt (dead)
1.2 +165 -0 src/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.html (new)
1.2 +803 -0 src/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.pdf (new)
1.2 +118 -0 src/contrib/bind9/RELEASE-NOTES-BIND-9.6.3.txt (new)
1.5 +1 -1 src/contrib/bind9/bin/check/check-tool.c
1.4 +1 -1 src/contrib/bind9/bin/check/check-tool.h
1.5 +1 -1 src/contrib/bind9/bin/check/named-checkconf.c
1.7 +1 -1 src/contrib/bind9/bin/check/named-checkzone.c
1.4 +8 -6 src/contrib/bind9/bin/dig/dig.c
1.7 +40 -29 src/contrib/bind9/bin/dig/dighost.c
1.5 +1 -1 src/contrib/bind9/bin/dig/host.c
1.4 +10 -4 src/contrib/bind9/bin/dig/nslookup.1
1.3 +5 -4 src/contrib/bind9/bin/dig/nslookup.docbook
1.4 +13 -11 src/contrib/bind9/bin/dig/nslookup.html
1.2 +5 -5 src/contrib/bind9/bin/dnssec/dnssec-dsfromkey.8
1.3 +12 -13 src/contrib/bind9/bin/dnssec/dnssec-dsfromkey.html
1.4 +6 -6 src/contrib/bind9/bin/dnssec/dnssec-keyfromlabel.html
1.6 +7 -7 src/contrib/bind9/bin/dnssec/dnssec-keygen.html
1.6 +89 -56 src/contrib/bind9/bin/dnssec/dnssec-signzone.c
1.8 +7 -7 src/contrib/bind9/bin/dnssec/dnssec-signzone.html
1.3 +6 -5 src/contrib/bind9/bin/named/builtin.c
1.7 +1 -1 src/contrib/bind9/bin/named/client.c
1.4 +7 -2 src/contrib/bind9/bin/named/control.c
1.5 +2 -1 src/contrib/bind9/bin/named/include/named/globals.h
1.4 +1 -1 src/contrib/bind9/bin/named/include/named/query.h
1.5 +3 -1 src/contrib/bind9/bin/named/main.c
1.9 +27 -9 src/contrib/bind9/bin/named/query.c
1.10 +10 -9 src/contrib/bind9/bin/named/server.c
1.6 +3 -2 src/contrib/bind9/bin/named/update.c
1.3 +12 -10 src/contrib/bind9/bin/named/xfrout.c
1.4 +25 -3 src/contrib/bind9/bin/nsupdate/nsupdate.1
1.4 +78 -10 src/contrib/bind9/bin/nsupdate/nsupdate.c
1.4 +42 -2 src/contrib/bind9/bin/nsupdate/nsupdate.docbook
1.6 +32 -8 src/contrib/bind9/bin/nsupdate/nsupdate.html
1.4 +22 -1 src/contrib/bind9/config.h.in
1.2 +28 -55 src/contrib/bind9/config.threads.in
1.6 +46 -6 src/contrib/bind9/configure.in
1.10 +13 -2 src/contrib/bind9/doc/arm/Bv9ARM-book.xml
1.9 +47 -36 src/contrib/bind9/doc/arm/Bv9ARM.ch06.html
1.8 +7 -7 src/contrib/bind9/doc/arm/Bv9ARM.ch07.html
1.8 +9 -9 src/contrib/bind9/doc/arm/Bv9ARM.ch08.html
1.8 +90 -90 src/contrib/bind9/doc/arm/Bv9ARM.ch09.html
1.8 +21 -21 src/contrib/bind9/doc/arm/Bv9ARM.html
1.9 +7431 -6602 src/contrib/bind9/doc/arm/Bv9ARM.pdf
1.8 +10 -10 src/contrib/bind9/doc/arm/man.dig.html
1.6 +8 -8 src/contrib/bind9/doc/arm/man.dnssec-dsfromkey.html
1.6 +6 -6 src/contrib/bind9/doc/arm/man.dnssec-keyfromlabel.html
1.8 +7 -7 src/contrib/bind9/doc/arm/man.dnssec-keygen.html
1.9 +7 -7 src/contrib/bind9/doc/arm/man.dnssec-signzone.html
1.8 +5 -5 src/contrib/bind9/doc/arm/man.host.html
1.9 +6 -6 src/contrib/bind9/doc/arm/man.named-checkconf.html
1.9 +6 -6 src/contrib/bind9/doc/arm/man.named-checkzone.html
1.9 +8 -8 src/contrib/bind9/doc/arm/man.named.html
1.7 +31 -7 src/contrib/bind9/doc/arm/man.nsupdate.html
1.9 +6 -6 src/contrib/bind9/doc/arm/man.rndc-confgen.html
1.9 +6 -6 src/contrib/bind9/doc/arm/man.rndc.conf.html
1.9 +6 -6 src/contrib/bind9/doc/arm/man.rndc.html
1.4 +1 -1 src/contrib/bind9/doc/misc/options
1.5 +1 -1 src/contrib/bind9/lib/bind9/api
1.7 +90 -3 src/contrib/bind9/lib/bind9/check.c
1.3 +12 -10 src/contrib/bind9/lib/dns/Makefile.in
1.5 +1 -1 src/contrib/bind9/lib/dns/adb.c
1.14 +3 -3 src/contrib/bind9/lib/dns/api
1.4 +28 -1 src/contrib/bind9/lib/dns/dst_api.c
1.4 +3 -1 src/contrib/bind9/lib/dns/dst_internal.h
1.3 +75 -13 src/contrib/bind9/lib/dns/gssapictx.c
1.4 +1 -1 src/contrib/bind9/lib/dns/include/dns/diff.h
1.3 +3 -3 src/contrib/bind9/lib/dns/include/dns/events.h
1.4 +17 -2 src/contrib/bind9/lib/dns/include/dns/name.h
1.6 +1 -1 src/contrib/bind9/lib/dns/include/dns/ncache.h
1.5 +1 -1 src/contrib/bind9/lib/dns/include/dns/rdataset.h
1.5 +1 -1 src/contrib/bind9/lib/dns/include/dns/resolver.h
1.5 +1 -1 src/contrib/bind9/lib/dns/include/dns/result.h
1.3 +16 -5 src/contrib/bind9/lib/dns/include/dns/tsig.h
1.7 +1 -1 src/contrib/bind9/lib/dns/include/dns/types.h
1.5 +1 -1 src/contrib/bind9/lib/dns/include/dns/validator.h
1.4 +1 -1 src/contrib/bind9/lib/dns/include/dns/view.h
1.4 +5 -5 src/contrib/bind9/lib/dns/include/dns/zone.h
1.4 +11 -1 src/contrib/bind9/lib/dns/include/dst/dst.h
1.6 +1 -1 src/contrib/bind9/lib/dns/journal.c
1.5 +54 -40 src/contrib/bind9/lib/dns/message.c
1.3 +26 -6 src/contrib/bind9/lib/dns/name.c
1.5 +1 -1 src/contrib/bind9/lib/dns/ncache.c
1.3 +4 -4 src/contrib/bind9/lib/dns/openssl_link.c
1.10 +60 -14 src/contrib/bind9/lib/dns/rbtdb.c
1.3 +7 -2 src/contrib/bind9/lib/dns/rdata.c
1.4 +3 -7 src/contrib/bind9/lib/dns/rdata/generic/ipseckey_45.c
1.4 +5 -7 src/contrib/bind9/lib/dns/rdata/generic/nsec_47.c
1.3 +3 -7 src/contrib/bind9/lib/dns/rdata/generic/rrsig_46.c
1.5 +1 -1 src/contrib/bind9/lib/dns/rdatalist.c
1.5 +1 -1 src/contrib/bind9/lib/dns/rdataset.c
1.5 +1 -1 src/contrib/bind9/lib/dns/rdataslab.c
1.12 +83 -32 src/contrib/bind9/lib/dns/resolver.c
1.5 +1 -1 src/contrib/bind9/lib/dns/result.c
1.4 +4 -2 src/contrib/bind9/lib/dns/rootns.c
1.7 +1 -8 src/contrib/bind9/lib/dns/sdb.c
1.6 +1 -8 src/contrib/bind9/lib/dns/sdlz.c
1.3 +11 -2 src/contrib/bind9/lib/dns/time.c
1.4 +52 -43 src/contrib/bind9/lib/dns/tkey.c
1.4 +73 -12 src/contrib/bind9/lib/dns/tsig.c
1.12 +45 -29 src/contrib/bind9/lib/dns/validator.c
1.8 +1 -1 src/contrib/bind9/lib/dns/view.c
1.5 +27 -11 src/contrib/bind9/lib/dns/zone.c
1.4 +9 -4 src/contrib/bind9/lib/isc/Makefile.in
1.8 +2 -2 src/contrib/bind9/lib/isc/api
1.3 +7 -4 src/contrib/bind9/lib/isc/entropy.c
1.5 +2 -2 src/contrib/bind9/lib/isc/include/isc/mem.h
1.4 +8 -2 src/contrib/bind9/lib/isc/include/isc/platform.h.in
1.3 +12 -2 src/contrib/bind9/lib/isc/include/isc/task.h
1.5 +9 -8 src/contrib/bind9/lib/isc/mem.c
1.3 +6 -4 src/contrib/bind9/lib/isc/nothreads/Makefile.in
1.5 +1 -1 src/contrib/bind9/lib/isc/print.c
1.4 +6 -3 src/contrib/bind9/lib/isc/pthreads/mutex.c
1.3 +10 -3 src/contrib/bind9/lib/isc/task.c
1.7 +42 -3 src/contrib/bind9/lib/isc/unix/socket.c
1.6 +1 -1 src/contrib/bind9/lib/isccfg/api
1.5 +11 -11 src/contrib/bind9/lib/isccfg/namedconf.c
1.7 +7 -7 src/contrib/bind9/lib/lwres/man/lwres.html
1.7 +3 -3 src/contrib/bind9/lib/lwres/man/lwres_buffer.html
1.7 +6 -6 src/contrib/bind9/lib/lwres/man/lwres_config.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_context.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_gabn.html
1.7 +4 -4 src/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html
1.7 +6 -6 src/contrib/bind9/lib/lwres/man/lwres_gethostent.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_getipnode.html
1.7 +6 -6 src/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_gnba.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_hstrerror.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_inetntop.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_noop.html
1.7 +4 -4 src/contrib/bind9/lib/lwres/man/lwres_packet.html
1.7 +5 -5 src/contrib/bind9/lib/lwres/man/lwres_resutil.html
1.3 +12 -3 src/contrib/bind9/lib/lwres/print_p.h
1.2 +0 -60 src/contrib/bind9/release-notes.css (dead)
1.17 +4 -4 src/contrib/bind9/version
1.16 +21 -0 src/lib/bind/config.h
1.9 +1 -1 src/lib/bind/dns/code.h
1.9 +1 -1 src/lib/bind/dns/dns/enumclass.h
1.9 +1 -1 src/lib/bind/dns/dns/enumtype.h
1.9 +1 -1 src/lib/bind/dns/dns/rdatastruct.h
1.9 +9 -2 src/lib/bind/isc/isc/platform.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102062248.p16MmINd071101>
