Received: by mail.netbsd.org (Postfix, from userid 605) id 54A5884D8D; Mon, 11 Jul 2022 08:26:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D20D84D72 for ; Mon, 11 Jul 2022 08:26:00 +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 OvXRMuTOd_DY for ; Mon, 11 Jul 2022 08:26:00 +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 00B3484CED for ; Mon, 11 Jul 2022 08:25:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE6A4FB1A; Mon, 11 Jul 2022 08:25:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657527959255280" MIME-Version: 1.0 Date: Mon, 11 Jul 2022 08:25:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220711082559.EE6A4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657527959255280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 11 08:25:59 UTC 2022 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo Log Message: musicpd: updated to 0.23.8 ver 0.23.8 (2022/07/09) * storage - curl: fix crash if web server does not understand WebDAV * input - cdio_paranoia: fix crash if no drive was found - cdio_paranoia: faster cancellation - cdio_paranoia: don't scan for replay gain tags - pipewire: fix playback of very short tracks - pipewire: drop all buffers before manual song change - pipewire: fix stuttering after manual song change - snapcast: fix busy loop while paused - snapcast: fix stuttering after resuming playback * mixer - better error messages - alsa: fix setting volume before playback starts - pipewire: fix crash bug - pipewire: fix volume change events with PipeWire 0.3.53 - pipewire: don't force initial volume=100% * support libfmt 9 To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.136 -r1.137 pkgsrc/audio/musicpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657527959255280 Content-Disposition: inline Content-Length: 1739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musicpd/Makefile diff -u pkgsrc/audio/musicpd/Makefile:1.268 pkgsrc/audio/musicpd/Makefile:1.269 --- pkgsrc/audio/musicpd/Makefile:1.268 Sat Jul 9 09:13:55 2022 +++ pkgsrc/audio/musicpd/Makefile Mon Jul 11 08:25:59 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.268 2022/07/09 09:13:55 wiz Exp $ +# $NetBSD: Makefile,v 1.269 2022/07/11 08:25:59 adam Exp $ -DISTNAME= mpd-0.23.7 +DISTNAME= mpd-0.23.8 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/audio/musicpd/distinfo diff -u pkgsrc/audio/musicpd/distinfo:1.136 pkgsrc/audio/musicpd/distinfo:1.137 --- pkgsrc/audio/musicpd/distinfo:1.136 Wed May 18 08:43:06 2022 +++ pkgsrc/audio/musicpd/distinfo Mon Jul 11 08:25:59 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.136 2022/05/18 08:43:06 wiz Exp $ +$NetBSD: distinfo,v 1.137 2022/07/11 08:25:59 adam Exp $ -BLAKE2s (mpd-0.23.7.tar.xz) = ff61c933a47e491a6169f9ea3da268687783790ee59171bbd99c6e9c56dd2a29 -SHA512 (mpd-0.23.7.tar.xz) = 2a6b3eb2c8b61a22861ae75fe2f62c8ec6cd391f029438577127e309b910e99d7b735e40afae96d52ed4f161195a0ce7cb89cc51ad45df5a18e04736c16ce3a6 -Size (mpd-0.23.7.tar.xz) = 771992 bytes +BLAKE2s (mpd-0.23.8.tar.xz) = f7573d127356d7e8a2042086abdd4b65eedd9eea85b80505a26277a7a892a898 +SHA512 (mpd-0.23.8.tar.xz) = 62f7571de29a329b8ef1fc6f7c338125e70895e06fca134eb9ade19635498ec13da00511870bfadabc5a9ccb090c44543d3101361ffe109e4fadce66435b37ab +Size (mpd-0.23.8.tar.xz) = 773280 bytes SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e SHA1 (patch-src_util_WStringAPI.hxx) = 92f39096770943c26d8aaae8a7581d4daca2d233 --_----------=_1657527959255280--