Changeset f5e51f4


Ignore:
Timestamp:
11/18/2018 08:20:13 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, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
75f0f9a
Parents:
5dda4e2
Message:

Modify the distro specific anchor install hook for P11-kit.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5dda4e2 rf5e51f4  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 17th, &year;">
     9<!ENTITY releasedate  "November 18th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r5dda4e2 rf5e51f4  
    4343-->
    4444    <listitem>
     45      <para>November 18th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Modify the distro specific anchor install hook for
     49          P11-kit.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 17th, 2018</para>
    4656      <itemizedlist>
  • postlfs/security/p11-kit.xml

    r5dda4e2 rf5e51f4  
    9393  <sect2 role="installation">
    9494    <title>Installation of p11-kit</title>
     95
     96    <para>Prepare the distribution specific anchor hook:</para>
     97
     98<screen><userinput>sed '20,$ d' -i trust/trust-extract-compat.in &amp;&amp;
     99cat &gt;&gt; trust/trust-extract-compat.in &lt;&lt; "EOF"
     100echo "Please create an OpenSSL Trusted Certificate with appropriate"
     101echo "trust arguments in /etc/ssl/local/ and run '/usr/sbin/make-ca -f'"
     102echo "as the root user."
     103exit 1
     104EOF</userinput></screen>
    95105
    96106    <para>
     
    163173
    164174    <segmentedlist>
    165       <segtitle>Installed Program</segtitle>
     175      <segtitle>Installed Programs</segtitle>
    166176      <segtitle>Installed Libraries</segtitle>
    167177      <segtitle>Installed Directories</segtitle>
Note: See TracChangeset for help on using the changeset viewer.