MFH: r496436

Update to upstream version 0.21.6

Details:
- Mostly bugfix release, including seek fixes for opus and
  a use-after-free bug in playlist and flac files.
- Upstream changelog see:
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.6/NEWS

Approved by:	ports-secteam (riggs)
This commit is contained in:
Thomas Zander 2019-03-21 10:23:47 +00:00
parent a988682592
commit 27894a3991
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q1/; revision=496439
3 changed files with 4 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= musicpd
PORTVERSION= 0.21.5
PORTVERSION= 0.21.6
CATEGORIES= audio ipv6
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550922923
SHA256 (mpd-0.21.5.tar.xz) = 2ea9f0eb3a7bdae5d705adf4e8ec45ef38b5b9ddf133f32b8926dd4e205b0ef9
SIZE (mpd-0.21.5.tar.xz) = 667624
TIMESTAMP = 1553120841
SHA256 (mpd-0.21.6.tar.xz) = 8d4d116acc069872ba68741016d284885e93f8558a88d0c7ed246b8e1f40e59f
SIZE (mpd-0.21.6.tar.xz) = 669272

View File

@ -1,11 +0,0 @@
--- src/lib/cdio/Paranoia.hxx.orig 2019-02-22 14:23:33 UTC
+++ src/lib/cdio/Paranoia.hxx
@@ -43,6 +43,8 @@
#include <stdexcept>
#include <utility>
+#include <cstdio>
+
class CdromDrive {
cdrom_drive_t *drv = nullptr;