Changeset bfdd32ae for postlfs


Ignore:
Timestamp:
11/06/2015 10:29:49 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
0443831
Parents:
209b020
Message:

Update to stunnel-5.26.
Update to qemu-2.4.1.
Update to libassuan-2.4.0.
Update to xkbcomp-1.3.1.

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

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/stunnel.xml

    r209b020 rbfdd32ae  
    1010  <!-- Following ftp only has later release -->
    1111<!--  <!ENTITY stunnel-download-ftp  "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> -->
    12   <!ENTITY stunnel-md5sum        "24ad1f10525181edcf82433aac8bad0b">
    13   <!ENTITY stunnel-size          "620 KB">
    14   <!ENTITY stunnel-buildsize     "7.9 MB">
     12  <!ENTITY stunnel-md5sum        "cd72bf9b7fb3577a0330df315cd88b0a">
     13  <!ENTITY stunnel-size          "624 KB">
     14  <!ENTITY stunnel-buildsize     "6.5 MB">
    1515  <!ENTITY stunnel-time          "0.1 SBU">
    1616]>
     
    227227;TIMEOUTclose = 0</literal>
    228228
    229 EOF
    230 chmod -v 644 /etc/stunnel/stunnel.conf</userinput></screen>
     229EOF</userinput></screen>
    231230
    232231      <para>Finally, add the service(s) you wish to encrypt to the
  • postlfs/virtualization/qemu.xml

    r209b020 rbfdd32ae  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "c99445164e77184a9ba2e7dbf7ed5c29">
     9  <!ENTITY qemu-md5sum        "a895e93ec1dafc34bc64ed676f0d55a6">
    1010  <!ENTITY qemu-size          "24 MB">
    11   <!ENTITY qemu-buildsize     "322 MB (395 MB, with tests)">
    12   <!ENTITY qemu-time          "1.5 SBU (3.0 SBU, with tests)">
     11  <!ENTITY qemu-buildsize     "303 MB (additional 91 MB for tests)">
     12  <!ENTITY qemu-time          "1.7 SBU (additional 1.0 SBU for tests)">
    1313]>
    1414
     
    161161make</userinput></screen>
    162162
    163     <para>To run the built in tests, run <command>make V=1 check</command>.</para>
     163    <para>To run the built in tests, run <command>make V=1 -k check</command>.
     164    One test is known to fail.</para>
    164165
    165166    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.