Ignore:
Timestamp:
10/12/2018 11:55:59 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
8d4d84d
Parents:
9fb63b5
Message:

perl modules branch: merge trunk r20598:20625.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20626 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/volume_key.xml

    r9fb63b5 rc5207e4  
    55  %general-entities;
    66
    7   <!ENTITY volume_key-download-http "https://releases.pagure.org/volume_key/volume_key-&volume_key-version;.tar.xz">
     7  <!ENTITY volume_key-download-http "https://github.com/felixonmars/volume_key/archive/volume_key-&volume_key-version;.tar.gz">
    88  <!ENTITY volume_key-download-ftp  " ">
    9   <!ENTITY volume_key-md5sum        "30df56c7743eb7c965293b3d61194232">
    10   <!ENTITY volume_key-size          "476 KB">
    11   <!ENTITY volume_key-buildsize     "6.9 MB">
    12   <!ENTITY volume_key-time          "less than 0.1 SBU">
     9  <!ENTITY volume_key-md5sum        "d1c76f24e08ddd8c1787687d0af5a814">
     10  <!ENTITY volume_key-size          "106 KB">
     11  <!ENTITY volume_key-buildsize     "11 MB">
     12  <!ENTITY volume_key-time          "0.2 SBU">
    1313]>
    1414
     
    7171      </listitem>
    7272    </itemizedlist>
    73 <!--
    74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    75     <itemizedlist spacing="compact">
    76       <listitem>
    77         <para>
    78           Required patch:
    79           <ulink url="&patch-root;/volume_key-&volume_key-version;-cryptsetup2-1.patch"/>
    80        </para>
    81       </listitem>
    82     </itemizedlist>
    83 -->
     73
    8474    <bridgehead renderas="sect3">volume_key Dependencies</bridgehead>
    8575
     
    8878      <xref linkend="cryptsetup"/>,
    8979      <xref linkend="glib2"/>,
    90       <xref linkend="gpgme"/>, and
     80      <xref linkend="gpgme"/>,
     81      <xref linkend="nss"/>, and
    9182      <xref linkend="python2"/>
    9283    </para>
     
    9687      <xref linkend="swig"/>
    9788    </para>
    98 <!--
    99     <bridgehead renderas="sect4">Optional</bridgehead>
    100     <para role="optional">
    101       <xref linkend="python3"/>
    102     </para>
    103 -->
     89
    10490    <para condition="html" role="usernotes">User Notes:
    10591      <ulink url="&blfs-wiki;/volume_key"/>
     
    115101    </para>
    116102
    117 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     103    <note>
     104      <para>This package expands to the directory
     105            volume_key-volume_key-&volume_key-version;.
     106      </para>
     107    </note>
     108
     109<screen><userinput>autoreconf -fiv           &amp;&amp;
     110./configure --prefix=/usr &amp;&amp;
    118111make</userinput></screen>
    119112
     
    129122
    130123  </sect2>
    131 <!--
    132   <sect2 role="commands">
    133     <title>Command Explanations</title>
    134124
    135     <para>
    136       <command>sed -i '/config.h/d' /usr/include/volume_key/libvolume_key.h</command>:
    137       Removes a reference to config.h, which is not installed.
    138     </para>
    139 
    140   </sect2>
    141 -->
    142125  <sect2 role="content">
    143126    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.