From unknown Mon Jun 23 18:32:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39692] [PATCH] gnu: bluez: Update to 5.53. Resent-From: Brice Waegeneire Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 20 Feb 2020 15:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39692 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39692@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158221074625453 (code B ref -1); Thu, 20 Feb 2020 15:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Feb 2020 14:59:06 +0000 Received: from localhost ([127.0.0.1]:45596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nI9-0006cS-MA for submit@debbugs.gnu.org; Thu, 20 Feb 2020 09:59:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:50125) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nI6-0006cK-6Y for submit@debbugs.gnu.org; Thu, 20 Feb 2020 09:59:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45031) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4nI5-0003PA-1d for guix-patches@gnu.org; Thu, 20 Feb 2020 09:59:01 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4nI3-00076e-Qw for guix-patches@gnu.org; Thu, 20 Feb 2020 09:59:00 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:33101) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4nI3-00075R-Kp for guix-patches@gnu.org; Thu, 20 Feb 2020 09:58:59 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 58C011BF20D for ; Thu, 20 Feb 2020 14:58:57 +0000 (UTC) From: Brice Waegeneire Date: Thu, 20 Feb 2020 15:58:53 +0100 Message-Id: <20200220145853.14697-1-brice@waegenei.re> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.201 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (bluez): Update to 5.53. --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 79430dea3e..78f3a70e88 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -36,7 +36,7 @@ ;;; Copyright © 2019, 2020 Maxim Cournoyer ;;; Copyright © 2019 Stefan Stefanović ;;; Copyright © 2019 Pierre Langlois -;;; Copyright © 2019 Brice Waegeneire +;;; Copyright © 2019, 2020 Brice Waegeneire ;;; Copyright © 2019 Kei Kebreau ;;; Copyright © 2020 Oleg Pykhalov ;;; @@ -3846,7 +3846,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.52") + (version "5.53") (source (origin (method url-fetch) (uri (string-append @@ -3854,7 +3854,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "02jng21lp6fb3c2bh6vf9y7cj4gaxwk29dfc32ncy0lj0gi4q57p")))) + "1g1qg6dz6hl3csrmz75ixr12lwv836hq3ckb259svvrg62l2vaiq")))) (build-system gnu-build-system) (arguments `(#:configure-flags -- 2.25.0 From unknown Mon Jun 23 18:32:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39692] [PATCH] gnu: bluez: Update to 5.53. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 20 Feb 2020 15:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39692 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39692@debbugs.gnu.org Received: via spool by 39692-submit@debbugs.gnu.org id=B39692.158221207327557 (code B ref 39692); Thu, 20 Feb 2020 15:22:01 +0000 Received: (at 39692) by debbugs.gnu.org; 20 Feb 2020 15:21:13 +0000 Received: from localhost ([127.0.0.1]:45620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4ndY-0007AO-QK for submit@debbugs.gnu.org; Thu, 20 Feb 2020 10:21:12 -0500 Received: from tobias.gr ([80.241.217.52]:59704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4ndT-0007AA-IV for 39692@debbugs.gnu.org; Thu, 20 Feb 2020 10:21:11 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id ede7e0af for <39692@debbugs.gnu.org>; Thu, 20 Feb 2020 15:21:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=HIPzVi7dBPn5qCBGF7yIqm ceoIHD5UmJBlu5w87zdVM=; b=FqqcYVfRtABKZiOsb4AK2fP2JzYI4x65evgPEC jotSpheDLB4f94qN5EqDuyM8WyZ6OUNhIkl9y0NEinQWj26Ns2wT43Zn4uEHP2Ry QtufeA/KeKe3m7Cogm8O1dQPRJMEirOjrqPdXZqVs9vaa79IFE2xjSofzNL4ZUp7 IMTlVrU/VBxOmyy2fOoZNVRwHCi6bBQ3oVV2dM9Th6fu5IG6MzEGXIEwhM8BJPWf w7pyOB6+9F6FTeCYOCMdvjoT3+R4UfZMGueGidkGGoxxbbIB32pQErGERe5zaC0Q QM2rlakzAgU0K21q25dVDODp/t4MOPE35WxgvCBY+/ycnBgg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 12760183 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <39692@debbugs.gnu.org>; Thu, 20 Feb 2020 15:21:05 +0000 (UTC) From: Tobias Geerinckx-Rice References: <20200220145853.14697-1-brice@waegenei.re> In-reply-to: <20200220145853.14697-1-brice@waegenei.re> Date: Thu, 20 Feb 2020 16:21:29 +0100 Message-ID: <87pne9xp1i.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Brice Waegeneire =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/linux.scm (bluez): Update to 5.53. Looks good assuming you've rebuilt all dependents (=E2=80=98guix refresh=20 =2Dl=E2=80=99). Because of the high number of dependents, this patch wil have to=20 be applied to the next =E2=80=98core-updates=E2=80=99 branch. Thanks! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl5Oo/kACgkQ2Imw8BjF STwNAg/+Ko0mBwBE3Zq/ehJfVBF5lEClqsOPAP9lSw34sSYi/AXZzNmuWSBOtznV 9D4Fl3WKJtLtPFPqH5Ed+SO4fcOwa/SZr8Kyn9InxvlIfpue9vrL6bn79DWXK68k mut0TvMr9HdUlKf7mcK49CtG2PRmP0iDQtC6/PPyWKKyupAghcuJU4/PKAB8EiaJ uc/pDkk6pmoSljRK8nrmtr3IDpU/jrljWQ7RaSj6rVqhtjxwLCSdcKD1kJgXXUyw otAql0aopLZb10o3o4P3tlwCWZJKS0vbIb7ixnGKv41L67wTtAT4dRHGDFJUjoDz Xm5XoMPaa3PrvHfx9mJi4RTMuXqhSyF/uENyBVEeEU2pWLfQUx3MXF0qRRHkti/I zCwYRbkNzJKt+BebMP/7CvFabVZiJI1dNKTx6cNJwf6a+v25iq0tsDxPAs/0oX7c 7ysHHOXs6lAWzN77X8mkXB0btdmK9GEPCNSP4zSQzoPQvh+AsVG8av0Z3VKryz9K A2Ai42tY36+tLdhSqnlEsSU4okPURw5DZhjinj1vuW+eivUsmd8S+8MQlX/LKSfK 0LCg60VZ5QiP7M/0zGxlNxLPgY34umQesKZ41uasW4DESvNP32Wek1kkOxJmSz+M DDyj39KnNg3BcMkXi89JyqBUZuY9TqMjHCjM9s4HKaXJS1wREPI= =NlH8 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 22 12:14:02 2020 Received: (at control) by debbugs.gnu.org; 22 Feb 2020 17:14:02 +0000 Received: from localhost ([127.0.0.1]:49965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5YLq-00014H-J8 for submit@debbugs.gnu.org; Sat, 22 Feb 2020 12:14:02 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:60852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5YLo-00013e-Fj for control@debbugs.gnu.org; Sat, 22 Feb 2020 12:14:01 -0500 Received: (qmail 3128 invoked by uid 1009); 22 Feb 2020 18:13:59 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25730. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.019049 secs); 22 Feb 2020 17:13:59 -0000 Received: from unknown (HELO gravity) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 22 Feb 2020 18:13:59 +0100 Date: Sat, 22 Feb 2020 18:14:40 +0100 From: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= To: control@debbugs.gnu.org Subject: retitle 39692 Message-ID: <20200222171440.bjadtdx3e5eozy2t@gravity> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5yotponxl2fdwg55" Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --5yotponxl2fdwg55 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline retitle 39692 [PATCH core-updates] gnu: bluez: Update to 5.53. thanks --5yotponxl2fdwg55 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl5RYYAACgkQ4xWnWEYT FWQe5Q//ZDBTBEdCvO82UyZTCqpwK3SJrzOJ4I5bwph4yyfVgzrFg89OZR5ZdSOu y5K90SsrtaadcBDXjotxw5AcHkqK7o4Dp00TZyXEacrAwWkhFyymGg7OVKAcTj3r H9B8FLSKOfULJ0yxT8EZ0CDi/fJA1FO7y8rbFEsEDil2Fif4MN+BIomqNfTDTd67 91J2Hx+6FWvp0bR7By/9h3YQYrbcwZdkPzItZYIISWH5PNTuAfQBdBOmu4cH6SS8 IilrXGc3Zz5cw4N75ayF7qhplob3gnnqoTAyTc2f9ZoUngTI737T85V4qOihz7tG +KHkOiOIs7FMoLXMUFC+Gb5AeZpabdYPECzSvUzooMQjekl7AVEefWDb6ECLCUbp 6PAi75DkYcNA/APRx7pA0MRKW96lMM0t3F5QctmSa/dEbn5vTUBHQ7/BZVigJ0SA w/TPl+L+qUvpTFodmzNPxhYukYMIomixiVkDk997gkrZ0yyw2is2/wv7XL/j5+RA wAUZcj0KoTxb7ktR8uh3hiQiREgVUjMKPWBJLIMB1xT+0VFgpYoiuC9Qwwv1zeiA Rbcvxa7TcAP3TjfMANhp0KTdYMHTXnkZqN/rJ3Xz7VdeuPoP9MO8EAP8JlKTlK2V QIYZx146Y886DQQUFgJu8+BkdocZHTWo7ECEhihHRdR3Wwu6HWU= =cNxZ -----END PGP SIGNATURE----- --5yotponxl2fdwg55-- From unknown Mon Jun 23 18:32:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brice Waegeneire Subject: bug#39692: closed (Re: [bug#39692] [PATCH] gnu: bluez: Update to 5.53.) Message-ID: References: <87lfor4xw5.fsf@devup.no> <20200220145853.14697-1-brice@waegenei.re> X-Gnu-PR-Message: they-closed 39692 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39692@debbugs.gnu.org Date: Mon, 24 Feb 2020 18:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1582570622-25184-1" This is a multi-part message in MIME format... ------------=_1582570622-25184-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39692: [PATCH core-updates] gnu: bluez: Update to 5.53. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 39692@debbugs.gnu.org. --=20 39692: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39692 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1582570622-25184-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39692-done) by debbugs.gnu.org; 24 Feb 2020 18:56:53 +0000 Received: from localhost ([127.0.0.1]:54093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j6IuT-0006Xp-AJ for submit@debbugs.gnu.org; Mon, 24 Feb 2020 13:56:53 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:54333) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j6IuR-0006XZ-9Y for 39692-done@debbugs.gnu.org; Mon, 24 Feb 2020 13:56:51 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id DA23C21C47; Mon, 24 Feb 2020 13:56:45 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 24 Feb 2020 13:56:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=ChsZX4unmy4IY8JswMi0LSXQ8a JAoBE4rmoVOW5xq0U=; b=v5nddD7rKhtAJVJzpeacOTWxMzaktyqnnOe4aN0cU2 fhAOrJJ/YMlDmyhjy3w5UIy7bgX0vl0N6eDeE6s1HwXsSde1B9RL1KjPXL1D81Jq 81v4osf/GUlr5p9LuzKmFqhE1kIeyDd8vGLrgV4CLM8YJrJgh2aJzVU4zIUTRss6 rKRP+CBsKaBPT8VrD+GluaSdfuKDNPjqtoT5Zs6CvX883Xn1ttXkLqRJy7u7jPB4 NvJWu0Z2IGxmufJcp4V4TtSi9D3ypZ9AmyvP4bLWlnWrn3guWHo2N8NVlJWARyuY VuZYh7xGj/xWYJvfAc0ZkKcWrwmuyjxbJjB1n/hauNsw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ChsZX4 unmy4IY8JswMi0LSXQ8aJAoBE4rmoVOW5xq0U=; b=kyjwNCep1pKpHE4H81aYqY 4ksyUPx6jBFo6FbEkh2deYpvxwlythIdwG4ClNolnz1peRVxhtY89NvJ2ihT+C4F NZzPLT3uHH6jLL9o1cLIlCnTNfwiOXVCBhL7K5iswgCoDRKNeSuJpu4eyDGQJNIG kOBwUGACsRXPXGfLbRwV7Cz5erl9UpkdhRV/7HbBXUKF44AQE2g8/ZmPKE3hvrtt MKffdCNz1CBoXhCnROXqIPzeLZenTtxS8fUH4bs9SQV/v1oqwTrNFbM/iz31QTn4 WXj7Huy/FKNb/2Jl3R+kJfHR2C/pAgRSWFONbsRbTYDYZeiogMMxICx0nPqDA3wA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrledtgdduvddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufgjfhgffffkgggtsehgtderredtredtnecuhfhrohhmpeforghrihhu shcuuegrkhhkvgcuoehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmqeenucfkphepke egrddvtddvrdeikedrjeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehm rghilhhfrhhomhepmhgsrghkkhgvsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 06C2A3280060; Mon, 24 Feb 2020 13:56:44 -0500 (EST) From: Marius Bakke To: Brice Waegeneire , 39692-done@debbugs.gnu.org Subject: Re: [bug#39692] [PATCH] gnu: bluez: Update to 5.53. In-Reply-To: <20200220145853.14697-1-brice@waegenei.re> References: <20200220145853.14697-1-brice@waegenei.re> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Mon, 24 Feb 2020 19:56:42 +0100 Message-ID: <87lfor4xw5.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39692-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Brice Waegeneire writes: > * gnu/packages/linux.scm (bluez): Update to 5.53. Pushed to the 'staging' branch in 9844848b23860136da54193b725b6653b4e9d8ee. Thank you! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5UHGoACgkQoqBt8qM6 VPpjSQf+JIIcokdtLIXLvrThuw5IFyJdcIeKnHLafCdxk5hwLPROVWbB3mL8Kz7t Syx0I/p//6w8OrR0nD52e2Jdj50evgCvV7R/IRlk1HBFnwNg6yp84GJudA1rN+hI S5KrODmoIk6oJZtLwM68BzmxzV42hEQZHA7/FuBWvJJwIduRqEr43bYEyZNQRjQG zgG8naxrQnYK3bJ7sdYSo/411SpJZYfBwNgH8lcSx9QsD93FgpDteDXcuWqyUPkC gOpKRfy39gB1UfYxboIF8jYvWw/491RlB4Yh+na1ZkWSUEpmM1XMm5fPnd+TaBjn 7gLEMJRDoAUnwEc2QSKNv8RhdlkM5w== =TCHu -----END PGP SIGNATURE----- --=-=-=-- ------------=_1582570622-25184-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Feb 2020 14:59:06 +0000 Received: from localhost ([127.0.0.1]:45596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nI9-0006cS-MA for submit@debbugs.gnu.org; Thu, 20 Feb 2020 09:59:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:50125) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4nI6-0006cK-6Y for submit@debbugs.gnu.org; Thu, 20 Feb 2020 09:59:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45031) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4nI5-0003PA-1d for guix-patches@gnu.org; Thu, 20 Feb 2020 09:59:01 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4nI3-00076e-Qw for guix-patches@gnu.org; Thu, 20 Feb 2020 09:59:00 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:33101) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4nI3-00075R-Kp for guix-patches@gnu.org; Thu, 20 Feb 2020 09:58:59 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 58C011BF20D for ; Thu, 20 Feb 2020 14:58:57 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH] gnu: bluez: Update to 5.53. Date: Thu, 20 Feb 2020 15:58:53 +0100 Message-Id: <20200220145853.14697-1-brice@waegenei.re> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.201 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (bluez): Update to 5.53. --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 79430dea3e..78f3a70e88 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -36,7 +36,7 @@ ;;; Copyright © 2019, 2020 Maxim Cournoyer ;;; Copyright © 2019 Stefan Stefanović ;;; Copyright © 2019 Pierre Langlois -;;; Copyright © 2019 Brice Waegeneire +;;; Copyright © 2019, 2020 Brice Waegeneire ;;; Copyright © 2019 Kei Kebreau ;;; Copyright © 2020 Oleg Pykhalov ;;; @@ -3846,7 +3846,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.52") + (version "5.53") (source (origin (method url-fetch) (uri (string-append @@ -3854,7 +3854,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "02jng21lp6fb3c2bh6vf9y7cj4gaxwk29dfc32ncy0lj0gi4q57p")))) + "1g1qg6dz6hl3csrmz75ixr12lwv836hq3ckb259svvrg62l2vaiq")))) (build-system gnu-build-system) (arguments `(#:configure-flags -- 2.25.0 ------------=_1582570622-25184-1--