Changeset 869e6892
- Timestamp:
- 07/31/2018 08:13:32 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4402a39
- Parents:
- ecea644
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
recea644 r869e6892 48 48 <para>[renodr] - Update to guile-2.2.4. Fixes 49 49 <ulink url="&blfs-ticket-root;10912">#10912</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>July 30th, 2018</para> 56 <itemizedlist> 57 <listitem> 58 <para>[bdubbs] - Update to db-18.1.25. Fixes 59 <ulink url="&blfs-ticket-root;10875">#10875</ulink>.</para> 50 60 </listitem> 51 61 </itemizedlist> -
packages.ent
recea644 r869e6892 513 513 514 514 <!-- Chapter 22 --> 515 <!ENTITY db-version " 6.2.32">515 <!ENTITY db-version "18.1.25"> 516 516 <!ENTITY lmdb-version "0.9.22"> 517 517 <!ENTITY mariadb-version "10.3.7"> -
server/databases/db.xml
recea644 r869e6892 6 6 7 7 <!ENTITY db-download-http 8 "http ://download.oracle.com/berkeley-db/db-&db-version;.tar.gz">8 "https://fossies.org/linux/misc/db-&db-version;.tar.xz"> 9 9 <!ENTITY db-download-ftp " "> 10 <!ENTITY db-md5sum " 33491b4756cb44b91c3318b727e71023">11 <!ENTITY db-size " 43MB">12 <!ENTITY db-buildsize "2 36MB">10 <!ENTITY db-md5sum "735e91e30db8efcd0b833c3926278f6e"> 11 <!ENTITY db-size "28 MB"> 12 <!ENTITY db-buildsize "219 MB"> 13 13 <!ENTITY db-time "0.7 SBU"> 14 14 ]> … … 76 76 <bridgehead renderas="sect4">Optional</bridgehead> 77 77 <para role="optional"> 78 <xref linkend="tcl"/><!--, 78 <xref linkend="tcl"/> and 79 <xref linkend="openssl10"/> 80 81 <!--, 79 82 <xref linkend="openjdk"/> or <xref linkend="java"/>, and 80 83 - - This is currently broken, removed for now. - - … … 161 164 --enable-dbm \ 162 165 --disable-static \ 163 --enable-cxx && 166 --enable-cxx \ 167 --with-repmgr-ssl=no && 164 168 make</userinput></screen> 165 169 … … 196 200 <parameter>--enable-cxx</parameter>: This switch enables building C++ API 197 201 libraries. 202 </para> 203 204 <para> 205 <parameter>--with-repmgr-ssl=no</parameter>: Disable ssl support for the 206 replication manager. Removing this option requires <xref linkend="openssl10"/> 207 and modifying the soruce code (not tested). 198 208 </para> 199 209
Note:
See TracChangeset
for help on using the changeset viewer.