svn commit: r454580 - in branches/2017Q4/audio/sox: . files

Tobias Kortkamp tobik at FreeBSD.org
Mon Nov 20 21:05:37 UTC 2017


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 <dnelson at allantgroup.com> (maintainer)
  Reported by:	Alexandros Perdikomatis <alexandrosperdikomatis at gmail.com>
  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
 


More information about the svn-ports-branches mailing list