head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.1.0.6 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.2 date 2009.01.20.18.30.49; author drochner; state dead; branches; next 1.1; 1.1 date 2008.08.27.17.16.44; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 1.1.16.1 This fixes a number of security problems: CVE-2008-5234 vector 1, CVE-2008-5236, CVE-2008-5237, CVE-2008-5239, CVE-2008-5240 vectors 3 & 4, CVE-2008-5243 other changes: -Support H.264 and AAC streams within FLV -tagging improvements -Add position-based seeking independent from seekpoints -misc fixes @ text @$NetBSD: patch-fc,v 1.1 2008/08/27 17:16:44 drochner Exp $ --- src/xine-engine/buffer.h.orig 2008-07-16 23:01:56.000000000 +0200 +++ src/xine-engine/buffer.h @@@@ -676,7 +676,7 @@@@ void _x_bmiheader_le2me( xine_bmiheader /* convert xine_waveformatex struct from little endian */ void _x_waveformatex_le2me( xine_waveformatex *wavex ) XINE_PROTECTED; -static inline _x_is_fourcc(void *ptr, void *tag) { +static __inline int _x_is_fourcc(void *ptr, void *tag) { return memcmp(ptr, tag, 4) == 0; } @ 1.1 log @add a patch from upstream CVS to make a header usable from C++, bump PKGREVISION, thanks Rumko for pointing out @ text @d1 1 a1 1 $NetBSD$ @