guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32508] [PATCH] gnu: libx11: Replace with 1.6.6 [security fixes].


From: Leo Famulari
Subject: [bug#32508] [PATCH] gnu: libx11: Replace with 1.6.6 [security fixes].
Date: Thu, 23 Aug 2018 16:20:33 -0400
User-agent: Mutt/1.10.1 (2018-07-13)

On Thu, Aug 23, 2018 at 04:59:47PM +0200, Marius Bakke wrote:
> This fixes CVE-2018-14599, CVE-2018-14600, and CVE-2018-14598.
> 
> * gnu/packages/xorg.scm (libx11)[replacement]: New field.
> (libx11-1.6.6): New public variable.

Thanks!

> +;; Replacement package to fix multiple security bugs:
> +;; <http://seclists.org/oss-sec/2018/q3/146>.
> +(define-public libx11-1.6.6
> +  (package/inherit libx11

Does it need to use package/inherit? My understanding is that procedure
is primarily useful for packages that inherit from another package foo,
when foo is being grafted. For example, the current situation with
cups-minimal and cups.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]