Message ID | 21844dea-df37-ed52-f0b1-08e76a02cccd@gmail.com |
---|---|
State | New |
Headers | show |
Series | Dunfell merge request: Jan 19th | expand |
applied thanks Armin. On Thu, Jan 19, 2023 at 4:52 AM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit 7952135f650b4a754e2255f5aa03973a32344123: > > postgresql: Fix CVE-2022-2625 (2022-12-11 16:01:15 -0500) > > are available in the Git repository at: > > https://git.openembedded.org/meta-openembedded dunfell-next > > for you to fetch changes up to e707e9b7cf5c62bff4fee029965a87b22dd4ccba: > > postfix: upgrade 3.4.23 -> 3.4.27 (2023-01-19 07:49:31 -0500) > > ---------------------------------------------------------------- > Hitendra Prajapati (1): > proftpd: CVE-2021-46854 memory disclosure to radius server > > Siddharth Doshi (1): > xterm : Fix CVE-2022-45063 code execution via OSC 50 input > sequences] CVE-2022-45063 > > Valeria Petrov (1): > php: update 7.4.28 -> 7.4.33 > > Virendra Thakur (1): > capnproto: Fix CVE-2022-46149 > > Yi Zhao (1): > postfix: upgrade 3.4.23 -> 3.4.27 > > wangmy (1): > apache2: upgrade 2.4.53 -> 2.4.54 > > .../postfix/{postfix_3.4.23.bb => postfix_3.4.27.bb} | 2 +- > .../recipes-daemons/proftpd/files/CVE-2021-46854.patch | 51 ++ > meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 1 + > meta-oe/recipes-devtools/capnproto/capnproto_0.7.0.bb | 4 +- > meta-oe/recipes-devtools/capnproto/files/CVE-2022-46149.patch | 49 ++ > meta-oe/recipes-devtools/php/{php_7.4.28.bb => php_7.4.33.bb} | 2 +- > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch | 785 > ++++++++++++++++++++++++++++ > meta-oe/recipes-graphics/xorg-app/xterm_353.bb | 1 + > .../0004-apache2-log-the-SELinux-context-at-startup.patch | 12 +- > .../apache2/{apache2_2.4.53.bb => apache2_2.4.54.bb} | 2 +- > 10 files changed, 898 insertions(+), 11 deletions(-) > rename meta-networking/recipes-daemons/postfix/{postfix_3.4.23.bb => > postfix_3.4.27.bb} (89%) > create mode 100644 > meta-networking/recipes-daemons/proftpd/files/CVE-2021-46854.patch > create mode 100644 > meta-oe/recipes-devtools/capnproto/files/CVE-2022-46149.patch > rename meta-oe/recipes-devtools/php/{php_7.4.28.bb => php_7.4.33.bb} (99%) > create mode 100644 > meta-oe/recipes-graphics/xorg-app/xterm/CVE-2022-45063.patch > rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.53.bb => > apache2_2.4.54.bb} (99%)