Changeset ef0d8f4
- Timestamp:
- 08/17/2018 02:20:56 AM (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:
- 8184984
- Parents:
- e738c51
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/bogofilter.xml
re738c51 ref0d8f4 105 105 <sect2 role="installation"> 106 106 <title>Installation of Bogofilter</title> 107 108 <note> 109 <para> 110 If you plan to change the version of your database library on an 111 existing installation, or to change to a different database, read the 112 warning at the top of the RELEASE.NOTES file. 113 </para> 114 </note> 107 115 108 116 <para> -
introduction/welcome/changelog.xml
re738c51 ref0d8f4 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Revert Berkeley-DB to 5.3.28. Fixes 49 <ulink url="&blfs-ticket-root;10989">#10989</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to libatomic_ops-7.6.6. Fixes 49 53 <ulink url="&blfs-ticket-root;10993">#10993</ulink>.</para> … … 141 145 <listitem> 142 146 <para>[renodr] - Fix alsa-oss to build with glibc-2.28.</para> 147 </listitem> 148 <listitem> 149 <para>[ken] - Revert Berkeley-DB to 5.3.28. Fixes 150 <ulink url="&blfs-ticket-root;10989">#10989</ulink>.</para> 143 151 </listitem> 144 152 <listitem> -
packages.ent
re738c51 ref0d8f4 513 513 514 514 <!-- Chapter 22 --> 515 <!ENTITY db-version " 18.1.25">515 <!ENTITY db-version "5.3.28"> 516 516 <!ENTITY lmdb-version "0.9.22"> 517 517 <!ENTITY mariadb-version "10.3.7"> -
server/databases/db.xml
re738c51 ref0d8f4 5 5 %general-entities; 6 6 7 <!ENTITY db-download-http 8 "https://fossies.org/linux/misc/db-&db-version;.tar.xz"> 7 <!ENTITY db-download-http "&sources-anduin-http;/bdb/db-&db-version;.tar.gz"> 9 8 <!ENTITY db-download-ftp " "> 10 <!ENTITY db-md5sum " 735e91e30db8efcd0b833c3926278f6e">11 <!ENTITY db-size " 28MB">12 <!ENTITY db-buildsize "2 19MB">13 <!ENTITY db-time "0. 7SBU">9 <!ENTITY db-md5sum "b99454564d5b4479750567031d66fe24"> 10 <!ENTITY db-size "34 MB"> 11 <!ENTITY db-buildsize "265 MB"> 12 <!ENTITY db-time "0.6 SBU"> 14 13 ]> 15 14 … … 77 76 <para role="optional"> 78 77 <xref linkend="tcl"/> and 79 <xref linkend=" openssl10"/>80 78 <xref linkend="sharutils"/> (for the <command>uudecode</command> command) 79 81 80 <!--, 82 81 <xref linkend="openjdk"/> or <xref linkend="java"/>, and … … 92 91 93 92 <!-- <sect2 role="testing"> 94 <title>Testing Berkeley DB </title>93 <title>Testing Berkeley DB before the real install</title> 95 94 96 95 <para> … … 155 154 156 155 <para> 156 First apply a fix so that this will compile with current versions of 157 <command>g++</command>: 158 </para> 159 160 <screen><userinput>sed -i 's/\(__atomic_compare_exchange\)/\1_db/' src/dbinc/atomic.h</userinput></screen> 161 162 <!-- move parts of hte testing to here, possibly as sect3 --> 163 164 <para> 157 165 Install <application>Berkeley DB</application> by running the following 158 166 commands: … … 164 172 --enable-dbm \ 165 173 --disable-static \ 166 --enable-cxx \ 167 --with-repmgr-ssl=no && 174 --enable-cxx && 168 175 make</userinput></screen> 169 176 … … 203 210 204 211 <para> 205 <parameter>--with-repmgr-ssl=no</parameter>: Disable ssl support for the206 replication manager. Removing this option requires <xref linkend="openssl10"/>207 and modifying the soruce code (not tested).208 </para>209 210 <para>211 212 <parameter>--enable-dbm</parameter>: Enables legacy interface support 212 213 needed by some older packages. … … 235 236 support in DB and creates the 236 237 <filename class="libraryfile">libdb_java</filename> libraries. 237 <!-- Remove at next version --> 238 Support is currently broken with Java-9.x. 238 <!-- 239 checking if java works... yes 240 checking for javac... /opt/jdk/bin/javac 241 checking absolute path of javac... /opt/jdk/bin/javac 242 checking java version... 10.0.1 243 configure: error: Java version 1.3 or higher required, got 10.0.1 244 --> 245 Support is currently broken with Java-&openjdk-build;.x. 239 246 </para> 240 247 </sect2> … … 267 274 <seg> 268 275 libdb.so, 269 libdb_cxx.so, 270 libdb_java.so, and 276 libdb_cxx.so, and 277 <!-- libdb_java.so, and --> 271 278 libdb_tcl.so 272 279 </seg> -
server/other/openldap.xml
re738c51 ref0d8f4 98 98 <ulink url="http://www.mysql.com/">MySQL</ulink>, 99 99 <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and 100 <xref linkend="db"/> ( not recommended by the developers)100 <xref linkend="db"/> (for slapd, but deprecated) 101 101 </para> 102 102
Note:
See TracChangeset
for help on using the changeset viewer.