[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48915] [PATCH] gnu: polkit: Graft a replacement for CVE-2021-3560.
From: |
Leo Famulari |
Subject: |
[bug#48915] [PATCH] gnu: polkit: Graft a replacement for CVE-2021-3560. |
Date: |
Tue, 8 Jun 2021 13:52:41 -0400 |
On Tue, Jun 08, 2021 at 10:45:12AM +0200, Ludovic Courtès wrote:
> +(define-public polkit/fixed
> + (package
> + (inherit polkit)
> + (version "0.11A") ;0.116 + patch
> + (source (origin
> + (inherit (package-source polkit))
> + (patches (search-patches "polkit-CVE-2021-3560.patch"))))))
Typically, we don't change the version when creating replacement
packages that apply a patch. We only change the version when the
replacement package actually updates to a new version.
Thanks for taking care of this!