Changeset 9d4a59a


Ignore:
Timestamp:
06/18/2022 08:12:17 PM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
4287b25
Parents:
0adae6f
Message:

Update to xcb-proto-1.15.2

Also update changelog for postgresql

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0adae6f r9d4a59a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to xcb-proto-1.15.2. Fixes
     49          <ulink url="&blfs-ticket-root;16678">#16678</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to postgresql-14.4. Fixes
     53          <ulink url="&blfs-ticket-root;16674">#16674</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[pierre] - Update to mercurial-6.1.4. Fixes
    4957          <ulink url="&blfs-ticket-root;16672">#16672</ulink>.</para>
  • packages.ent

    r0adae6f r9d4a59a  
    719719<!ENTITY libXau-version               "1.0.9">
    720720<!ENTITY libXdmcp-version             "1.1.3">
    721 <!ENTITY xcb-proto-version            "1.15.1">
     721<!ENTITY xcb-proto-version            "1.15.2">
    722722<!ENTITY libxcb-version               "1.15">
    723723<!ENTITY libxcvt-version              "0.1.1">
  • x/installing/xcb-proto.xml

    r0adae6f r9d4a59a  
    77  <!ENTITY xcb-proto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-&xcb-proto-version;.tar.xz">
    88  <!ENTITY xcb-proto-download-ftp  " ">
    9   <!ENTITY xcb-proto-md5sum        "6fd8be0a6a401112c623dae9eea38e4d">
    10   <!ENTITY xcb-proto-size          "148 KB">
    11   <!ENTITY xcb-proto-buildsize     "1.3 MB">
     9  <!ENTITY xcb-proto-md5sum        "d2251b01927c2fbe92dc540f9536b430">
     10  <!ENTITY xcb-proto-size          "145 KB">
     11  <!ENTITY xcb-proto-buildsize     "2.3 MB">
    1212  <!ENTITY xcb-proto-time          "less than 0.1 SBU">
    1313]>
     
    109109<screen role="root"><userinput>make install</userinput></screen>
    110110
     111    <para>
     112      If you are upgrading from version 1.15.1 or lower, the old pkgconfig
     113      file needs to be removed. Issue, as the
     114      <systemitem class="username">root</systemitem> user:
     115    </para>
     116
     117<screen role="nodump"><userinput>rm -f $XORG_PREFIX/lib/pkgconfig/xcb-proto.pc</userinput></screen>
     118
    111119  </sect2>
    112120
Note: See TracChangeset for help on using the changeset viewer.