mbox series

Dunfell merge request: Jan 16th

Message ID 3c5ecef2-afbe-4dea-92a4-b79a0bb47a53@gmail.com
State Accepted
Headers show
Series Dunfell merge request: Jan 16th | expand

Pull-request

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

Message

akuster808 Jan. 16, 2024, 12:34 p.m. UTC
The following changes since commit fc632d5bb0936e91e4e0191547b9aa8ca47b4ffe:

   wireshark: fix CVE-2022-4345 multiple (BPv6, OpenFlow, and Kafka 
protocol) dissector infinite loops (2023-12-17 15:36:42 -0500)

are available in the Git repository at:

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

for you to fetch changes up to daa4619fe3fbf8c28f342c4a7163a84a330f7653:

   postgresql: Update to 12.17 (2024-01-16 07:31:14 -0500)

----------------------------------------------------------------
Hitendra Prajapati (1):
       proftpd: Fix CVE-2023-51713 Out-of-bounds buffer read

Robert Joslyn (1):
       postgresql: Update to 12.17

Vijay Anusuri (1):
       strongswan: Backport fix for CVE-2023-41913

virendra thakur (2):
       opensc: Fix CVE-2023-40660
       opensc: Fix CVE-2023-40661

  .../recipes-daemons/proftpd/files/CVE-2023-51713.patch          | 278 
++++++++++++++++++++++++++++
  meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb        | 1 +
  .../recipes-support/strongswan/files/CVE-2023-41913.patch       | 46 +++++
  meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb  | 1 +
  .../postgresql/{postgresql_12.16.bb => postgresql_12.17.bb} |   2 +-
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40660.patch      | 55 
++++++
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-1.patch    | 47 +++++
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-2.patch    | 32 ++++
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-3.patch    | 31 ++++
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-4.patch    | 28 +++
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-5.patch    | 30 +++
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-6.patch    | 30 +++
  meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-7.patch    | 40 ++++
  meta-oe/recipes-support/opensc/opensc_0.20.0.bb                 | 8 +
  14 files changed, 628 insertions(+), 1 deletion(-)
  create mode 100644 
meta-networking/recipes-daemons/proftpd/files/CVE-2023-51713.patch
  create mode 100644 
meta-networking/recipes-support/strongswan/files/CVE-2023-41913.patch
  rename meta-oe/recipes-dbs/postgresql/{postgresql_12.16.bb => 
postgresql_12.17.bb} (73%)
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40660.patch
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-1.patch
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-2.patch
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-3.patch
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-4.patch
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-5.patch
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-6.patch
  create mode 100644 
meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-7.patch

Comments

Khem Raj Jan. 16, 2024, 7:04 p.m. UTC | #1
merged now. thanks Armin

On Tue, Jan 16, 2024 at 4:34 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit fc632d5bb0936e91e4e0191547b9aa8ca47b4ffe:
>
>    wireshark: fix CVE-2022-4345 multiple (BPv6, OpenFlow, and Kafka
> protocol) dissector infinite loops (2023-12-17 15:36:42 -0500)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded dunfell-next
>
> for you to fetch changes up to daa4619fe3fbf8c28f342c4a7163a84a330f7653:
>
>    postgresql: Update to 12.17 (2024-01-16 07:31:14 -0500)
>
> ----------------------------------------------------------------
> Hitendra Prajapati (1):
>        proftpd: Fix CVE-2023-51713 Out-of-bounds buffer read
>
> Robert Joslyn (1):
>        postgresql: Update to 12.17
>
> Vijay Anusuri (1):
>        strongswan: Backport fix for CVE-2023-41913
>
> virendra thakur (2):
>        opensc: Fix CVE-2023-40660
>        opensc: Fix CVE-2023-40661
>
>   .../recipes-daemons/proftpd/files/CVE-2023-51713.patch          | 278
> ++++++++++++++++++++++++++++
>   meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb        | 1 +
>   .../recipes-support/strongswan/files/CVE-2023-41913.patch       | 46 +++++
>   meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb  | 1 +
>   .../postgresql/{postgresql_12.16.bb => postgresql_12.17.bb} |   2 +-
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40660.patch      | 55
> ++++++
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-1.patch    | 47 +++++
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-2.patch    | 32 ++++
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-3.patch    | 31 ++++
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-4.patch    | 28 +++
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-5.patch    | 30 +++
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-6.patch    | 30 +++
>   meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-7.patch    | 40 ++++
>   meta-oe/recipes-support/opensc/opensc_0.20.0.bb                 | 8 +
>   14 files changed, 628 insertions(+), 1 deletion(-)
>   create mode 100644
> meta-networking/recipes-daemons/proftpd/files/CVE-2023-51713.patch
>   create mode 100644
> meta-networking/recipes-support/strongswan/files/CVE-2023-41913.patch
>   rename meta-oe/recipes-dbs/postgresql/{postgresql_12.16.bb =>
> postgresql_12.17.bb} (73%)
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40660.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-1.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-2.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-3.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-4.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-5.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-6.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/opensc/CVE-2023-40661-7.patch
>