Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 06:29:07 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r539695 - branches/2020Q2/multimedia/vlc
Message-ID:  <202006200629.05K6T765009285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Jun 20 06:29:07 2020
New Revision: 539695
URL: https://svnweb.freebsd.org/changeset/ports/539695

Log:
  MFH: r539618
  
  multimed/vlc: update to 3.0.11
  
  Access:
   * rtp descriptor leak on error fix
  
  Demux:
   * Fixed regression with some encrypted HLS streams
   * Live HLS delay until first update fix
   * HLS rendition switch regression fix
   * Fix imprecise m4a seek
  
  Decoder:
   * Fixed missing captions with some capture cards
  
  Audio filters:
   * soxr resampling fixes
  
  Contribs:
   * Updated libfaad to 2.9.2 (Parametric Stereo regression)
   * Updated libarchive to 3.4.2
  
  macOS:
   * Fixed moving video window with mouse
   * Fixed UI issue showing "permissions warning" unnecessarily often
   * Fixed stack buffer overflow listing bluray mount points
   * Fixed potential crashes at startup
  
  Audio Output:
   * Fix sound not coming back after a pause with CoreAudio (macOS/iOS)
  
  Misc:
   * Update Youtube script
  
  http://www.videolan.org/security/sb-vlc3011.html
  https://github.com/videolan/vlc-3.0/releases/tag/3.0.11
  https://github.com/videolan/vlc-3.0/blob/3.0.11/NEWS
  
  PR:		247395
  Submitted by:	VVD <vvd@unislabs.com>
  Relnotes:a
  Security:	77896891-b08a-11ea-937b-b42e99a1b9c3
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q2/multimedia/vlc/Makefile
  branches/2020Q2/multimedia/vlc/distinfo
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/multimedia/vlc/Makefile
==============================================================================
--- branches/2020Q2/multimedia/vlc/Makefile	Sat Jun 20 04:41:27 2020	(r539694)
+++ branches/2020Q2/multimedia/vlc/Makefile	Sat Jun 20 06:29:07 2020	(r539695)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	vlc
-DISTVERSION=	3.0.10
-PORTREVISION=	1
+DISTVERSION=	3.0.11
+PORTREVISION=	0
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \

Modified: branches/2020Q2/multimedia/vlc/distinfo
==============================================================================
--- branches/2020Q2/multimedia/vlc/distinfo	Sat Jun 20 04:41:27 2020	(r539694)
+++ branches/2020Q2/multimedia/vlc/distinfo	Sat Jun 20 06:29:07 2020	(r539695)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588135602
-SHA256 (vlc-3.0.10.tar.xz) = a966abfc7f3b2ff3adaa130306ecaf5d6ad3b6dc73385fc9ab0c1204029d4c31
-SIZE (vlc-3.0.10.tar.xz) = 26096828
+TIMESTAMP = 1592518707
+SHA256 (vlc-3.0.11.tar.xz) = 3e94a1acf33445e9da15d528aa48657aa26b912eaa2656b403d43860a8834919
+SIZE (vlc-3.0.11.tar.xz) = 26041744



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006200629.05K6T765009285>