freebsd-ports/x11/xhost/Makefile
Niclas Zeising 52c33a057e x11/xhost: Update to 1.0.8
update x11/xhost to 1.0.8
Add license

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.

Changelog:
https://lists.x.org/archives/xorg/2019-February/059613.html

PR:		235910
Submitted by:	Samy Mahmoudi
Sponsored by:	B3 Init (zeising)
2019-02-27 16:52:48 +00:00

18 lines
290 B
Makefile

# $FreeBSD$
PORTNAME= xhost
PORTVERSION= 1.0.8
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Server access control program for X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11 xmuu xau
PLIST_FILES= bin/xhost man/man1/xhost.1.gz
.include <bsd.port.mk>