Received: by mail.netbsd.org (Postfix, from userid 605) id ED93684D46; Wed, 10 Jan 2018 10:36:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A41D84D40 for ; Wed, 10 Jan 2018 10:36:41 +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 koKJtAXMk8rZ for ; Wed, 10 Jan 2018 10:36:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EFD5384CFC for ; Wed, 10 Jan 2018 10:36:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3248AFBDE; Wed, 10 Jan 2018 10:36:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151558059935080" MIME-Version: 1.0 Date: Wed, 10 Jan 2018 10:36:39 +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: <20180110103639.3248AFBDE@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. --_----------=_151558059935080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 10 10:36:39 UTC 2018 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo Log Message: musicpd: update to 0.20.15. ver 0.20.15 (2018/01/05) * queue: fix crash after seek failure * resampler - soxr: clear internal state after manual song change * state file - make mount point restore errors non-fatal - fix crash when restoring mounts with incompatible database plugin * Android - build without Ant - fix for SIGSYS crash ver 0.20.14 (2018/01/01) * database - simple: fix file corruption in the presence of mount points * archive - bz2: fix deadlock - reduce lock contention, fixing lots of xrun problems * fix Solaris build failure ver 0.20.13 (2017/12/18) * output - osx: set up ring buffer to hold at least 100ms * mixer - alsa: fix rounding errors * database - simple: don't purge mount points on update/rescan - simple: fix "mount" bug caused by bad compiler optimization - simple: fix "lsinfo" into mount points - upnp: work around libupnp 1.6.24 API breakage * queue: fix spuriously misplaced prioritized songs * save and restore mountpoints within the state file * include Windows cross-build script in source tarball * fix Windows build failures To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.85 -r1.86 pkgsrc/audio/musicpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151558059935080 Content-Disposition: inline Content-Length: 1688 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.156 pkgsrc/audio/musicpd/Makefile:1.157 --- pkgsrc/audio/musicpd/Makefile:1.156 Mon Jan 1 21:18:15 2018 +++ pkgsrc/audio/musicpd/Makefile Wed Jan 10 10:36:39 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.156 2018/01/01 21:18:15 adam Exp $ +# $NetBSD: Makefile,v 1.157 2018/01/10 10:36:39 wiz Exp $ -DISTNAME= mpd-0.20.12 +DISTNAME= mpd-0.20.15 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 2 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.85 pkgsrc/audio/musicpd/distinfo:1.86 --- pkgsrc/audio/musicpd/distinfo:1.85 Tue Nov 28 13:53:16 2017 +++ pkgsrc/audio/musicpd/distinfo Wed Jan 10 10:36:39 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.85 2017/11/28 13:53:16 wiz Exp $ +$NetBSD: distinfo,v 1.86 2018/01/10 10:36:39 wiz Exp $ -SHA1 (mpd-0.20.12.tar.xz) = 5d77b92bcca81b6e53bf45078545a6193477d710 -RMD160 (mpd-0.20.12.tar.xz) = f93b34744ae33a0cc157ee75a3de911055e80e8f -SHA512 (mpd-0.20.12.tar.xz) = 3e221edc71cc65f9da46aa4f1d0bc2f8ca701cc4a103ea8efb08191918312b2f3b0023288e3dcabe0779e81ee6f628773d779462e09a55f2c090cca0e3d099af -Size (mpd-0.20.12.tar.xz) = 781072 bytes +SHA1 (mpd-0.20.15.tar.xz) = 6acf4050ea07e5275e3e71fcaea971ada0727429 +RMD160 (mpd-0.20.15.tar.xz) = 9aa3b72a125433cfbbba6673defa82844945a018 +SHA512 (mpd-0.20.15.tar.xz) = 0c8ef517bd1077a7c7c687542dd5ede6449053a27b5258cde3f3a877e97b9bff6159a1a4646d5598a8e6656c5b14b6230f89f1247ac1693a82d869d9ee8e9f47 +Size (mpd-0.20.15.tar.xz) = 790096 bytes --_----------=_151558059935080--