pkgsrc/x11/libXxf86vm/Makefile
wiz d196ba1622 Update to 1.1.3:
This release provides the fixes for the recently announced security issue
CVE-2013-2001 along with a number of other fixes to the error handling
code found while investigating that issue.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (10):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      When Xcalloc() returns NULL, you don't need to Xfree() it
      Improve error handling in XF86VidModeGetMonitor()
      Unlock display before returning alloc error in XF86VidModeGetModeLine()
      Unlock display before returning alloc error in XF86VidModeGetAllModeLines()
      Unlock display before returning alloc error in XF86VidModeGetDotClocks()
      Use _XEatDataWords to avoid overflow of length calculations
      memory corruption in XF86VidModeGetGammaRamp() [CVE-2013-2001]
      avoid integer overflow in XF86VidModeGetModeLine()
      libXxf86vm 1.1.3

Colin Walters (1):
      autogen.sh: Honor NOCONFIGURE environment variable
2013-05-31 08:29:38 +00:00

33 lines
823 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/05/31 08:29:38 wiz Exp $
DISTNAME= libXxf86vm-1.1.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library for the XFree86-VidMode X extension
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xxf86vm.pc.in
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
.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/xf86vidmodeproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"