From f96ddd822f0fb7a08988f5d021bd30d62b3cc0cc Mon Sep 17 00:00:00 2001 From: sndirsch <> Date: Feb 06 2025 15:42:33 +0000 Subject: Update xhost to version 1.0.10 / rev 11 via SR 1242259 https://build.opensuse.org/request/show/1242259 by user sndirsch + anag+factory - update to 1.0.10 * 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 * Replace inet_addr()/inet_aton() with a call to inet_pton() --- diff --git a/.files b/.files index 98d918e..1f76476 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 05af895..6ecead3 100644 --- a/.rev +++ b/.rev @@ -81,4 +81,21 @@ <comment></comment> <requestid>1045894</requestid> </revision> + <revision rev="11" vrev="1"> + <srcmd5>8fe26fbc02afe0cb9ca5a55c06dbddad</srcmd5> + <version>1.0.10</version> + <time>1738688973</time> + <user>anag+factory</user> + <comment>- update to 1.0.10 + * 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 + * Replace inet_addr()/inet_aton() with a call to inet_pton()</comment> + <requestid>1242259</requestid> + </revision> </revisionlist> diff --git a/xhost-1.0.10.tar.xz b/xhost-1.0.10.tar.xz new file mode 120000 index 0000000..ce46c28 --- /dev/null +++ b/xhost-1.0.10.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreifiv7lqawkhtrysssfysxsbynnevc745xr3ulk2jocvzcf3w4s34e \ No newline at end of file diff --git a/xhost-1.0.10.tar.xz.sig b/xhost-1.0.10.tar.xz.sig new file mode 100644 index 0000000..d8cc6a8 Binary files /dev/null and b/xhost-1.0.10.tar.xz.sig differ diff --git a/xhost-1.0.9.tar.xz b/xhost-1.0.9.tar.xz deleted file mode 120000 index d67ccae..0000000 --- a/xhost-1.0.9.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreihkq22tcrragwyzuls6ahxt3grvzst5tbaimzc6f7eejwhq4ndgiu \ No newline at end of file diff --git a/xhost-1.0.9.tar.xz.sig b/xhost-1.0.9.tar.xz.sig deleted file mode 100644 index 1d47435..0000000 Binary files a/xhost-1.0.9.tar.xz.sig and /dev/null differ diff --git a/xhost.changes b/xhost.changes index 9f83d67..cdacff1 100644 --- a/xhost.changes +++ b/xhost.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Sun Feb 2 19:40:22 UTC 2025 - Stefan Dirsch <sndirsch@suse.com> + +- update to 1.0.10 + * 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 + * Replace inet_addr()/inet_aton() with a call to inet_pton() + +------------------------------------------------------------------- Wed Dec 28 12:47:52 UTC 2022 - Dirk Müller <dmueller@suse.com> - update to 1.0.9: diff --git a/xhost.spec b/xhost.spec index 0450259..31d1216 100644 --- a/xhost.spec +++ b/xhost.spec @@ -1,7 +1,7 @@ # # spec file for package xhost # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xhost -Version: 1.0.9 +Version: 1.0.10 Release: 0 Summary: Utility to control X server access License: MIT