Index: head/audio/libshout/files/patch-src-tls.c =================================================================== --- head/audio/libshout/files/patch-src-tls.c (revision 503750) +++ head/audio/libshout/files/patch-src-tls.c (nonexistent) @@ -1,18 +0,0 @@ ---- src/tls.c.orig 2019-04-29 10:00:11 UTC -+++ src/tls.c -@@ -88,10 +88,15 @@ static inline int tls_setup(shout_tls_t - { - SSL_METHOD *meth; - -+#if OPENSSL_VERSION_NUMBER < 0x10100000L - SSL_library_init(); - SSL_load_error_strings(); - SSLeay_add_all_algorithms(); - SSLeay_add_ssl_algorithms(); -+#else -+ OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); -+ OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); -+#endif - - meth = TLSv1_client_method(); - if (!meth) Property changes on: head/audio/libshout/files/patch-src-tls.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/libshout/Makefile =================================================================== --- head/audio/libshout/Makefile (revision 503750) +++ head/audio/libshout/Makefile (revision 503751) @@ -1,41 +1,41 @@ # Created by: Zach Zurflu # $FreeBSD$ PORTNAME= libshout -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ https://svn.xiph.org/releases/libshout/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Connect and transmit data to an Icecast media streaming server LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis OPTIONS_DEFINE= DOCS SPEEX THEORA OPTIONS_DEFAULT=SPEEX THEORA USES= gmake libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -lcrypto USE_LDCONFIG= yes SPEEX_CONFIGURE_ENABLE= speex SPEEX_LIB_DEPENDS= libspeex.so:audio/speex THEORA_CONFIGURE_ENABLE=theora THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora post-patch: @${REINPLACE_CMD} -e '/^DATA = / s| $$(ckport_DATA)||; /^install-data-am:/ s| install-ckportDATA||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's| -ffast-math||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in @${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/common/net/sock.c .include Index: head/audio/libshout/distinfo =================================================================== --- head/audio/libshout/distinfo (revision 503750) +++ head/audio/libshout/distinfo (revision 503751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557673776 -SHA256 (libshout-2.4.2.tar.gz) = d51ba4003ca2b81669d37430beaa584e868fe46f46b7a6fef0d25c717156fc61 -SIZE (libshout-2.4.2.tar.gz) = 519249 +TIMESTAMP = 1559998007 +SHA256 (libshout-2.4.3.tar.gz) = 0d8af55d1141bf90710bcd41a768c9cc5adb251502a0af1dd22c8da215d40dfe +SIZE (libshout-2.4.3.tar.gz) = 529563