]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Merge branch 'development'
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 31 Jan 2025 14:01:17 +0000 (14:01 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 31 Jan 2025 14:01:17 +0000 (14:01 +0000)
Update Dockerfile and classic Dockerfile and update github workflows.

1  2 
.github/workflows/docker-build-on-push_and_pull_request.yaml
.github/workflows/docker-build-on-tag.yaml
configure.ac
docker/classic/Dockerfile

diff --cc configure.ac
index 1e71591c1e8fef7a1475546f5e50c0c8e840a119,33bee008b69626520c5b50a5a7ac8918e2f1cb2e..74a23c887f7ca582e79aaefa342bbc8b38180eb5
@@@ -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])
index 069db50936f35c0923f5b00ec3127d54ab797674,a37b37859abdd4ae5ef18434810d24ec0ec01f05..91eea7e10c617ef64f0569268a5fdc5c05e7ad0a
@@@ -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