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-10-01 11:40:02 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.5:
Here's a release of Xtrans that includes a bunch of const fixes and a
new Listen function which the X server wants to allow -nolisten tcp by default.
Alan Coopersmith (7):
Update docs to note that TransName is now const char *
Add const qualifiers to TRANS(Open...) address args
Add const qualifiers to TRANS(Reopen...) port args
Add const qualifiers to TRANS(CreateListener) port args
Add const qualifiers to TRANS(Connect) args
Add const qualifiers to TRANS(MakeAll*ServerListeners) port args
Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) args
Keith Packard (2):
Add TRANS(Listen) function to re-enable specific listen sockets
xtrans 1.3.5
|
2014-03-31 12:51:05 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.3.4:
I'm happy to announce xtrans-1.3.4
Hans de Goede (2):
configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings
xtrans 1.3.4
Mark Kettenis (1):
Increase UNIX socket buffer size
Thomas Klausner (2):
Cast ctype(3) function arguments to unsigned char.
Add missing headers for free() and strlen().
|
2014-03-10 12:05:54 by Jonathan Perkin | Files touched by this commit (57) |
Log message:
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
2014-02-03 17:40:58 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.3:
Changes:
Gaetan Nadon (3):
xtrans.m4: fix warning by replacing obsolete AC_HELP_STRING
xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB
xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT
Hans de Goede (1):
xtrans 1.3.3
Jon TURNEY (1):
Add TransIsListening()
Mark Kettenis (3):
Remove unused static inlines
Fix alignment issues in FD passing code
Don't restrict FD passing to Linux & Solaris
Åukasz Stelmach (2):
Define TRANS_RECEIVED flag for transports
Enable systemd socket activation
|
2013-11-08 14:10:17 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 1.3.2:
Another round of fixes for the fd sending API's: improves portability,
fixes build failures on BSD & Solaris when building with the new API
disabled, and enables the new API for Solaris.
|
2013-11-07 23:50:50 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Upgrade to 1.3.1 with upstream patches (will be in 1.3.2).
Same changes as in the previous try except that the patches fix
the breakage :)
|
2013-11-07 11:48:15 by Thomas Klausner | Files touched by this commit (3) |
Log message:
revert 1.3.1, it breaks libFS, libXfont, libX11, ...
|
2013-11-07 11:19:47 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.3.1:
1.3.1:
Here's a new 1.3.1 release of libXtrans. The only interesting change
is that it now requires applications to specify that they want FD
passing support by defining XTRANS_SEND_FDS; the X server will do that
only on Linux. When non-Linux FD passing support is integrated, we can
change what the X server does
Keith Packard (3):
Revert "Remove 'Readv' interface"
Add SEND_FDS version of Readv
Update to version 1.3.1
Mark Kettenis (1):
Don't include file descriptor passing code by default
1.3.0:
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (3):
Remove unused TLI ("STREAMSCONN") code from xtrans
Docs: convert function synopses to docbook funcsynopsis markup
Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Keith Packard (3):
Remove 'Readv' interface
Add APIs to send file descriptors through the network
Update to version 1.3.0
Åukasz Stelmach (1):
Add const qualifier to unix_nolisten
|