Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/files/
Date: Sun, 27 Mar 2022 22:08:31
Message-Id: 1648418825.6aecaf3e657fbc7bc7746786060cb0b7e0866db0.conikost@gentoo
1 commit: 6aecaf3e657fbc7bc7746786060cb0b7e0866db0
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Mar 27 11:45:24 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 22:07:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aecaf3e
7
8 net-wireless/bluez: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/24775
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/bluez-5.63-use-queue_push_tail.patch | 27 ----------------------
16 1 file changed, 27 deletions(-)
17
18 diff --git a/net-wireless/bluez/files/bluez-5.63-use-queue_push_tail.patch b/net-wireless/bluez/files/bluez-5.63-use-queue_push_tail.patch
19 deleted file mode 100644
20 index 6644e250cc48..000000000000
21 --- a/net-wireless/bluez/files/bluez-5.63-use-queue_push_tail.patch
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -From 7b41f0c38ab34c9a5eec1a70669d183535e86287 Mon Sep 17 00:00:00 2001
25 -From: Florian Schmaus <flo@×××××××××.eu>
26 -Date: Fri, 17 Dec 2021 14:05:50 +0100
27 -Subject: [PATCH] DRAFT shared/att: Use queue_push_tail for
28 - BT_ATT_OP_READ_BLOB_REQ
29 -
30 -As repoorted by Christopher Schramm [1], this is supposed to fix #220.
31 -
32 -1: https://github.com/bluez/bluez/issues/220#issuecomment-996669412
33 -
34 -Suggested-by: Christopher Schramm <git@××××××××.eu>
35 ----
36 - src/shared/att.c | 1 -
37 - 1 file changed, 1 deletion(-)
38 -
39 -diff --git a/src/shared/att.c b/src/shared/att.c
40 -index 169f726e4..5ce735a07 100644
41 ---- a/src/shared/att.c
42 -+++ b/src/shared/att.c
43 -@@ -1653,7 +1653,6 @@ int bt_att_resend(struct bt_att *att, unsigned int id, uint8_t opcode,
44 -
45 - switch (opcode) {
46 - /* Only prepend requests that could be a continuation */
47 -- case BT_ATT_OP_READ_BLOB_REQ:
48 - case BT_ATT_OP_PREP_WRITE_REQ:
49 - case BT_ATT_OP_EXEC_WRITE_REQ:
50 - result = queue_push_head(att->req_queue, op);