pkgsrc/x11/libXv/Makefile
wiz 8574922503 Update to 1.0.8:
This release delivers the fixes for the recently announced security issues
CVE-2013-1989 & CVE-2013-2066, plus a couple build configuration changes
and man page fixes.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (6):
      Use _XEatDataWords to avoid overflow of rep.length shifting
      integer overflow in XvQueryPortAttributes() [CVE-2013-1989 1/3]
      buffer overflow in XvQueryPortAttributes() [CVE-2013-2066]
      integer overflow in XvListImageFormats() [CVE-2013-1989 2/3]
      integer overflow in XvCreateImage() [CVE-2013-1989 3/3]
      libXv 1.0.8

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

Thomas Klausner (1):
      Uppercase SH arguments.
2013-06-01 07:16:53 +00:00

32 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/06/01 07:16:53 wiz Exp $
DISTNAME= libXv-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= Xv Extension library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xv.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.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/videoproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"