Changeset 729e458


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re1f9f2a r729e458  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 21st, &year;">
     9<!ENTITY releasedate  "May 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    141141                          linkend='parallel-builds'/> for more information.</para></note>">
    142142
     143<!ENTITY shell-env "<note><para>If installing in the chroot environment, be
     144                    sure to export the <envar>SHELL</envar> environment
     145                    variable or configuration of the package will
     146                    fail.</para></note>">
     147
  • general/genlib/js52.xml

    re1f9f2a r729e458  
    101101      commands:
    102102    </para>
     103
     104    &shell-env;
    103105
    104106<screen><userinput>cd js/src &amp;&amp;
  • general/sysutils/systemd.xml

    re1f9f2a r729e458  
    130130<screen><userinput remap="pre">patch -Np1 -i ../systemd-238-upstream_fixes-1.patch</userinput></screen>
    131131
     132    <para>Fix an issue with newer headers:</para>
     133
     134<screen><userinput remap="pre">sed -i '527,565 d'                  src/basic/missing.h
     135sed -i '24 d'                       src/core/load-fragment.c
     136sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
     137
    132138    <para>Remove an unneeded group,
    133139    <systemitem class="groupname">render</systemitem>, from the default udev
  • introduction/welcome/changelog.xml

    re1f9f2a r729e458  
    4646
    4747   <listitem>
     48      <para>May 22nd, 2018</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[dj] - Update to make-ca-0.8. Fixes
     52          <ulink url="&blfs-ticket-root;10794">#10794</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[dj] - Added header seds from LFS for systemd-238.</para>
     56        </listitem>
     57      </itemizedlist>
     58   </listitem>
     59
     60   <listitem>
    4861      <para>May 21st, 2018</para>
    4962      <itemizedlist>
  • packages.ent

    re1f9f2a r729e458  
    2525<!ENTITY linux-pam-docs-version       "1.2.0">
    2626<!ENTITY libpwquality-version         "1.4.0">
    27 <!ENTITY make-ca-version              "0.7">
     27<!ENTITY make-ca-version              "0.8">
    2828<!ENTITY mitkrb-major-version         "1.16">
    2929<!ENTITY mitkrb-version               "1.16">
  • 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.