Date: Wed, 27 Feb 2019 16:52:48 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494070 - head/x11/xhost Message-ID: <201902271652.x1RGqmSG092620@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Feb 27 16:52:48 2019 New Revision: 494070 URL: https://svnweb.freebsd.org/changeset/ports/494070 Log: 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) Modified: head/x11/xhost/Makefile head/x11/xhost/distinfo Modified: head/x11/xhost/Makefile ============================================================================== --- head/x11/xhost/Makefile Wed Feb 27 16:41:18 2019 (r494069) +++ head/x11/xhost/Makefile Wed Feb 27 16:52:48 2019 (r494070) @@ -1,11 +1,14 @@ # $FreeBSD$ PORTNAME= xhost -PORTVERSION= 1.0.7 +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 Modified: head/x11/xhost/distinfo ============================================================================== --- head/x11/xhost/distinfo Wed Feb 27 16:41:18 2019 (r494069) +++ head/x11/xhost/distinfo Wed Feb 27 16:52:48 2019 (r494070) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xhost-1.0.7.tar.bz2) = 93e619ee15471f576cfb30c663e18f5bc70aca577a63d2c2c03f006a7837c29a -SIZE (xorg/app/xhost-1.0.7.tar.bz2) = 135767 +TIMESTAMP = 1550736532 +SHA256 (xorg/app/xhost-1.0.8.tar.bz2) = a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396 +SIZE (xorg/app/xhost-1.0.8.tar.bz2) = 138539
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271652.x1RGqmSG092620>