From owner-svn-ports-all@freebsd.org Fri Jun 19 14:32:52 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 3FA6B34E106; Fri, 19 Jun 2020 14:32:52 +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 49pLr4123yz4CHw; Fri, 19 Jun 2020 14:32:52 +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 1E9101C6DA; Fri, 19 Jun 2020 14:32:52 +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 05JEWqDR015573; Fri, 19 Jun 2020 14:32:52 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05JEWpxd015572; Fri, 19 Jun 2020 14:32:51 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202006191432.05JEWpxd015572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 19 Jun 2020 14:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539618 - head/multimedia/vlc X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/multimedia/vlc X-SVN-Commit-Revision: 539618 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: Fri, 19 Jun 2020 14:32:52 -0000 Author: tcberner Date: Fri Jun 19 14:32:51 2020 New Revision: 539618 URL: https://svnweb.freebsd.org/changeset/ports/539618 Log: 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 MFH: 2020Q2 Relnotes:a Security: 77896891-b08a-11ea-937b-b42e99a1b9c3 Modified: head/multimedia/vlc/Makefile head/multimedia/vlc/distinfo Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Fri Jun 19 14:29:01 2020 (r539617) +++ head/multimedia/vlc/Makefile Fri Jun 19 14:32:51 2020 (r539618) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= vlc -DISTVERSION= 3.0.10 -PORTREVISION= 7 +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: head/multimedia/vlc/distinfo ============================================================================== --- head/multimedia/vlc/distinfo Fri Jun 19 14:29:01 2020 (r539617) +++ head/multimedia/vlc/distinfo Fri Jun 19 14:32:51 2020 (r539618) @@ -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