[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62760] [PATCH 2/3] gnu: heimdal: Patch for CVE-2022-45142.
From: |
Leo Famulari |
Subject: |
[bug#62760] [PATCH 2/3] gnu: heimdal: Patch for CVE-2022-45142. |
Date: |
Mon, 10 Apr 2023 19:07:56 -0400 |
On Mon, Apr 10, 2023 at 12:52:25PM -0700, Felix Lechner via Guix-patches via
wrote:
> * gnu/packages/kerberos.scm (heimdal)[patches]: Add patch for CVE-2022-45142.
> ---
> gnu/packages/kerberos.scm | 2 +
> .../patches/heimdal-CVE-2022-45142.patch | 49 +++++++++++++++++++
It's necessary to register the new patch file in 'gnu/local.mk'.
Otherwise it won't be included in certain generated distributions of the
Guix source code. Examples are in the git log. Can you send a revised
patch?