Changeset 26dbe9a


Ignore:
Timestamp:
10/05/2018 03:01:24 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e84b992c
Parents:
c4e893d
Message:

Update to libxcb-1.13.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20580 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc4e893d r26dbe9a  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to libxcb-1.13.1. Fixes
     50          <ulink url="&blfs-ticket-root;11194">#11194</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[renodr] - Update to git-2.19.0. Fixes
    5054          <ulink url="&blfs-ticket-root;11134">#11134</ulink>.</para>
  • packages.ent

    rc4e893d r26dbe9a  
    540540<!ENTITY libpthread-stubs-version     "0.3">
    541541<!ENTITY xcb-proto-version            "1.13">
    542 <!ENTITY libxcb-version               "1.13">
     542<!ENTITY libxcb-version               "1.13.1">
    543543<!ENTITY xbitmaps-version             "1.1.2">
    544544<!ENTITY xcursor-themes-version       "1.0.5">
  • x/installing/libxcb.xml

    rc4e893d r26dbe9a  
    77  <!ENTITY libxcb-download-http "https://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "c2b6cf928afa16b0047c974e7aaa783f">
    10   <!ENTITY libxcb-size          "498 KB">
    11   <!ENTITY libxcb-buildsize     "41 MB (with tests, add 62 MB for doxygen docs)">
    12   <!ENTITY libxcb-time          "0.3 SBU (with tests, add 1.4 SBU for doxygen docs)">
     9  <!ENTITY libxcb-md5sum        "f33cdfc67346f7217a9326c0d8679975">
     10  <!ENTITY libxcb-size          "496 KB">
     11  <!ENTITY libxcb-buildsize     "43 MB (with tests, add 62 MB for doxygen docs)">
     12  <!ENTITY libxcb-time          "0.2 SBU (with tests, add 1.4 SBU for doxygen docs)">
    1313]>
    1414
     
    126126
    127127    <para><command>sed "s/pthread-stubs//" -i configure</command>: This
    128     sed removes dependency on libpthread-stubs package which is useless on
     128    sed removes a dependency on the libpthread-stubs package which is useless on
    129129    Linux.</para>
    130130
Note: See TracChangeset for help on using the changeset viewer.