Changeset ec06894


Ignore:
Timestamp:
07/26/2015 03:58:45 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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
Children:
f584e7c
Parents:
5036aa29
Message:
  • neon-0.30.1: modify fix when building with gnutls-3.4 and later,

after email received from neon list.

  • OpenLDAP-2.4.41: fix some trailing spaces.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/neon.xml

    r5036aa29 rec06894  
    9797    <para>Fix some code when building with gnutls-3.4 and later:</para>
    9898
    99 <screen><userinput>sed -e 's/gnutls_retr_st/gnutls_retr2_st/' \
    100     -e 's/type = type/cert_&amp;/' \
     99<screen><userinput>sed -e 's/client_set/set/'  \
     100    -e 's/gnutls_retr/&amp;2/'  \
     101    -e 's/type = t/cert_&amp;/' \
    101102    -i src/ne_gnutls.c</userinput></screen>
    102103
  • server/other/openldap.xml

    r5036aa29 rec06894  
    9494      <xref linkend="pth"/>,
    9595      <xref linkend="unixodbc"/>,
    96         <xref linkend="mariadb"/> or 
    97         <xref linkend="postgresql"/> or 
    98         <ulink url="http://www.mysql.com/">MySQL</ulink>, 
     96        <xref linkend="mariadb"/> or
     97        <xref linkend="postgresql"/> or
     98        <ulink url="http://www.mysql.com/">MySQL</ulink>,
    9999      <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
    100100      <xref linkend="db"/> (not recommended by the developers)
     
    136136
    137137    </note>
    138  
     138
    139139    <warning>
    140140      <para>If upgrading from a previos installation that used Berkeley DB as
     
    195195    <para>
    196196      The tests appear to be fragile.  Errors may cause the tests to abort
    197       prior to finishing, apparently due to timing issues.  The tests 
     197      prior to finishing, apparently due to timing issues.  The tests
    198198      take about 65 minutes and are processor independent.
    199       To test the results, issue: <command>make test</command>. 
     199      To test the results, issue: <command>make test</command>.
    200200    </para>
    201201
     
    289289      <ulink url="http://www.openslp.org/">OpenSLP</ulink>.
    290290    </para>
    291  
     291
    292292    <note>
    293293      <para>
     
    306306      were used. The owner is root, so only root can modify the file, and group is
    307307      ldap, so that the group which owns slapd daemon could read but not modify
    308       the file in case of a security breach. 
     308      the file in case of a security breach.
    309309    </para>
    310310
     
    370370          <para>
    371371            The <ulink url="http://www.openldap.org/doc/admin24/"> OpenLDAP 2.4
    372             Administrator's Guide</ulink> (also installed locally in 
     372            Administrator's Guide</ulink> (also installed locally in
    373373            <filename class='directory'>
    374374            /usr/share/doc/openldap-&openldap-version;/guide/admin</filename>).
Note: See TracChangeset for help on using the changeset viewer.