pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xhost xhost: update to 1.0.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8038d0b4aa53
branches:  trunk
changeset: 319804:8038d0b4aa53
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 21 09:41:42 2019 +0000

description:
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.

diffstat:

 x11/xhost/Makefile |   4 ++--
 x11/xhost/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 21064fba0387 -r 8038d0b4aa53 x11/xhost/Makefile
--- a/x11/xhost/Makefile        Thu Feb 21 09:37:13 2019 +0000
+++ b/x11/xhost/Makefile        Thu Feb 21 09:41:42 2019 +0000
@@ -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
diff -r 21064fba0387 -r 8038d0b4aa53 x11/xhost/distinfo
--- a/x11/xhost/distinfo        Thu Feb 21 09:37:13 2019 +0000
+++ b/x11/xhost/distinfo        Thu Feb 21 09:41:42 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index