forked from pool/xauth
Accepting request 714833 from X11:XOrg
- 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. OBS-URL: https://build.opensuse.org/request/show/714833 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xauth?expand=0&rev=9
This commit is contained in:
commit
8d878cf6de
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d
|
|
||||||
size 162176
|
|
3
xauth-1.1.tar.bz2
Normal file
3
xauth-1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c
|
||||||
|
size 163510
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 1 13:27:01 UTC 2017 - sndirsch@suse.com
|
Wed Feb 1 13:27:01 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xauth
|
# spec file for package xauth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xauth
|
Name: xauth
|
||||||
Version: 1.0.10
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to edit and display the X authorization information
|
Summary: Utility to edit and display the X authorization information
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -53,7 +53,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING README
|
%doc ChangeLog COPYING README.md
|
||||||
%{_bindir}/xauth
|
%{_bindir}/xauth
|
||||||
%{_mandir}/man1/xauth.1%{?ext_man}
|
%{_mandir}/man1/xauth.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user