ca01004b98
This release provides the fixes for the recently announced security issues CVE-2013-1991 & CVE-2013-2000, along with a couple build fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (7): Use _XEatDataWords to avoid overflow of rep.length shifting integer overflow in XDGAQueryModes() [CVE-2013-1991 1/2] buffer overflow in XDGAQueryModes() [CVE-2013-2000 1/2] integer overflow & underflow in XDGASetMode() [CVE-2013-1991 2/2] buffer overflow in XDGASetMode() [CVE-2013-2000 2/2] integer overflow in XDGAOpenFramebuffer() libXxf86dga 1.1.4 Colin Walters (1): autogen.sh: Implement GNOME Build API Jeremy Huddleston (2): Build fix when sizeof(off_t) > sizeof(void *) Include <stdint.h> for uintptr_t
32 lines
754 B
Makefile
32 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/05/31 08:28:47 wiz Exp $
|
|
|
|
DISTNAME= libXxf86dga-1.1.4
|
|
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-DGA X extension
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
|
|
PKGCONFIG_OVERRIDE+= xxf86dga.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/xf86dgaproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|