From owner-svn-ports-all@freebsd.org Sat Jun 20 06:29:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 791323484F5; Sat, 20 Jun 2020 06:29:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49pm3S5PVyz4ThC; Sat, 20 Jun 2020 06:29:08 +0000 (UTC) (envelope-from tcberner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D59627D74; Sat, 20 Jun 2020 06:29:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05K6T8d6009287; Sat, 20 Jun 2020 06:29:08 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05K6T765009285; Sat, 20 Jun 2020 06:29:07 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202006200629.05K6T765009285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 20 Jun 2020 06:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r539695 - branches/2020Q2/multimedia/vlc X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: branches/2020Q2/multimedia/vlc X-SVN-Commit-Revision: 539695 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.33 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: Sat, 20 Jun 2020 06:29:09 -0000 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 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