Date: Wed, 25 Dec 2019 13:59:56 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520865 - head/audio/musicpd Message-ID: <201912251359.xBPDxuhL000513@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Wed Dec 25 13:59:56 2019 New Revision: 520865 URL: https://svnweb.freebsd.org/changeset/ports/520865 Log: Update to upstream version 0.21.18 Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.18/NEWS - Contains a fix for a potential crash when using curl MFH: 2019Q4 (hat: ports-secteam) Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Wed Dec 25 13:56:51 2019 (r520864) +++ head/audio/musicpd/Makefile Wed Dec 25 13:59:56 2019 (r520865) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.17 +PORTVERSION= 0.21.18 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Wed Dec 25 13:56:51 2019 (r520864) +++ head/audio/musicpd/distinfo Wed Dec 25 13:59:56 2019 (r520865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577020164 -SHA256 (mpd-0.21.17.tar.xz) = 8498aa9e114661e99a12c4fcaeab8c6e83a33c6ad9ca0162774699d6c8236a62 -SIZE (mpd-0.21.17.tar.xz) = 675000 +TIMESTAMP = 1577281269 +SHA256 (mpd-0.21.18.tar.xz) = 8782e66cd5afd6c92860725196b35b6df07d3d127ef70e900e144323089e9442 +SIZE (mpd-0.21.18.tar.xz) = 676084
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912251359.xBPDxuhL000513>