From owner-svn-ports-all@freebsd.org Mon Nov 20 21:05:37 2017 Return-Path: Delivered-To: svn-ports-all@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 4E082DF5995; Mon, 20 Nov 2017 21:05:37 +0000 (UTC) (envelope-from tobik@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 1A1666D489; Mon, 20 Nov 2017 21:05:37 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAKL5afQ068397; Mon, 20 Nov 2017 21:05:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAKL5aCb068396; Mon, 20 Nov 2017 21:05:36 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201711202105.vAKL5aCb068396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 20 Nov 2017 21:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r454580 - in branches/2017Q4/audio/sox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in branches/2017Q4/audio/sox: . files X-SVN-Commit-Revision: 454580 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2017 21:05:37 -0000 Author: tobik Date: Mon Nov 20 21:05:35 2017 New Revision: 454580 URL: https://svnweb.freebsd.org/changeset/ports/454580 Log: MFH: r454577 audio/sox: Fix segfault in the OSS backend sox currently crashes when it finishes playing a file. PR: 213262 Approved by: Dan Nelson (maintainer) Reported by: Alexandros Perdikomatis Obtained from: Pkgsrc Approved by: ports-secteam blanket Added: branches/2017Q4/audio/sox/files/ - copied from r454577, head/audio/sox/files/ Modified: branches/2017Q4/audio/sox/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/audio/sox/Makefile ============================================================================== --- branches/2017Q4/audio/sox/Makefile Mon Nov 20 21:04:39 2017 (r454579) +++ branches/2017Q4/audio/sox/Makefile Mon Nov 20 21:05:35 2017 (r454580) @@ -3,7 +3,7 @@ PORTNAME= sox PORTVERSION= 14.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF