0aac6836c8
This release hardens xhost against corrupted or malicious responses from the X server, as well as some minor bug & compatibility fixes, and general janitorial maintenance. Alan Coopersmith (5): Prefer inet_aton, if available, over inet_addr Drop ancient workarounds for Cray that are no longer needed Update README for gitlab migration Update configure.ac bug URL for gitlab migration xhost 1.0.8 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (1): Move sethostent()/gethostent() stubs used in Windows builds to avoid implicit-function-declaration warnings Mihail Konev (1): autogen: add default patch prefix Tobias Stoeckmann (1): Prevent OOB access on illegal server response.
22 lines
532 B
Makefile
22 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/02/21 09:41:42 wiz Exp $
|
|
|
|
DISTNAME= xhost-1.0.8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Server access control program for X
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXau/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|