Received: by mail.netbsd.org (Postfix, from userid 605) id BA2BC84D81; Tue, 11 Jun 2019 08:49:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D2DE84CFC for ; Tue, 11 Jun 2019 08:49:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mlzb8pbGTISG for ; Tue, 11 Jun 2019 08:49:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B3BEE84D65 for ; Tue, 11 Jun 2019 08:49:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA7C9FBF4; Tue, 11 Jun 2019 08:49:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560242968218790" MIME-Version: 1.0 Date: Tue, 11 Jun 2019 08:49:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/libshout To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190611084928.AA7C9FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1560242968218790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jun 11 08:49:28 UTC 2019 Modified Files: pkgsrc/audio/libshout: Makefile distinfo Removed Files: pkgsrc/audio/libshout/patches: patch-src_tls.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/libshout/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/libshout/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/audio/libshout/patches/patch-src_tls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560242968218790 Content-Disposition: inline Content-Length: 1681 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libshout/Makefile diff -u pkgsrc/audio/libshout/Makefile:1.14 pkgsrc/audio/libshout/Makefile:1.15 --- pkgsrc/audio/libshout/Makefile:1.14 Tue May 21 15:49:27 2019 +++ pkgsrc/audio/libshout/Makefile Tue Jun 11 08:49:28 2019 @@ -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/ Index: pkgsrc/audio/libshout/distinfo diff -u pkgsrc/audio/libshout/distinfo:1.10 pkgsrc/audio/libshout/distinfo:1.11 --- pkgsrc/audio/libshout/distinfo:1.10 Tue May 21 15:49:27 2019 +++ pkgsrc/audio/libshout/distinfo Tue Jun 11 08:49:28 2019 @@ -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 --_----------=_1560242968218790--