xhost/xhost.changes
Stefan Dirsch 0fa223b0ad Accepting request 1045648 from home:dirkmueller:Factory
- update to 1.0.9:
  * Simplify i18n of 'unable to get ... address for ...' error message
  * Use gettext() to localize messages if available
  * Recognize raw IPv6 numeric address
  * Build xz tarballs instead of bzip2
- add keyring, use https for download

OBS-URL: https://build.opensuse.org/request/show/1045648
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xhost?expand=0&rev=13
2022-12-31 10:06:11 +00:00

72 lines
2.8 KiB
Plaintext

-------------------------------------------------------------------
Wed Dec 28 12:47:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.0.9:
* Simplify i18n of 'unable to get ... address for ...' error message
* Use gettext() to localize messages if available
* Recognize raw IPv6 numeric address
* Build xz tarballs instead of bzip2
- add keyring, use https for download
-------------------------------------------------------------------
Fri Mar 12 21:56:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
- refresh spec file (move license files)
-------------------------------------------------------------------
Wed Feb 20 15:09:25 UTC 2019 - sndirsch@suse.com
- Update to version 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.
-------------------------------------------------------------------
Fri Apr 24 14:52:48 UTC 2015 - sndirsch@suse.com
- Update to version 1.0.7:
* Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
-------------------------------------------------------------------
Sun Jul 21 19:08:28 UTC 2013 - zaitor@opensuse.org
- Update to version 1.0.6:
+ Fix const warning for FamilyLocalHost empty address string.
+ Mark argument to nameserver_lost signal handler as unused.
+ If SIGALRM isn't available, don't use alarm() to timeout
gethostaddr(), just wait.
+ Drop pre-POSIX signal handling support in favor of sigaction().
+ Provide dummy sethostent(),endhostent() for Win32 also.
+ Link with winsock for MinGW.
+ Use Xwinsock.h on WIN32.
+ Fix some integer sign/size conversion warnings flagged by
clang.
+ Convert sprintf to snprintf in SECURE_RPC code.
+ Move dpy declaration from static to main() function.
+ Assume signal handlers return void, as C89 requires.
+ Remove unused TLI ("STREAMSCONN") code from xhost.
+ Remove unused DECnet ("DNETCONN") code from xhost.
- Add pkgconfig(xproto) BuildRequires: new dependency.
-------------------------------------------------------------------
Sat Apr 14 22:16:30 UTC 2012 - dimstar@opensuse.org
- Update to version 1.0.5:
+ Rework si:type:value code to remove need for shadowed namelen
variable
+ man: xhost can not take a user name as a parameter.
+ Declare some char * as const to fix gcc -Wwrite-strings
warnings
+ Only need CFLAGS, not LIBS from xau package
+ Move "-help" handling up to before XOpenDisplay (fdo#39633)
+ xhost: check return value of X{Add,Remove}Host
+ Build system fixes.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split xhost from xorg-x11. Initial version: 1.0.4.