From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:01:17 +0000 (+0000) Subject: Merge branch 'development' X-Git-Tag: 4.3.7~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b08e6adce47a6eb1a3a0bf9d91956bd0ded4bf30;p=thirdparty%2Fshairport-sync.git Merge branch 'development' Update Dockerfile and classic Dockerfile and update github workflows. --- b08e6adce47a6eb1a3a0bf9d91956bd0ded4bf30 diff --cc configure.ac index 1e71591c,33bee008..74a23c88 --- a/configure.ac +++ b/configure.ac @@@ -2,7 -2,7 +2,7 @@@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) - AC_INIT([shairport-sync], [4.3.6], [4265913+mikebrady@users.noreply.github.com]) -AC_INIT([shairport-sync], [4.3.7-dev], [4265913+mikebrady@users.noreply.github.com]) ++AC_INIT([shairport-sync], [4.3.7], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h]) diff --cc docker/classic/Dockerfile index 069db509,a37b3785..91eea7e1 --- a/docker/classic/Dockerfile +++ b/docker/classic/Dockerfile @@@ -68,10 -70,11 +70,11 @@@ RUN apk -U add libpulse \ man-pages \ mandoc \ - mbedtls \ + libcrypto3 \ mosquitto \ popt \ - soxr + soxr \ + curl # Copy build files. COPY --from=builder /shairport-sync/build/install/usr/local/bin/shairport-sync /usr/local/bin/shairport-sync