head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2012.03.21.11.01.51; author drochner; state dead; branches; next 1.1; 1.1 date 2012.02.21.12.49.43; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2012.02.21.12.49.43; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 2.0.1 changes: -Support for MxPEG files -UI improvements, speedup -bugfixes -2 security fixes: -Heap overflows in Real RTPS protocol (CVE-2012-1776) -Stack overflow in MMS protocol (CVE-2012-1775) @ text @$NetBSD: patch-aw,v 1.1 2012/02/21 12:49:43 drochner Exp $ --- src/posix/thread.c.orig 2012-01-30 21:37:14.000000000 +0000 +++ src/posix/thread.c @@@@ -453,7 +453,7 @@@@ int vlc_cond_timedwait (vlc_cond_t *p_co #if (_POSIX_MONOTONIC_CLOCK > 0) && (_POSIX_CLOCK_SELECTION < 0) /* Without clock selection, the real-time clock is used for the absolute * timeout in pthread_cond_timedwait(). We may need to adjust. */ -# error FIXME: breaks vlc_cond_init_daytime() +/*# error FIXME: breaks vlc_cond_init_daytime()*/ if (vlc_clock_id != CLOCK_REALTIME) { struct timeval tv; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @add vlc-2.0.0. This may need some polishing and fixes; while it works well mostly it is not ready to replace vlc-1.1 yet. @ text @@