Path to this page:
./
x11/libXau,
Authorization Protocol for X from X.org
Branch: CURRENT,
Version: 1.0.9,
Package name: libXau-1.0.9,
Maintainer: joergLibXau is an authorization protocol for X from the modular
X.org X11 project.
Required to build:[
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
SHA1: ef9b1ad00f958c8b6e30a1bbc11fdfac311c9733
RMD160: d0c43dc992c60c1c5f2c48086f5b2eac843ae357
Filesize: 315.088 KB
Version history: (Expand)
- (2019-02-11) Updated to version: libXau-1.0.9
- (2018-03-07) Updated to version: libXau-1.0.8nb1
- (2013-05-25) Updated to version: libXau-1.0.8
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-06-03) Updated to version: libXau-1.0.7
CVS history: (Expand)
2019-11-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-02-11 00:31:38 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libXau: update to 1.0.9.
Alan Coopersmith (3):
XauFileName: always go through buf allocation if buf is NULL
Update configure.ac bug URL for gitlab migration
libXau 1.0.9
Emil Velikov (1):
autogen.sh: use quoted string variables
Fuminobu TAKEYAMA (1):
XauFileName: reset bsize when malloc failed
Jeremy Huddleston Sequoia (1):
Silence a benign static analysis warning with an assert of allocation size
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Tobias Stoeckmann (1):
Avoid out of boundary read access
walter harms (3):
AuDispose.c:remove redundant null check on calling free()
Au FileName.c: remove redundant null check on calling free()
AuRead.c: remove redundant null check on calling free()
|
2018-11-28 15:08:47 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-03-10 12:56:02 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
When creating fake .pc files, first check all possible pkgconfig
directories rather than just lib/pkgconfig. Required for Red Hat
Linux support which spreads them across lib${LIBABISUFFIX} and
share directories.
|
2013-05-25 08:36:15 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 1.0.8:
This maintenance release brings happiness by getting rid of things
that make valgrind, clang, doclifter, automake, the GNOME build system,
various other static analyzers, and obsessive developers be unhappy.
Don't warn, be happy.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (10):
Clean up some clang warnings about sign conversion
Tell clang to shut up about the padding in struct xauth
unifdef -U__UNIXOS2__
Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion
Use configure check for pathconf instead of X_NOT_POSIX #define
Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIX
Replace strcpy+strcat pairs with snprintf calls
Call memcmp() instead of defining our own equivalent
Use remove() instead of unlink() to delete lock files
libXau 1.0.8
Chase Douglas (1):
Free XauFileName() static buffer at exit
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
Remove a use of tab stops.
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|