mbox series

kirkstone merge request: Nove 29th

Message ID 522d304e-5148-4d3f-ad9b-caccc8a9fb31@gmail.com
State New
Headers show
Series kirkstone merge request: Nove 29th | expand

Pull-request

https://git.openembedded.org/meta-openembedded kirkstone-next

Message

akuster808 Nov. 29, 2023, 12:32 p.m. UTC
The following changes since commit 7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0:

   indent: fix CVE-2023-40305 (2023-11-03 10:52:59 -0400)

are available in the Git repository at:

   https://git.openembedded.org/meta-openembedded kirkstone-next

for you to fetch changes up to 8a75c61cce2aa1d6e5a3597ab8fc5a7e6aeae1e4:

   nginx: upgrade to 1.24.0 release (2023-11-18 10:03:19 -0500)

----------------------------------------------------------------
Archana Polampalli (1):
       open-vm-tools: fix CVE-2023-34058

Bartosz Golaszewski (1):
       python3-cson: fix run-time dependencies

Khem Raj (1):
       emlog: Add PV

Michael Haener (1):
       nginx: upgrade to 1.24.0 release

Mingli Yu (1):
       nlohmann-json: Add ptest support

Narpat Mali (2):
       open-vm-tools: fix CVE-2023-20900
       traceroute: upgrade 2.1.0 -> 2.1.3

Peter Kjellerstedt (1):
       libwebsockets: Support building for native

Richard Purdie (4):
       meta-perl: Drop broken BBCLASSEXTEND variants
       meta-networking: Drop broken BBCLASSEXTEND variants
       meta-oe: Drop broken BBCLASSEXTEND variants
       meta-python: Drop broken BBCLASSEXTEND variants

Yoann Congal (3):
       emlog: ignore CVE-2022-3968 & CVE-2023-43291
       python3-soupsieve: Break circular dependency with beautifulsoup4
       packagegroup-meta-oe-extended: RDEPENDS on an existing mozjs-91 
package

  .../recipes-connectivity/mosquitto/mosquitto_2.0.18.bb          | 2 +-
  .../recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb            | 2 +-
  .../open-vm-tools/open-vm-tools/CVE-2023-20900.patch            | 36 +++++
  .../open-vm-tools/open-vm-tools/CVE-2023-34058.patch            | 241 
++++++++++++++++++++++++++++
  .../recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb       | 2 +
  .../traceroute/{traceroute_2.1.0.bb => traceroute_2.1.3.bb} |   3 +-
  .../recipes-core/packagegroups/packagegroup-meta-oe.bbappend    | 2 +-
  .../recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb   | 3 +
  meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb           | 2 -
  meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb               | 2 -
  meta-oe/recipes-core/emlog/emlog.inc                            | 2 +-
  meta-oe/recipes-core/emlog/emlog_git.bb                         | 2 +
  meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb           | 2 +-
  meta-oe/recipes-devtools/nlohmann-json/files/run-ptest          | 12 ++
  meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb  | 20 ++-
  meta-oe/recipes-devtools/unifex/unifex_git.bb                   | 2 -
  meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb             | 2 +-
  meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.4.bb             | 2 -
  meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb             | 1 -
  .../recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb     | 2 +-
  meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb     | 2 -
  meta-perl/recipes-perl/libnet/libnet-dns-perl_1.33.bb           | 2 -
  meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb          | 2 -
  meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb    | 2 -
  .../recipes-devtools/python/python3-aiohttp-jinja2_1.5.bb       | 2 -
  meta-python/recipes-devtools/python/python3-autobahn_22.3.2.bb  | 2 -
  meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb    | 2 +-
  .../python/python3-robotframework-seriallibrary_0.3.1.bb        | 2 -
  meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb     | 2 -
  meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb  | 4 -
  meta-python/recipes-devtools/python/python3-txaio_22.2.1.bb     | 2 -
  meta-python/recipes-extended/python-cson/python3-cson_git.bb    | 3 +-
  .../recipes-extended/pywbemtools/python3-pywbemtools_1.0.0.bb   | 2 -
  meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb              | 6 +
  34 files changed, 329 insertions(+), 48 deletions(-)
  create mode 100644 
meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-20900.patch
  create mode 100644 
meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-34058.patch
  rename meta-networking/recipes-support/traceroute/{traceroute_2.1.0.bb 
=> traceroute_2.1.3.bb} (91%)
  create mode 100755 meta-oe/recipes-devtools/nlohmann-json/files/run-ptest
  create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb

Comments

Khem Raj Nov. 29, 2023, 4:01 p.m. UTC | #1
merged thanks Armin

On Wed, Nov 29, 2023 at 4:32 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0:
>
>    indent: fix CVE-2023-40305 (2023-11-03 10:52:59 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to 8a75c61cce2aa1d6e5a3597ab8fc5a7e6aeae1e4:
>
>    nginx: upgrade to 1.24.0 release (2023-11-18 10:03:19 -0500)
>
> ----------------------------------------------------------------
> Archana Polampalli (1):
>        open-vm-tools: fix CVE-2023-34058
>
> Bartosz Golaszewski (1):
>        python3-cson: fix run-time dependencies
>
> Khem Raj (1):
>        emlog: Add PV
>
> Michael Haener (1):
>        nginx: upgrade to 1.24.0 release
>
> Mingli Yu (1):
>        nlohmann-json: Add ptest support
>
> Narpat Mali (2):
>        open-vm-tools: fix CVE-2023-20900
>        traceroute: upgrade 2.1.0 -> 2.1.3
>
> Peter Kjellerstedt (1):
>        libwebsockets: Support building for native
>
> Richard Purdie (4):
>        meta-perl: Drop broken BBCLASSEXTEND variants
>        meta-networking: Drop broken BBCLASSEXTEND variants
>        meta-oe: Drop broken BBCLASSEXTEND variants
>        meta-python: Drop broken BBCLASSEXTEND variants
>
> Yoann Congal (3):
>        emlog: ignore CVE-2022-3968 & CVE-2023-43291
>        python3-soupsieve: Break circular dependency with beautifulsoup4
>        packagegroup-meta-oe-extended: RDEPENDS on an existing mozjs-91
> package
>
>   .../recipes-connectivity/mosquitto/mosquitto_2.0.18.bb          | 2 +-
>   .../recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb            | 2 +-
>   .../open-vm-tools/open-vm-tools/CVE-2023-20900.patch            | 36 +++++
>   .../open-vm-tools/open-vm-tools/CVE-2023-34058.patch            | 241
> ++++++++++++++++++++++++++++
>   .../recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb       | 2 +
>   .../traceroute/{traceroute_2.1.0.bb => traceroute_2.1.3.bb} |   3 +-
>   .../recipes-core/packagegroups/packagegroup-meta-oe.bbappend    | 2 +-
>   .../recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb   | 3 +
>   meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb           | 2 -
>   meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb               | 2 -
>   meta-oe/recipes-core/emlog/emlog.inc                            | 2 +-
>   meta-oe/recipes-core/emlog/emlog_git.bb                         | 2 +
>   meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb           | 2 +-
>   meta-oe/recipes-devtools/nlohmann-json/files/run-ptest          | 12 ++
>   meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb  | 20 ++-
>   meta-oe/recipes-devtools/unifex/unifex_git.bb                   | 2 -
>   meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb             | 2 +-
>   meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.4.bb             | 2 -
>   meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb             | 1 -
>   .../recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb     | 2 +-
>   meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb     | 2 -
>   meta-perl/recipes-perl/libnet/libnet-dns-perl_1.33.bb           | 2 -
>   meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb          | 2 -
>   meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb    | 2 -
>   .../recipes-devtools/python/python3-aiohttp-jinja2_1.5.bb       | 2 -
>   meta-python/recipes-devtools/python/python3-autobahn_22.3.2.bb  | 2 -
>   meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb    | 2 +-
>   .../python/python3-robotframework-seriallibrary_0.3.1.bb        | 2 -
>   meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb     | 2 -
>   meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb  | 4 -
>   meta-python/recipes-devtools/python/python3-txaio_22.2.1.bb     | 2 -
>   meta-python/recipes-extended/python-cson/python3-cson_git.bb    | 3 +-
>   .../recipes-extended/pywbemtools/python3-pywbemtools_1.0.0.bb   | 2 -
>   meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb              | 6 +
>   34 files changed, 329 insertions(+), 48 deletions(-)
>   create mode 100644
> meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-20900.patch
>   create mode 100644
> meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-34058.patch
>   rename meta-networking/recipes-support/traceroute/{traceroute_2.1.0.bb
> => traceroute_2.1.3.bb} (91%)
>   create mode 100755 meta-oe/recipes-devtools/nlohmann-json/files/run-ptest
>   create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb
>
Yoann Congal Nov. 29, 2023, 4:07 p.m. UTC | #2
Le mer. 29 nov. 2023 à 17:02, Khem Raj <raj.khem@gmail.com> a écrit :

> merged thanks Armin
>

Thanks Armin and Khem :-)


> On Wed, Nov 29, 2023 at 4:32 AM akuster808 <akuster808@gmail.com> wrote:
> >
> > The following changes since commit
> 7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0:
> >
> >    indent: fix CVE-2023-40305 (2023-11-03 10:52:59 -0400)
> >
> > are available in the Git repository at:
> >
> >    https://git.openembedded.org/meta-openembedded kirkstone-next
> >
> > for you to fetch changes up to 8a75c61cce2aa1d6e5a3597ab8fc5a7e6aeae1e4:
> >
> >    nginx: upgrade to 1.24.0 release (2023-11-18 10:03:19 -0500)
> >
> > ----------------------------------------------------------------
> > Archana Polampalli (1):
> >        open-vm-tools: fix CVE-2023-34058
> >
> > Bartosz Golaszewski (1):
> >        python3-cson: fix run-time dependencies
> >
> > Khem Raj (1):
> >        emlog: Add PV
> >
> > Michael Haener (1):
> >        nginx: upgrade to 1.24.0 release
> >
> > Mingli Yu (1):
> >        nlohmann-json: Add ptest support
> >
> > Narpat Mali (2):
> >        open-vm-tools: fix CVE-2023-20900
> >        traceroute: upgrade 2.1.0 -> 2.1.3
> >
> > Peter Kjellerstedt (1):
> >        libwebsockets: Support building for native
> >
> > Richard Purdie (4):
> >        meta-perl: Drop broken BBCLASSEXTEND variants
> >        meta-networking: Drop broken BBCLASSEXTEND variants
> >        meta-oe: Drop broken BBCLASSEXTEND variants
> >        meta-python: Drop broken BBCLASSEXTEND variants
> >
> > Yoann Congal (3):
> >        emlog: ignore CVE-2022-3968 & CVE-2023-43291
> >        python3-soupsieve: Break circular dependency with beautifulsoup4
> >        packagegroup-meta-oe-extended: RDEPENDS on an existing mozjs-91
> > package
> >
> >   .../recipes-connectivity/mosquitto/mosquitto_2.0.18.bb          | 2 +-
> >   .../recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb            | 2 +-
> >   .../open-vm-tools/open-vm-tools/CVE-2023-20900.patch            | 36
> +++++
> >   .../open-vm-tools/open-vm-tools/CVE-2023-34058.patch            | 241
> > ++++++++++++++++++++++++++++
> >   .../recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb       | 2 +
> >   .../traceroute/{traceroute_2.1.0.bb => traceroute_2.1.3.bb} |   3 +-
> >   .../recipes-core/packagegroups/packagegroup-meta-oe.bbappend    | 2 +-
> >   .../recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb   | 3 +
> >   meta-oe/recipes-connectivity/ser2net/ser2net_4.3.5.bb           | 2 -
> >   meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb               | 2 -
> >   meta-oe/recipes-core/emlog/emlog.inc                            | 2 +-
> >   meta-oe/recipes-core/emlog/emlog_git.bb                         | 2 +
> >   meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb           | 2 +-
> >   meta-oe/recipes-devtools/nlohmann-json/files/run-ptest          | 12 ++
> >   meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb  | 20
> ++-
> >   meta-oe/recipes-devtools/unifex/unifex_git.bb                   | 2 -
> >   meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb             | 2 +-
> >   meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.4.bb             | 2 -
> >   meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb             | 1 -
> >   .../recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb     | 2 +-
> >   meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb     | 2 -
> >   meta-perl/recipes-perl/libnet/libnet-dns-perl_1.33.bb           | 2 -
> >   meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb          | 2 -
> >   meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb    | 2 -
> >   .../recipes-devtools/python/python3-aiohttp-jinja2_1.5.bb       | 2 -
> >   meta-python/recipes-devtools/python/python3-autobahn_22.3.2.bb  | 2 -
> >   meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb    | 2 +-
> >   .../python/python3-robotframework-seriallibrary_0.3.1.bb        | 2 -
> >   meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb     | 2 -
> >   meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb  | 4 -
> >   meta-python/recipes-devtools/python/python3-txaio_22.2.1.bb     | 2 -
> >   meta-python/recipes-extended/python-cson/python3-cson_git.bb    | 3 +-
> >   .../recipes-extended/pywbemtools/python3-pywbemtools_1.0.0.bb   | 2 -
> >   meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb              | 6 +
> >   34 files changed, 329 insertions(+), 48 deletions(-)
> >   create mode 100644
> >
> meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-20900.patch
> >   create mode 100644
> >
> meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-34058.patch
> >   rename meta-networking/recipes-support/traceroute/{traceroute_2.1.0.bb
> > => traceroute_2.1.3.bb} (91%)
> >   create mode 100755
> meta-oe/recipes-devtools/nlohmann-json/files/run-ptest
> >   create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.24.0.bb
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107140):
> https://lists.openembedded.org/g/openembedded-devel/message/107140
> Mute This Topic: https://lists.openembedded.org/mt/102870656/4316185
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> yoann.congal@smile.fr]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>