Message ID | ef4e5634-436f-0501-3add-92bf1fcb0ec6@gmail.com |
---|---|
State | New |
Headers | show |
Series | kirkstone merge request: Dec 20th | expand |
Merged thanks I see there is a branch called kirtstone-next this looks a typo and push Can we delete this branch if that’s so ? On Tue, Dec 20, 2022 at 6:31 AM akuster808 <akuster808@gmail.com> wrote: > The following changes since commit > 50d4a8d2a983a68383ef1ffec2c8e21adf0c1a79: > > re2: fix branch name from master to main (2022-11-02 06:50:29 -0400) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedded kirkstone-next > > for you to fetch changes up to a8055484f2829e8dfd03d5c8520b2c611aa7ebd2: > > dool: Add patch to fix rebuild (2022-12-11 16:18:53 -0500) > > ---------------------------------------------------------------- > Alexander Stein (1): > dool: Add patch to fix rebuild > > Archana Polampalli (1): > Nodejs - Upgrade to 16.18.1 > > He Zhe (2): > protobuf: upgrade 3.19.4 -> 3.19.6 > python3-protobuf: upgrade 3.20.0 -> 3.20.3 > > Hitendra Prajapati (3): > dhcp: Fix CVE-2022-2928 & CVE-2022-2929 > strongswan: CVE-2022-40617 A possible DoS in Using Untrusted URIs > for Revocation Checking > nginx: CVE-2022-41741, CVE-2022-41742 Memory corruption in the > ngx_http_mp4_module > > Narpat Mali (1): > python3-oauthlib: upgrade 3.2.0 -> 3.2.2 > > Peter Kjellerstedt (2): > chrony: Remove the readline PACKAGECONFIG > chrony: Remove the libcap and nss PACKAGECONFIGs > > Zheng Qiu (1): > redis: build with USE_SYSTEMD=yes when systemd is enabled > > meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3.bb | 2 + > .../recipes-connectivity/dhcp/files/CVE-2022-2928.patch | 120 > +++++++++++ > .../recipes-connectivity/dhcp/files/CVE-2022-2929.patch | 40 ++++ > meta-networking/recipes-support/chrony/chrony_4.2.bb | 19 +- > .../recipes-support/strongswan/files/CVE-2022-40617.patch | 157 > ++++++++++++++ > meta-networking/recipes-support/strongswan/strongswan_5.9.6.bb | 1 + > .../oe-npm-cache | 0 > ...oe-cache-native_16.14.bb => nodejs-oe-cache-native_16.18.bb} | 0 > ...g-native-binaries.patch => 0001-Using-native-binaries.patch} | 40 > ++-- > .../nodejs/0002-Install-both-binaries-and-use-libdir.patch | 96 > --------- > .../nodejs/nodejs/0005-add-openssl-legacy-provider-option.patch | 151 > ------------- > .../nodejs/{nodejs_16.14.2.bb => nodejs_16.18.1.bb} | 8 +- > .../protobuf/{protobuf_3.19.4.bb => protobuf_3.19.6.bb} | 2 +- > meta-oe/recipes-extended/redis/redis-7/redis.service | 1 + > meta-oe/recipes-extended/redis/redis_7.0.4.bb | 8 +- > meta-oe/recipes-support/dool/dool/0001-Fix-rename-in-docs.patch | 261 > +++++++++++++++++++++++ > meta-oe/recipes-support/dool/dool_1.0.0.bb | 1 + > .../{python3-oauthlib_3.2.0.bb => python3-oauthlib_3.2.2.bb} | 2 +- > .../{python3-protobuf_3.20.0.bb => python3-protobuf_3.20.3.bb} | 2 +- > .../nginx/files/CVE-2022-41741-CVE-2022-41742.patch | 319 > ++++++++++++++++++++++++++++ > meta-webserver/recipes-httpd/nginx/nginx_1.20.1.bb | 4 +- > 21 files changed, 948 insertions(+), 286 deletions(-) > create mode 100644 > meta-networking/recipes-connectivity/dhcp/files/CVE-2022-2928.patch > create mode 100644 > meta-networking/recipes-connectivity/dhcp/files/CVE-2022-2929.patch > create mode 100644 > meta-networking/recipes-support/strongswan/files/CVE-2022-40617.patch > rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-16.14 => > nodejs-oe-cache-16.18}/oe-npm-cache (100%) > rename > meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_16.14.bb => > nodejs-oe-cache-native_16.18.bb} (100%) > rename > meta-oe/recipes-devtools/nodejs/nodejs/{0002-Using-native-binaries.patch > => 0001-Using-native-binaries.patch} (70%) > delete mode 100644 > > meta-oe/recipes-devtools/nodejs/nodejs/0002-Install-both-binaries-and-use-libdir.patch > delete mode 100644 > > meta-oe/recipes-devtools/nodejs/nodejs/0005-add-openssl-legacy-provider-option.patch > rename meta-oe/recipes-devtools/nodejs/{nodejs_16.14.2.bb => > nodejs_16.18.1.bb} (94%) > rename meta-oe/recipes-devtools/protobuf/{protobuf_3.19.4.bb => > protobuf_3.19.6.bb} (98%) > create mode 100644 > meta-oe/recipes-support/dool/dool/0001-Fix-rename-in-docs.patch > rename meta-python/recipes-devtools/python/{python3-oauthlib_3.2.0.bb > => python3-oauthlib_3.2.2.bb} (92%) > rename meta-python/recipes-devtools/python/{python3-protobuf_3.20.0.bb > => python3-protobuf_3.20.3.bb} (92%) > create mode 100644 > > meta-webserver/recipes-httpd/nginx/files/CVE-2022-41741-CVE-2022-41742.patch > >