guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bluez: Incorporate grafted changes.


From: guix-commits
Subject: 01/02: gnu: bluez: Incorporate grafted changes.
Date: Sat, 14 Mar 2020 09:16:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f77ab2abdfd55a38fcbb0e8ebcc4871ab4986bdc
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 14 13:18:23 2020 +0100

    gnu: bluez: Incorporate grafted changes.
    
    * gnu/packages/linux.scm (bluez)[replacement]: Remove.
    [source](patches): New field.
    (bluez/fixed): Remove variable.
---
 gnu/packages/linux.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index acfee1a..04788d2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4079,13 +4079,13 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (replacement bluez/fixed)
     (version "5.53")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://kernel.org/linux/bluetooth/bluez-"
                     version ".tar.xz"))
+              (patches (search-patches "bluez-CVE-2020-0556.patch"))
               (sha256
                (base32
                 "1g1qg6dz6hl3csrmz75ixr12lwv836hq3ckb259svvrg62l2vaiq"))))
@@ -4145,14 +4145,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)
-    (source (origin
-              (inherit (package-source bluez))
-              (patches (append (origin-patches (package-source bluez))
-                               (search-patches 
"bluez-CVE-2020-0556.patch")))))))
-
 (define-public fuse-exfat
   (package
     (name "fuse-exfat")



reply via email to

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