Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B2A7C7A265 for ; Mon, 27 Feb 2017 10:46:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 61AEE85580; Mon, 27 Feb 2017 10:46:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E72A48556C for ; Mon, 27 Feb 2017 10:46:01 +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 k1sC9Gc2jygF for ; Mon, 27 Feb 2017 10:46:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 791B784CDC for ; Mon, 27 Feb 2017 10:46:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 743C3FBE4; Mon, 27 Feb 2017 10:46:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488192361285590" MIME-Version: 1.0 Date: Mon, 27 Feb 2017 10:46:01 +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: <20170227104601.743C3FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1488192361285590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 27 10:46:01 UTC 2017 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo Log Message: Updated musicpd to 0.20.5. ver 0.20.5 (2017/02/20) * tags - id3: fix memory leak on corrupt ID3 tags * decoder - sidplay: don't require libsidutils when building with libsidplayfp * output - httpd: fix two buffer overflows in IcyMetaData length calculation * mixer - alsa: fix crash bug To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.78 -r1.79 pkgsrc/audio/musicpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488192361285590 Content-Disposition: inline Content-Length: 1678 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.141 pkgsrc/audio/musicpd/Makefile:1.142 --- pkgsrc/audio/musicpd/Makefile:1.141 Fri Feb 24 21:54:51 2017 +++ pkgsrc/audio/musicpd/Makefile Mon Feb 27 10:46:01 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.141 2017/02/24 21:54:51 maya Exp $ +# $NetBSD: Makefile,v 1.142 2017/02/27 10:46:01 wiz Exp $ -DISTNAME= mpd-0.20.4 +DISTNAME= mpd-0.20.5 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.20/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} Index: pkgsrc/audio/musicpd/distinfo diff -u pkgsrc/audio/musicpd/distinfo:1.78 pkgsrc/audio/musicpd/distinfo:1.79 --- pkgsrc/audio/musicpd/distinfo:1.78 Sun Feb 5 18:51:59 2017 +++ pkgsrc/audio/musicpd/distinfo Mon Feb 27 10:46:01 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.78 2017/02/05 18:51:59 wiz Exp $ +$NetBSD: distinfo,v 1.79 2017/02/27 10:46:01 wiz Exp $ -SHA1 (mpd-0.20.4.tar.xz) = 34753876145620c8cb30c036bbd4daf707752cf8 -RMD160 (mpd-0.20.4.tar.xz) = 36a457e60a3e45e49d10ccf964b283905b1a7ef0 -SHA512 (mpd-0.20.4.tar.xz) = d0c01ae6a3fd59e5ccdc24225bd9bb9e63620f1a395d317573499cc045de81f2abd803ca87eb1b2ca1d26d25167aaa6f5523e96f9512619272b857190efa0a72 -Size (mpd-0.20.4.tar.xz) = 770132 bytes +SHA1 (mpd-0.20.5.tar.xz) = b6c8e8913979f428771b8e498b334725793a4589 +RMD160 (mpd-0.20.5.tar.xz) = 5875f6c5c2300c1d7b03368bbd98426eca0e640a +SHA512 (mpd-0.20.5.tar.xz) = 0fc89c76bf9fa492f06ad44e27446da8cb8ba23694161366fd62b90eea7562176ddad9996445306c716579e495f59cff19806b06d49bfaa5dfee6987e021e9fc +Size (mpd-0.20.5.tar.xz) = 771276 bytes --_----------=_1488192361285590--