Changeset f4327ad9 for general/sysutils


Ignore:
Timestamp:
05/27/2020 10:55:18 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
07d609b
Parents:
21552cf
Message:

Update to udisks-2.9.0
Update to libdrm-2.4.102
Update to node.js-12.17.0
Update to HTTP::Daemon-6.10 (Perl Module)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks2.xml

    r21552cf rf4327ad9  
    77  <!ENTITY udisks2-download-http "https://github.com/storaged-project/udisks/releases/download/udisks-&udisks2-version;/udisks-&udisks2-version;.tar.bz2">
    88  <!ENTITY udisks2-download-ftp  " ">
    9   <!ENTITY udisks2-md5sum        "ee74a32fe2a7ab3dd3aa9e2283b844ea">
    10   <!ENTITY udisks2-size          "1.5 MB">
    11   <!ENTITY udisks2-buildsize     "36 MB (with tests)">
     9  <!ENTITY udisks2-md5sum        "6c9bc503c183c37f45bd8dafa86e5512">
     10  <!ENTITY udisks2-size          "1.6 MB">
     11  <!ENTITY udisks2-buildsize     "50 MB (with tests)">
    1212  <!ENTITY udisks2-time          "0.3 SBU (with tests)">
    1313]>
     
    123123    <title>Installation of UDisks</title>
    124124
     125<!-- Applied upstream in version 2.9.0.
    125126    <para>
    126127      First, fix a regression caused by glib-2.64:
     
    129130<screen><userinput remap="pre">sed -i '/stdout_channel = g/a g_io_channel_set_encoding (job->child_stdout_channel, NULL, NULL);' src/udisksspawnedjob.c &amp;&amp;
    130131sed -i '/stderr_channel = g/a g_io_channel_set_encoding (job->child_stderr_channel, NULL, NULL);' src/udisksspawnedjob.c</userinput></screen>
     132-->
    131133
    132134    <para>
Note: See TracChangeset for help on using the changeset viewer.