bluez: 5.50 -> 5.51

This commit is contained in:
Tim Biermann 2019-09-20 10:07:50 +02:00
parent abd40639f0
commit 59d9955a58
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 11 deletions

View File

@ -41,9 +41,9 @@ drwxr-xr-x root/root usr/lib/bluez/
drwxr-xr-x root/root usr/lib/bluez/bluetooth/
-rwxr-xr-x root/root usr/lib/bluez/bluetooth/bluetoothd
-rwxr-xr-x root/root usr/lib/libbluetooth.la
lrwxrwxrwx root/root usr/lib/libbluetooth.so -> libbluetooth.so.3.18.16
lrwxrwxrwx root/root usr/lib/libbluetooth.so.3 -> libbluetooth.so.3.18.16
-rwxr-xr-x root/root usr/lib/libbluetooth.so.3.18.16
lrwxrwxrwx root/root usr/lib/libbluetooth.so -> libbluetooth.so.3.19.0
lrwxrwxrwx root/root usr/lib/libbluetooth.so.3 -> libbluetooth.so.3.19.0
-rwxr-xr-x root/root usr/lib/libbluetooth.so.3.19.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/bluez.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36RmcKU2WHU3Qb7L7bBsP3YyzDBNw60oxl8L1xvuq7TCjIWAl3fXm7W3WF6nPXPeqhj2jhr6HFug2vmKMxHNgAs=
SHA256 (Pkgfile) = dba6b07170203302e726921f051420c3160fb525dfd1dc234d3028e2c6da4eb1
SHA256 (.footprint) = 618302f7f2261ad7cfc1449236b7cd4ba90481417bbcec2fb0565c07707aafc3
SHA256 (bluez-5.50.tar.xz) = 5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911
SHA256 (bluetoothd) = 16992d015e2efe3177ac8a6446225dc724ac0908759015da26d823b9eb5c4ca1
SHA256 (bluez-5.50-obexd_without_systemd-1.patch) = 20fb46baa7aed312b5e223fa4bf605f9cff76170ea9fa3b50825c267d5b8c573
RWSagIOpLGJF37OV2hetIbBzQgaTZEGcq3GZ80TtzP317luw/U0aDhvIismUyPLvaPK3x13xFJSdDD3wMUkqOs+CC7ym+rvKAA8=
SHA256 (Pkgfile) = acf1f36ba592623957e7b05b3df7de698d7490c85d10b9448e022c0323d8c537
SHA256 (.footprint) = e8171a82438fad25dd08b145696fb4c521dc746d3e3c64ac0af8e74c8f1a5186
SHA256 (bluez-5.51.tar.xz) = ebedfb359f62957940822f1d0b39fcee30422380e435608dad06bb3913d5ebba
SHA256 (bluetoothd) = 1460c3ebcf62592ca7d70169f7a3567c77a4c7ad5e47ef2fa7e1c1e3be303655
SHA256 (bluez-5.50-obexd_without_systemd-1.patch) = 7418e0f1b36e3d1da761784c1a6a089c54f6924f1fa0cdb1703f3b8527838938

View File

@ -4,7 +4,7 @@
# Depends on: alsa-lib dbus glib
name=bluez
version=5.50
version=5.51
release=1
source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-$version.tar.xz
bluetoothd bluez-5.50-obexd_without_systemd-1.patch)
@ -15,7 +15,7 @@ build() {
[[ -e /usr/lib/cups ]] && PKGMK_BLUEZ+=" --enable-cups" || PKGMK_BLUEZ+=" --disable-cups"
[[ -e /usr/lib/pkgconfig/libical.pc ]] && PKGMK_BLUEZ+=" --enable-obex" || PKGMK_BLUEZ+=" --disable-obex"
patch -Np1 -i $SRC/bluez-5.50-obexd_without_systemd-1.patch
#patch -Np1 -i $SRC/bluez-5.50-obexd_without_systemd-1.patch
./configure $PKGMK_BLUEZ \
--prefix=/usr \
--sysconfdir=/etc \