Date: Sun, 26 Feb 2017 08:34:35 +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: r434848 - in head/audio/musicpd: . files Message-ID: <201702260834.v1Q8YZEU005631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Feb 26 08:34:35 2017 New Revision: 434848 URL: https://svnweb.freebsd.org/changeset/ports/434848 Log: Update to upstream version 0.20.5; fixes buffer overflows in http output MFH: 2017Q1 Added: head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx (contents, props changed) Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun Feb 26 08:07:15 2017 (r434847) +++ head/audio/musicpd/Makefile Sun Feb 26 08:34:35 2017 (r434848) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.4 +PORTVERSION= 0.20.5 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Sun Feb 26 08:07:15 2017 (r434847) +++ head/audio/musicpd/distinfo Sun Feb 26 08:34:35 2017 (r434848) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486630981 -SHA256 (mpd-0.20.4.tar.xz) = 712b25351c12616630c580204e1c3dcba3ae2993a56cff1c346c87e334d69728 -SIZE (mpd-0.20.4.tar.xz) = 770132 +TIMESTAMP = 1488034173 +SHA256 (mpd-0.20.5.tar.xz) = 525573be27443ae26868b21a61e88c03909e72f1212ddaa725a0389a28d88987 +SIZE (mpd-0.20.5.tar.xz) = 771276 Added: head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx Sun Feb 26 08:34:35 2017 (r434848) @@ -0,0 +1,11 @@ +--- src/decoder/plugins/WavpackDecoderPlugin.cxx.orig 2017-01-27 07:46:51 UTC ++++ src/decoder/plugins/WavpackDecoderPlugin.cxx +@@ -34,6 +34,8 @@ + #include <stdexcept> + #include <memory> + ++#include <cstdlib> ++ + #include <assert.h> + + #define ERRORLEN 80
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702260834.v1Q8YZEU005631>