source: postlfs/security/volume_key.xml@ cfd4fa8

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cfd4fa8 was acd88fc, checked in by Bruce Dubbs <bdubbs@…>, 16 months ago

Tags and move 2 unneeded files

  • Property mode set to 100644
File size: 6.0 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://github.com/felixonmars/volume_key/archive/volume_key-&volume_key-version;.tar.gz">
8 <!ENTITY volume_key-download-ftp " ">
9 <!ENTITY volume_key-md5sum "d1c76f24e08ddd8c1787687d0af5a814">
10 <!ENTITY volume_key-size "196 KB">
11 <!ENTITY volume_key-buildsize "11 MB">
12 <!ENTITY volume_key-time "0.2 SBU">
13]>
14
15<sect1 id="volume_key" xreflabel="volume_key-&volume_key-version;">
16 <?dbhtml filename="volume_key.html"?>
17
18
19 <title>volume_key-&volume_key-version;</title>
20
21 <indexterm zone="volume_key">
22 <primary sortas="a-volume_key">volume_key</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to volume_key</title>
27
28 <para>
29 The <application>volume_key</application> package provides
30 a library for manipulating storage volume encryption keys and storing
31 them separately from volumes to handle forgotten passphrases.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&volume_key-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&volume_key-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &volume_key-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &volume_key-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &volume_key-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &volume_key-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">volume_key Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cryptsetup"/>,
75 <xref linkend="glib2"/>,
76 <!-- To editors: if GnuPG is not installed, a wrong path to gpg will
77 be hard-coded into the library. Even if GnuPG is installed, we
78 still need the 's/gpg2/gpg/' sed below. I can't find an elegant
79 way to specify the path manually (so I can't make it a runtime
80 dependency). -->
81 <xref linkend="gnupg2"/>,
82 <xref linkend="gpgme"/>, and
83 <xref linkend="nss"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="swig"/>
89 </para>
90<!-- We prevent using Python2, so do not advertise it
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="python2"/>
94 </para>
95-->
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/volume_key"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of volume_key</title>
103
104 <note>
105 <para>
106 This package expands to the directory
107 volume_key-volume_key-&volume_key-version;.
108 </para>
109 </note>
110
111 <para>
112 Tell the building system how to locate GPGME and GnuPG correctly:
113 </para>
114
115<screen><userinput remap='pre'>sed -e '/AM_PATH_GPGME/iAM_PATH_GPG_ERROR' \
116 -e 's/gpg2/gpg/' -i configure.ac</userinput></screen>
117
118 <para>
119 Install <application>volume_key</application> by running the following
120 commands:
121 </para>
122
123<screen><userinput>autoreconf -fiv &amp;&amp;
124./configure --prefix=/usr \
125 --without-python &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 To test the results, issue: <command>make check</command>.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para>
144 <parameter>--without-python</parameter>: This parameter prevents building
145 the <application>Python 2</application> bindings, if <xref
146 linkend="python2"/> is installed.
147 </para>
148
149 <para>
150 <option>--without-python3</option>: Use this option if you do not want
151 to build the <application>Python 3</application> bindings. In this case,
152 <xref linkend="swig"/> is not needed.
153 </para>
154
155 </sect2>
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Program</segtitle>
161 <segtitle>Installed Library</segtitle>
162 <segtitle>Installed Directory</segtitle>
163
164 <seglistitem>
165 <seg>
166 volume_key
167 </seg>
168 <seg>
169 libvolume_key.so
170 </seg>
171 <seg>
172 /usr/include/volume_key
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="volume_key-prog">
183 <term><command>volume_key</command></term>
184 <listitem>
185 <para>
186 manages encrypted volume keys and passphrases
187 </para>
188 <indexterm zone="volume_key volume_key-prog">
189 <primary sortas="b-volume_key">volume_key</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="volume_key-lib">
195 <term><filename class="libraryfile">volume_key.so</filename></term>
196 <listitem>
197 <para>
198 contains API functions for managing encrypted volume keys
199 </para>
200 <indexterm zone="volume_key volume_key-lib">
201 <primary sortas="c-volume_key">volume_key.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.