Changeset 66e5fd8b


Ignore:
Timestamp:
10/11/2018 03:47:22 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e087139
Parents:
760fbd38
Message:

Update to volume_key-0.3.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r760fbd38 r66e5fd8b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to volume_key-0.3.12. Fixes
     49          <ulink url="&blfs-ticket-root;11227">#11227</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to poppler-0.69.0. Fixes
    4953          <ulink url="&blfs-ticket-root;11172">#11172</ulink>.</para>
  • packages.ent

    r760fbd38 r66e5fd8b  
    4545<!ENTITY sudo-version                 "1.8.25p1">
    4646<!ENTITY tripwire-version             "2.4.3.7">
    47 <!ENTITY volume_key-version           "0.3.11">
     47<!ENTITY volume_key-version           "0.3.12">
    4848
    4949<!-- Chapter 5 -->
  • postlfs/security/volume_key.xml

    r760fbd38 r66e5fd8b  
    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.