From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] shairport-sync: Update to version 3.3.8 Date: Tue, 28 Sep 2021 23:21:16 +0200 Message-ID: <20210928212116.2804213-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7608077929788416108==" List-Id: --===============7608077929788416108== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 3.3.7 to 3.3.8 - Update of rootfile not required - Changelog Version 3.3.8 **Enhancements** * Documentation for the MQTT interface. Many thanks to [minix1234](htt= ps://github.com/minix1234)! **Bug Fixes** * Fix a bug in the `alsa` back end. In the interval between checking t= hat the alsa device handle was non-`NULL` and actually using it, the handle could= be set to `NULL`. The interval between check and usage is now protected. * Fix a bug in the `alsa` precision timing code. Thanks to [durwin99](https://github.com/durwin99), [Nicolas Da Mutten](https://github.com/cleverer), [mistakenideas](https://github.com/mistakenideas), [Ben Willmore](https://github.com/ben-willmore) and [giggywithit](https://github.com/giggywithit) for the [report](https://github.com/mikebrady/shairport-sync/issues/1158). * Fix a bug that caused Shairport Sync to hang, but not actually crash= , if an `on-...` script failed. * Fix a crash that occurred if metadata support is enabled during comp= ilation but turned off in the configuration file. Thanks to [Tim Curtis](https://github.com/moodeaudio) for the report. * Fix a crash that occurred playing from AirPower on Android. Thanks to [Ircama](https://github.com/Ircama) for the report. * Fix the configure.ac file so that `--without-` configuratio= n options are not interpreted as `--with-` options instead! Thanks to [David Racine](https://github.com/bassdr) for the report. Signed-off-by: Adolf Belka --- lfs/shairport-sync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/shairport-sync b/lfs/shairport-sync index 6ec986bbe..2f0995480 100644 --- a/lfs/shairport-sync +++ b/lfs/shairport-sync @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.3.7 +VER =3D 3.3.8 =20 THISAPP =3D shairport-sync-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D shairport-sync -PAK_VER =3D 5 +PAK_VER =3D 6 =20 DEPS =3D alac alsa avahi libdaemon soxr =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 5f4206ac28e323fda3c150575eb64e15 +$(DL_FILE)_MD5 =3D b84a05dd6d81ef52b39b02f378e4462b =20 install : $(TARGET) =20 --=20 2.33.0 --===============7608077929788416108==--