The following changes since commit 9c5541f7e18a1fac3b8dea71e1ebb8398d58e6ff:
python3-django: upgrade 4.2.3 -> 4.2.5 (2023-09-27 10:23:28 -0400)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded kirkstone-next
for you to fetch changes up to 79a6f60dabad9e5b0e041efa91379447ef030482:
mbedtls: upgrade 2.28.2 -> 2.28.5 (2023-10-17 09:07:38 -0400)
----------------------------------------------------------------
Denys Dmytriyenko (1):
mbedtls: set up /usr/bin/hello as alternative
Gianfranco Costamagna (3):
mosquitto: do not automatically depend on dlt-daemon, it's a
non-mandatory logging system
mosquitto: upgrade 2.0.15 -> 2.0.17
mosquitto: upgrade 2.0.17 -> 2.0.18
Joe Slater (1):
nginx: add configure option
Martin Jansa (1):
mosquitto: add missing Upstream-Status
Meenali Gupta (1):
open-vm-tools: fix CVE-2023-20867
Narpat Mali (1):
python3-gevent: fix CVE-2023-41419
Polampalli, Archana (4):
samba: fix CVE-2023-34966
samba: fix CVE-2022-2127
samba:fix CVE-2023-34967
samba: fix CVE-2023-34968
Wang Mingyu (1):
mosquitto: upgrade 2.0.14 -> 2.0.15
Yi Zhao (1):
mbedtls: upgrade 2.28.2 -> 2.28.5
.../mbedtls/{mbedtls_2.28.2.bb => mbedtls_2.28.5.bb} | 7 +-
meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 25 ++
meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 27 ++
.../recipes-connectivity/mosquitto/files/mosquitto.init | 20 +-
.../mosquitto/{mosquitto_2.0.14.bb => mosquitto_2.0.18.bb} | 6 +-
.../recipes-connectivity/samba/samba/CVE-2022-2127.patch | 44 ++
.../recipes-connectivity/samba/samba/CVE-2023-34966_0001.patch | 78 ++++
.../recipes-connectivity/samba/samba/CVE-2023-34966_0002.patch | 140
++++++
.../recipes-connectivity/samba/samba/CVE-2023-34967_0001.patch | 178
++++++++
.../recipes-connectivity/samba/samba/CVE-2023-34967_0002.patch | 125
++++++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0001.patch | 104
+++++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0002.patch | 39 ++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0003.patch | 65 +++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0004.patch | 85 ++++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0005.patch | 83 ++++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0006.patch | 57 +++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0007.patch | 49 ++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0008.patch | 62 +++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0009.patch | 465
+++++++++++++++++++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0010.patch | 484
++++++++++++++++++++
.../recipes-connectivity/samba/samba/CVE-2023-34968_0011.patch | 295
++++++++++++
meta-networking/recipes-connectivity/samba/samba_4.14.14.bb | 16 +
.../open-vm-tools/open-vm-tools/CVE-2023-20867.patch | 158
+++++++
.../recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb | 1 +
.../recipes-devtools/python/python3-gevent/CVE-2023-41419.patch | 673
++++++++++++++++++++++++++++
meta-python/recipes-devtools/python/python3-gevent_21.12.0.bb | 2 +
.../recipes-httpd/nginx/files/0001-configure-libxslt-conf.patch | 39 ++
meta-webserver/recipes-httpd/nginx/nginx.inc | 3 +
28 files changed, 3316 insertions(+), 14 deletions(-)
rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.28.2.bb
=> mbedtls_2.28.5.bb} (91%)
create mode 100644
meta-networking/recipes-connectivity/mosquitto/files/2894.patch
create mode 100644
meta-networking/recipes-connectivity/mosquitto/files/2895.patch
rename
meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.14.bb =>
mosquitto_2.0.18.bb} (94%)
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2022-2127.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34966_0001.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34966_0002.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34967_0001.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34967_0002.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0001.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0002.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0003.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0004.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0005.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0006.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0007.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0008.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0009.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0010.patch
create mode 100644
meta-networking/recipes-connectivity/samba/samba/CVE-2023-34968_0011.patch
create mode 100644
meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-20867.patch
create mode 100644
meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch
create mode 100644
meta-webserver/recipes-httpd/nginx/files/0001-configure-libxslt-conf.patch
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#105626):
https://lists.openembedded.org/g/openembedded-devel/message/105626
Mute This Topic: https://lists.openembedded.org/mt/102106531/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-