Received: by mail.netbsd.org (Postfix, from userid 605) id EE5D684E21; Thu, 21 Feb 2019 09:41:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7542984DAB for ; Thu, 21 Feb 2019 09:41:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Qe1tuKSQg__V for ; Thu, 21 Feb 2019 09:41:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E203584CFD for ; Thu, 21 Feb 2019 09:41:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAE29FB16; Thu, 21 Feb 2019 09:41:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550742102177530" MIME-Version: 1.0 Date: Thu, 21 Feb 2019 09:41:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xhost To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190221094142.DAE29FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550742102177530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 21 09:41:42 UTC 2019 Modified Files: pkgsrc/x11/xhost: Makefile distinfo Log Message: xhost: update to 1.0.8. 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. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xhost/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xhost/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550742102177530 Content-Disposition: inline Content-Length: 1538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xhost/Makefile diff -u pkgsrc/x11/xhost/Makefile:1.12 pkgsrc/x11/xhost/Makefile:1.13 --- pkgsrc/x11/xhost/Makefile:1.12 Fri Apr 17 07:08:59 2015 +++ pkgsrc/x11/xhost/Makefile Thu Feb 21 09:41:42 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/04/17 07:08:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2019/02/21 09:41:42 wiz Exp $ -DISTNAME= xhost-1.0.7 +DISTNAME= xhost-1.0.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xhost/distinfo diff -u pkgsrc/x11/xhost/distinfo:1.7 pkgsrc/x11/xhost/distinfo:1.8 --- pkgsrc/x11/xhost/distinfo:1.7 Wed Nov 4 03:29:07 2015 +++ pkgsrc/x11/xhost/distinfo Thu Feb 21 09:41:42 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 03:29:07 agc Exp $ +$NetBSD: distinfo,v 1.8 2019/02/21 09:41:42 wiz Exp $ -SHA1 (xhost-1.0.7.tar.bz2) = 8abfb0554e14a074f0dbfdda4919880e088545cb -RMD160 (xhost-1.0.7.tar.bz2) = 6f95db06a976b1e8059fd6752e92309011afac09 -SHA512 (xhost-1.0.7.tar.bz2) = 670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7 -Size (xhost-1.0.7.tar.bz2) = 135767 bytes +SHA1 (xhost-1.0.8.tar.bz2) = 971670858a464d4f8eeb6f4e182f9fcd94149790 +RMD160 (xhost-1.0.8.tar.bz2) = b3fb6bd3322d4a114c9f2f771cd6129397f97d2f +SHA512 (xhost-1.0.8.tar.bz2) = 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b +Size (xhost-1.0.8.tar.bz2) = 138539 bytes --_----------=_1550742102177530--