pkgsrc/x11/libXvMC/Makefile
wiz 862b18a5ff Update to 1.0.8:
This bug fix release provides the fixes for the recently announced security
issues CVE-2013-1990 & CVE-2013-1999, and the fixes for the bugs introduced
in the initial set of patches for those security issues.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (6):
      Use _XEatDataWords to avoid overflow of rep.length shifting
      integer overflow in XvMCListSurfaceTypes() [CVE-2013-1990 1/2]
      integer overflow in XvMCListSubpictureTypes() [CVE-2013-1990 2/2]
      integer overflow in _xvmc_create_*()
      Multiple unvalidated assumptions in XvMCGetDRInfo() [CVE-2013-1999]
      libXvMC 1.0.8

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dave Airlie (1):
      Multiple unvalidated patches in CVE-2013-1999

Julien Cristau (1):
      avoid overflowing by making nameLen and busIDLen addition overflow
2013-06-14 07:41:43 +00:00

32 lines
759 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/06/14 07:41:43 wiz Exp $
DISTNAME= libXvMC-1.0.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= XVideo Motion Compensation Library
LICENSE= mit
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xvmc.pc.in
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXv/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"