<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/bluez/patches/202-fix-endianness.patch, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-02-22T18:49:41Z</updated>
<entry>
<title>bluez: update to 5.72</title>
<updated>2024-02-22T18:49:41Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-22T06:32:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=65955c3b1e38dca76bec4864430e1abadc20dae6'/>
<id>urn:sha1:65955c3b1e38dca76bec4864430e1abadc20dae6</id>
<content type='text'>
- Use HTTPS for URL
- Don't set default configure option
- Refresh the patches

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>bluez: Update to 5.64, update/refresh patches</title>
<updated>2022-05-19T23:55:29Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2022-05-17T09:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d3cdfa3c307ff3c1d549ff8ab1eb005a2b9dcd67'/>
<id>urn:sha1:d3cdfa3c307ff3c1d549ff8ab1eb005a2b9dcd67</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>Bluez: Update to 5.56</title>
<updated>2021-03-03T18:35:02Z</updated>
<author>
<name>Johnny Vogels</name>
</author>
<published>2021-03-03T17:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7299ba0517bc0b8fedcf9bcaac687614b04cafa1'/>
<id>urn:sha1:7299ba0517bc0b8fedcf9bcaac687614b04cafa1</id>
<content type='text'>
Signed-off-by: Johnny Vogels &lt;35307256+jmv2009@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>bluez: Update to version 5.54</title>
<updated>2020-04-17T10:27:05Z</updated>
<author>
<name>Bruno Randolf</name>
</author>
<published>2020-04-16T15:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd26214d0e3e279114deaac8ff766dc69939f854'/>
<id>urn:sha1:cd26214d0e3e279114deaac8ff766dc69939f854</id>
<content type='text'>
Signed-off-by: Bruno Randolf &lt;br1@einfach.org&gt;
</content>
</entry>
<entry>
<title>bluez: Update to 5.50</title>
<updated>2018-07-22T13:46:13Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-07-22T13:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1db8e03b604bde605d254fdbc811db5fe4bbe8ba'/>
<id>urn:sha1:1db8e03b604bde605d254fdbc811db5fe4bbe8ba</id>
<content type='text'>
Update bluez to 5.50
Remove Nicolas Thill as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.
Drop obsolete configuration file
Add patch for LE devices

Source: https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>bluez: Update to 5.49</title>
<updated>2018-05-04T23:58:08Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-04-30T06:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a9943200f5d8766493e774cd1a68b17018ad8f6c'/>
<id>urn:sha1:a9943200f5d8766493e774cd1a68b17018ad8f6c</id>
<content type='text'>
Update bluez to 5.49
Fix issue https://github.com/openwrt/packages/issues/1497
Fix issue https://github.com/openwrt/packages/issues/1503
Cherry pick patches from Alpine Linux repo
Apply --gc-sections, saves about 500kbyte
Drop audio.conf (not needed and deprecated)
Remove bluetooth.dbus as upstream supplies a working copy

Based on patch provided by Johnny Vogels
https://github.com/openwrt/packages/pull/5937

Source:
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/fix-endianness.patch?id=1c6991b32a22be2c905cc1709be1376c4e79e451
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/bluez-5.40-obexd_without_systemd-1.patch?id=980b2d04ae4339594701b33cf9460757c989c94c

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
</feed>
