diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-07 10:19:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-07 10:19:47 +0000 |
commit | 9e0e45cba2578f273d270c3e8265205551420e43 (patch) | |
tree | 43a1b5cd15b398986b7d8e34ceb13bcd4b9da48a | |
parent | 61eb7ab3e8c1fe0c59dd2715c4eed5e7c0bc6471 (diff) | |
download | pkgsrc-9e0e45cba2578f273d270c3e8265205551420e43.tar.gz |
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
-rw-r--r-- | x11/xtrans/Makefile | 5 | ||||
-rw-r--r-- | x11/xtrans/PLIST | 3 | ||||
-rw-r--r-- | x11/xtrans/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 45b1cf2a959..06450888b17 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2012/10/29 05:07:23 asau Exp $ -# +# $NetBSD: Makefile,v 1.19 2013/11/07 10:19:47 wiz Exp $ -DISTNAME= xtrans-1.2.7 +DISTNAME= xtrans-1.3.1 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xtrans/PLIST b/x11/xtrans/PLIST index ecd45f0593f..96dd93851b5 100644 --- a/x11/xtrans/PLIST +++ b/x11/xtrans/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2012/06/03 18:40:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/11/07 10:19:47 wiz Exp $ include/X11/Xtrans/Xtrans.c include/X11/Xtrans/Xtrans.h include/X11/Xtrans/Xtransint.h include/X11/Xtrans/Xtranslcl.c include/X11/Xtrans/Xtranssock.c -include/X11/Xtrans/Xtranstli.c include/X11/Xtrans/Xtransutil.c include/X11/Xtrans/transport.c share/aclocal/xtrans.m4 diff --git a/x11/xtrans/distinfo b/x11/xtrans/distinfo index b978d81eafc..d386aa9f869 100644 --- a/x11/xtrans/distinfo +++ b/x11/xtrans/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2012/06/03 18:40:43 wiz Exp $ +$NetBSD: distinfo,v 1.19 2013/11/07 10:19:47 wiz Exp $ -SHA1 (xtrans-1.2.7.tar.bz2) = b6ed421edf577816f6e641e1846dc0bff337676c -RMD160 (xtrans-1.2.7.tar.bz2) = 9b0fd9dfb477a1ab6f46ab15599f69a31deaa09f -Size (xtrans-1.2.7.tar.bz2) = 173025 bytes +SHA1 (xtrans-1.3.1.tar.bz2) = 0905e47fe1d185b918a15651632a8ca822be4385 +RMD160 (xtrans-1.3.1.tar.bz2) = 25df07259934c5daf6458faac627e2429f25b6db +Size (xtrans-1.3.1.tar.bz2) = 178597 bytes SHA1 (patch-ab) = d2a7af633ab880ec71975b70f521c0e32cd07a5e |