Update to db-18.1.25

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20259 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2018-07-31 20:13:32 +00:00
parent ecea644979
commit 869e689288
3 changed files with 27 additions and 7 deletions

View File

@ -51,6 +51,16 @@
</itemizedlist>
</listitem>
<listitem>
<para>July 30th, 2018</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to db-18.1.25. Fixes
<ulink url="&blfs-ticket-root;10875">#10875</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 30th, 2018</para>
<itemizedlist>

View File

@ -512,7 +512,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY sendmail-version "8.15.2">
<!-- Chapter 22 -->
<!ENTITY db-version "6.2.32">
<!ENTITY db-version "18.1.25">
<!ENTITY lmdb-version "0.9.22">
<!ENTITY mariadb-version "10.3.7">
<!ENTITY postgresql-version "10.4">

View File

@ -5,11 +5,11 @@
%general-entities;
<!ENTITY db-download-http
"http://download.oracle.com/berkeley-db/db-&db-version;.tar.gz">
"https://fossies.org/linux/misc/db-&db-version;.tar.xz">
<!ENTITY db-download-ftp " ">
<!ENTITY db-md5sum "33491b4756cb44b91c3318b727e71023">
<!ENTITY db-size "43 MB">
<!ENTITY db-buildsize "236 MB">
<!ENTITY db-md5sum "735e91e30db8efcd0b833c3926278f6e">
<!ENTITY db-size "28 MB">
<!ENTITY db-buildsize "219 MB">
<!ENTITY db-time "0.7 SBU">
]>
@ -75,7 +75,10 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="tcl"/><!--,
<xref linkend="tcl"/> and
<xref linkend="openssl10"/>
<!--,
<xref linkend="openjdk"/> or <xref linkend="java"/>, and
- - This is currently broken, removed for now. - -
<xref linkend="sharutils"/> (for the <command>uudecode</command> command
@ -160,7 +163,8 @@ cd ..</userinput></screen>
--enable-compat185 \
--enable-dbm \
--disable-static \
--enable-cxx &amp;&amp;
--enable-cxx \
--with-repmgr-ssl=no &amp;&amp;
make</userinput></screen>
<para>
@ -197,6 +201,12 @@ chown -v -R root:root \
libraries.
</para>
<para>
<parameter>--with-repmgr-ssl=no</parameter>: Disable ssl support for the
replication manager. Removing this option requires <xref linkend="openssl10"/>
and modifying the soruce code (not tested).
</para>
<para>
<parameter>--enable-dbm</parameter>: Enables legacy interface support
needed by some older packages.