2024-03-04 05:12:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 4 03:59:59 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
- Update to version 1.1.3
|
|
|
|
* config: Add missing AC_CONFIG_SRCDIR
|
|
|
|
* Variable scope reductions, as suggested by cppcheck
|
|
|
|
* Remove unnecessary casts from malloc() calls
|
|
|
|
* Handle -Wempty-body warning for WRITES() macro
|
|
|
|
* configure: Use AC_SYS_LARGEFILE to enable large file support
|
|
|
|
* configure: raise minimum autoconf requirement to 2.70
|
|
|
|
* unifdef hpux
|
|
|
|
* unifdef Lynx
|
|
|
|
- adjusted xauth-tolerant-hostname-changes.diff
|
|
|
|
|
2022-04-20 10:55:09 +02:00
|
|
|
-------------------------------------------------------------------
|
2024-02-26 14:52:23 +01:00
|
|
|
Mon Feb 26 12:04:39 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
|
|
PatchN.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-04-20 10:55:09 +02:00
|
|
|
Wed Apr 20 08:51:00 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
- update to version 1.1.2
|
|
|
|
* tests: make tests work in out-of-tree builds
|
|
|
|
* tests: Fix failure to make distcheck
|
|
|
|
* tests: report failure if stderr has unexpected output
|
|
|
|
* configure.ac: fail build if xtrans is not found
|
|
|
|
* gitlab CI: add a basic build test
|
|
|
|
* Build xz tarballs instead of bzip2
|
|
|
|
* Fix off-by-one in quote-stripping routines
|
|
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
|
|
|
* Improve portability
|
|
|
|
* Removed build requirement "cmdtest".
|
|
|
|
* Fix warning -Wstringop-truncation for strncpy by using memcpy instead
|
|
|
|
* Expand checks of socket file with S_ISSOCK
|
|
|
|
|
2021-03-15 16:33:48 +01:00
|
|
|
-------------------------------------------------------------------
|
2021-11-29 16:31:54 +01:00
|
|
|
Mon Nov 29 15:29:09 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
- update to version 1.1.1
|
|
|
|
* This is a minor bugfix release, including fixes for reported
|
|
|
|
crashes.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-03-15 16:33:48 +01:00
|
|
|
Mon Mar 15 15:19:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- modernize spec file (move license to licensedir)
|
|
|
|
|
2019-07-12 12:43:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 12 10:41:09 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
- Update to version 1.1
|
|
|
|
* This release fixes a race condition where an existing
|
|
|
|
authority file would be unlinked (possibly causing other
|
|
|
|
clients to fail to connect), and fixes sorting and merging
|
|
|
|
of authority file entries.
|
|
|
|
|
2017-02-01 14:30:25 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 1 13:27:01 UTC 2017 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.0.10
|
|
|
|
* include POSIX-standard limits.h for PATH_MAX instead of sys/syslimits.h
|
|
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
|
|
* Clarified RELEASING in README
|
|
|
|
* Fix for xauth failing on ENOSPC (= disk full)
|
|
|
|
* autogen.sh: use quoted string variables
|
|
|
|
* Update DISPLAY parsing to work with new launchd paths in Yosemite
|
|
|
|
* Fix !HAVE_STRLCPY case
|
|
|
|
* Build xauth before running tests.
|
|
|
|
* autogen: add default patch prefix
|
|
|
|
* autogen.sh: stop using maintainer mode
|
|
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
* usage(): Print summary for the -n option
|
|
|
|
|
2014-05-07 12:05:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 7 10:01:28 UTC 2014 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.0.9
|
|
|
|
* Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
|
|
|
|
* Do not install test_xauth during "make install" as it is
|
|
|
|
* Fix warning about warn_unused_result triggered by WRITES.
|
|
|
|
* Fixed missing EXTRA_DIST in tests. Extended README for releasing.
|
|
|
|
|
2013-10-27 10:10:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 25 14:48:02 UTC 2013 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.0.8
|
|
|
|
* Fix a long standing problem that for ssh tunneled connections a
|
|
|
|
display variable of the form: localhost:<N>.<M> leads to correct
|
|
|
|
authorization when an X client is started but "xauth list $DISPLAY"
|
|
|
|
returns nothing.
|
|
|
|
* Fix for: If using GDM with XDMCP, then ssh is not able to start X11
|
|
|
|
clients on the remote side. You get a "No xauth data; using fake
|
|
|
|
authentication data for X11 forwarding." from SSH.
|
|
|
|
- obsoletes xauth-1.0.2.diff,
|
|
|
|
u_xauth_Look-for-FamilyLocal-if-inet-or-inet6-addr.patch
|
|
|
|
- adjusted xauth-tolerant-hostname-changes.diff
|
|
|
|
- added new test_xauth tool to %files section
|
|
|
|
|
2012-04-15 12:51:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 14 21:47:40 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.0.7:
|
|
|
|
+ Remove alarm handler in get_hostname
|
|
|
|
+ Add const attributes to fix gcc -Wwrite-strings warnings
|
|
|
|
+ convert strlen/malloc/strcpy combo to strdup
|
|
|
|
- Changes from version 1.0.6:
|
|
|
|
+ auth_finalize: Attempt to rename() if link() fails
|
|
|
|
+ Error out and avoid a call to malloc(0) if given a bad hex
|
|
|
|
string
|
|
|
|
+ Build system fixes.
|
|
|
|
- Rebase xauth-tolerant-hostname-changes.diff.
|
|
|
|
|
2012-04-14 11:32:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Split xauth from xorg-x11. Initial version: 1.0.5.
|
|
|
|
|