pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libshout libshout: update to 2.4.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bafa30cb4b7
branches:  trunk
changeset: 396839:6bafa30cb4b7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 11 08:49:28 2019 +0000

description:
libshout: update to 2.4.3.

libshout 2.4.3 (20190529)
* Fixed building with OpenSSL 1.1.0.
* Fixed static building with OpenSSL.
* Added support for PUT.
* Added support for WebM and Matroska with full timing.
* Added support to inspect the full server's TLS certificate chain.
* Improved API to set the format used for streaming.

diffstat:

 audio/libshout/Makefile                |   4 ++--
 audio/libshout/distinfo                |  11 +++++------
 audio/libshout/patches/patch-src_tls.c |  18 ------------------
 3 files changed, 7 insertions(+), 26 deletions(-)

diffs (50 lines):

diff -r ad98f5bfec8d -r 6bafa30cb4b7 audio/libshout/Makefile
--- a/audio/libshout/Makefile   Tue Jun 11 08:46:51 2019 +0000
+++ b/audio/libshout/Makefile   Tue Jun 11 08:49:28 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/05/21 15:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/06/11 08:49:28 wiz Exp $
 
-DISTNAME=      libshout-2.4.2
+DISTNAME=      libshout-2.4.3
 CATEGORIES=    audio
 MASTER_SITES=  http://downloads.xiph.org/releases/libshout/
 
diff -r ad98f5bfec8d -r 6bafa30cb4b7 audio/libshout/distinfo
--- a/audio/libshout/distinfo   Tue Jun 11 08:46:51 2019 +0000
+++ b/audio/libshout/distinfo   Tue Jun 11 08:49:28 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/05/21 15:49:27 wiz Exp $
+$NetBSD: distinfo,v 1.11 2019/06/11 08:49:28 wiz Exp $
 
-SHA1 (libshout-2.4.2.tar.gz) = 01802fa4be4dce62dd65fe194077aa631a4711d5
-RMD160 (libshout-2.4.2.tar.gz) = ccb54fcba52e9a3fb77ddd0ac814ec039ffb3783
-SHA512 (libshout-2.4.2.tar.gz) = ae4b042009887de22d105eb8238f4362f6ff51bd645fd51b5a87c4b5e3f5fdc99e9f99f85c24ae2e9d23eab92b854a7e733bf9f8cc61a8362ce984f02a014e93
-Size (libshout-2.4.2.tar.gz) = 519249 bytes
-SHA1 (patch-src_tls.c) = 5754acdea0f685cc8dd4fd02ab4b30b0b5ff7112
+SHA1 (libshout-2.4.3.tar.gz) = f14bef3072c81de94b512057bedf4d26cc211ae2
+RMD160 (libshout-2.4.3.tar.gz) = aa5e3138e3d2e80ca58256778b6e5cf8c9bbad7f
+SHA512 (libshout-2.4.3.tar.gz) = fe36778c6640e620f27504cb21234940e18a65a33f9178bf7e77d4baf854a9affc82d85db8ed8c1c8e2d80399685d8be10106fff5be1ddf76e03e2ffeeed1d34
+Size (libshout-2.4.3.tar.gz) = 529563 bytes
diff -r ad98f5bfec8d -r 6bafa30cb4b7 audio/libshout/patches/patch-src_tls.c
--- a/audio/libshout/patches/patch-src_tls.c    Tue Jun 11 08:46:51 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_tls.c,v 1.2 2019/05/21 15:49:27 wiz Exp $
-
-Fix build with OpenSSL-1.1.
-
---- src/tls.c.orig     2019-04-29 10:00:11.000000000 +0000
-+++ src/tls.c
-@@ -90,7 +90,11 @@ static inline int tls_setup(shout_tls_t 
- 
-     SSL_library_init();
-     SSL_load_error_strings();
-+#if OPENSSL_VERSION_NUMBER >= 0x10100000
-+    OpenSSL_add_all_algorithms();
-+#else
-     SSLeay_add_all_algorithms();
-+#endif
-     SSLeay_add_ssl_algorithms();
- 
-     meth = TLSv1_client_method();



Home | Main Index | Thread Index | Old Index