diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index a79f2a00c..fca8424b2 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=13.0 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases diff --git a/sound/pulseaudio/patches/020-openssl-deprecated.patch b/sound/pulseaudio/patches/020-openssl-deprecated.patch new file mode 100644 index 000000000..4e1d0cd19 --- /dev/null +++ b/sound/pulseaudio/patches/020-openssl-deprecated.patch @@ -0,0 +1,10 @@ +--- a/src/modules/raop/raop-crypto.c ++++ b/src/modules/raop/raop-crypto.c +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + #include +