mbox series

mickeldore merge request: Nov 17th.

Message ID 5cd95dd6-6410-4f51-be8e-40b3a01f6191@gmail.com
State New
Headers show
Series mickeldore merge request: Nov 17th. | expand

Pull-request

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

Message

akuster808 Nov. 17, 2023, 3:33 p.m. UTC
The following changes since commit 39968837196cb48209b71e8852dd04a2f8ccdca8:

   nginx: add configure option (2023-10-15 19:09:42 -0400)

are available in the Git repository at:

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

for you to fetch changes up to aa5e8edabbc414d8ec1b2ad63c8743c7baf99626:

   nlohmann-json: Add ptest support (2023-11-16 21:49:15 -0500)

----------------------------------------------------------------
Archana Polampalli (2):
       nodejs: Upgrade 18.17.1 -> 18.18.2
       open-vm-tools: fix CVE-2023-34058

Changqing Li (1):
       cpuid: fix do_install

Joe Slater (1):
       python3-pynacl: add RCONFLICTS with python3-nacl

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

Narpat Mali (1):
       traceroute: upgrade 2.1.2 -> 2.1.3

Sourav Pramanik (1):
       nlohmann-json: Avoid usage of nobranch=1

Wang Mingyu (1):
       postgresql: upgrade 15.3 -> 15.4

Yi Zhao (2):
       mbedtls: upgrade 2.28.3 -> 2.28.5
       libssh: upgrade 0.10.4 -> 0.10.5

  .../mbedtls/{mbedtls_2.28.3.bb => mbedtls_2.28.5.bb} |   2 +-
  .../open-vm-tools/open-vm-tools/CVE-2023-34058.patch            | 241 
++++++++++++++++++++++++++++
  .../recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb       | 1 +
  .../traceroute/{traceroute_2.1.2.bb => traceroute_2.1.3.bb} |   2 +-
  .../0001-configure.ac-bypass-autoconf-2.69-version-check.patch  | 8 +-
  .../postgresql/{postgresql_15.3.bb => postgresql_15.4.bb} |   2 +-
  meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb                | 10 +-
  ...001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch | 36 +++++
  ...0001-custom-allocators-define-missing-rebind-type-3895.patch | 61 
+++++++
  ...1-tests-unit-iterators2-use-std-ranges-equals-for-rang.patch | 31 ++++
  meta-oe/recipes-devtools/nlohmann-json/files/run-ptest          | 12 ++
  meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb  | 24 ++-
  .../oe-npm-cache                                                | 0
  ...oe-cache-native_18.17.bb => nodejs-oe-cache-native_18.18.bb} |   0
  .../nodejs/{nodejs_18.17.1.bb => nodejs_18.18.2.bb} |   4 +-
  meta-oe/recipes-support/libssh/libssh/run-ptest                 | 42 +----
  .../libssh/{libssh_0.10.4.bb => libssh_0.10.5.bb} |   5 +-
  meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb     | 4 +
  18 files changed, 429 insertions(+), 56 deletions(-)
  rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.28.3.bb 
=> mbedtls_2.28.5.bb} (98%)
  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.2.bb 
=> traceroute_2.1.3.bb} (94%)
  rename meta-oe/recipes-dbs/postgresql/{postgresql_15.3.bb => 
postgresql_15.4.bb} (84%)
  create mode 100644 
meta-oe/recipes-devtools/cpuid/files/0001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch
  create mode 100644 
meta-oe/recipes-devtools/nlohmann-json/files/0001-custom-allocators-define-missing-rebind-type-3895.patch
  create mode 100644 
meta-oe/recipes-devtools/nlohmann-json/files/0001-tests-unit-iterators2-use-std-ranges-equals-for-rang.patch
  create mode 100755 meta-oe/recipes-devtools/nlohmann-json/files/run-ptest
  rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-18.17 => 
nodejs-oe-cache-18.18}/oe-npm-cache (100%)
  rename 
meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_18.17.bb => 
nodejs-oe-cache-native_18.18.bb} (100%)
  rename meta-oe/recipes-devtools/nodejs/{nodejs_18.17.1.bb => 
nodejs_18.18.2.bb} (97%)
  rename meta-oe/recipes-support/libssh/{libssh_0.10.4.bb => 
libssh_0.10.5.bb} (85%)

Comments

Khem Raj Nov. 17, 2023, 6:57 p.m. UTC | #1
merged thanks Armin.


On 11/17/23 7:33 AM, akuster808 wrote:
> The following changes since commit 
> 39968837196cb48209b71e8852dd04a2f8ccdca8:
> 
>    nginx: add configure option (2023-10-15 19:09:42 -0400)
> 
> are available in the Git repository at:
> 
>    https://git.openembedded.org/meta-openembedded mickledore-next
> 
> for you to fetch changes up to aa5e8edabbc414d8ec1b2ad63c8743c7baf99626:
> 
>    nlohmann-json: Add ptest support (2023-11-16 21:49:15 -0500)
> 
> ----------------------------------------------------------------
> Archana Polampalli (2):
>        nodejs: Upgrade 18.17.1 -> 18.18.2
>        open-vm-tools: fix CVE-2023-34058
> 
> Changqing Li (1):
>        cpuid: fix do_install
> 
> Joe Slater (1):
>        python3-pynacl: add RCONFLICTS with python3-nacl
> 
> Mingli Yu (1):
>        nlohmann-json: Add ptest support
> 
> Narpat Mali (1):
>        traceroute: upgrade 2.1.2 -> 2.1.3
> 
> Sourav Pramanik (1):
>        nlohmann-json: Avoid usage of nobranch=1
> 
> Wang Mingyu (1):
>        postgresql: upgrade 15.3 -> 15.4
> 
> Yi Zhao (2):
>        mbedtls: upgrade 2.28.3 -> 2.28.5
>        libssh: upgrade 0.10.4 -> 0.10.5
> 
>   .../mbedtls/{mbedtls_2.28.3.bb => mbedtls_2.28.5.bb} |   2 +-
>   .../open-vm-tools/open-vm-tools/CVE-2023-34058.patch            | 241 
> ++++++++++++++++++++++++++++
>   .../recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb       | 1 +
>   .../traceroute/{traceroute_2.1.2.bb => traceroute_2.1.3.bb} |   2 +-
>   .../0001-configure.ac-bypass-autoconf-2.69-version-check.patch  | 8 +-
>   .../postgresql/{postgresql_15.3.bb => postgresql_15.4.bb} |   2 +-
>   meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb                | 10 +-
>   ...001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch | 36 
> +++++
>   ...0001-custom-allocators-define-missing-rebind-type-3895.patch | 61 
> +++++++
>   ...1-tests-unit-iterators2-use-std-ranges-equals-for-rang.patch | 31 ++++
>   meta-oe/recipes-devtools/nlohmann-json/files/run-ptest          | 12 ++
>   meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb  | 24 ++-
>   .../oe-npm-cache                                                | 0
>   ...oe-cache-native_18.17.bb => nodejs-oe-cache-native_18.18.bb} |   0
>   .../nodejs/{nodejs_18.17.1.bb => nodejs_18.18.2.bb} |   4 +-
>   meta-oe/recipes-support/libssh/libssh/run-ptest                 | 42 
> +----
>   .../libssh/{libssh_0.10.4.bb => libssh_0.10.5.bb} |   5 +-
>   meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb     | 4 +
>   18 files changed, 429 insertions(+), 56 deletions(-)
>   rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.28.3.bb 
> => mbedtls_2.28.5.bb} (98%)
>   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.2.bb 
> => traceroute_2.1.3.bb} (94%)
>   rename meta-oe/recipes-dbs/postgresql/{postgresql_15.3.bb => 
> postgresql_15.4.bb} (84%)
>   create mode 100644 
> meta-oe/recipes-devtools/cpuid/files/0001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch
>   create mode 100644 
> meta-oe/recipes-devtools/nlohmann-json/files/0001-custom-allocators-define-missing-rebind-type-3895.patch
>   create mode 100644 
> meta-oe/recipes-devtools/nlohmann-json/files/0001-tests-unit-iterators2-use-std-ranges-equals-for-rang.patch
>   create mode 100755 meta-oe/recipes-devtools/nlohmann-json/files/run-ptest
>   rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-18.17 => 
> nodejs-oe-cache-18.18}/oe-npm-cache (100%)
>   rename 
> meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_18.17.bb => 
> nodejs-oe-cache-native_18.18.bb} (100%)
>   rename meta-oe/recipes-devtools/nodejs/{nodejs_18.17.1.bb => 
> nodejs_18.18.2.bb} (97%)
>   rename meta-oe/recipes-support/libssh/{libssh_0.10.4.bb => 
> libssh_0.10.5.bb} (85%)
>