cvs commit: src/contrib/bind-9.3 CHANGES README.DRAGONFLY version src/contrib/bind-9.3/bin/named client.c server.c src/contrib/bind-9.3/lib/dns dispatch.c resolver.c src/contrib/bind-9.3/lib/dns/include/dns dispatch.h src/usr.sbin/named ...

Jeremy C. Reed reed at crater.dragonflybsd.org
Fri Jul 11 15:43:44 PDT 2008


reed        2008/07/11 15:42:30 PDT

DragonFly src repository

  Modified files:
    contrib/bind-9.3     CHANGES README.DRAGONFLY version 
    contrib/bind-9.3/bin/named client.c server.c 
    contrib/bind-9.3/lib/dns dispatch.c resolver.c 
    contrib/bind-9.3/lib/dns/include/dns dispatch.h 
    usr.sbin/named       Makefile.inc 
    etc/namedb           named.conf 
  Log:
  Add patch from 9.3.5 to 9.3.5-P1. This is for adding randomization
  for every query.
  
  The patch for the security issues from 9.3.5 to 9.3.5-P1 (minus
  win32 and doc) applies fine to HEAD contrib/bind-9.3 (which is
  9.3.4-P1) other than a few RCS ident conflicts.
  
  I made up my own version name for this for DragonFly: 9.3.4-P2.
  
  This is for
  http://www.kb.cert.org/vuls/id/800113
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447
  
  Note that this -P1 patch is the unoptimized version.
  Also on busy recursive caching systems you may need to set limits
  to allow many sockets.
  
  This also removes comment from DragonFly's named.conf as
  that is now a "warning" and is not recommended. Remove any
  query-source restriction for one port or this patch will not be used.
  
  Revision  Changes    Path
  1.3       +7 -0      src/contrib/bind-9.3/CHANGES
  1.3       +2 -0      src/contrib/bind-9.3/README.DRAGONFLY
  1.3       +2 -2      src/contrib/bind-9.3/version
  1.3       +0 -8      src/contrib/bind-9.3/bin/named/client.c
  1.2       +178 -147  src/contrib/bind-9.3/bin/named/server.c
  1.3       +233 -472  src/contrib/bind-9.3/lib/dns/dispatch.c
  1.2       +119 -24   src/contrib/bind-9.3/lib/dns/resolver.c
  1.3       +4 -7      src/contrib/bind-9.3/lib/dns/include/dns/dispatch.h
  1.11      +3 -1      src/usr.sbin/named/Makefile.inc
  1.6       +0 -8      src/etc/namedb/named.conf


http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/CHANGES.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/README.DRAGONFLY.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/version.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/bin/named/client.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/bin/named/server.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/lib/dns/dispatch.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/lib/dns/resolver.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/contrib/bind-9.3/lib/dns/include/dns/dispatch.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/named/Makefile.inc.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/etc/namedb/named.conf.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list