* [bug#29487] [PATCH] gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612].
@ 2017-11-28 17:02 Marius Bakke
2017-11-28 18:16 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Marius Bakke @ 2017-11-28 17:02 UTC (permalink / raw)
To: 29487
* gnu/packages/xorg.scm (libxcursor-1.1.15): New public variable.
(libxcursor)[replacement]: New field.
---
gnu/packages/xorg.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 994476ed6..1c1ddd4bf 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5307,6 +5307,7 @@ draggable titlebars and borders.")
(package
(name "libxcursor")
(version "1.1.14")
+ (replacement libxcursor-1.1.15)
(source
(origin
(method url-fetch)
@@ -5339,6 +5340,18 @@ draggable titlebars and borders.")
(description "Xorg Cursor management library.")
(license license:x11)))
+;; For CVE-2017-16612.
+(define-public libxcursor-1.1.15
+ (package
+ (inherit libxcursor)
+ (version "1.1.15")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/lib/libXcursor-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "0syzlfvh29037p0vnlc8f3jxz8nl55k65blswsakklkwsc6nfki9"))))))
(define-public libxt
(package
--
2.15.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#29487] [PATCH] gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612].
2017-11-28 17:02 [bug#29487] [PATCH] gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612] Marius Bakke
@ 2017-11-28 18:16 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-11-28 18:16 UTC (permalink / raw)
To: Marius Bakke; +Cc: 29487
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
On Tue, Nov 28, 2017 at 06:02:05PM +0100, Marius Bakke wrote:
> * gnu/packages/xorg.scm (libxcursor-1.1.15): New public variable.
> (libxcursor)[replacement]: New field.
LGTM, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-28 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28 17:02 [bug#29487] [PATCH] gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612] Marius Bakke
2017-11-28 18:16 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.