Opened 9 months ago

Closed 9 months ago

Last modified 9 months ago

#21602 closed enhancement (fixed)

bluez-5.82

Reported by: Xi Ruoyao Owned by: Bruce Dubbs
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version released on Apr 2. And we already missed 5.80 released on Mar 17.

Change History (7)

comment:1 by Xi Ruoyao, 9 months ago

5.82:

  • Fix issue with handling BAP state transitions.
  • Fix issue with handling D-Bus interface removal.
  • Fix issue with handling MAP and supported features.
  • Fix issue with handling SDP record for Phonebook Access Client.
  • Fix issue with handling AVRCP PDU parameters length mismatch.
  • Fix issue with handling AVRCP PDU for SetAbsoluteVolume.
  • Fix issue with handling AVDTP bad media transport format.
  • Fix issue with handling support for LL Privacy setting.

5.81 seems skipped.

5.80:

  • Fix issue with handling address type for all types of keys.
  • Fix issue with handling maximum number of GATT channels.
  • Fix issue with handling MTU auto-tuning feature.
  • Fix issue with handling AVRCP volume in reconfigured transports.
  • Fix issue with handling VCP volume setting requests.
  • Fix issue with handling VCP connection management.
  • Fix issue with handling MAP qualification.
  • Fix issue with handling PBAP qualification.
  • Fix issue with handling BNEP qualification.
  • Add support for PreferredBearer device property.
  • Add support for SupportedTypes Message Access property.
  • Add support for HFP, A2DP, AVRCP, AVCTP and MAP latest versions.

comment:2 by Bruce Dubbs, 9 months ago

Summary: bluez-5.82 (currency issue)bluez-5.82

I fixed the currency. The problem was that some packages make minor versions at 80 to 99 development versions. That is not true in this case. It was an easy fix.

comment:3 by Bruce Dubbs, 9 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:4 by Bruce Dubbs, 9 months ago

This needs a sed for gcc-15:

sed -e '/readline.h/i    \
#define USE_VARARGS 1    \
#define PREFER_STDARG 1' \ 
    -i src/shared/shell.c

Note that two backslashes are within single quotes and one is outside.

comment:5 by Bruce Dubbs, 9 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

0d75f7ee06 Update to gpgme-1.24.3.
f76c2ed463 Update to highlight-4.16.
b7905f82bf Update to cython-3.1.1 (Python module).
5dcf90504f Update to wireplumber-0.5.10.
691c4a87d5 Update to bluez-5.82.

in reply to:  4 comment:6 by Xi Ruoyao, 9 months ago

Replying to Bruce Dubbs:

This needs a sed for gcc-15:

sed -e '/readline.h/i    \
#define USE_VARARGS 1    \
#define PREFER_STDARG 1' \ 
    -i src/shared/shell.c

Note that two backslashes are within single quotes and one is outside.

In readline-8.3-rc1 the references to USE_VARARGS and PREFER_STDARG are already removed, thus this shouldn't be needed. I guess we should just tell the user to upgrade readline if they upgrade gcc on an existing system.

Last edited 9 months ago by Xi Ruoyao (previous) (diff)

comment:7 by Bruce Dubbs, 9 months ago

Let's leave it for now, however your point is relevant after we update LFS.

Note: See TracTickets for help on using tickets.