mbox series

dunfell merge request: May 16th

Message ID 095ad873-2d15-5f66-52fc-5c4e34be3348@gmail.com
State New
Headers show
Series dunfell merge request: May 16th | expand

Pull-request

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

Message

akuster808 May 16, 2023, 11:12 a.m. UTC
The following changes since commit e39b002df9675776cc99dccdcac07607ce783b15:

   multipath-tools: CVE-2022-41973 Symlink attack multipathd operates 
insecurely (2023-05-05 07:20:59 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 116bfe8d5e5851e7fc5424f40da8691a19c5b5ee:

   nodejs: make 14.18.1 available but not default (2023-05-16 07:09:25 
-0400)

----------------------------------------------------------------
Jack Mitchell (2):
       nss: backport fix for native build failure due to implicit 
casting with gcc13
       nss: backport fix for native build failure due to dangling 
pointer with gcc13

Narpat Mali (1):
       nodejs: make 14.18.1 available but not default

Valeria Petrov (1):
       apache2: upgrade 2.4.56 -> 2.4.57

  ...01-Disable-running-gyp-files-for-bundled-deps-nodejs14.patch | 22 +++
  .../nodejs/0001-jinja-tests.py-add-py-3.10-fix-nodejs14.patch   | 40 
++++++
  ...0001-ppc64-Do-not-use-mminimal-toc-with-clang-nodejs14.patch | 27 ++++
  .../nodejs/nodejs/0002-Using-native-binaries-nodejs14.patch     | 62 
+++++++++
  .../0003-Install-both-binaries-and-use-libdir-nodejs14.patch    | 84 
++++++++++++
  meta-oe/recipes-devtools/nodejs/nodejs/libatomic-nodejs14.patch | 21 +++
  .../nodejs/nodejs/mips-less-memory-nodejs14.patch               | 32 +++++
  meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb               | 205 
++++++++++++++++++++++++++++
  ...1-Bug-1812671-build-failure-while-implicitly-casting-S.patch | 46 
+++++++
  ...1-Bug-1826650-cmd-ecperf-fix-dangling-pointer-warning-.patch | 75 
++++++++++
  meta-oe/recipes-support/nss/nss_3.51.1.bb                       | 2 +
  ...1-modules-mappers-config9.m4-Add-server-directory-to-i.patch | 31 +++++
  .../apache2/{apache2_2.4.56.bb => apache2_2.4.57.bb} |   3 +-
  13 files changed, 649 insertions(+), 1 deletion(-)
  create mode 100644 
meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps-nodejs14.patch
  create mode 100644 
meta-oe/recipes-devtools/nodejs/nodejs/0001-jinja-tests.py-add-py-3.10-fix-nodejs14.patch
  create mode 100644 
meta-oe/recipes-devtools/nodejs/nodejs/0001-ppc64-Do-not-use-mminimal-toc-with-clang-nodejs14.patch
  create mode 100644 
meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-binaries-nodejs14.patch
  create mode 100644 
meta-oe/recipes-devtools/nodejs/nodejs/0003-Install-both-binaries-and-use-libdir-nodejs14.patch
  create mode 100644 
meta-oe/recipes-devtools/nodejs/nodejs/libatomic-nodejs14.patch
  create mode 100644 
meta-oe/recipes-devtools/nodejs/nodejs/mips-less-memory-nodejs14.patch
  create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb
  create mode 100644 
meta-oe/recipes-support/nss/nss/0001-Bug-1812671-build-failure-while-implicitly-casting-S.patch
  create mode 100644 
meta-oe/recipes-support/nss/nss/0001-Bug-1826650-cmd-ecperf-fix-dangling-pointer-warning-.patch
  create mode 100644 
meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.56.bb => 
apache2_2.4.57.bb} (98%)

Comments

Khem Raj May 16, 2023, 2:55 p.m. UTC | #1
merged thanks Armin

On Tue, May 16, 2023 at 4:12 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit e39b002df9675776cc99dccdcac07607ce783b15:
>
>    multipath-tools: CVE-2022-41973 Symlink attack multipathd operates
> insecurely (2023-05-05 07:20:59 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded dunfell-next
>
> for you to fetch changes up to 116bfe8d5e5851e7fc5424f40da8691a19c5b5ee:
>
>    nodejs: make 14.18.1 available but not default (2023-05-16 07:09:25
> -0400)
>
> ----------------------------------------------------------------
> Jack Mitchell (2):
>        nss: backport fix for native build failure due to implicit
> casting with gcc13
>        nss: backport fix for native build failure due to dangling
> pointer with gcc13
>
> Narpat Mali (1):
>        nodejs: make 14.18.1 available but not default
>
> Valeria Petrov (1):
>        apache2: upgrade 2.4.56 -> 2.4.57
>
>   ...01-Disable-running-gyp-files-for-bundled-deps-nodejs14.patch | 22 +++
>   .../nodejs/0001-jinja-tests.py-add-py-3.10-fix-nodejs14.patch   | 40
> ++++++
>   ...0001-ppc64-Do-not-use-mminimal-toc-with-clang-nodejs14.patch | 27 ++++
>   .../nodejs/nodejs/0002-Using-native-binaries-nodejs14.patch     | 62
> +++++++++
>   .../0003-Install-both-binaries-and-use-libdir-nodejs14.patch    | 84
> ++++++++++++
>   meta-oe/recipes-devtools/nodejs/nodejs/libatomic-nodejs14.patch | 21 +++
>   .../nodejs/nodejs/mips-less-memory-nodejs14.patch               | 32 +++++
>   meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb               | 205
> ++++++++++++++++++++++++++++
>   ...1-Bug-1812671-build-failure-while-implicitly-casting-S.patch | 46
> +++++++
>   ...1-Bug-1826650-cmd-ecperf-fix-dangling-pointer-warning-.patch | 75
> ++++++++++
>   meta-oe/recipes-support/nss/nss_3.51.1.bb                       | 2 +
>   ...1-modules-mappers-config9.m4-Add-server-directory-to-i.patch | 31 +++++
>   .../apache2/{apache2_2.4.56.bb => apache2_2.4.57.bb} |   3 +-
>   13 files changed, 649 insertions(+), 1 deletion(-)
>   create mode 100644
> meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps-nodejs14.patch
>   create mode 100644
> meta-oe/recipes-devtools/nodejs/nodejs/0001-jinja-tests.py-add-py-3.10-fix-nodejs14.patch
>   create mode 100644
> meta-oe/recipes-devtools/nodejs/nodejs/0001-ppc64-Do-not-use-mminimal-toc-with-clang-nodejs14.patch
>   create mode 100644
> meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-binaries-nodejs14.patch
>   create mode 100644
> meta-oe/recipes-devtools/nodejs/nodejs/0003-Install-both-binaries-and-use-libdir-nodejs14.patch
>   create mode 100644
> meta-oe/recipes-devtools/nodejs/nodejs/libatomic-nodejs14.patch
>   create mode 100644
> meta-oe/recipes-devtools/nodejs/nodejs/mips-less-memory-nodejs14.patch
>   create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb
>   create mode 100644
> meta-oe/recipes-support/nss/nss/0001-Bug-1812671-build-failure-while-implicitly-casting-S.patch
>   create mode 100644
> meta-oe/recipes-support/nss/nss/0001-Bug-1826650-cmd-ecperf-fix-dangling-pointer-warning-.patch
>   create mode 100644
> meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
>   rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.56.bb =>
> apache2_2.4.57.bb} (98%)
>