pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc vlc: Update to 3.0.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fcb8fd186d4
branches:  trunk
changeset: 338315:6fcb8fd186d4
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Aug 22 16:20:24 2019 +0000

description:
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)

diffstat:

 multimedia/vlc/Makefile |   7 +++----
 multimedia/vlc/PLIST    |   3 +--
 multimedia/vlc/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (69 lines):

diff -r d6b414f79dd5 -r 6fcb8fd186d4 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Thu Aug 22 14:49:25 2019 +0000
+++ b/multimedia/vlc/Makefile   Thu Aug 22 16:20:24 2019 +0000
@@ -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@localhost
 HOMEPAGE=              https://www.videolan.org/
@@ -35,6 +34,7 @@
 
 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 @@
 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"
diff -r d6b414f79dd5 -r 6fcb8fd186d4 multimedia/vlc/PLIST
--- a/multimedia/vlc/PLIST      Thu Aug 22 14:49:25 2019 +0000
+++ b/multimedia/vlc/PLIST      Thu Aug 22 16:20:24 2019 +0000
@@ -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/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
diff -r d6b414f79dd5 -r 6fcb8fd186d4 multimedia/vlc/distinfo
--- a/multimedia/vlc/distinfo   Thu Aug 22 14:49:25 2019 +0000
+++ b/multimedia/vlc/distinfo   Thu Aug 22 16:20:24 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index