- Updated to current rate limiting + rpz patch from
http://ss.vix.su/~vjs/rrlrpz.html OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=118
This commit is contained in:
parent
306b1609e0
commit
7f803cee73
@ -1,8 +1,8 @@
|
|||||||
Index: bind-9.8.1-P1/bin/named/Makefile.in
|
Index: bind-9.9.3-P1/bin/named/Makefile.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- bind-9.8.1-P1.orig/bin/named/Makefile.in
|
--- bind-9.9.3-P1.orig/bin/named/Makefile.in
|
||||||
+++ bind-9.8.1-P1/bin/named/Makefile.in
|
+++ bind-9.9.3-P1/bin/named/Makefile.in
|
||||||
@@ -162,8 +162,6 @@ installdirs:
|
@@ -175,9 +175,7 @@ installdirs:
|
||||||
install:: named@EXEEXT@ lwresd@EXEEXT@ installdirs
|
install:: named@EXEEXT@ lwresd@EXEEXT@ installdirs
|
||||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir}
|
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir}
|
||||||
(cd ${DESTDIR}${sbindir}; rm -f lwresd@EXEEXT@; @LN@ named@EXEEXT@ lwresd@EXEEXT@)
|
(cd ${DESTDIR}${sbindir}; rm -f lwresd@EXEEXT@; @LN@ named@EXEEXT@ lwresd@EXEEXT@)
|
||||||
@ -12,3 +12,4 @@ Index: bind-9.8.1-P1/bin/named/Makefile.in
|
|||||||
+ for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man$${m##*.}; done
|
+ for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man$${m##*.}; done
|
||||||
|
|
||||||
@DLZ_DRIVER_RULES@
|
@DLZ_DRIVER_RULES@
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@ Mon Jun 24 13:17:11 UTC 2013 - meissner@suse.com
|
|||||||
|
|
||||||
- [maint] Added AAAA for D.ROOT-SERVERS.NET.
|
- [maint] Added AAAA for D.ROOT-SERVERS.NET.
|
||||||
- [maint] D.ROOT-SERVERS.NET is now 199.7.91.13.
|
- [maint] D.ROOT-SERVERS.NET is now 199.7.91.13.
|
||||||
|
- Updated to current rate limiting + rpz patch from
|
||||||
|
http://ss.vix.su/~vjs/rrlrpz.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 8 08:21:52 UTC 2013 - schwab@suse.de
|
Wed May 8 08:21:52 UTC 2013 - schwab@suse.de
|
||||||
|
@ -65,8 +65,8 @@ BuildRequires: gpg-offline
|
|||||||
|
|
||||||
# Rate limiting patch by Paul Vixie et.al. for reflection DoS protection
|
# Rate limiting patch by Paul Vixie et.al. for reflection DoS protection
|
||||||
# see http://www.redbarn.org/dns/ratelimits
|
# see http://www.redbarn.org/dns/ratelimits
|
||||||
#Patch200: http://ss.vix.com/~vixie/rl-9.9.2.patch
|
#Patch200: http://ss.vix.su/~vjs/rpz2+rl-9.9.3-P1.patch
|
||||||
Patch200: rl-9.9.2p1.patch
|
Patch200: rpz2+rl-9.9.3-P1.patch
|
||||||
|
|
||||||
Source60: dlz-schema.txt
|
Source60: dlz-schema.txt
|
||||||
%if %ul_version >= 1
|
%if %ul_version >= 1
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: bind-9.8.1-P1/configure.in
|
--- bind-9.9.3-P1/configure.in.xx 2013-06-26 14:23:25.536177163 +0200
|
||||||
===================================================================
|
+++ bind-9.9.3-P1/configure.in 2013-06-26 14:23:26.401175186 +0200
|
||||||
--- bind-9.8.1-P1.orig/configure.in
|
@@ -3099,7 +3099,7 @@
|
||||||
+++ bind-9.8.1-P1/configure.in
|
|
||||||
@@ -2907,7 +2907,7 @@ AC_SUBST(DOXYGEN)
|
|
||||||
# empty). The variable VARIABLE will be substituted into output files.
|
# empty). The variable VARIABLE will be substituted into output files.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
2974
rl-9.9.2p1.patch
2974
rl-9.9.2p1.patch
File diff suppressed because it is too large
Load Diff
10452
rpz2+rl-9.9.3-P1.patch
Normal file
10452
rpz2+rl-9.9.3-P1.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user