mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to openldap-2.6.2.
This commit is contained in:
parent
efc609083c
commit
ec21139940
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>May 5th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to openldap-2.6.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;16513">#16513</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 3rd, 2022</para>
|
||||
<itemizedlist>
|
||||
|
@ -704,7 +704,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY sqlite-doc-version "3380300">
|
||||
|
||||
<!-- Chapter 23 -->
|
||||
<!ENTITY openldap-version "2.6.1">
|
||||
<!ENTITY openldap-version "2.6.2">
|
||||
<!ENTITY soprano-version "2.9.4">
|
||||
<!ENTITY unbound-version "1.15.0">
|
||||
<!ENTITY virtuoso-version "6.1.8">
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY openldap-download-http "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
|
||||
<!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
|
||||
<!ENTITY openldap-md5sum "27c7687a54726c07dc4374c89f9512e1">
|
||||
<!ENTITY openldap-md5sum "464b520cd88eddf10fe63ecd2902146c">
|
||||
<!ENTITY openldap-size "6.2 MB">
|
||||
<!ENTITY openldap-buildsize "58 MB (client and server)">
|
||||
<!ENTITY openldap-time "0.4 SBU (client), 0.9 SBU (server)">
|
||||
@ -74,7 +74,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/openldap-&openldap-version;-consolidated-2.patch"/>
|
||||
<ulink url="&patch-root;/openldap-&openldap-version;-consolidated-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -115,7 +115,7 @@
|
||||
instead of the following ones (no test suite available):
|
||||
</para>
|
||||
|
||||
<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &&
|
||||
<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &&
|
||||
autoconf &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
@ -154,7 +154,7 @@ useradd -c "OpenLDAP Daemon Owner" \
|
||||
running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &&
|
||||
<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &&
|
||||
autoconf &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user