Received: by mail.netbsd.org (Postfix, from userid 605) id 5DBD48520A; Thu, 22 Aug 2019 16:20:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D835785204 for ; Thu, 22 Aug 2019 16:20:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xsrVQHHWbYnd for ; Thu, 22 Aug 2019 16:20:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 11E49851EE for ; Thu, 22 Aug 2019 16:20:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0BB8FFBF4; Thu, 22 Aug 2019 16:20:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566490825270860" MIME-Version: 1.0 Date: Thu, 22 Aug 2019 16:20:25 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/vlc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190822162025.0BB8FFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566490825270860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Aug 22 16:20:24 UTC 2019 Modified Files: pkgsrc/multimedia/vlc: Makefile PLIST distinfo Log Message: vlc: Update to 3.0.8 XXX libarchive option is broken with netbsd-9 so has to be disabled (version number detection fails) Changes between 3.0.7.1 and 3.0.8: ---------------------------------- Core: * Fix stuttering for low framerate videos Demux: * Fix channel ordering in some MP4 files * Fix glitches in TS over HLS * Add real probing of HLS streams * Fix HLS MIME type fallback Decoder: * Fix WebVTT subtitles rendering Stream filter: * Improve network buffering Misc: * Update Youtube script Audio Output: * macOS/iOS: Fix stuttering or blank audio when starting or seeking when using external audio devices (bluetooth for example) * macOS: Fix AV synchronization when using external audio devices Video Output: * Direct3D11: Fix hardware acceleration for some AMD drivers Stream output: * Fix transcoding when the decoder does not set the chroma Security: * Fix a buffer overflow in the MKV demuxer (CVE-2019-14970) * Fix a read buffer overflow in the avcodec decoder (CVE-2019-13962) * Fix a read buffer overflow in the FAAD decoder * Fix a read buffer overflow in the OGG demuxer (CVE-2019-14437, CVE-2019-14438) * Fix a read buffer overflow in the ASF demuxer (CVE-2019-14776) * Fix a use after free in the MKV demuxer (CVE-2019-14777, CVE-2019-14778) * Fix a use after free in the ASF demuxer (CVE-2019-14533) * Fix a couple of integer underflows in the MP4 demuxer (CVE-2019-13602) * Fix a null dereference in the dvdnav demuxer * Fix a null dereference in the ASF demuxer (CVE-2019-14534) * Fix a null dereference in the AVI demuxer * Fix a division by zero in the CAF demuxer (CVE-2019-14498) * Fix a division by zero in the ASF demuxer (CVE-2019-14535) To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 pkgsrc/multimedia/vlc/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/multimedia/vlc/PLIST cvs rdiff -u -r1.75 -r1.76 pkgsrc/multimedia/vlc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566490825270860 Content-Disposition: inline Content-Length: 3377 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/vlc/Makefile diff -u pkgsrc/multimedia/vlc/Makefile:1.222 pkgsrc/multimedia/vlc/Makefile:1.223 --- pkgsrc/multimedia/vlc/Makefile:1.222 Sun Aug 11 13:22:04 2019 +++ pkgsrc/multimedia/vlc/Makefile Thu Aug 22 16:20:24 2019 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.222 2019/08/11 13:22:04 wiz Exp $ +# $NetBSD: Makefile,v 1.223 2019/08/22 16:20:24 nia Exp $ DISTNAME= vlc-${VLC_VERSION} -PKGREVISION= 3 CATEGORIES= multimedia MASTER_SITES= https://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ EXTRACT_SUFX= .tar.xz -VLC_VERSION= 3.0.7.1 +VLC_VERSION= 3.0.8 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.videolan.org/ @@ -35,6 +34,7 @@ BUILDLINK_API_DEPENDS.vcdimager+= vcdima LUA_VERSIONS_ACCEPTED= 51 52 +CONFIGURE_ARGS+= --disable-archive CONFIGURE_ARGS+= --disable-aribsub CONFIGURE_ARGS+= --disable-aribb25 CONFIGURE_ARGS+= --disable-bluray @@ -162,7 +162,6 @@ CHECK_WRKREF_SKIP= lib/libvlccore.a \ pre-configure: ${RUN} cd ${WRKSRC} && ${SH} ./bootstrap -.include "../../archivers/libarchive/buildlink3.mk" .include "../../audio/faad2/buildlink3.mk" .include "../../audio/fluidsynth/buildlink3.mk" .include "../../audio/flac/buildlink3.mk" Index: pkgsrc/multimedia/vlc/PLIST diff -u pkgsrc/multimedia/vlc/PLIST:1.62 pkgsrc/multimedia/vlc/PLIST:1.63 --- pkgsrc/multimedia/vlc/PLIST:1.62 Tue Jul 2 20:52:12 2019 +++ pkgsrc/multimedia/vlc/PLIST Thu Aug 22 16:20:24 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.62 2019/07/02 20:52:12 nia Exp $ +@comment $NetBSD: PLIST,v 1.63 2019/08/22 16:20:24 nia Exp $ @pkgdir share/vlc/http/dialogs @pkgdir share/vlc/http/images @pkgdir share/vlc/http/js @@ -393,7 +393,6 @@ lib/vlc/plugins/spu/libmosaic_plugin.la lib/vlc/plugins/spu/libremoteosd_plugin.la lib/vlc/plugins/spu/librss_plugin.la lib/vlc/plugins/spu/libsubsdelay_plugin.la -lib/vlc/plugins/stream_extractor/libarchive_plugin.la lib/vlc/plugins/stream_filter/libadf_plugin.la lib/vlc/plugins/stream_filter/libcache_block_plugin.la lib/vlc/plugins/stream_filter/libcache_read_plugin.la Index: pkgsrc/multimedia/vlc/distinfo diff -u pkgsrc/multimedia/vlc/distinfo:1.75 pkgsrc/multimedia/vlc/distinfo:1.76 --- pkgsrc/multimedia/vlc/distinfo:1.75 Tue Jul 2 20:52:12 2019 +++ pkgsrc/multimedia/vlc/distinfo Thu Aug 22 16:20:24 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.75 2019/07/02 20:52:12 nia Exp $ +$NetBSD: distinfo,v 1.76 2019/08/22 16:20:24 nia Exp $ -SHA1 (vlc-3.0.7.1.tar.xz) = 3f6f9e56695eeea662b86602963721f1ac7afd23 -RMD160 (vlc-3.0.7.1.tar.xz) = 9ed6e0f890582efb455c6ff005233cff6c83fcf3 -SHA512 (vlc-3.0.7.1.tar.xz) = 6b99ae0564630a7a7ca9187c3bb954c601e384522ce93460b73f2dbf31787ce5828daca9f31c781b97db77872d76b6a3e871ff3401d70f1b5829fee7c4e847fd -Size (vlc-3.0.7.1.tar.xz) = 26052372 bytes +SHA1 (vlc-3.0.8.tar.xz) = 424a9795e051c198e7fa28107b15809ee6820d43 +RMD160 (vlc-3.0.8.tar.xz) = ccb9cf848ba3aa3d57e1dc6a4ccec9f59002883c +SHA512 (vlc-3.0.8.tar.xz) = 5ade0b350e98fd6fa90035bffabda96f0addb3844a7c0a242b4db1cab6a746e1adb1d713ddcb48ae51a7d1736090f096f5d3b0637a9f958ccf4fcf27e838cf70 +Size (vlc-3.0.8.tar.xz) = 26041520 bytes SHA1 (patch-compat_Makefile.am) = 1c3e0a7c4610c55c3ec9ba80d66b9959661139b3 SHA1 (patch-configure.ac) = 99e975954323b4e94daeb75ce2ae439b49c51b0f SHA1 (patch-lib_core.c) = 8ec5557424e6ddc05cc365aacd1ec847d9a94605 --_----------=_1566490825270860--