2008-12-17 18:22:57 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to nsd-3.2.0:
- improved IXFR support
- support for hmac-sha1 and hmac-sha256 in TSIG
- selection of source ip for notifies and zone requests
- NSEC3 is enabled by default
- option to disable CHAOS version support
- bugfixes
|
2008-06-01 21:26:13 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to nsd-3.0.8:
- better logging for nsd-notify and db creation failures
- nsdc start checks if nsd is already running
- fix loading data from files with relative names when chrootdir ends
with a slash
- fix a case when nsd would return FORMERR for edns queries with version
0 and rdlen larger than 0.
- don't answer nsec3 wildcard information when DO bit is not set
|
2008-04-24 11:38:30 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't hard-code /usr/pkg. Bump revision.
|
2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2007-11-30 22:44:29 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to nsd-3.0.7:
- fix man pages and improve consistency
- improved handling for malformed IXFRs
- report source and zone for denied AXFR requests
- improved handling of malformed nsec3 records
- fix ignored return value in region-allocator.
|
2007-09-08 00:12:28 by Johnny C. Lam | Files touched by this commit (52) |
Log message:
Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.
Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files. Replace:
BUILD_DEFS+= USE_INET6
with
BUILD_DEFS+= IPV6_READY
and teach the README-generation tools to look for that instead.
This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
|
2007-08-12 01:48:41 by Joerg Sonnenberger | Files touched by this commit (6) | |
Log message:
Update nsd to 3.0.5:
NOTE: the configuration file format has changed. Don't update blindly.
Major changes:
- integrated AXFR/IXFR support for zone transfer. IXFR is not supported
when acting as master.
- TSIG authentication support for queries, notifies and zone transfers.
- full NOTIFY support
- DNAME type is supported
- experimental support for NSEC3 and NSID, not enabled in pkgsrc
- various bug fixes.
|
2006-07-03 15:34:00 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Update to nsd-2.3.5. This fixes a number of minor bugs.
|
2006-05-02 19:32:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Check the right directory for OpenSSL.
|
2006-04-23 02:12:43 by Johnny C. Lam | Files touched by this commit (78) |
Log message:
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|