From: Marius Bakke <mbakke@fastmail.com>
To: 29487@debbugs.gnu.org
Subject: [bug#29487] [PATCH] gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612].
Date: Tue, 28 Nov 2017 18:02:05 +0100 [thread overview]
Message-ID: <20171128170205.30002-1-mbakke@fastmail.com> (raw)
* 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
next reply other threads:[~2017-11-28 17:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-28 17:02 Marius Bakke [this message]
2017-11-28 18:16 ` [bug#29487] [PATCH] gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612] Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171128170205.30002-1-mbakke@fastmail.com \
--to=mbakke@fastmail.com \
--cc=29487@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.