Go to file
Stefan Dirsch 5c502ad905 - Update to 1.5.0
xtrans is a library of code that is shared among various X packages to handle
network protocol transport in a modular fashion, allowing a single place to
add new transport types - but it is *not* a shared library, more like a \
"header-only" library.  It is used by the X server, the XIM support in libX11,
libICE, the X font server, and related components.  Because this is not a
shared library, the changes in this release will only take effect in consumers
that are rebuilt on a system with this release of xtrans installed.
This release makes progress towards resolving CVE-2020-25697, reported in
https://www.openwall.com/lists/oss-security/2020/11/09/3 .  Clients will no
longer attempt to connect to sockets in the abstract namespace, though
servers will still bind to them to prevent other programs binding to those
names to intercept connections from clients using libraries built with older
versions of libxtrans or libxcb while the servers are running.  Clients can
also now specify a full Unix domain socket pathname to connect to, instead
of relying on built-in defaults under /tmp.  (Note that libX11 1.4.0 and later
relies on libxcb for making connections instead of libxtrans, so X11 protocol
clients will get this support in an upcoming release of libxcb, and the changes
in xtrans will only affect clients of other protocols using libxtrans, such as
XIM, ICE, SM, and the font service protocols.)
This release also removes support for System V UNIX platforms other than
Solaris and the illumos family - OS'es from SCO, AT&T's Unix Systems Group,
Novell, and NCR are no longer supported.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xtrans?expand=0&rev=28
2023-06-10 10:44:26 +00:00
.gitattributes Accepting request 121041 from home:vuntz:branches:X11:XOrg 2012-05-15 09:25:00 +00:00
.gitignore Accepting request 121041 from home:vuntz:branches:X11:XOrg 2012-05-15 09:25:00 +00:00
n_unifdef-LBXPROXY_t-and-TEST_t.patch - n_unifdef-LBXPROXY_t-and-TEST_t.patch 2019-03-22 13:41:45 +00:00
p_xauth.diff Accepting request 121041 from home:vuntz:branches:X11:XOrg 2012-05-15 09:25:00 +00:00
u_xtrans-noarch-pkgconfig.patch renamed xtrans-noarch-pkgconfig.patch to u_xtrans-noarch-pkgconfig.patch 2020-09-30 09:09:39 +00:00
xtrans-1.5.0.tar.xz - Update to 1.5.0 2023-06-10 10:44:26 +00:00
xtrans.changes - Update to 1.5.0 2023-06-10 10:44:26 +00:00
xtrans.spec - Update to 1.5.0 2023-06-10 10:44:26 +00:00