mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: bluez: Incorporate grafted changes.
* gnu/packages/linux.scm (bluez)[replacement]: Remove. [source](patches): New field. (bluez/fixed): Remove variable.
This commit is contained in:
parent
961d2ee269
commit
f77ab2abdf
1 changed files with 1 additions and 9 deletions
|
@ -4079,13 +4079,13 @@ (define-public sbc
|
||||||
(define-public bluez
|
(define-public bluez
|
||||||
(package
|
(package
|
||||||
(name "bluez")
|
(name "bluez")
|
||||||
(replacement bluez/fixed)
|
|
||||||
(version "5.53")
|
(version "5.53")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://kernel.org/linux/bluetooth/bluez-"
|
"mirror://kernel.org/linux/bluetooth/bluez-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
|
(patches (search-patches "bluez-CVE-2020-0556.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g1qg6dz6hl3csrmz75ixr12lwv836hq3ckb259svvrg62l2vaiq"))))
|
"1g1qg6dz6hl3csrmz75ixr12lwv836hq3ckb259svvrg62l2vaiq"))))
|
||||||
|
@ -4145,14 +4145,6 @@ (define-public bluez
|
||||||
is flexible, efficient and uses a modular implementation.")
|
is flexible, efficient and uses a modular implementation.")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public fuse-exfat
|
||||||
(package
|
(package
|
||||||
(name "fuse-exfat")
|
(name "fuse-exfat")
|
||||||
|
|
Loading…
Reference in a new issue