mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Security: CVE-2022-3094 CVE-2022-3736 CVE-2022-3924 Changes: https://downloads.isc.org/isc/bind9/9.18.11/doc/arm/html/notes.html#notes-for-bind-9-18-11
13 lines
528 B
C
13 lines
528 B
C
We reference the pid file as being run/named/pid everywere else.
|
|
|
|
--- bin/named/include/named/globals.h.orig 2023-01-12 22:21:15 UTC
|
|
+++ bin/named/include/named/globals.h
|
|
@@ -132,7 +132,7 @@ EXTERN bool named_g_forcelock INIT(false);
|
|
|
|
#if NAMED_RUN_PID_DIR
|
|
EXTERN const char *named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR "/run/named/"
|
|
- "named.pid");
|
|
+ "pid");
|
|
#else /* if NAMED_RUN_PID_DIR */
|
|
EXTERN const char *named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR "/run/"
|
|
"named.pid");
|