Ignore:
Timestamp:
05/22/2018 02:03:23 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
20306c2
Parents:
e1f9f2a
Message:

Update to make-ca-0.8. Fixes #10794.
Added header seds from LFS for systemd-238.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/make-ca.xml

    re1f9f2a r729e458  
    1212  <!ENTITY make-ca-download      "https://github.com/djlucas/make-ca/archive/v&make-ca-version;/make-ca-&make-ca-version;.tar.gz">
    1313  <!ENTITY make-ca-size          "36 KB">
    14   <!ENTITY make-ca-md5sum        "4f180b9bf3b11f29d6a79e6022aeae23">
     14  <!ENTITY make-ca-md5sum        "1f0176c4fa89274971b2826a97f303f7">
    1515]>
    1616
     
    152152    </note>
    153153
    154 <screen role="root"><userinput>sed -e 's%= /etc/ssl;%= "/etc/ssl";%' \
    155     -e 's%= /usr;%= "/usr";%'         \
    156     -i /usr/bin/c_rehash              &amp;&amp;
    157 /usr/sbin/make-ca -g</userinput></screen>
    158 
    159     <para>The <command>sed</command> command works around missing quotes in
    160     <command>c_rehash</command> from openssl-1.1.0h and can be safely rerun
    161     (the " inserted the first time will prevent matches on subsequent runs).</para>
     154<screen role="root"><userinput>/usr/sbin/make-ca -g</userinput></screen>
    162155
    163156    <para>You should periodically update the store with the above command
Note: See TracChangeset for help on using the changeset viewer.