Marcus Meissner
ed559646e6
- Package dnssec-checkds and dnssec-coverage binaries and man pages only on post-11.1 systems. - Update to version 9.9.5P1 Various bugfixes and some feature fixes. (see CHANGES files) Security and maintenance issues: - [bug] Don't call qsort with a null pointer. [RT #35968] - [bug] Disable GCC 4.9 "delete null pointer check". [RT #35968] - [port] linux: libcap support: declare curval at start of block. [RT #35387] - Update to version 9.9.5 Various bugfixes and some feature fixes. (see CHANGES files) - Updated to current rpz patch from·http://ss.vix.su/~vjs/rrlrpz.html - rpz2-9.9.4.patch + rpz2+rl-9.9.5.patch OBS-URL: https://build.opensuse.org/request/show/243329 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=144
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
Index: bin/named/include/named/globals.h
|
|
===================================================================
|
|
--- bin/named/include/named/globals.h.orig 2013-07-17 00:13:06.000000000 +0200
|
|
+++ bin/named/include/named/globals.h 2013-08-05 14:14:28.152275375 +0200
|
|
@@ -140,9 +140,9 @@
|
|
"lwresd.pid");
|
|
#else
|
|
EXTERN const char * ns_g_defaultpidfile INIT(NS_LOCALSTATEDIR
|
|
- "/run/named.pid");
|
|
+ "/run/named/named.pid");
|
|
EXTERN const char * lwresd_g_defaultpidfile INIT(NS_LOCALSTATEDIR
|
|
- "/run/lwresd.pid");
|
|
+ "/run/named/lwresd.pid");
|
|
#endif
|
|
|
|
EXTERN const char * ns_g_username INIT(NULL);
|
|
Index: contrib/nanny/nanny.pl
|
|
===================================================================
|
|
--- contrib/nanny/nanny.pl.orig 2013-07-17 00:13:06.000000000 +0200
|
|
+++ contrib/nanny/nanny.pl 2013-08-05 14:14:28.153275387 +0200
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# A simple nanny to make sure named stays running.
|
|
|
|
-$pid_file_location = '/var/run/named.pid';
|
|
+$pid_file_location = '/var/run/named/named.pid';
|
|
$nameserver_location = 'localhost';
|
|
$dig_program = 'dig';
|
|
$named_program = 'named';
|