Browse Source

upgrading package: bind 9.16.0 -> 9.16.1

master
parent
commit
1e6b90dad9
  1. 26
      bind/bind.patch
  2. 6
      bind/bind.spec

26
bind/bind.patch

@ -1,6 +1,6 @@
Index: bin/Makefile.in
--- bin/Makefile.in.orig 2020-02-12 21:03:44.000000000 +0100
+++ bin/Makefile.in 2020-02-20 08:36:32.276124000 +0100
--- bin/Makefile.in.orig 2020-03-11 17:46:53.000000000 +0100
+++ bin/Makefile.in 2020-03-20 12:10:50.363726000 +0100
@@ -12,7 +12,7 @@
top_srcdir = @top_srcdir@
@ -11,12 +11,12 @@ Index: bin/Makefile.in
@BIND9_MAKE_RULES@
Index: bin/named/main.c
--- bin/named/main.c.orig 2020-02-12 21:03:44.000000000 +0100
+++ bin/named/main.c 2020-02-20 08:36:32.276390000 +0100
@@ -1163,24 +1163,6 @@
--- bin/named/main.c.orig 2020-03-20 12:10:50.364071000 +0100
+++ bin/named/main.c 2020-03-20 18:32:03.496660000 +0100
@@ -1172,24 +1172,6 @@
NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
"linked to zlib version: %s", zlibVersion());
#endif
#endif /* if defined(HAVE_ZLIB) && defined(ZLIB_VERSION) */
- isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
- NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
- "----------------------------------------------------");
@ -39,9 +39,9 @@ Index: bin/named/main.c
dump_symboltable();
Index: bin/named/unix/os.c
--- bin/named/unix/os.c.orig 2020-02-12 21:03:44.000000000 +0100
+++ bin/named/unix/os.c 2020-02-20 08:36:32.276566000 +0100
@@ -170,6 +170,13 @@
--- bin/named/unix/os.c.orig 2020-03-11 17:46:53.000000000 +0100
+++ bin/named/unix/os.c 2020-03-20 12:10:50.364363000 +0100
@@ -167,6 +167,13 @@
SET_CAP(CAP_SETGID);
/*
@ -56,10 +56,10 @@ Index: bin/named/unix/os.c
* owned by a non-root user and non-world-readable on startup.
*/
Index: bin/rndc/rndc.c
--- bin/rndc/rndc.c.orig 2020-02-20 08:36:32.276829000 +0100
+++ bin/rndc/rndc.c 2020-02-20 08:37:12.882736000 +0100
@@ -591,10 +591,12 @@
admin_keyfile);
--- bin/rndc/rndc.c.orig 2020-03-11 17:46:53.000000000 +0100
+++ bin/rndc/rndc.c 2020-03-20 12:10:50.364565000 +0100
@@ -607,10 +607,12 @@
}
key_only = true;
} else if (!c_flag && isc_file_exists(admin_keyfile)) {
+ /*

6
bind/bind.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 9.16.0
%define V_dist 9.16.0
%define V_opkg 9.16.1
%define V_dist 9.16.1
# package information
Name: bind
@ -36,7 +36,7 @@ Class: BASE
Group: DNS
License: ISC
Version: %{V_opkg}
Release: 20200220
Release: 20200320
# package options
%option with_dnssec no

Loading…
Cancel
Save