cvs commit: ports/dns Makefile ports/dns/bind97 Makefile distinfo pkg-descr pkg-message pkg-plist

Doug Barton dougb at FreeBSD.org
Sun Dec 13 22:25:17 PST 2009


dougb       2009-12-14 06:25:17 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/bind97           Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  Add BIND 9.7.0rc1 with a -devel suffix for now so that people can
  start testing it sooner rather than later. When the final version
  is released the -devel will be removed.
  
  Some of the new features of BIND 9.7.x are:
  
          - Fully automatic signing of zones by "named"
          - Simplified configuration of DNSSEC Lookaside Validation (DLV)
          - Simplified configuration of Dynamic DNS, using the "ddns-confgen"
            command line tool or the "local" update-policy option
          - New named option "attach-cache" that allows multiple views to
            share a single cache
          - DNS rebinding attack prevention
          - New default values for dnssec-keygen parameters
          - Support for RFC 5011 automated trust anchor maintenance
            (see README.rfc5011 for additional details)
          - Smart signing: simplified tools for zone signing and key
            maintenance
          - Improved PKCS#11 support
  
  Revision  Changes    Path
  1.110     +1 -0      ports/dns/Makefile
  1.1       +229 -0    ports/dns/bind97/Makefile (new)
  1.1       +6 -0      ports/dns/bind97/distinfo (new)
  1.1       +20 -0     ports/dns/bind97/pkg-descr (new)
  1.1       +18 -0     ports/dns/bind97/pkg-message (new)
  1.1       +285 -0    ports/dns/bind97/pkg-plist (new)


More information about the cvs-ports mailing list