pulseaudio: fix compilation without deprecated OpenSSL APIs
authorRosen Penev <redacted>
Mon, 10 Aug 2020 20:47:10 +0000 (13:47 -0700)
committerRosen Penev <redacted>
Mon, 10 Aug 2020 22:58:11 +0000 (15:58 -0700)
Signed-off-by: Rosen Penev <redacted>
sound/pulseaudio/Makefile
sound/pulseaudio/patches/020-openssl-deprecated.patch [new file with mode: 0644]

index a79f2a00c0c0b283aa208abb738620251174c56a..fca8424b2be06503691b7b618f793b71c41a1702 100644 (file)
@@ -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 (file)
index 0000000..4e1d0cd
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/src/modules/raop/raop-crypto.c
++++ b/src/modules/raop/raop-crypto.c
+@@ -30,6 +30,7 @@
+ #include <openssl/err.h>
+ #include <openssl/aes.h>
+ #include <openssl/rsa.h>
++#include <openssl/bn.h>
+ #include <pulse/xmalloc.h>
git clone https://git.99rst.org/PROJECT