Changeset c5207e4 for postlfs


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

Location:
postlfs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r9fb63b5 rc5207e4  
    99  <!-- <!ENTITY gpgme-download-ftp  "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2"> -->
    1010  <!ENTITY gpgme-download-ftp  " ">
    11   <!ENTITY gpgme-md5sum        "129c46fb85a7ffa41e43345e48aee884">
    12   <!ENTITY gpgme-size          "1.4 MB">
    13   <!ENTITY gpgme-buildsize     "125 MB (with all bindings)">
    14   <!ENTITY gpgme-time          "0.5 SBU (with parallelism=4; with all bindings, add 0.5 SBU for tests)">
     11  <!ENTITY gpgme-md5sum        "902fca3a94907efe4e929b2ade545a7c">
     12  <!ENTITY gpgme-size          "1.6 MB">
     13  <!ENTITY gpgme-buildsize     "163 MB (with all bindings)">
     14  <!ENTITY gpgme-time          "0.6 SBU (with parallelism=4; with all bindings, add 0.5 SBU for tests)">
    1515]>
    1616
  • 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>
  • postlfs/shells/zsh.xml

    r9fb63b5 rc5207e4  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.xz">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "4890f422e6f3c5127a19c8f6b867f292">
     9  <!ENTITY zsh-md5sum        "540673bf823d2e13806ac0395caa8345">
    1010  <!ENTITY zsh-size          "2.9 MB">
    11   <!ENTITY zsh-buildsize     "45 MB (includes documentation and tests)">
    12   <!ENTITY zsh-time          "1.4 SBU (Using parallelism=4; includes documentation and tests)">
    13 
    14   <!ENTITY zsh-doc-md5sum    "7f7ba7fb010e438f118806a78476b950">
     11  <!ENTITY zsh-buildsize     "46 MB (includes documentation and tests)">
     12  <!ENTITY zsh-time          "1.3 SBU (Using parallelism=4; includes documentation and tests)">
     13
     14  <!ENTITY zsh-doc-md5sum    "cc6015fb9280c445d03df354e8d684e6">
    1515  <!ENTITY zsh-doc-size      "3.1 MB">
    1616]>
Note: See TracChangeset for help on using the changeset viewer.