pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xtrans xtrans: update to 1.4.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6486972b0a4
branches: trunk
changeset: 331359:f6486972b0a4
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Mar 17 08:22:19 2019 +0000
description:
xtrans: update to 1.4.0.
This release drops a bunch of dead code, including support only used by
lbxproxy and pre-1.4.0 versions of libX11, as well as support for obsolete
SysV x86 platforms. It also provides some bug fixes & other maintenance work.
Adam Jackson (6):
autogen: Add a default patch prefix
Remove CLTS code
unifdef LBXPROXY_t and TEST_t
Make FreeConnInfo static
Remove GetMyAddr
Revert "Make FreeConnInfo static"
Alan Coopersmith (7):
Remove support for SysV on x86 platforms other than Solaris & SCO
Set freeXLOCAL to NULL after freeing it to prevent double frees
Use strcasecmp if it's available, instead of lowercasing strings
Use fchmod() instead of chmod() when creating named pipes
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
xtrans 1.4.0
Emil Velikov (1):
autogen.sh: use quoted string variables
Jeremy Huddleston Sequoia (1):
Update strlcpy macro check to also check HAVE_STRLCPY
Julien Cristau (1):
Make sure LONG64 is defined in Xtrans.h
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Richard PALO (1):
Replace 'sun' with '__sun'
Rin Okuyama (1):
avoid -Wformat errors from clang
diffstat:
x11/xtrans/DESCR | 8 +++++---
x11/xtrans/Makefile | 4 ++--
x11/xtrans/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 10 deletions(-)
diffs (39 lines):
diff -r 45859ba60dd8 -r f6486972b0a4 x11/xtrans/DESCR
--- a/x11/xtrans/DESCR Sun Mar 17 08:18:54 2019 +0000
+++ b/x11/xtrans/DESCR Sun Mar 17 08:22:19 2019 +0000
@@ -1,3 +1,5 @@
-Network API translation layer to insulate X applications and
-libraries from OS network vageries. This is from the modular
-X.org X11 project.
+xtrans is a library of code that is shared (but is *not* a shared
+library) among various X packages to handle network protocol
+transport in a modular fashion, allowing a single place to add new
+transport types. It is used by the X server, libX11, libICE, the
+X font server, and related components.
diff -r 45859ba60dd8 -r f6486972b0a4 x11/xtrans/Makefile
--- a/x11/xtrans/Makefile Sun Mar 17 08:18:54 2019 +0000
+++ b/x11/xtrans/Makefile Sun Mar 17 08:22:19 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2014/10/09 14:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/03/17 08:22:19 wiz Exp $
-DISTNAME= xtrans-1.3.5
+DISTNAME= xtrans-1.4.0
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff -r 45859ba60dd8 -r f6486972b0a4 x11/xtrans/distinfo
--- a/x11/xtrans/distinfo Sun Mar 17 08:18:54 2019 +0000
+++ b/x11/xtrans/distinfo Sun Mar 17 08:22:19 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2015/11/04 03:29:13 agc Exp $
+$NetBSD: distinfo,v 1.27 2019/03/17 08:22:19 wiz Exp $
-SHA1 (xtrans-1.3.5.tar.bz2) = 2d3ae1839d841f568bc481c6116af7d2a9f9ba59
-RMD160 (xtrans-1.3.5.tar.bz2) = 6c10698f7ab65579af7836e47892440f6c6e3bdb
-SHA512 (xtrans-1.3.5.tar.bz2) = 049fb996313e8a1625b66e1645a5f56d8a26c5dd91afe5869269716fce05f6c97c84f8ce4a6df2057106b47982c8291cecc223bef241f694174434c981a7029b
-Size (xtrans-1.3.5.tar.bz2) = 186833 bytes
+SHA1 (xtrans-1.4.0.tar.bz2) = 7c490026efb450798e02b040c05eba5212291c08
+RMD160 (xtrans-1.4.0.tar.bz2) = 45fff84f881bb6d31c5494bde68fcdbcf70bbc20
+SHA512 (xtrans-1.4.0.tar.bz2) = 4fea89a3455c0e13321cbefa43340016dbb59bdd0dbdb5b796c1a6d2a6b1fd63cf1327b769ab426286b9c54b32ec764a50cd2b46228e4e43b841bda6b94de214
+Size (xtrans-1.4.0.tar.bz2) = 185371 bytes
Home |
Main Index |
Thread Index |
Old Index