mbox series

kirkstone merge request: Nov 3rd

Message ID d2651b9b-d360-4aeb-947e-4f1a8a09d348@gmail.com
State New
Headers show
Series kirkstone merge request: Nov 3rd | expand

Pull-request

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

Message

akuster808 Nov. 3, 2023, 2:47 p.m. UTC
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

Comments

Martin Jansa Nov. 3, 2023, 2:59 p.m. UTC | #1
Can you please include:
https://patchwork.yoctoproject.org/project/oe/patch/20230929112628.3839203-1-martin.jansa@gmail.com/

this is 3rd kirkstone pull where it was missed.

On Fri, Nov 3, 2023 at 3:47 PM Armin Kuster <akuster808@gmail.com> wrote:

> 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 (#105865):
> https://lists.openembedded.org/g/openembedded-devel/message/105865
> Mute This Topic: https://lists.openembedded.org/mt/102365349/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Martin Jansa Nov. 3, 2023, 3:13 p.m. UTC | #2
Or maybe you just forgot to push stable/kirkstone-nut into kirkstone-next
before generating this PR?

As everything from this PR seems to be already in kirkstone branch,
while stable/kirkstone-nut has 7 new backports (including the projucer one
I've pinged).

On Fri, Nov 3, 2023 at 3:59 PM Martin Jansa via lists.openembedded.org
<martin.jansa=gmail.com@lists.openembedded.org> wrote:

> Can you please include:
>
> https://patchwork.yoctoproject.org/project/oe/patch/20230929112628.3839203-1-martin.jansa@gmail.com/
>
> this is 3rd kirkstone pull where it was missed.
>
> On Fri, Nov 3, 2023 at 3:47 PM Armin Kuster <akuster808@gmail.com> wrote:
>
>> 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 (#105866):
> https://lists.openembedded.org/g/openembedded-devel/message/105866
> Mute This Topic: https://lists.openembedded.org/mt/102365349/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Khem Raj Nov. 3, 2023, 3:46 p.m. UTC | #3
right, I think the kirkstone-next branch is yet to be populated.

On Fri, Nov 3, 2023 at 8:13 AM Martin Jansa <martin.jansa@gmail.com> wrote:
>
> Or maybe you just forgot to push stable/kirkstone-nut into kirkstone-next before generating this PR?
>
> As everything from this PR seems to be already in kirkstone branch, while stable/kirkstone-nut has 7 new backports (including the projucer one I've pinged).
>
> On Fri, Nov 3, 2023 at 3:59 PM Martin Jansa via lists.openembedded.org <martin.jansa=gmail.com@lists.openembedded.org> wrote:
>>
>> Can you please include:
>> https://patchwork.yoctoproject.org/project/oe/patch/20230929112628.3839203-1-martin.jansa@gmail.com/
>>
>> this is 3rd kirkstone pull where it was missed.
>>
>> On Fri, Nov 3, 2023 at 3:47 PM Armin Kuster <akuster808@gmail.com> wrote:
>>>
>>> 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 (#105866): https://lists.openembedded.org/g/openembedded-devel/message/105866
>> Mute This Topic: https://lists.openembedded.org/mt/102365349/3617156
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>