408212ddbb
This bugfix release delivers the fixes for the recently announced security issue CVE-2013-1987. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (5): Use _XEatDataWords to avoid overflow of rep.length bit shifting integer overflow in XRenderQueryFilters() [CVE-2013-1987 1/3] integer overflow in XRenderQueryFormats() [CVE-2013-1987 2/3] integer overflow in XRenderQueryPictIndexValues() [CVE-2013-1987 3/3] libXrender 0.9.8 Colin Walters (1): autogen.sh: Implement GNOME Build API
33 lines
742 B
Makefile
33 lines
742 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/06/14 07:40:41 wiz Exp $
|
|
|
|
DISTNAME= libXrender-0.9.8
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X Render Library
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= Xrender-[0-9]*
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xrender.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|