source: postlfs/security/volume_key.xml@ eecc046

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 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
Last change on this file since eecc046 was cdf0106, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to gnome-online-accounts-3.34.1
Update to libsoup-2.68.2
Update to dconf-editor-3.34.2
Update to parted-3.3
Update to samba-4.11.0
Update to gvfs-1.42.1
Fix the download size in Volume_Key
Correct the rndc-confgen command in BIND9, as well as update some paths.

Please be aware that this version of Samba does not support SMBv1 anymore, and clients
that utilize that protocol will be completely unable to connect to the server.

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

  • Property mode set to 100644
File size: 5.5 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 <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 &lfs90_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&volume_key-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&volume_key-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &volume_key-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &volume_key-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &volume_key-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &volume_key-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">volume_key Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cryptsetup"/>,
79 <xref linkend="glib2"/>,
80 <xref linkend="gpgme"/>, and
81 <xref linkend="nss"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="swig"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="python2"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/volume_key"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of volume_key</title>
101
102 <para>
103 Install <application>volume_key</application> by running the following
104 commands:
105 </para>
106
107 <note>
108 <para>This package expands to the directory
109 volume_key-volume_key-&volume_key-version;.
110 </para>
111 </note>
112
113<screen><userinput>autoreconf -fiv &amp;&amp;
114./configure --prefix=/usr \
115 --without-python &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This package does not come with a functioning test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>--without-python</parameter>: This parameter prevents building
135 the <application>Python 2</application> bindings, if <xref
136 linkend="python2"/> is installed.
137 </para>
138
139 <para>
140 <option>--without-python3</option>: Use this option if you do not want
141 to build the <application>Python 3</application> bindings. In this case,
142 <xref linkend="swig"/> is not needed.
143 </para>
144
145 </sect2>
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Program</segtitle>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directory</segtitle>
153
154 <seglistitem>
155 <seg>
156 volume_key
157 </seg>
158 <seg>
159 libvolume_key.so
160 </seg>
161 <seg>
162 /usr/include/volume_key
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="volume_key-prog">
173 <term><command>volume_key</command></term>
174 <listitem>
175 <para>
176 manages encrypted volume keys and passphrases.
177 </para>
178 <indexterm zone="volume_key volume_key-prog">
179 <primary sortas="b-volume_key">volume_key</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="volume_key-lib">
185 <term><filename class="libraryfile">volume_key.so</filename></term>
186 <listitem>
187 <para>
188 contains API functions for managing encrypted volume keys.
189 </para>
190 <indexterm zone="volume_key volume_key-lib">
191 <primary sortas="c-volume_key">volume_key.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.