All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] bind: upgrade 9.16.21 -> 9.16.22
@ 2021-11-02  3:35 Wang Mingyu
  2021-11-02  3:35 ` [OE-core] [PATCH] glib-2.0: upgrade 2.70.0 -> 2.70.1 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2021-11-02  3:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

--- 9.16.22 released ---

5726.[security]	The "lame-ttl" option is now forcibly set to 0. This
			effectively disables the lame server cache, as it could
			previously be abused by an attacker to significantly
			degrade resolver performance. (CVE-2021-25219)
			[GL #2899]

5724.[bug]		Address a potential deadlock when checking zone content
			consistency. [GL #2908]

5723.[bug]		Change 5709 broke backward compatibility for the
			"check-names master ..." and "check-names slave ..."
			options. This has been fixed. [GL #2911]

5720.[contrib]	Old-style DLZ drivers that had to be enabled at
			build-time have been marked as deprecated. [GL #2814]

5719.[func]		The "map" zone file format has been marked as
			deprecated. [GL #2882]

5717.[func]		The "cache-file" option, which was documented as "for
			testing purposes only" and not to be used, has been
			removed. [GL #2903]

5716.[bug]		Multiple library names were mistakenly passed to the
			krb5-config utility when ./configure was invoked with
			the --with-gssapi=[/path/to/]krb5-config option. This
			has been fixed by invoking krb5-config separately for
			each required library. [GL #2866]

5715.[func]		Add a check for ports specified in "*-source(-v6)"
			options clashing with a global listening port. Such a
			configuration was already unsupported, but it failed
			silently; it is now treated as an error. [GL #2888]

5714.[bug]		Remove the "adjust interface" mechanism which was
			responsible for setting up listeners on interfaces when
			the "*-source(-v6)" address and port were the same as
			the "listen-on(-v6)" address and port. Such a
			configuration is no longer supported; under certain
			timing conditions, that mechanism could prevent named
			from listening on some TCP ports. This has been fixed.
			[GL #2852]

5712.[doc]		Add deprecation notice about removing native PKCS#11
			support in the next major BIND 9 release. [GL #2691]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-avoid-start-failure-with-bind-user.patch               | 0
 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch  | 0
 .../bind-ensure-searching-for-json-headers-searches-sysr.patch  | 0
 .../bind/{bind-9.16.21 => bind-9.16.22}/bind9                   | 0
 .../bind/{bind-9.16.21 => bind-9.16.22}/conf.patch              | 0
 .../bind/{bind-9.16.21 => bind-9.16.22}/generate-rndc-key.sh    | 0
 .../init.d-add-support-for-read-only-rootfs.patch               | 0
 .../make-etc-initd-bind-stop-work.patch                         | 0
 .../bind/{bind-9.16.21 => bind-9.16.22}/named.service           | 0
 .../bind/{bind_9.16.21.bb => bind_9.16.22.bb}                   | 2 +-
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/0001-avoid-start-failure-with-bind-user.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/bind9 (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/generate-rndc-key.sh (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/init.d-add-support-for-read-only-rootfs.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.16.21 => bind-9.16.22}/named.service (100%)
 rename meta/recipes-connectivity/bind/{bind_9.16.21.bb => bind_9.16.22.bb} (98%)

diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.16.22/0001-avoid-start-failure-with-bind-user.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/0001-avoid-start-failure-with-bind-user.patch
rename to meta/recipes-connectivity/bind/bind-9.16.22/0001-avoid-start-failure-with-bind-user.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/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
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/0001-named-lwresd-V-and-start-log-hide-build-options.patch
rename to meta/recipes-connectivity/bind/bind-9.16.22/0001-named-lwresd-V-and-start-log-hide-build-options.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.16.22/bind-ensure-searching-for-json-headers-searches-sysr.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/bind-ensure-searching-for-json-headers-searches-sysr.patch
rename to meta/recipes-connectivity/bind/bind-9.16.22/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/bind9 b/meta/recipes-connectivity/bind/bind-9.16.22/bind9
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/bind9
rename to meta/recipes-connectivity/bind/bind-9.16.22/bind9
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/conf.patch b/meta/recipes-connectivity/bind/bind-9.16.22/conf.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/conf.patch
rename to meta/recipes-connectivity/bind/bind-9.16.22/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.22/generate-rndc-key.sh
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/generate-rndc-key.sh
rename to meta/recipes-connectivity/bind/bind-9.16.22/generate-rndc-key.sh
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.16.22/init.d-add-support-for-read-only-rootfs.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/init.d-add-support-for-read-only-rootfs.patch
rename to meta/recipes-connectivity/bind/bind-9.16.22/init.d-add-support-for-read-only-rootfs.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.16.22/make-etc-initd-bind-stop-work.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/make-etc-initd-bind-stop-work.patch
rename to meta/recipes-connectivity/bind/bind-9.16.22/make-etc-initd-bind-stop-work.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.16.21/named.service b/meta/recipes-connectivity/bind/bind-9.16.22/named.service
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.16.21/named.service
rename to meta/recipes-connectivity/bind/bind-9.16.22/named.service
diff --git a/meta/recipes-connectivity/bind/bind_9.16.21.bb b/meta/recipes-connectivity/bind/bind_9.16.22.bb
similarity index 98%
rename from meta/recipes-connectivity/bind/bind_9.16.21.bb
rename to meta/recipes-connectivity/bind/bind_9.16.22.bb
index 390c84248d..bde9a793b0 100644
--- a/meta/recipes-connectivity/bind/bind_9.16.21.bb
+++ b/meta/recipes-connectivity/bind/bind_9.16.22.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
            file://0001-avoid-start-failure-with-bind-user.patch \
            "
 
-SRC_URI[sha256sum] = "65da5fd4fb80b7d0d7452876f81fd6d67cdcee54a5e3c1d65610334665dfa815"
+SRC_URI[sha256sum] = "65e7b2af6479db346e2fc99bcfb6ec3240066468e09dbec575ebc7c57d994061"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # stay at 9.16 follow the ESV versions divisible by 4
-- 
2.25.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [OE-core] [PATCH] glib-2.0: upgrade 2.70.0 -> 2.70.1
  2021-11-02  3:35 [OE-core] [PATCH] bind: upgrade 9.16.21 -> 9.16.22 Wang Mingyu
@ 2021-11-02  3:35 ` Wang Mingyu
  2021-11-02  3:35 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.24.0 -> 0.24.1 Wang Mingyu
  2021-11-02  3:35 ` [OE-core] [PATCH] python3-docutils: upgrade 0.17.1 -> 0.18 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2021-11-02  3:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Fix network changes not being signalled from NetworkManager (work by
Julian Andres Klode) (#2505)

Fix build when building with --fatal-meson-warnings (work by Eli Schwartz) (!2304)

Bugs fixed:

2245 gdesktopappinfo: Do not call xterm when it does not exist, inform the caller the launch failed

2253 Backport 2251 "GString: Bump minimum size" to glib-2-70

2256 Backport 2254 "Small optimization for g_object_set" to glib-2-70

2259 Backport 2257 "Fix documentation for g_dbus_object_manager_get_object()." to glib-2-70

2262 Backport 2244 "gutils: Avoid segfault in g_get_user_database_entry" to glib-2-70

2271 Backport 2266 "fix uninitial variable" to glib-2-70

2276 Backport 2274 "Do not try to access errno after calling getpwnam_r." to glib-2-70

2300 Backport 2285 "fix issues found by svace static code analyzer" to glib-2-70

2301 Backport 2293 "glib-private: Fix MSVC build with AddressSanitizer" to glib-2-70

2302 Backport 2291 "gnetworkmonitornm: Stop using removed PropertiesChanged signal" to glib-2-70

2304 meson: fix warnings for extract_all_objects function

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../glib-2.0/{glib-2.0_2.70.0.bb => glib-2.0_2.70.1.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.70.0.bb => glib-2.0_2.70.1.bb} (96%)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.70.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.70.1.bb
similarity index 96%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.70.0.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.70.1.bb
index 8217aaa8d0..f7bb62f74b 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.70.0.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.70.1.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
            "
 SRC_URI:append:class-native = " file://relocate-modules.patch"
 
-SRC_URI[sha256sum] = "200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742"
+SRC_URI[sha256sum] = "f9b7bce7f51753a1f43853bbcaca8bf09e15e994268e29cfd7a76f65636263c0"
 
 # Find any meson cross files in FILESPATH that are relevant for the current
 # build (using siteinfo) and add them to EXTRA_OEMESON.
-- 
2.25.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [OE-core] [PATCH] python3-dbusmock: upgrade 0.24.0 -> 0.24.1
  2021-11-02  3:35 [OE-core] [PATCH] bind: upgrade 9.16.21 -> 9.16.22 Wang Mingyu
  2021-11-02  3:35 ` [OE-core] [PATCH] glib-2.0: upgrade 2.70.0 -> 2.70.1 Wang Mingyu
@ 2021-11-02  3:35 ` Wang Mingyu
  2021-11-02  3:35 ` [OE-core] [PATCH] python3-docutils: upgrade 0.17.1 -> 0.18 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2021-11-02  3:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Do not register standard D-Bus service directories (Thanks Benjamin Berg)
templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan)
Fix importlib module import (Thanks Marco Trevisan)
Clean up code for most recent pylint version

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-dbusmock_0.24.0.bb => python3-dbusmock_0.24.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-dbusmock_0.24.0.bb => python3-dbusmock_0.24.1.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.24.1.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb
rename to meta/recipes-devtools/python/python3-dbusmock_0.24.1.bb
index 271a2b105f..cf272328b3 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.24.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
 LICENSE = "GPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-SRC_URI[sha256sum] = "0be0d51dba4aee050bb2cd9074a377bf9308306df1eb7918038c6ffe7153c272"
+SRC_URI[sha256sum] = "56d660bd5f5d0edfe8b0eedfbb9b0814a134eb94b46fca16c379dca68be5724f"
 
 PYPI_PACKAGE = "python-dbusmock"
 
-- 
2.25.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [OE-core] [PATCH] python3-docutils: upgrade 0.17.1 -> 0.18
  2021-11-02  3:35 [OE-core] [PATCH] bind: upgrade 9.16.21 -> 9.16.22 Wang Mingyu
  2021-11-02  3:35 ` [OE-core] [PATCH] glib-2.0: upgrade 2.70.0 -> 2.70.1 Wang Mingyu
  2021-11-02  3:35 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.24.0 -> 0.24.1 Wang Mingyu
@ 2021-11-02  3:35 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2021-11-02  3:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

The exceptions to the "Public Domain Dedication" changed.

-License-Update: Copyright year updated to 2021.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-docutils_0.17.1.bb => python3-docutils_0.18.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-docutils_0.17.1.bb => python3-docutils_0.18.bb} (60%)

diff --git a/meta/recipes-devtools/python/python3-docutils_0.17.1.bb b/meta/recipes-devtools/python/python3-docutils_0.18.bb
similarity index 60%
rename from meta/recipes-devtools/python/python3-docutils_0.17.1.bb
rename to meta/recipes-devtools/python/python3-docutils_0.18.bb
index 54a809847f..979eea27fb 100644
--- a/meta/recipes-devtools/python/python3-docutils_0.17.1.bb
+++ b/meta/recipes-devtools/python/python3-docutils_0.18.bb
@@ -2,9 +2,9 @@ SUMMARY = "Docutils is a modular system for processing documentation into useful
 HOMEPAGE = "http://docutils.sourceforge.net"
 SECTION = "devel/python"
 LICENSE = "PSF & BSD-2-Clause & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=836a1950177996968a49ff477a4a61c4"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=01aec8e28f975e3f369e06b5eb2af9b9"
 
-SRC_URI[sha256sum] = "686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"
+SRC_URI[sha256sum] = "c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb"
 
 inherit pypi setuptools3
 
-- 
2.25.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-02  3:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  3:35 [OE-core] [PATCH] bind: upgrade 9.16.21 -> 9.16.22 Wang Mingyu
2021-11-02  3:35 ` [OE-core] [PATCH] glib-2.0: upgrade 2.70.0 -> 2.70.1 Wang Mingyu
2021-11-02  3:35 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.24.0 -> 0.24.1 Wang Mingyu
2021-11-02  3:35 ` [OE-core] [PATCH] python3-docutils: upgrade 0.17.1 -> 0.18 Wang Mingyu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.