Date: Fri, 19 Jun 2020 14:32:51 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539618 - head/multimedia/vlc Message-ID: <202006191432.05JEWpxd015572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <vvd@unislabs.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006191432.05JEWpxd015572>