Adapt cryptsetup to work with the new version of json-c

Add recommended dependencies on json-c to bind/bind-utils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23019 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-04-22 16:50:23 +00:00
parent fa9cfd3aa3
commit 24f32bb692
4 changed files with 28 additions and 1 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>April 22nd, 2020</para>
<itemizedlist>
<listitem>
<para>[renodr] - Adapt cryptsetup to work with JSON-C-0.14.0. Fixes
<ulink url="&blfs-ticket-root;13439">#13439</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to dhcpcd-9.0.2. Fixes
<ulink url="&blfs-ticket-root;13438">#13438</ulink>.</para>

View File

@ -77,6 +77,11 @@
<xref linkend="libuv"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="json-c"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="libcap-pam"/> and

View File

@ -70,6 +70,16 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">cryptsetup Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -125,6 +135,13 @@ Cryptographic API ---&gt;
<sect2 role="installation">
<title>Installation of cryptsetup</title>
<para>
First, apply a patch to fix a build problem caused by API changes in
<xref role="nodep" linkend="json-c"/>:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../cryptsetup-&cryptsetup-version;-upstream_fixes-1.patch</userinput></screen>
<para>
Install <application>cryptsetup</application> by running the following
commands:

View File

@ -89,7 +89,8 @@
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="optional">
<para role="recommended">
<xref linkend="json-c"/> and
<xref linkend="libcap-pam"/>
</para>