[packages/libshout] - updated to 2.4.3 - removed obsolete openssl patch

qboosh qboosh at pld-linux.org
Thu Jun 27 05:53:26 CEST 2019


commit 97a4ebf5d02914f02c5c8bfc9a679fa2450f44d5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 27 05:54:48 2019 +0200

    - updated to 2.4.3
    - removed obsolete openssl patch

 libshout.spec |  6 ++----
 openssl.patch | 14 --------------
 2 files changed, 2 insertions(+), 18 deletions(-)
---
diff --git a/libshout.spec b/libshout.spec
index ab35ec9..d656132 100644
--- a/libshout.spec
+++ b/libshout.spec
@@ -5,13 +5,12 @@
 Summary:	libshout - icecast source streaming library
 Summary(pl.UTF-8):	Biblioteka źródeł strumieni icecast
 Name:		libshout
-Version:	2.4.2
+Version:	2.4.3
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	https://downloads.xiph.org/releases/libshout/%{name}-%{version}.tar.gz
-# Source0-md5:	b7a33377d716a95c9159f0922d04e596
-Patch0:		openssl.patch
+# Source0-md5:	2623ebf5bdf00517d2a7fd17d70c31aa
 URL:		http://www.icecast.org/
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
@@ -67,7 +66,6 @@ Statyczna biblioteka libshout - źródeł strumieni icecast.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/openssl.patch b/openssl.patch
deleted file mode 100644
index f5fa224..0000000
--- a/openssl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- libshout-2.4.2/src/tls.c.orig	2019-05-28 17:19:44.766778317 +0200
-+++ libshout-2.4.2/src/tls.c	2019-05-28 17:21:49.872767226 +0200
-@@ -90,7 +90,11 @@
- 
-     SSL_library_init();
-     SSL_load_error_strings();
-+#if OPENSSL_VERSION_NUMBER < 0x10100000
-     SSLeay_add_all_algorithms();
-+#else
-+    OpenSSL_add_all_algorithms();
-+#endif
-     SSLeay_add_ssl_algorithms();
- 
-     meth = TLSv1_client_method();
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libshout.git/commitdiff/97a4ebf5d02914f02c5c8bfc9a679fa2450f44d5



More information about the pld-cvs-commit mailing list