Changeset 5230b40
- Timestamp:
- 07/06/2007 01:00:04 AM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8e37798
- Parents:
- 7de560e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7de560e r5230b40 4 4 --> 5 5 6 <!ENTITY day "0 5"> <!-- Always 2 digits -->6 <!ENTITY day "06"> <!-- Always 2 digits --> 7 7 <!ENTITY month "07"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2007"> … … 370 370 371 371 <!ENTITY mysql-version "5.0.41"> 372 <!ENTITY postgresql-version "8.2. 3">372 <!ENTITY postgresql-version "8.2.4"> 373 373 374 374 <!-- Chapter 24 --> 375 375 <!-- dhcp (chapter 14) --> 376 376 <!ENTITY leafnode-version "1.11.5"> 377 <!ENTITY openldap-download-version " 2.3.34">378 <!ENTITY openldap-version "2.3.3 4">377 <!ENTITY openldap-download-version "stable-20070110"> 378 <!ENTITY openldap-version "2.3.32"> 379 379 <!-- rsync (chaptet 18) --> 380 380 <!-- cvs (chapter 18) --> -
introduction/welcome/changelog.xml
r7de560e r5230b40 43 43 44 44 <listitem> 45 <para>July 6th, 2007</para> 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Updated to PostgreSQL-8.2.4.</para> 49 </listitem> 50 <listitem> 51 <para>[randy] - Downgraded OpenLDAP to the stable 2.3.32 version as 52 the download page now properly reflects the versions. 53 .</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>July 5th, 2007</para> 46 60 <itemizedlist> -
server/databases/postgresql.xml
r7de560e r5230b40 9 9 <!ENTITY postgresql-download-http " "> 10 10 <!ENTITY postgresql-download-ftp "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> 11 <!ENTITY postgresql-md5sum " cb47771004d53505200ffd00ac45bc32">12 <!ENTITY postgresql-size "12. 2MB">13 <!ENTITY postgresql-buildsize "1 29 MB (additional 119MB to run the testsuite)">11 <!ENTITY postgresql-md5sum "af7ec100a33c41bfb8d87b5e0ec2f44a"> 12 <!ENTITY postgresql-size "12.5 MB"> 13 <!ENTITY postgresql-buildsize "165 MB (additional 118 MB to run the testsuite)"> 14 14 <!ENTITY postgresql-time "1.4 SBU"> 15 15 ]> … … 64 64 <xref linkend="tcl"/>, 65 65 <xref linkend="openssl"/>, 66 <xref linkend="openldap"/>, 66 67 <xref linkend="linux-pam"/>, 67 68 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, -
server/other/openldap.xml
r7de560e r5230b40 5 5 %general-entities; 6 6 7 <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap- release/openldap-&openldap-download-version;.tgz">8 <!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap- release/openldap-&openldap-download-version;.tgz">9 <!ENTITY openldap-md5sum "1 43eeb6e3c163e5f52d8e744b43a5960">7 <!ENTITY openldap-download-http "http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz"> 8 <!ENTITY openldap-download-ftp "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-&openldap-download-version;.tgz"> 9 <!ENTITY openldap-md5sum "154d674cf95a8f8acc496cc6cb0671e1"> 10 10 <!ENTITY openldap-size "3.7 MB"> 11 11 <!ENTITY openldap-buildsize "112 MB"> 12 <!ENTITY openldap-time "1. 9SBU and approximately 30 minutes to run the tests (processor independent)">12 <!ENTITY openldap-time "1.7 SBU and approximately 30 minutes to run the tests (processor independent)"> 13 13 ]> 14 14 … … 59 59 packaged without version numbers in the tarball names. You can see the 60 60 relationship between the version number and name of the tarball at <ulink 61 url="http://www.openldap.org/software/download/"/>. Currently, a 62 version release is being used due to a mixup on the 63 <application>OpenLDAP</application> download page.</para> 61 url="http://www.openldap.org/software/download/"/>.</para> 64 62 </note> 65 63 … … 116 114 117 115 <screen role="root"><userinput>make install && 118 chmod -v 755 /usr/lib/libl*-2.3.so.0.2.2 2&&116 chmod -v 755 /usr/lib/libl*-2.3.so.0.2.20 && 119 117 install -v -m755 -d /usr/share/doc/openldap-&openldap-version;/{drafts,guide,rfc} && 120 118 install -v -m644 doc/drafts/* /usr/share/doc/openldap-&openldap-version;/drafts && … … 175 173 database.</para> 176 174 177 <para><command>chmod -v 755 /usr/lib/libl*-2.3.so.0.2.2 2</command>: This175 <para><command>chmod -v 755 /usr/lib/libl*-2.3.so.0.2.20</command>: This 178 176 command adds the executable bit to the shared libraries.</para> 179 177
Note:
See TracChangeset
for help on using the changeset viewer.