aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind99
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-01-09 18:20:16 +0800
committererwin <erwin@FreeBSD.org>2013-01-09 18:20:16 +0800
commitf385914394546bd9d84939bbf007d6666c32826a (patch)
tree7a43f7aba93f62babf39806642d8197d7b71e8c8 /dns/bind99
parentbf459076ec1da25ce41c9bf4488f90f7c3ef9787 (diff)
downloadfreebsd-ports-gnome-f385914394546bd9d84939bbf007d6666c32826a.tar.gz
freebsd-ports-gnome-f385914394546bd9d84939bbf007d6666c32826a.tar.zst
freebsd-ports-gnome-f385914394546bd9d84939bbf007d6666c32826a.zip
Update the response rate limiting patch to the latest
released version of January 5, 2013. This also includes performance patches to the BIND9 Response Policy Zones (DNS RPZ), Single Zone Response Policy Zone (RPZ) Speed Improvement, in the same patch. More information: http://ss.vix.su/~vjs/rrlrpz.html
Diffstat (limited to 'dns/bind99')
-rw-r--r--dns/bind99/Makefile10
-rw-r--r--dns/bind99/distinfo4
2 files changed, 7 insertions, 7 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index a5773d1d5649..1feb0e8a2b0c 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -27,7 +27,7 @@ CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.*
OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS
OPTIONS_DEFINE= SSL LINKS XML IDN REPLACE_BASE LARGE_FILE \
- FIXED_RRSET RPZ_NSIP RPZ_NSDNAME RRL \
+ FIXED_RRSET RPZ_NSIP RPZ_NSDNAME RPZRRL_PATCH \
SIGCHASE IPV6 THREADS
OPTIONS_GROUP= DLZ
OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \
@@ -42,7 +42,7 @@ SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
FIXED_RRSET_DESC= Enable fixed rrset ordering
RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules
RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records
-RRL_DESC= Enable Response Rate Limiting (experimental)
+RPZRRL_PATCH_DESC= RPZ speed improvements and RRL patch (experimental)
DLZ_DESC= Dynamically Loadable Zones
DLZ_POSTGRESQL_DESC= DLZ Postgres driver
DLZ_MYSQL_DESC= DLZ MySQL driver (no threading)
@@ -114,9 +114,9 @@ CONFIGURE_ARGS+= --enable-rpz-nsip
CONFIGURE_ARGS+= --enable-rpz-nsdname
.endif
-.if ${PORT_OPTIONS:MRRL}
-PATCHFILES= rl-9.9.2-P1.patch
-PATCH_SITES= http://ss.vix.com/~vixie/
+.if ${PORT_OPTIONS:MRPZRRL_PATCH}
+PATCHFILES= rpz+rl-9.9.2-P1.patch
+PATCH_SITES= http://ss.vix.com/~vjs/
.endif
.if ${PORT_OPTIONS:MDLZ_MYSQL}
diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo
index a3859aed0fd9..e197448478a7 100644
--- a/dns/bind99/distinfo
+++ b/dns/bind99/distinfo
@@ -1,4 +1,4 @@
SHA256 (bind-9.9.2-P1.tar.gz) = 4bce7c020402623333b655be5167ae8c52f30a6bfe9750caa3ab70da7d90219c
SIZE (bind-9.9.2-P1.tar.gz) = 7277498
-SHA256 (rl-9.9.2-P1.patch) = 79a6f6298fe8a69bc4b981041122152a0a7aa12781e438cc7ec2b421338d02d0
-SIZE (rl-9.9.2-P1.patch) = 95625
+SHA256 (rpz+rl-9.9.2-P1.patch) = 4057f499980d587f498065c00e5e60802f3bd9ea87d8ba82dba44780b784740d
+SIZE (rpz+rl-9.9.2-P1.patch) = 173437