Received: by mail.netbsd.org (Postfix, from userid 605) id 2632C84F3C; Wed, 20 Apr 2022 20:12:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6156884EFA for ; Wed, 20 Apr 2022 20:12:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qmhQYT4JPmKX for ; Wed, 20 Apr 2022 20:12:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CEA1784D27 for ; Wed, 20 Apr 2022 20:12:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB1ACFB1A; Wed, 20 Apr 2022 20:12:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650485552166780" MIME-Version: 1.0 Date: Wed, 20 Apr 2022 20:12:32 +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: <20220420201232.CB1ACFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650485552166780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 20 20:12:32 UTC 2022 Modified Files: pkgsrc/audio/libshout: Makefile distinfo Log Message: libshout: update to 2.4.6. libshout 2.4.6 (20220410) * Fixed pkg-config file (#2329) * Made vorbis an optional codec * Do not pass to small headers to libspeex (see also the same mirror-patch in Icecast) * Updated documentation, mostly in regard of making it clearer which functions are now obsoleted * General code cleanup * Added compiler warnings about obsoleted functions and ignored return values * Replaced old shout_set_metadata() with new shout_set_metadata_utf8() * Added support for plain text streaming * Fixed shout_set_metadata*() sometimes returning SHOUTERR_RETRY (#2328) * Workaround old clients by emulating SHOUTERR_RETRY with SHOUTERR_BUSY (#2316) * Remove our re-implementation of X509_check_host() * Allow to disable building tools (#2331) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/libshout/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/libshout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650485552166780 Content-Disposition: inline Content-Length: 1518 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.20 pkgsrc/audio/libshout/Makefile:1.21 --- pkgsrc/audio/libshout/Makefile:1.20 Mon Jan 4 11:09:33 2021 +++ pkgsrc/audio/libshout/Makefile Wed Apr 20 20:12:32 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/01/04 11:09:33 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2022/04/20 20:12:32 wiz Exp $ -DISTNAME= libshout-2.4.5 +DISTNAME= libshout-2.4.6 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/libshout/ Index: pkgsrc/audio/libshout/distinfo diff -u pkgsrc/audio/libshout/distinfo:1.15 pkgsrc/audio/libshout/distinfo:1.16 --- pkgsrc/audio/libshout/distinfo:1.15 Tue Oct 26 09:59:09 2021 +++ pkgsrc/audio/libshout/distinfo Wed Apr 20 20:12:32 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 09:59:09 nia Exp $ +$NetBSD: distinfo,v 1.16 2022/04/20 20:12:32 wiz Exp $ -BLAKE2s (libshout-2.4.5.tar.gz) = 9130eb0512e8a5dffa9ea55ce6afac0f6206f9704d73a1985ebe2fa6bd538201 -SHA512 (libshout-2.4.5.tar.gz) = 290844185da16961f03434d3e341573dd6cb0139e5fa81902903021b641382d2629302d7c356bc591b35656754e07f4e44a8d9e782e092b17a051b9ae8f54341 -Size (libshout-2.4.5.tar.gz) = 543991 bytes +BLAKE2s (libshout-2.4.6.tar.gz) = 692d3b2a76bde9ce15e3c901c002c9be17d1680939d30fb6c884a2b189c294ef +SHA512 (libshout-2.4.6.tar.gz) = e8478cdbf9a27674c16a7b620d1576f2e31a47262b8e29b314d0f46d4e5be24b9a29790b7b226f48939bc34cacf5734fae0aa5686c7ed5879cdbd827ff8e0339 +Size (libshout-2.4.6.tar.gz) = 571153 bytes --_----------=_1650485552166780--