Changeset 66e5fd8b
- Timestamp:
- 10/11/2018 03:47:22 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e087139
- Parents:
- 760fbd38
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r760fbd38 r66e5fd8b 46 46 <itemizedlist> 47 47 <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> 48 52 <para>[renodr] - Update to poppler-0.69.0. Fixes 49 53 <ulink url="&blfs-ticket-root;11172">#11172</ulink>.</para> -
packages.ent
r760fbd38 r66e5fd8b 45 45 <!ENTITY sudo-version "1.8.25p1"> 46 46 <!ENTITY tripwire-version "2.4.3.7"> 47 <!ENTITY volume_key-version "0.3.1 1">47 <!ENTITY volume_key-version "0.3.12"> 48 48 49 49 <!-- Chapter 5 --> -
postlfs/security/volume_key.xml
r760fbd38 r66e5fd8b 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY volume_key-download-ftp " "> 9 <!ENTITY volume_key-md5sum " 30df56c7743eb7c965293b3d61194232">10 <!ENTITY volume_key-size " 476 KB">11 <!ENTITY volume_key-buildsize " 6.9MB">12 <!ENTITY volume_key-time " less than 0.1SBU">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"> 13 13 ]> 14 14 … … 71 71 </listitem> 72 72 </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 84 74 <bridgehead renderas="sect3">volume_key Dependencies</bridgehead> 85 75 … … 88 78 <xref linkend="cryptsetup"/>, 89 79 <xref linkend="glib2"/>, 90 <xref linkend="gpgme"/>, and 80 <xref linkend="gpgme"/>, 81 <xref linkend="nss"/>, and 91 82 <xref linkend="python2"/> 92 83 </para> … … 96 87 <xref linkend="swig"/> 97 88 </para> 98 <!-- 99 <bridgehead renderas="sect4">Optional</bridgehead> 100 <para role="optional"> 101 <xref linkend="python3"/> 102 </para> 103 --> 89 104 90 <para condition="html" role="usernotes">User Notes: 105 91 <ulink url="&blfs-wiki;/volume_key"/> … … 115 101 </para> 116 102 117 <screen><userinput>./configure --prefix=/usr && 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 && 110 ./configure --prefix=/usr && 118 111 make</userinput></screen> 119 112 … … 129 122 130 123 </sect2> 131 <!--132 <sect2 role="commands">133 <title>Command Explanations</title>134 124 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 -->142 125 <sect2 role="content"> 143 126 <title>Contents</title>
Note:
See TracChangeset
for help on using the changeset viewer.