svn commit: r520865 - head/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Wed Dec 25 13:59:57 UTC 2019


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


More information about the svn-ports-all mailing list