[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: bluez: Update to 5.47.
From: |
Marius Bakke |
Subject: |
02/07: gnu: bluez: Update to 5.47. |
Date: |
Wed, 20 Sep 2017 13:48:33 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 164fccea7eead86c6ebe389bc0255c72b161d109
Author: Marius Bakke <address@hidden>
Date: Wed Sep 20 18:56:03 2017 +0200
gnu: bluez: Update to 5.47.
* gnu/packages/linux.scm (bluez): Update to 5.47.
[replacement]: Remove field.
(bluez/fixed): Remove variable.
---
gnu/packages/linux.scm | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4be6f5e..cd003c3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3022,8 +3022,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
(define-public bluez
(package
(name "bluez")
- (version "5.46")
- (replacement bluez/fixed)
+ (version "5.47")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3031,7 +3030,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
version ".tar.xz"))
(sha256
(base32
- "0a4fj343bdqsfyv12hmj9nym0ilsf0bvm54a4apbiby16ww3vayx"))))
+ "1j22hfjz0fp4pgclgz9mfcwjbr4wqgah3gd2qhfg4r6msmybyxfg"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -3085,20 +3084,6 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
is flexible, efficient and uses a modular implementation.")
(license license:gpl2+)))
-(define bluez/fixed
- (package
- (inherit bluez)
- (version "5.46")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "mirror://kernel.org/linux/bluetooth/bluez-"
- version ".tar.xz"))
- (sha256
- (base32
- "0a4fj343bdqsfyv12hmj9nym0ilsf0bvm54a4apbiby16ww3vayx"))
- (patches (search-patches "bluez-CVE-2017-1000250.patch"))))))
-
(define-public fuse-exfat
(package
(name "fuse-exfat")
- branch staging updated (f40aef6 -> 7c9b876), Marius Bakke, 2017/09/20
- 06/07: gnu: gtk+: Update to 3.22.21., Marius Bakke, 2017/09/20
- 03/07: gnu: gdk-pixbuf: Remove graft for 2.36.10., Marius Bakke, 2017/09/20
- 02/07: gnu: bluez: Update to 5.47.,
Marius Bakke <=
- 05/07: gnu: ruby: Remove graft for 2.4.2., Marius Bakke, 2017/09/20
- 01/07: Merge branch 'master' into staging, Marius Bakke, 2017/09/20
- 07/07: gnu: harfbuzz: Update to 1.5.1., Marius Bakke, 2017/09/20
- 04/07: gnu: gd: Remove graft for 2.2.5., Marius Bakke, 2017/09/20