- added a ratelimiting (draft RFC) patch from Paul Vixie.

see http://www.redbarn.org/dns/ratelimits
  suggested by Stefan Schaefer <stefan@invis-server.org>

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=105
This commit is contained in:
Marcus Meissner 2012-11-18 18:12:17 +00:00 committed by Git OBS Bridge
parent 720e0417f1
commit 4161728e00
3 changed files with 2998 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 18 18:12:08 UTC 2012 - meissner@suse.com
- added a ratelimiting (draft RFC) patch from Paul Vixie.
see http://www.redbarn.org/dns/ratelimits
suggested by Stefan Schaefer <stefan@invis-server.org>
-------------------------------------------------------------------
Wed Nov 14 10:24:42 UTC 2012 - meissner@suse.com

View File

@ -56,6 +56,11 @@ Patch51: pie_compile.diff
Patch52: named-bootconf.diff
Patch100: configure.in.diff2
Patch110: workaround-compile-problem.diff
# Rate limiting patch by Paul Vixie et.al. for reflection DoS protection
# see http://www.redbarn.org/dns/ratelimits
Patch200: http://ss.vix.com/~vixie/rl-9.9.2.patch
Source60: dlz-schema.txt
%if %ul_version >= 1
%define VENDOR UL
@ -195,6 +200,7 @@ Name Domain (BIND) DNS server is found in the package named bind.
%patch100 -p1
%endif
%patch110 -p0
%patch200 -p0
# modify settings of some files regarding to OS version and vendor
function replaceStrings()
{

2985
rl-9.9.2.patch Normal file

File diff suppressed because it is too large Load Diff