From owner-svn-ports-head@freebsd.org Sun Feb 26 08:34:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65018CE22D6; Sun, 26 Feb 2017 08:34:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17458E3B; Sun, 26 Feb 2017 08:34:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1Q8YaYl005635; Sun, 26 Feb 2017 08:34:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1Q8YZEU005631; Sun, 26 Feb 2017 08:34:35 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702260834.v1Q8YZEU005631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 26 Feb 2017 08:34:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434848 - in head/audio/musicpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 08:34:37 -0000 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 + #include + ++#include ++ + #include + + #define ERRORLEN 80