source: postlfs/security/volume_key.xml@ 7dcab6e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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
Last change on this file since 7dcab6e was 7dcab6e, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to thunderbird-52.2.1.
Update to llvm-4.0.1.

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY volume_key-download-http "https://releases.pagure.org/volume_key/volume_key-&volume_key-version;.tar.xz">
8 <!ENTITY volume_key-download-ftp " ">
9 <!ENTITY volume_key-md5sum "a2d14931177c660e1f3ebbcf5f47d8e2">
10 <!ENTITY volume_key-size "436 KB">
11 <!ENTITY volume_key-buildsize "7.9 MB">
12 <!ENTITY volume_key-time "0.1 SBU">
13]>
14
15<sect1 id="volume_key" xreflabel="volume_key-&volume_key-version;">
16 <?dbhtml filename="volume_key.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: fernando $</othername>
20 <date>$Date: 2015-09-25 08:48:24 -0500 (Fri, 25 Sep 2015) $</date>
21 </sect1info>
22
23 <title>volume_key-&volume_key-version;</title>
24
25 <indexterm zone="volume_key">
26 <primary sortas="a-volume_key">volume_key</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to volume_key</title>
31
32 <para>
33 The <application>volume_key</application> package provides
34 a library for manipulating storage volume encryption keys and storing
35 them separately from volumes to handle forgotten passphrases.
36 </para>
37
38 &lfs80_checked;
39 &gcc7_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&volume_key-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&volume_key-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &volume_key-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &volume_key-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &volume_key-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &volume_key-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74<!--
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/volume_key-&volume_key-version;-modernize-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84-->
85 <bridgehead renderas="sect3">volume_key Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="cryptsetup"/>,
90 <xref linkend="glib2"/>,
91 <xref linkend="gpgme"/>, and
92 <xref linkend="swig"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="python2"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="python3"/>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/volume_key"/>
107 </para>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of volume_key</title>
112
113 <para>
114 Install <application>volume_key</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>sed -i '/config.h/d' lib/libvolume_key.h &amp;&amp;
119
120autoreconf -fiv &amp;&amp;
121./configure --prefix=/usr &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not come with a functioning test suite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Program</segtitle>
141 <segtitle>Installed Library</segtitle>
142 <segtitle>Installed Directory</segtitle>
143
144 <seglistitem>
145 <seg>
146 volume_key
147 </seg>
148 <seg>
149 libvolume_key.so
150 </seg>
151 <seg>
152 /usr/include/volume_key
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="volume_key-prog">
163 <term><command>volume_key</command></term>
164 <listitem>
165 <para>
166 manages encrypted volume keys and passphrases.
167 </para>
168 <indexterm zone="volume_key volume_key-prog">
169 <primary sortas="b-volume_key">volume_key</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="volume_key-lib">
175 <term><filename class="libraryfile">volume_key.so</filename></term>
176 <listitem>
177 <para>
178 contains API functions for managing encrypted volume keys.
179 </para>
180 <indexterm zone="volume_key volume_key-lib">
181 <primary sortas="c-volume_key">volume_key.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.