head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.20 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.18 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.16 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.12 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.10 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.8 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.6 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.4 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.0.6 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.4 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2008.02.20.13.11.00; author xtraeme; state dead; branches; next 1.1; 1.1 date 2007.06.22.14.13.17; author lkundrak; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.8.6d (latest stable version), based on wip/vlc update done by Adam Hoka (thank you!). Changes between 0.8.6c and 0.8.6d: ---------------------------------------------------------- Various bugfixes: * Mozilla plugin: supports a reasonable amount of MIME types on Windows * Linux: Fixed S/PDIF passthrough with ALSA * Automatic recovery on unexpected stream discontinuity (clock gap) occurrences in input * Use field order (top/bottom) for correct bob/linear deinterlacing * Fix invalid free in bookmarks loading code Windows and Mac OS Binaries * FLAC Security Update (CVE-2007-4619) to prevent multiple integer overflows Active X plugin: * Security update (VideoLAN-SA-0703) Mac OS X Interface & Port: * Apple Remote support on Mac OS X 10.5 Leopard with enhanced functionality * Improved Video Output compatibility for Mac OS X 10.5 Leopard * Improved behavior of the Fullscreen Controller and mode changes between Fullscreen and Windowed Video Output * Softened the white flash artifacts that may appear during the transition of two different movies * Support for current Ogg file formats NOTE: This release requires Mac OS X 10.4 or higher. Mac OS X 10.3.9 is not supported anymore. Encoders: * Improved H.264 encoding speed on Mac OS X Other changes: * The automatic updating facility was removed * You now need to append --m3u-extvlcopt to your command line to enable EXTVLCOPT options parsing in m3u playlists. ...and more, see the NEWS file. @ text @$NetBSD: patch-an,v 1.1 2007/06/22 14:13:17 lkundrak Exp $ Fix for CVE-2007-3316 format-string vulnerability in SAP module described by VideoLAN-SA-0702 advisory. Backported from 0.8.6c. --- modules/services_discovery/sap.c.orig 2007-06-22 16:06:09.000000000 +0200 +++ modules/services_discovery/sap.c @@@@ -818,12 +818,12 @@@@ sap_announce_t *CreateAnnounce( services if( psz_value != NULL ) { vlc_input_item_AddInfo( &p_item->input, _("Session"), - _("Tool"), psz_value ); + _("Tool"), "%s", psz_value ); } if( strcmp( p_sdp->psz_username, "-" ) ) { vlc_input_item_AddInfo( &p_item->input, _("Session"), - _("User"), p_sdp->psz_username ); + _("User"), "%s", p_sdp->psz_username ); } psz_value = GetAttribute( p_sap->p_sdp, "x-plgroup" ); @ 1.1 log @Fix for CVE-2007-3316 format-string vulnerability described by VideoLAN-SA-0702 upstream advisory. Backported from 0.8.6c. @ text @d1 1 a1 1 $NetBSD$ @