You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.7 KiB
71 lines
2.7 KiB
Index: bin/Makefile.in |
|
--- bin/Makefile.in.orig 2024-02-11 11:43:50.994077517 +0100 |
|
+++ bin/Makefile.in 2024-02-18 10:51:14.424578000 +0100 |
|
@@ -396,7 +396,7 @@ |
|
top_build_prefix = @top_build_prefix@ |
|
top_builddir = @top_builddir@ |
|
top_srcdir = @top_srcdir@ |
|
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins |
|
+SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen |
|
all: all-recursive |
|
|
|
.SUFFIXES: |
|
Index: bin/named/main.c |
|
--- bin/named/main.c.orig 2024-02-11 11:42:55.292980683 +0100 |
|
+++ bin/named/main.c 2024-02-18 10:49:25.544749000 +0100 |
|
@@ -1230,24 +1230,6 @@ |
|
NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE, |
|
"linked to zlib version: %s", zlibVersion()); |
|
#endif /* if defined(HAVE_ZLIB) && defined(ZLIB_VERSION) */ |
|
- isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL, |
|
- NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE, |
|
- "----------------------------------------------------"); |
|
- isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL, |
|
- NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE, |
|
- "BIND 9 is maintained by Internet Systems Consortium,"); |
|
- isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL, |
|
- NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE, |
|
- "Inc. (ISC), a non-profit 501(c)(3) public-benefit "); |
|
- isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL, |
|
- NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE, |
|
- "corporation. Support and training for BIND 9 are "); |
|
- isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL, |
|
- NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE, |
|
- "available at https://www.isc.org/support"); |
|
- isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL, |
|
- NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE, |
|
- "----------------------------------------------------"); |
|
|
|
/* |
|
* Get the initial resource limits. |
|
Index: bin/rndc/rndc.c |
|
--- bin/rndc/rndc.c.orig 2024-02-11 11:42:55.296980787 +0100 |
|
+++ bin/rndc/rndc.c 2024-02-18 10:49:25.544893000 +0100 |
|
@@ -652,10 +652,12 @@ |
|
} |
|
key_only = true; |
|
} else if (!c_flag && isc_file_exists(admin_keyfile)) { |
|
+ /* |
|
fprintf(stderr, |
|
"WARNING: key file (%s) exists, but using " |
|
"default configuration file (%s)\n", |
|
admin_keyfile, admin_conffile); |
|
+ */ |
|
} |
|
|
|
DO("create parser", cfg_parser_create(mctx, log, pctxp)); |
|
Index: configure |
|
--- configure.orig 2024-02-11 11:43:50.142061498 +0100 |
|
+++ configure 2024-02-18 10:49:25.546911000 +0100 |
|
@@ -16667,11 +16667,6 @@ |
|
|
|
|
|
|
|
-if test "$enable_static" != "no" && test "$enable_developer" != "yes" |
|
-then : |
|
- as_fn_error $? "Static linking is not supported as it disables dlopen() and certain security features (e.g. RELRO, ASLR)" "$LINENO" 5 |
|
-fi |
|
- |
|
# |
|
# Set the default CFLAGS, CPPFLAGS, and LDFLAGS |
|
#
|
|
|