[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70581: PHP, glibc, and CVE-2024-2961
From: |
Ludovic Courtès |
Subject: |
bug#70581: PHP, glibc, and CVE-2024-2961 |
Date: |
Wed, 18 Dec 2024 11:07:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
> * gnu/packages/base.scm (%glibc-patches): New variable.
> (glibc) [source]: Use it.
> [properties]: Mark CVE-2024-2961 as hidden (resolved).
> [replacement]: Add field to graft with...
> (glibc/fixed): ... this new package.
>
> Fixes: <https://issues.guix.gnu.org/70581>
> Change-Id: I6dd70b0e157283925824348f180c466c2f6387c9
I’m late to the party, apologies! (I was Cc’d, despite being on
‘core-packages’, weird.)
> + (patches (map search-patch
> + (fold (cut delete <...>)
> + %glibc-patches
> + '("glibc-2.39-git-updates.patch"))))))))
Or: (delete "glibc-2.39-git-updates.patch" (search-patches %glibc-patches)).
Thank you!
Ludo’.