diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-11-02 22:46:21 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 08:36:33 +0000 |
commit | c8c28e6ce1a8433c2bb1242d61fd2ac0b0615258 (patch) | |
tree | c7d9c284dda0a6da26a0186a533c052af2215292 /main/bluez | |
parent | 2cbfbc9a6d764ed10e20c455190172bc92e3783d (diff) | |
download | aports-c8c28e6ce1a8433c2bb1242d61fd2ac0b0615258.tar.bz2 aports-c8c28e6ce1a8433c2bb1242d61fd2ac0b0615258.tar.xz |
main/bluez: upgrade to 5.52
remove diffs from musl.patch which are added upstream
Diffstat (limited to 'main/bluez')
-rw-r--r-- | main/bluez/APKBUILD | 6 | ||||
-rw-r--r-- | main/bluez/musl.patch | 52 |
2 files changed, 3 insertions, 55 deletions
diff --git a/main/bluez/APKBUILD b/main/bluez/APKBUILD index ade2fd6e22..92463b9e3b 100644 --- a/main/bluez/APKBUILD +++ b/main/bluez/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez -pkgver=5.51 +pkgver=5.52 pkgrel=0 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" @@ -136,7 +136,7 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions/_bluetoothctl } -sha512sums="8b14eea98f541b981162abce728e0f917654ad3c990721ec398fe41bdd68069fe55ff64b61bc3c3b9f813facf42c995b07619f6d5d153965de27154b1a7b578f bluez-5.51.tar.xz +sha512sums="9024481910d1dee85578bf3d7a4fc4be2bece516e6216c91aa1a7ac18537f092b47c41c4a5506ddd7e279599d58002e98203c5439745c01df4dbc22a75234c84 bluez-5.52.tar.xz fc43c78ed248ea412529eed5ae8bb47bacca9bf5b3b10de121ddd4e792c85893561a88be4aa2c6318106e5d2146a721445152d44fa60ca257ca0b4eb87318c1e bluetooth.initd 8d7b7c8938a2316ce0a855e9bdf1ef8fcdf33d23f4011df828270a088b88b140a19c432e83fef15355d0829e3c86be05b63e7718fef88563254ea239b8dc12ac rfcomm.initd a70aa0dbbabe7e29ee81540a6f98bf191a850da55a28f678975635caf34b363cf4d461a801b3484120ee28fdd21240bd456a4f5d706262700924bd2e9a0972fb rfcomm.confd @@ -146,4 +146,4 @@ d5fd1c962bd846eaa6fff879bab85f753eb367d514f82d133b5d3242e1da989af5eddd942c60a87d 42ac04044a8c66e07487598b3a75ef52efc32999ebce4e7c63f6198e2f603f4a1442e74600e43a0938cb4f52d4db0298aa99050b18144b84990cda71748e9de5 004-Move-the-43xx-firmware-into-lib-firmware.patch 04c4889372c8e790bb338dde7ffa76dc32fcf7370025c71b9184fcf17fd01ade4a6613d84d648303af3bbc54043ad489f29fc0cd4679ec8c9029dcb846d7e026 disable-lock-test.patch 118d55183860f395fc4bdc93efffb13902ebf7388cad722b9061cd2860d404333e500af521741c3d92c0f8a161f6810348fbeb6682e49c372383f417aed8c76a fix-endianness.patch -efc7dd70a44e3f5e7d3f9885ed4cbea78e616c56a1f88ffccdc142650b47378c86c8dd062545f95ae9f2f1916eec5ba4914fa49e07effb59d94b70e3809fd136 musl.patch" +641e425333d269833eed624edec0e29cba04bb0ff6570f6afda178a164fc2bb77456fa88957fe49f36000d3601ac00bb7ba089400977c1577e9c226e74baa3d6 musl.patch" diff --git a/main/bluez/musl.patch b/main/bluez/musl.patch index d732e6d842..cd8f08568f 100644 --- a/main/bluez/musl.patch +++ b/main/bluez/musl.patch @@ -10,56 +10,4 @@ index 150240f..a3dec2b 100644 + struct mesh_io; struct mesh_node; - -diff --git a/mesh/node.c b/mesh/node.c -index b6824f5..ef7ede1 100644 ---- a/mesh/node.c -+++ b/mesh/node.c -@@ -24,6 +24,7 @@ - #define _GNU_SOURCE - #include <dirent.h> - #include <stdio.h> -+#include <limits.h> /* for PATH_MAX */ - #include <sys/time.h> - - #include <ell/ell.h> - -diff --git a/mesh/util.c b/mesh/util.c -index 1455bde..c426fc3 100644 ---- a/mesh/util.c -+++ b/mesh/util.c -@@ -25,6 +25,7 @@ - #include <dirent.h> - #include <ftw.h> - #include <stdio.h> -+#include <limits.h> /* For PATH_MAX */ - #include <time.h> - #include <sys/time.h> - - -diff --git a/mesh/keyring.c b/mesh/keyring.c -index 3a7f92f..accd2f1 100644 ---- a/mesh/keyring.c -+++ b/mesh/keyring.c -@@ -25,6 +25,7 @@ - #include <fcntl.h> - #include <dirent.h> - #include <stdio.h> -+#include <limits.h> /* For PATH_MAX */ - #include <unistd.h> - #include <dirent.h> - - -diff --git a/mesh/mesh-config-json.c b/mesh/mesh-config-json.c -index cafa2fd..b4d3efb 100644 ---- a/mesh/mesh-config-json.c -+++ b/mesh/mesh-config-json.c -@@ -29,6 +29,7 @@ - #include <libgen.h> - #include <stdio.h> - #include <string.h> -+#include <limits.h> /* For PATH_MAX */ - #include <unistd.h> - - #include <sys/time.h> |