diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.22/0001-named-lwresd-V-and-start-log-hide-build-options.patch | 35 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/0001-avoid-start-failure-with-bind-user.patch (renamed from meta/recipes-connectivity/bind/bind-9.16.22/0001-avoid-start-failure-with-bind-user.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/0001-named-lwresd-V-and-start-log-hide-build-options.patch | 37 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/bind-ensure-searching-for-json-headers-searches-sysr.patch (renamed from meta/recipes-connectivity/bind/bind-9.16.22/bind-ensure-searching-for-json-headers-searches-sysr.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/bind9 (renamed from meta/recipes-connectivity/bind/bind-9.16.22/bind9) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/conf.patch (renamed from meta/recipes-connectivity/bind/bind-9.16.22/conf.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/generate-rndc-key.sh (renamed from meta/recipes-connectivity/bind/bind-9.16.22/generate-rndc-key.sh) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/init.d-add-support-for-read-only-rootfs.patch (renamed from meta/recipes-connectivity/bind/bind-9.16.22/init.d-add-support-for-read-only-rootfs.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/make-etc-initd-bind-stop-work.patch (renamed from meta/recipes-connectivity/bind/bind-9.16.22/make-etc-initd-bind-stop-work.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.23/named.service (renamed from meta/recipes-connectivity/bind/bind-9.16.22/named.service) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.16.23.bb (renamed from meta/recipes-connectivity/bind/bind_9.16.22.bb) | 2 |
11 files changed, 38 insertions, 36 deletions
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.22/0001-named-lwresd-V-and-start-log-hide-build-options.patch deleted file mode 100644 index 5bcc16c9b2..0000000000 --- a/meta/recipes-connectivity/bind/bind-9.16.22/0001-named-lwresd-V-and-start-log-hide-build-options.patch +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | From a3af4a405baf5ff582e82aaba392dd9667d94bdc Mon Sep 17 00:00:00 2001 | ||
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Mon, 27 Aug 2018 21:24:20 +0800 | ||
4 | Subject: [PATCH] `named/lwresd -V' and start log hide build options | ||
5 | |||
6 | The build options expose build path directories, so hide them. | ||
7 | [snip] | ||
8 | $ named -V | ||
9 | |built by make with *** (options are hidden) | ||
10 | [snip] | ||
11 | |||
12 | Upstream-Status: Inappropriate [oe-core specific] | ||
13 | |||
14 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
15 | |||
16 | Refreshed for 9.16.0 | ||
17 | Signed-off-by: Armin Kuster <akuster@mvista.com> | ||
18 | |||
19 | --- | ||
20 | bin/named/include/named/globals.h | 2 +- | ||
21 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
22 | |||
23 | Index: bind-9.16.0/bin/named/include/named/globals.h | ||
24 | =================================================================== | ||
25 | --- bind-9.16.0.orig/bin/named/include/named/globals.h | ||
26 | +++ bind-9.16.0/bin/named/include/named/globals.h | ||
27 | @@ -69,7 +69,7 @@ EXTERN const char *named_g_version I | ||
28 | EXTERN const char *named_g_product INIT(PRODUCT); | ||
29 | EXTERN const char *named_g_description INIT(DESCRIPTION); | ||
30 | EXTERN const char *named_g_srcid INIT(SRCID); | ||
31 | -EXTERN const char *named_g_configargs INIT(CONFIGARGS); | ||
32 | +EXTERN const char *named_g_configargs INIT("*** (options are hidden)"); | ||
33 | EXTERN const char *named_g_builder INIT(BUILDER); | ||
34 | EXTERN in_port_t named_g_port INIT(0); | ||
35 | EXTERN isc_dscp_t named_g_dscp INIT(-1); | ||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.16.23/0001-avoid-start-failure-with-bind-user.patch index ec1bc7b567..ec1bc7b567 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/0001-avoid-start-failure-with-bind-user.patch +++ b/meta/recipes-connectivity/bind/bind-9.16.23/0001-avoid-start-failure-with-bind-user.patch | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.23/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.16.23/0001-named-lwresd-V-and-start-log-hide-build-options.patch new file mode 100644 index 0000000000..4dc6a5a2ae --- /dev/null +++ b/meta/recipes-connectivity/bind/bind-9.16.23/0001-named-lwresd-V-and-start-log-hide-build-options.patch | |||
@@ -0,0 +1,37 @@ | |||
1 | From f5761bbaf743d291f3e7e859e69ebe61a1718cbf Mon Sep 17 00:00:00 2001 | ||
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Mon, 27 Aug 2018 21:24:20 +0800 | ||
4 | Subject: [PATCH] `named/lwresd -V' and start log hide build options | ||
5 | |||
6 | The build options expose build path directories, so hide them. | ||
7 | [snip] | ||
8 | $ named -V | ||
9 | |built by make with *** (options are hidden) | ||
10 | [snip] | ||
11 | |||
12 | Upstream-Status: Inappropriate [oe-core specific] | ||
13 | |||
14 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
15 | |||
16 | Refreshed for 9.16.0 | ||
17 | Signed-off-by: Armin Kuster <akuster@mvista.com> | ||
18 | --- | ||
19 | bin/named/include/named/globals.h | 2 +- | ||
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
21 | |||
22 | diff --git a/bin/named/include/named/globals.h b/bin/named/include/named/globals.h | ||
23 | index 0572154..3147e04 100644 | ||
24 | --- a/bin/named/include/named/globals.h | ||
25 | +++ b/bin/named/include/named/globals.h | ||
26 | @@ -69,7 +69,7 @@ EXTERN const char *named_g_version INIT(VERSION); | ||
27 | EXTERN const char *named_g_product INIT(PRODUCT); | ||
28 | EXTERN const char *named_g_description INIT(DESCRIPTION); | ||
29 | EXTERN const char *named_g_srcid INIT(SRCID); | ||
30 | -EXTERN const char *named_g_configargs INIT(CONFIGARGS); | ||
31 | +EXTERN const char *named_g_configargs INIT("*** (options are hidden)"); | ||
32 | EXTERN const char *named_g_builder INIT(BUILDER); | ||
33 | EXTERN in_port_t named_g_port INIT(0); | ||
34 | EXTERN isc_dscp_t named_g_dscp INIT(-1); | ||
35 | -- | ||
36 | 2.20.1 | ||
37 | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.16.23/bind-ensure-searching-for-json-headers-searches-sysr.patch index f9cdc7ca4d..f9cdc7ca4d 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/bind-ensure-searching-for-json-headers-searches-sysr.patch +++ b/meta/recipes-connectivity/bind/bind-9.16.23/bind-ensure-searching-for-json-headers-searches-sysr.patch | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/bind9 b/meta/recipes-connectivity/bind/bind-9.16.23/bind9 index 968679ff7f..968679ff7f 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/bind9 +++ b/meta/recipes-connectivity/bind/bind-9.16.23/bind9 | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/conf.patch b/meta/recipes-connectivity/bind/bind-9.16.23/conf.patch index aa3642acec..aa3642acec 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/conf.patch +++ b/meta/recipes-connectivity/bind/bind-9.16.23/conf.patch | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.23/generate-rndc-key.sh index 633e29c0e6..633e29c0e6 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/generate-rndc-key.sh +++ b/meta/recipes-connectivity/bind/bind-9.16.23/generate-rndc-key.sh | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.16.23/init.d-add-support-for-read-only-rootfs.patch index 11db95ede1..11db95ede1 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/init.d-add-support-for-read-only-rootfs.patch +++ b/meta/recipes-connectivity/bind/bind-9.16.23/init.d-add-support-for-read-only-rootfs.patch | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.16.23/make-etc-initd-bind-stop-work.patch index 146f3e35db..146f3e35db 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/make-etc-initd-bind-stop-work.patch +++ b/meta/recipes-connectivity/bind/bind-9.16.23/make-etc-initd-bind-stop-work.patch | |||
diff --git a/meta/recipes-connectivity/bind/bind-9.16.22/named.service b/meta/recipes-connectivity/bind/bind-9.16.23/named.service index cda56ef015..cda56ef015 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.22/named.service +++ b/meta/recipes-connectivity/bind/bind-9.16.23/named.service | |||
diff --git a/meta/recipes-connectivity/bind/bind_9.16.22.bb b/meta/recipes-connectivity/bind/bind_9.16.23.bb index bde9a793b0..c1bf250c26 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.22.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.23.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \ | |||
20 | file://0001-avoid-start-failure-with-bind-user.patch \ | 20 | file://0001-avoid-start-failure-with-bind-user.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "65e7b2af6479db346e2fc99bcfb6ec3240066468e09dbec575ebc7c57d994061" | 23 | SRC_URI[sha256sum] = "dedb5e27aa9cb6a9ce3e872845887ff837b99e4e9a91a5e2fcd67cf6e1ef173c" |
24 | 24 | ||
25 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" | 25 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" |
26 | # stay at 9.16 follow the ESV versions divisible by 4 | 26 | # stay at 9.16 follow the ESV versions divisible by 4 |