pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xtrans Update to 1.3.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73bb3a6d1f2b
branches:  trunk
changeset: 626304:73bb3a6d1f2b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 07 10:19:47 2013 +0000

description:
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

diffstat:

 x11/xtrans/Makefile |  5 ++---
 x11/xtrans/PLIST    |  3 +--
 x11/xtrans/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 0d9b17121e0f -r 73bb3a6d1f2b x11/xtrans/Makefile
--- a/x11/xtrans/Makefile       Thu Nov 07 09:45:42 2013 +0000
+++ b/x11/xtrans/Makefile       Thu Nov 07 10:19:47 2013 +0000
@@ -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 -r 0d9b17121e0f -r 73bb3a6d1f2b x11/xtrans/PLIST
--- a/x11/xtrans/PLIST  Thu Nov 07 09:45:42 2013 +0000
+++ b/x11/xtrans/PLIST  Thu Nov 07 10:19:47 2013 +0000
@@ -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 -r 0d9b17121e0f -r 73bb3a6d1f2b x11/xtrans/distinfo
--- a/x11/xtrans/distinfo       Thu Nov 07 09:45:42 2013 +0000
+++ b/x11/xtrans/distinfo       Thu Nov 07 10:19:47 2013 +0000
@@ -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


Home | Main Index | Thread Index | Old Index