xtrans
No description set
- Developed at X11:XOrg
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.0:Staging:FactoryCandidates/xtrans && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
n_unifdef-LBXPROXY_t-and-TEST_t.patch | 0000001619 1.58 KB | |
p_xauth.diff | 0000000527 527 Bytes | |
u_xtrans-noarch-pkgconfig.patch | 0000000284 284 Bytes | |
xtrans-1.5.0.tar.xz | 0000170388 166 KB | |
xtrans.changes | 0000012386 12.1 KB | |
xtrans.spec | 0000002253 2.2 KB |
Revision 17 (latest revision is 20)
Dominique Leuenberger (dimstar_suse)
accepted
request 1091972
from
Stefan Dirsch (sndirsch)
(revision 17)
- 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.
Comments 0