From owner-svn-ports-all@freebsd.org Wed Feb 27 16:52:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7434D152213D; Wed, 27 Feb 2019 16:52:49 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19198861A9; Wed, 27 Feb 2019 16:52:49 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 073551F9D9; Wed, 27 Feb 2019 16:52:49 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1RGqmIB092621; Wed, 27 Feb 2019 16:52:48 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1RGqmSG092620; Wed, 27 Feb 2019 16:52:48 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201902271652.x1RGqmSG092620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 27 Feb 2019 16:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494070 - head/x11/xhost X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/xhost X-SVN-Commit-Revision: 494070 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 19198861A9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 16:52:49 -0000 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