Path to this page:
./
x11/xauth,
X authentication utility
Branch: CURRENT,
Version: 1.1.2,
Package name: xauth-1.1.2,
Maintainer: joergThis package provides xauth, a program to display and manipulate the
authentication data used by the X11 clients.
This is from the modular X.org X11 project.
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers]
Master sites:
Filesize: 153.281 KB
Version history: (Expand)
- (2022-04-20) Updated to version: xauth-1.1.2
- (2021-11-29) Updated to version: xauth-1.1.1
- (2019-11-14) Updated to version: xauth-1.1
- (2017-02-03) Updated to version: xauth-1.0.10
- (2014-04-04) Updated to version: xauth-1.0.9
- (2013-10-12) Updated to version: xauth-1.0.8
CVS history: (Expand)
2022-04-20 07:28:56 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
xauth: update to 1.1.2.
Alan Coopersmith (8):
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
Baptiste Daroussin (1):
Improve portability
Dr. Tilmann Bubeck (2):
Removed build requirement "cmdtest".
Fix warning -Wstringop-truncation for strncpy by using memcpy instead
Larry Doolittle (1):
Expand checks of socket file with S_ISSOCK
Matt Turner (1):
xauth 1.1.2
|
2022-04-10 10:53:24 by Nia Alarie | Files touched by this commit (90) |
Log message:
x11: adapt to new avoid-duplicate.mk usage
|
2021-12-01 14:01:17 by Nia Alarie | Files touched by this commit (38) |
Log message:
x11: Add avoid-duplicate.mk to Xorg library packages
|
2021-11-29 00:56:22 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
xauth: update to 1.1.1.
This is a minor bugfix release, including fixes for reported crashes.
Alan Coopersmith (5):
Avoid memory leak when realloc() fails in split_into_words()
Use reallocarray() when adding members to array in split_into_words()
Avoid memory leaks in error paths in do_generate
Fix spelling/wording issues
xauth 1.1.1
Alex Gendin (1):
Fix segfault when X starts
Dr. Tilmann Bubeck (1):
Additionally check socket file with S_ISSOCK
Karol Herbst (1):
Check malloc calls in process.c
Tobias Stoeckmann (2):
Fix segmentation fault on invalid add argument.
Prevent OOB write with long file names.
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-14 11:39:27 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
xauth: update to 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.
Adam Jackson (2):
process: Close a window where no authority file would exist
xauth 1.1
Alan Coopersmith (3):
Change fall through comment in process.c to match gcc's requirements
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Michal Srb (2):
Merge only entries with equal dpy and protoname.
Sort entries from most specific to most generic.
|