mbox series

kirkstone merge request: Sept 9th

Message ID 03a2bd82-a804-4794-9d1d-c42cc2f51cf8@gmail.com
State New
Headers show
Series kirkstone merge request: Sept 9th | expand

Pull-request

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

Message

Armin Kuster Sept. 9, 2024, 7:07 p.m. UTC
The following changes since commit 52ecd66835dcfd8b4e55c9cb6325908ccea6a4e7:

   nss: fix failed test of nss. (2024-07-30 09:45:11 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9a24b7679810628b594cc5a9b52f77f53d37004f:

   python3-django: Upgrade 4.2.10 -> 4.2.15 (2024-08-25 18:12:52 -0400)

----------------------------------------------------------------
Ashish Sharma (1):
       nginx: Backport fix for CVE-2024-7347

Hitendra Prajapati (1):
       krb5: fix CVE-2024-26458 and CVE-2024-26461

Soumya Sambu (2):
       python3-django: Fix CVE-2024-42005
       python3-django: Upgrade 4.2.10 -> 4.2.15

Vijay Anusuri (1):
       postgresql: upgrade 14.11 -> 14.13

  .../krb5/krb5/CVE-2024-26458_CVE-2024-26461.patch               | 207 
++++++++++++++++++++++++++++
  meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb                | 1 +
  .../0001-configure.ac-bypass-autoconf-2.69-version-check.patch  | 4 +-
  .../postgresql/{postgresql_14.11.bb => postgresql_14.13.bb} |   2 +-
  .../recipes-devtools/python/python3-django/CVE-2024-42005.patch | 84 
+++++++++++
  meta-python/recipes-devtools/python/python3-django_2.2.28.bb    | 1 +
  .../{python3-django_4.2.10.bb => python3-django_4.2.15.bb} |   4 +-
  meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-1.patch  | 34 +++++
  meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-2.patch  | 52 
+++++++
  meta-webserver/recipes-httpd/nginx/nginx.inc                    | 2 +
  10 files changed, 386 insertions(+), 5 deletions(-)
  create mode 100644 
meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-26458_CVE-2024-26461.patch
  rename meta-oe/recipes-dbs/postgresql/{postgresql_14.11.bb => 
postgresql_14.13.bb} (84%)
  create mode 100644 
meta-python/recipes-devtools/python/python3-django/CVE-2024-42005.patch
  rename meta-python/recipes-devtools/python/{python3-django_4.2.10.bb 
=> python3-django_4.2.15.bb} (59%)
  create mode 100644 
meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-1.patch
  create mode 100644 
meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-2.patch

Comments

Khem Raj Sept. 9, 2024, 7:18 p.m. UTC | #1
merged thanks Armin

On Mon, Sep 9, 2024 at 12:07 PM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 52ecd66835dcfd8b4e55c9cb6325908ccea6a4e7:
>
>    nss: fix failed test of nss. (2024-07-30 09:45:11 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to 9a24b7679810628b594cc5a9b52f77f53d37004f:
>
>    python3-django: Upgrade 4.2.10 -> 4.2.15 (2024-08-25 18:12:52 -0400)
>
> ----------------------------------------------------------------
> Ashish Sharma (1):
>        nginx: Backport fix for CVE-2024-7347
>
> Hitendra Prajapati (1):
>        krb5: fix CVE-2024-26458 and CVE-2024-26461
>
> Soumya Sambu (2):
>        python3-django: Fix CVE-2024-42005
>        python3-django: Upgrade 4.2.10 -> 4.2.15
>
> Vijay Anusuri (1):
>        postgresql: upgrade 14.11 -> 14.13
>
>   .../krb5/krb5/CVE-2024-26458_CVE-2024-26461.patch               | 207
> ++++++++++++++++++++++++++++
>   meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb                | 1 +
>   .../0001-configure.ac-bypass-autoconf-2.69-version-check.patch  | 4 +-
>   .../postgresql/{postgresql_14.11.bb => postgresql_14.13.bb} |   2 +-
>   .../recipes-devtools/python/python3-django/CVE-2024-42005.patch | 84
> +++++++++++
>   meta-python/recipes-devtools/python/python3-django_2.2.28.bb    | 1 +
>   .../{python3-django_4.2.10.bb => python3-django_4.2.15.bb} |   4 +-
>   meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-1.patch  | 34 +++++
>   meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-2.patch  | 52
> +++++++
>   meta-webserver/recipes-httpd/nginx/nginx.inc                    | 2 +
>   10 files changed, 386 insertions(+), 5 deletions(-)
>   create mode 100644
> meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-26458_CVE-2024-26461.patch
>   rename meta-oe/recipes-dbs/postgresql/{postgresql_14.11.bb =>
> postgresql_14.13.bb} (84%)
>   create mode 100644
> meta-python/recipes-devtools/python/python3-django/CVE-2024-42005.patch
>   rename meta-python/recipes-devtools/python/{python3-django_4.2.10.bb
> => python3-django_4.2.15.bb} (59%)
>   create mode 100644
> meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-1.patch
>   create mode 100644
> meta-webserver/recipes-httpd/nginx/files/CVE-2024-7347-2.patch
>