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.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b46b9af16e44
branches:  trunk
changeset: 639916:b46b9af16e44
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 01 09:40:02 2014 +0000

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

diffstat:

 x11/xtrans/Makefile |  4 ++--
 x11/xtrans/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a63a37099ebc -r b46b9af16e44 x11/xtrans/Makefile
--- a/x11/xtrans/Makefile       Wed Oct 01 09:39:41 2014 +0000
+++ b/x11/xtrans/Makefile       Wed Oct 01 09:40:02 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2014/03/31 10:51:05 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/10/01 09:40:02 wiz Exp $
 
-DISTNAME=              xtrans-1.3.4
+DISTNAME=              xtrans-1.3.5
 CATEGORIES=            x11 net
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
diff -r a63a37099ebc -r b46b9af16e44 x11/xtrans/distinfo
--- a/x11/xtrans/distinfo       Wed Oct 01 09:39:41 2014 +0000
+++ b/x11/xtrans/distinfo       Wed Oct 01 09:40:02 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2014/03/31 10:51:05 wiz Exp $
+$NetBSD: distinfo,v 1.25 2014/10/01 09:40:02 wiz Exp $
 
-SHA1 (xtrans-1.3.4.tar.bz2) = beb2cecc4ceb8fab0557a8c37e2d41e63cbaa5ed
-RMD160 (xtrans-1.3.4.tar.bz2) = 9045cb7d77f96586a9c52a35fb162b1ab9cba541
-Size (xtrans-1.3.4.tar.bz2) = 182341 bytes
+SHA1 (xtrans-1.3.5.tar.bz2) = 2d3ae1839d841f568bc481c6116af7d2a9f9ba59
+RMD160 (xtrans-1.3.5.tar.bz2) = 6c10698f7ab65579af7836e47892440f6c6e3bdb
+Size (xtrans-1.3.5.tar.bz2) = 186833 bytes



Home | Main Index | Thread Index | Old Index