Received: by mail.netbsd.org (Postfix, from userid 605) id 589CD84D52; Wed, 24 Feb 2021 12:29:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9395E84D10 for ; Wed, 24 Feb 2021 12:29:49 +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 CHMwmMHsg87J for ; Wed, 24 Feb 2021 12:29:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 119E984CE7 for ; Wed, 24 Feb 2021 12:29:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B556FA95; Wed, 24 Feb 2021 12:29:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614169789185690" MIME-Version: 1.0 Date: Wed, 24 Feb 2021 12:29:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210224122949.0B556FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614169789185690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 24 12:29:48 UTC 2021 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo Log Message: musicpd: update to 0.22.6. ver 0.22.6 (2021/02/16) * fix missing tags on songs in queue ver 0.22.5 (2021/02/15) * protocol - error for malformed ranges instead of ignoring silently - better error message for open-ended range with "move" * database - simple: fix missing CUE sheet metadata in "addid" command * tags - id: translate TPE3 to Conductor, not Performer * archive - iso9660: another fix for unaligned reads * output - httpd: error handling on Windows improved - pulse: fix deadlock with "always_on" * Windows: - enable https:// support (via Schannel) * Android - work around "Permission denied" on mpd.conf To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.121 -r1.122 pkgsrc/audio/musicpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614169789185690 Content-Disposition: inline Content-Length: 1729 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.236 pkgsrc/audio/musicpd/Makefile:1.237 --- pkgsrc/audio/musicpd/Makefile:1.236 Sun Feb 7 06:30:14 2021 +++ pkgsrc/audio/musicpd/Makefile Wed Feb 24 12:29:48 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.236 2021/02/07 06:30:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.237 2021/02/24 12:29:48 wiz Exp $ -DISTNAME= mpd-0.22.4 +DISTNAME= mpd-0.22.6 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/0.22/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/audio/musicpd/distinfo diff -u pkgsrc/audio/musicpd/distinfo:1.121 pkgsrc/audio/musicpd/distinfo:1.122 --- pkgsrc/audio/musicpd/distinfo:1.121 Mon Jan 25 10:06:10 2021 +++ pkgsrc/audio/musicpd/distinfo Wed Feb 24 12:29:48 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.121 2021/01/25 10:06:10 wiz Exp $ +$NetBSD: distinfo,v 1.122 2021/02/24 12:29:48 wiz Exp $ -SHA1 (mpd-0.22.4.tar.xz) = 29a69f59c6f2f2e4fc9646355ce181d5534a512c -RMD160 (mpd-0.22.4.tar.xz) = 75d2eff87d9f5d292b882c67acc30cff02b7bdf5 -SHA512 (mpd-0.22.4.tar.xz) = e169d6656b378d52798e822ffd47f554bd7c076ca8bc5a1119e3b2fad36bee79335dc392aa8d78d854689af62168625698c1777440e08a67075099898ee5fe34 -Size (mpd-0.22.4.tar.xz) = 729264 bytes +SHA1 (mpd-0.22.6.tar.xz) = b900af448040d76827ed84dd4ae78e24443513a5 +RMD160 (mpd-0.22.6.tar.xz) = 90fbf971481bcddfcdaad9c6b41718169145b62c +SHA512 (mpd-0.22.6.tar.xz) = 5e417204e24d11fa609740ae92bc1d796aad2d63537655f655074d829cd79cadaf1ca025171dcf5486c1e557cc946152c21e299286b1cb74cc342da2b1f41343 +Size (mpd-0.22.6.tar.xz) = 730524 bytes SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e --_----------=_1614169789185690--