pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xhost



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.

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



Home | Main Index | Thread Index | Old Index