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:           Mon Feb  3 08:06:17 UTC 2025

Modified Files:
        pkgsrc/x11/xhost: Makefile distinfo

Log Message:
xhost: update to 1.0.10.

Alan Coopersmith (9):
      gitlab CI: stop requiring Signed-off-by in commits
      Remove "All rights reserved" from Oracle copyright notices
      xhost.man: Use .BR markup for all references to other man pages
      user2netname expects a MAXNETNAMELEN + 1 buffer, so give it one
      Clear trailing whitespace from lines in files
      reduce scope of #ifdef'ed variables to reduce #ifdefs
      Simplify ifdefs for IPv6 support
      if getaddrinfo() is available, use it, even if IPv6 support is disabled
      xhost 1.0.10

Peter Hutterer (1):
      Replace inet_addr()/inet_aton() with a call to inet_pton()


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xhost/Makefile
cvs rdiff -u -r1.11 -r1.12 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.17 pkgsrc/x11/xhost/Makefile:1.18
--- pkgsrc/x11/xhost/Makefile:1.17      Tue Jul  2 09:20:11 2024
+++ pkgsrc/x11/xhost/Makefile   Mon Feb  3 08:06:17 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/07/02 09:20:11 cheusov Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/03 08:06:17 wiz Exp $
 
-DISTNAME=      xhost-1.0.9
+DISTNAME=      xhost-1.0.10
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xhost/distinfo
diff -u pkgsrc/x11/xhost/distinfo:1.11 pkgsrc/x11/xhost/distinfo:1.12
--- pkgsrc/x11/xhost/distinfo:1.11      Tue Dec 13 00:02:33 2022
+++ pkgsrc/x11/xhost/distinfo   Mon Feb  3 08:06:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/12/13 00:02:33 wiz Exp $
+$NetBSD: distinfo,v 1.12 2025/02/03 08:06:17 wiz Exp $
 
-BLAKE2s (xhost-1.0.9.tar.xz) = b8de0a01656925f0d6d0611b9e3fe85ea75386559d22bfd892a8f187c35cec59
-SHA512 (xhost-1.0.9.tar.xz) = d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818
-Size (xhost-1.0.9.tar.xz) = 132828 bytes
+BLAKE2s (xhost-1.0.10.tar.xz) = ac5a730e6fbbff21a715d4c382989c0845f63c9a624a1ff86ede088340afbcdc
+SHA512 (xhost-1.0.10.tar.xz) = 65467b0a096455dae681f8397f5b8b0490a2f80db5cb9f92757cfff8d7822b43833202a275eed8467c6a6aaf3b02e0a7b1a069c5d587d32e56b1893297903051
+Size (xhost-1.0.10.tar.xz) = 137076 bytes



Home | Main Index | Thread Index | Old Index