diff options
author | Tim Biermann <tbier@posteo.de> | 2019-09-20 10:07:50 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-09-20 10:07:50 +0200 |
commit | 59d9955a58685389b1b511817dbfe2f0168c13d8 (patch) | |
tree | 4d169dc15818ac6dada6bedf29743ca72acdf6f3 /bluez | |
parent | abd40639f0cb103c36a237e4c2cf130f81283f2d (diff) | |
download | contrib-59d9955a58685389b1b511817dbfe2f0168c13d8.tar.gz contrib-59d9955a58685389b1b511817dbfe2f0168c13d8.tar.xz |
bluez: 5.50 -> 5.51
Diffstat (limited to 'bluez')
-rw-r--r-- | bluez/.footprint | 6 | ||||
-rw-r--r-- | bluez/.signature | 12 | ||||
-rw-r--r-- | bluez/Pkgfile | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/bluez/.footprint b/bluez/.footprint index 3038fd53a..32b55f3a6 100644 --- a/bluez/.footprint +++ b/bluez/.footprint @@ -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/ diff --git a/bluez/.signature b/bluez/.signature index 6c8b2c87c..e9e6affc8 100644 --- a/bluez/.signature +++ b/bluez/.signature @@ -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 diff --git a/bluez/Pkgfile b/bluez/Pkgfile index f3acb204b..474484edd 100644 --- a/bluez/Pkgfile +++ b/bluez/Pkgfile @@ -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 \ |