]> git.pld-linux.org Git - packages/libshout.git/commitdiff
- updated to 2.4.3 auto/th/libshout-2.4.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jun 2019 03:54:48 +0000 (05:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jun 2019 03:54:48 +0000 (05:54 +0200)
- removed obsolete openssl patch

libshout.spec
openssl.patch [deleted file]

index ab35ec919fba891c2b7149a10ecad4d2bda682ab..d6561323e8c198a77cb14f7c8085f922cabc924e 100644 (file)
@@ -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 (file)
index f5fa224..0000000
+++ /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();
This page took 0.321983 seconds and 4 git commands to generate.