Accepting request 141805 from network
- 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/request/show/141805 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=85
This commit is contained in:
commit
2f2a5e17d4
@ -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
|
Wed Nov 14 10:24:42 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -56,6 +56,11 @@ Patch51: pie_compile.diff
|
|||||||
Patch52: named-bootconf.diff
|
Patch52: named-bootconf.diff
|
||||||
Patch100: configure.in.diff2
|
Patch100: configure.in.diff2
|
||||||
Patch110: workaround-compile-problem.diff
|
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
|
Source60: dlz-schema.txt
|
||||||
%if %ul_version >= 1
|
%if %ul_version >= 1
|
||||||
%define VENDOR UL
|
%define VENDOR UL
|
||||||
@ -195,6 +200,7 @@ Name Domain (BIND) DNS server is found in the package named bind.
|
|||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch110 -p0
|
%patch110 -p0
|
||||||
|
%patch200 -p0
|
||||||
# modify settings of some files regarding to OS version and vendor
|
# modify settings of some files regarding to OS version and vendor
|
||||||
function replaceStrings()
|
function replaceStrings()
|
||||||
{
|
{
|
||||||
|
2985
rl-9.9.2.patch
Normal file
2985
rl-9.9.2.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user