Message ID | 9c4a9d38-5e62-f2d5-a0cf-60511b7912dc@gmail.com |
---|---|
State | New |
Headers | show |
Series | dunfell pull request: Sept 11th | expand |
merged thanks Armin On Mon, Sep 11, 2023 at 4:13 AM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit b8b0b06821d4d4df0cce4f07fa31a8ca1dd38f46: > > sysdig: Depend on system libb64 (2023-07-22 07:49:35 -0400) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedded dunfell-next > > for you to fetch changes up to e42d1e758f9f08b98c0e8c6f0532316951bb276f: > > postgresql: refresh patches (2023-09-09 12:52:03 -0400) > > ---------------------------------------------------------------- > Armin Kuster (1): > postgresql: refresh patches > > Ashish Sharma (1): > php: Backport fix CVE-2023-3247 > > Khem Raj (1): > nodejs: Fix build with gcc13 > > Martin Jansa (1): > nodejs-14: add -fpermissive BUILD_CXXFLAGS to fix build with > gcc-13 on host > > Robert Joslyn (1): > postgresql: Update to 12.16 > > Sourav Kumar Pramanik (1): > meta-oe-components: Avoid usage of nobranch=1 > > Sourav Pramanik (2): > rapidjson: Avoid usage of nobranch=1 > nlohmann-json: Avoid usage of nobranch=1 > > Vijay Anusuri (1): > c-ares: CVE-2023-32067 0-byte UDP payload Denial of Service > > .../dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb | 2 +- > .../postgresql/files/0001-Add-support-for-RISC-V.patch | 13 +- > .../postgresql/files/0001-Improve-reproducibility.patch | 13 +- > meta-oe/recipes-dbs/postgresql/files/CVE-2022-1552.patch | 947 > ---------------------------- > meta-oe/recipes-dbs/postgresql/files/CVE-2022-2625.patch | 904 > -------------------------- > meta-oe/recipes-dbs/postgresql/files/CVE-2022-41862.patch | 48 -- > meta-oe/recipes-dbs/postgresql/files/CVE-2023-2454.patch | 235 > ------- > meta-oe/recipes-dbs/postgresql/files/CVE-2023-2455.patch | 118 ---- > meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch | 13 +- > meta-oe/recipes-dbs/postgresql/files/remove_duplicate.patch | 38 -- > meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb | 11 + > meta-oe/recipes-dbs/postgresql/postgresql_12.9.bb | 17 - > meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.7.3.bb | 2 +- > meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch | 63 ++ > meta-oe/recipes-devtools/nodejs/nodejs_12.22.12.bb | 1 + > meta-oe/recipes-devtools/nodejs/nodejs_14.18.1.bb | 4 + > meta-oe/recipes-devtools/php/php/CVE-2023-3247-1.patch | 87 +++ > meta-oe/recipes-devtools/php/php/CVE-2023-3247-2.patch | 29 + > meta-oe/recipes-devtools/php/php_7.4.33.bb | 2 + > meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 2 +- > meta-oe/recipes-extended/zstd/zstd_1.4.5.bb | 2 +- > meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch | 84 +++ > meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | 1 + > 23 files changed, 301 insertions(+), 2335 deletions(-) > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2022-1552.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2022-2625.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2022-41862.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2023-2454.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/CVE-2023-2455.patch > delete mode 100644 > meta-oe/recipes-dbs/postgresql/files/remove_duplicate.patch > create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb > delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.9.bb > create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/gcc13.patch > create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2023-3247-1.patch > create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2023-3247-2.patch > create mode 100644 > meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch >