diff options
author | erwin <erwin@FreeBSD.org> | 2013-05-31 16:10:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-05-31 16:10:56 +0800 |
commit | 69634967275aac863352232eced044fa632365c8 (patch) | |
tree | fe9687691241b7dc1d944be51c5cf4f09e79e765 /dns/bind99 | |
parent | 77ea5939facb71de900845f65cc20e8bba1e7f4f (diff) | |
download | freebsd-ports-gnome-69634967275aac863352232eced044fa632365c8.tar.gz freebsd-ports-gnome-69634967275aac863352232eced044fa632365c8.tar.zst freebsd-ports-gnome-69634967275aac863352232eced044fa632365c8.zip |
Update RPZ and RRL patch set:
- address the issue raised by Bob Harold. RRL on recursive servers
applies rate limits after waiting for recursion except on
sub-domains of domains for which the server is authoritative.
- fix the bug reported by Roy Arends in which "slipped" NXDOMAIN
responses had rcode values of 0 (NoError) instead of 3 (NXDOMAIN).
- move reports of RRL drop and slip actions from the "queries"
log category to the "query-errors" category. Because they are not
in the "queres" category, enabling or disabling query logging no
longer affects them.
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 6e99213699ff..3a8cc07602da 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -123,7 +123,7 @@ CONFIGURE_ARGS+= --enable-rpz-nsdname .endif .if ${PORT_OPTIONS:MRPZRRL_PATCH} -PATCHFILES= 9.9.2-rpz+rl.094.21-P2.patch +PATCHFILES= rpz2+rl-9.9.2-P2.patch PATCH_SITES= http://ss.vix.com/~vjs/ .endif diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index 29497c414b53..3aa573f637ca 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -1,4 +1,4 @@ SHA256 (bind-9.9.2-P2.tar.gz) = ff822734e3550969251411e20f6f7397d14a912613a42af423752e93fdb565d2 SIZE (bind-9.9.2-P2.tar.gz) = 7277958 -SHA256 (9.9.2-rpz+rl.094.21-P2.patch) = cd8ba70b8f5029cc464f4db6c632c8b48cdd081cb5cfb51936fd7f9c080b91ea -SIZE (9.9.2-rpz+rl.094.21-P2.patch) = 177693 +SHA256 (rpz2+rl-9.9.2-P2.patch) = e4490089f76075a805d60b78bdf2a1146c98acb7601d6f9fc15b5c64e3da4416 +SIZE (rpz2+rl-9.9.2-P2.patch) = 343784 |