unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 40044@debbugs.gnu.org
Subject: [bug#40044] [PATCH] gnu: BlueZ: Update to 5.53 [security fixes].
Date: Thu, 12 Mar 2020 15:29:40 -0400	[thread overview]
Message-ID: <fc22dc49f42daa015606d367ca7e1f6e3c538dae.1584041380.git.leo@famulari.name> (raw)
In-Reply-To: <20200312192414.GA28117@jasmine.lan>

Apparently this fixes a privilege escalation bug:

https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00352.html

* gnu/packages/linux.scm (bluez-5.53): New variable.
(bluez)[replacement]: New field.
---
 gnu/packages/linux.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 01986222e8..61b02591a4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3995,6 +3995,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
   (package
     (name "bluez")
     (version "5.52")
+    (replacement bluez-5.53)
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4059,6 +4060,19 @@ Bluetooth audio output devices like headphones or loudspeakers.")
 is flexible, efficient and uses a modular implementation.")
     (license license:gpl2+)))
 
+(define bluez-5.53
+  (package
+    (inherit bluez)
+    (version "5.53")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://kernel.org/linux/bluetooth/bluez-"
+                    version ".tar.xz"))
+              (sha256
+               (base32
+                "1g1qg6dz6hl3csrmz75ixr12lwv836hq3ckb259svvrg62l2vaiq"))))))
+
 (define-public fuse-exfat
   (package
     (name "fuse-exfat")
-- 
2.25.1

  parent reply	other threads:[~2020-03-12 19:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-12 19:24 [bug#40044] BlueZ CVE-2020-0556 Leo Famulari
2020-03-12 19:28 ` [bug#40044] [PATCH] gnu: BlueZ: Fix CVE-2020-0556 Leo Famulari
2020-03-13 23:25   ` bug#40044: " Leo Famulari
2020-03-12 19:29 ` Leo Famulari [this message]
2020-03-13 16:26   ` [bug#40044] [PATCH] gnu: BlueZ: Update to 5.53 [security fixes] 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc22dc49f42daa015606d367ca7e1f6e3c538dae.1584041380.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=40044@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).