Changeset 32b1094f


Ignore:
Timestamp:
10/03/2014 08:25:48 PM (10 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.7, 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, krejzi/svn, 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:
15be917
Parents:
b0b87ad6
Message:

Update to openldap-2.4.40.
Fix again dependencies of Thunar-1.6.3.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb0b87ad6 r32b1094f  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to openldap-2.4.40.  Fixes
     52          <ulink url="&blfs-ticket-root;5608">#5608</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[bdubbs] - Update to utils-1.3.1. Fixes
    5256          Fixes <ulink url="&blfs-ticket-root;5589">#5589</ulink>.</para>
  • packages.ent

    rb0b87ad6 r32b1094f  
    416416
    417417<!-- Chapter 23 -->
    418 <!ENTITY openldap-version             "2.4.39">
     418<!ENTITY openldap-version             "2.4.40">
    419419<!ENTITY soprano-version              "2.9.4">
    420420<!ENTITY unbound-version              "1.4.22">
  • server/other/openldap.xml

    rb0b87ad6 r32b1094f  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "b0d5ee4b252c841dec6b332d679cf943">
    10   <!ENTITY openldap-size          "5.3 MB">
    11   <!ENTITY openldap-buildsize     "48 MB (client) 103 MB (server)">
    12   <!ENTITY openldap-time          "0.9 SBU (client) 1.8 SBU (server)">
     9  <!ENTITY openldap-md5sum        "423c1f23d2a0cb96b3e9baf7e9d7dda7">
     10  <!ENTITY openldap-size          "5.4 MB">
     11  <!ENTITY openldap-buildsize     "47 MB (client) 101 MB (server - additional 5 MB for the tests)">
     12  <!ENTITY openldap-time          "0.6 SBU (client) 1 SBU (serverr - additional 3.4 SBU for the tests)">
    1313]>
    1414
     
    3636
    3737    &lfs76_checked;
     38
     39    <warning>
     40      <para>
     41        Starting with Berkeley DB-6.0.20, there is a problem of license, if you
     42        are intending to distribute this system.
     43      </para>
     44    </warning>
    3845
    3946    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    144151patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
    145152autoconf &amp;&amp;
     153sed -i '/6.0.20/ a\\t__db_version_compat' configure &amp;&amp;
    146154./configure --prefix=/usr     \
    147155            --sysconfdir=/etc \
     
    180188patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
    181189autoconf &amp;&amp;
     190sed -i '/6.0.20/ a\\t__db_version_compat' configure &amp;&amp;
    182191./configure --prefix=/usr         \
    183192            --sysconfdir=/etc     \
     
    233242  <sect2 role="commands">
    234243    <title>Command Explanations</title>
     244
     245    <para>
     246      <command>sed ... configure</command>: Fix  <command>configure</command>
     247      script for building with <application>Berkeley DB-6.0.20</application> or
     248      later.
     249    </para>
    235250
    236251    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • xfce/core/thunar.xml

    rb0b87ad6 r32b1094f  
    8383    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    8484    <para role="required runtime">
    85       <xref linkend="gvfs"/> (for remote browsing and automounting) and
    8685      <xref linkend="gnome-icon-theme"/> or
    8786      <xref linkend="lxde-icon-theme"/>
     
    9897    <bridgehead renderas="sect4">Optional</bridgehead>
    9998    <para role="optional">
     99      <xref linkend="gvfs"/> (for remote browsing and automounting),
    100100      <xref linkend="libexif"/> and
    101101      <xref linkend="tumbler"/> (runtime)
Note: See TracChangeset for help on using the changeset viewer.