public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [bluez/bluez] b71c53: configure.ac: check for stdio.h
@ 2025-03-04 15:15 BluezTestBot
  0 siblings, 0 replies; only message in thread
From: BluezTestBot @ 2025-03-04 15:15 UTC (permalink / raw)
  To: linux-bluetooth

  Branch: refs/heads/master
  Home:   https://github.com/bluez/bluez
  Commit: b71c5327926696223dba0d78f4c9fe36767d16ec
      https://github.com/bluez/bluez/commit/b71c5327926696223dba0d78f4c9fe36767d16ec
  Author: orbea <orbea@riseup.net>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure.ac: check for stdio.h

This fixes a configure failure for readline.h with slibtoolize which
depends on HAVE_STDIO_H being defined. With GNU libtoolize this check is
implicit and with slibtoolize it will fail instead.

  error: unknown type name 'FILE'

Since bluez depends on stdio.h itself there is no reason to not check
for it explicitly.

Gentoo-Issue: https://bugs.gentoo.org/950467


  Commit: 688f5ee80fca9ff06cdc1b1e51d4989e18147f1d
      https://github.com/bluez/bluez/commit/688f5ee80fca9ff06cdc1b1e51d4989e18147f1d
  Author: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M client/bluetoothctl-admin.rst
    M client/bluetoothctl-advertise.rst
    M client/bluetoothctl-assistant.rst
    M client/bluetoothctl-endpoint.rst
    M client/bluetoothctl-gatt.rst
    M client/bluetoothctl-hci.rst
    M client/bluetoothctl-mgmt.rst
    M client/bluetoothctl-monitor.rst
    M client/bluetoothctl-player.rst
    M client/bluetoothctl-scan.rst
    M client/bluetoothctl-transport.rst
    M doc/hci.rst
    M doc/l2cap.rst
    M doc/rfcomm.rst
    M mesh/bluetooth-meshd.rst.in
    M monitor/btmon.rst
    M src/bluetoothd.rst.in
    M tools/bdaddr.rst
    M tools/btattach.rst
    M tools/btmgmt.rst
    M tools/ciptool.rst
    M tools/hciattach.rst
    M tools/hciconfig.rst
    M tools/hcidump.rst
    M tools/hcitool.rst
    M tools/hid2hci.rst
    M tools/isotest.rst
    M tools/l2ping.rst
    M tools/rctest.rst
    M tools/rfcomm.rst
    M tools/sdptool.rst

  Log Message:
  -----------
  doc: Fix typo in the copyright header


  Commit: 9a32b6144d8a9d7aedfa696e0aa8572c13c58480
      https://github.com/bluez/bluez/commit/9a32b6144d8a9d7aedfa696e0aa8572c13c58480
  Author: Amisha Jain <quic_amisjain@quicinc.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M obexd/plugins/mas.c
    M obexd/plugins/messages-dummy.c

  Log Message:
  -----------
  obex: Add messages_get_message() implementation for MAP plugin

GET Message() operation should be supported for passing below PTS
testcases -

1.MAP/MSE/MMB/BV-12-C
  Verify that the MSE can return an email message to the MCE.
2.MAP/MSE/MMB/BV-13-C
  Verify that the MSE can return a a*n* SMS message in native format
  to the MCE.
3.MAP/MSE/MMB/BV-14-C
  Verify that the MSE can return a SMS message with text trans-coded
  to UTF-8 to the MCE.

Currently get message operation is not implemented, hence above
testcases are failing.
Added code to send the complete bmessage in response to the get() request
for the requested message handle.

As per suggested in previous patch, mmap() is being used
for reading file.


Compare: https://github.com/bluez/bluez/compare/524fa22ed19e...9a32b6144d8a

To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-03-04 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 15:15 [bluez/bluez] b71c53: configure.ac: check for stdio.h BluezTestBot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox