From owner-svn-ports-head@FreeBSD.ORG Fri May 31 08:10:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E01FB84C; Fri, 31 May 2013 08:10:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C2062CB0; Fri, 31 May 2013 08:10:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4V8AvCW090732; Fri, 31 May 2013 08:10:57 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4V8AvcX090725; Fri, 31 May 2013 08:10:57 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201305310810.r4V8AvcX090725@svn.freebsd.org> From: Erwin Lansing Date: Fri, 31 May 2013 08:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319468 - in head/dns: bind98 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 08:10:57 -0000 Author: erwin Date: Fri May 31 08:10:56 2013 New Revision: 319468 URL: http://svnweb.freebsd.org/changeset/ports/319468 Log: 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. Modified: head/dns/bind98/Makefile head/dns/bind98/distinfo head/dns/bind99/Makefile head/dns/bind99/distinfo Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Fri May 31 08:08:28 2013 (r319467) +++ head/dns/bind98/Makefile Fri May 31 08:10:56 2013 (r319468) @@ -109,7 +109,7 @@ CONFIGURE_ARGS+= --enable-rpz-nsdname .endif .if ${PORT_OPTIONS:MRPZRRL_PATCH} -PATCHFILES= 9.8.4-rpz+rl.094.21-P2.patch +PATCHFILES= rpz2+rl-9.8.4-P2.patch PATCH_SITES= http://ss.vix.com/~vjs/ .endif Modified: head/dns/bind98/distinfo ============================================================================== --- head/dns/bind98/distinfo Fri May 31 08:08:28 2013 (r319467) +++ head/dns/bind98/distinfo Fri May 31 08:10:56 2013 (r319468) @@ -1,4 +1,4 @@ SHA256 (bind-9.8.4-P2.tar.gz) = e772edfb41036a25e1392ab15ff4d3754f03c301b4b059d64afd8d8dadd18193 SIZE (bind-9.8.4-P2.tar.gz) = 7129690 -SHA256 (9.8.4-rpz+rl.094.21-P2.patch) = 7fdc4beaf1f20877f636ba0991d0c48c65bd497df19323f156fe91cca06357ba -SIZE (9.8.4-rpz+rl.094.21-P2.patch) = 176510 +SHA256 (rpz2+rl-9.8.4-P2.patch) = d42e860d5d98a54a73be28ff178784a8a245d4d20ff1a4571b3d2b132c9775a5 +SIZE (rpz2+rl-9.8.4-P2.patch) = 340902 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri May 31 08:08:28 2013 (r319467) +++ head/dns/bind99/Makefile Fri May 31 08:10:56 2013 (r319468) @@ -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 Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Fri May 31 08:08:28 2013 (r319467) +++ head/dns/bind99/distinfo Fri May 31 08:10:56 2013 (r319468) @@ -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