diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-08 11:56:47 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:26 -0500 |
commit | e151f94467250c87bfeb22b5ac41f20d296bd579 (patch) | |
tree | b0759b1327c4af1d942cc4f2d9609b99334352eb /gnu/local.mk | |
parent | 50c00ab9556a274a7d3271d0b285e0d5e87c10b2 (diff) | |
download | guix-e151f94467250c87bfeb22b5ac41f20d296bd579.tar guix-e151f94467250c87bfeb22b5ac41f20d296bd579.tar.gz |
gnu: polkit: Update to 0.120 and ungraft.
* gnu/packages/polkit.scm (polkit): Update to 0.120.
[origin]: Update URL and remove libsystemd-login substitution. Remove
replacement.
[inputs]: Update mozjs-60 to mozjs-78.
[native-inputs]: Add libxslt and docbook-xsl for manpage generation.
[phases]{fix-manpage-generation}: New phase.
(polkit/fixed): Delete package.
* gnu/packages/patches/polkit-CVE-2021-3560.patch: Delete file.
* gnu/local.mk: De-register it.
Co-authored-by: Morgan Smith <Morgan.J.Smith@outlook.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4f910300ef..df840da601 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1621,7 +1621,6 @@ dist_patch_DATA = \ %D%/packages/patches/plib-CVE-2011-4620.patch \ %D%/packages/patches/plib-CVE-2012-4552.patch \ %D%/packages/patches/plotutils-spline-test.patch \ - %D%/packages/patches/polkit-CVE-2021-3560.patch \ %D%/packages/patches/portaudio-audacity-compat.patch \ %D%/packages/patches/portmidi-modular-build.patch \ %D%/packages/patches/postgresql-disable-resolve_symlinks.patch \ |