Changeset a7ff037
- Timestamp:
- 02/21/2014 01:10:27 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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:
- a1c8808
- Parents:
- 4dd6703
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4dd6703 ra7ff037 512 512 <!ENTITY mariadb-version "10.0.8"> 513 513 <!ENTITY mysql-version "5.6.16"> 514 <!ENTITY postgresql-version "9.3. 2">514 <!ENTITY postgresql-version "9.3.3"> 515 515 <!ENTITY sqlite-version "3.8.3.1"> 516 516 -
introduction/welcome/changelog.xml
r4dd6703 ra7ff037 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[ken] - apply a patch from Armin to update to postgresql-9.3.3, 52 fixes <ulink url="&blfs-ticket-root;4718">#4718</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[ken] - remove libexecdir from cpio, git, gstreamer-0.10, 52 56 icon-naming-utils..</para> -
server/databases/postgresql.xml
r4dd6703 ra7ff037 5 5 %general-entities; 6 6 7 <!ENTITY postgresql-download-http " 8 <!ENTITY postgresql-download-ftp "ftp://ftp 5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">9 <!ENTITY postgresql-md5sum " 8c905155e3e9f9367b4299a9acb41d2a">10 <!ENTITY postgresql-size "1 7MB">7 <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> 8 <!ENTITY postgresql-download-ftp "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> 9 <!ENTITY postgresql-md5sum "0247b0a24e76a3f20cc50c06d0aa2412"> 10 <!ENTITY postgresql-size "16 MB"> 11 11 <!ENTITY postgresql-buildsize "168 MB (additional 170 MB to run the testsuite)"> 12 12 <!ENTITY postgresql-time "1.4 SBU (additional 0.2 SBU to run the testsuite)"> … … 34 34 from the Berkeley Postgres database management system.</para> 35 35 36 &lfs7 4_checked;36 &lfs75_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 61 62 62 <bridgehead renderas="sect4">Optional</bridgehead> 63 <para role="optional"><xref linkend="python2"/>, 64 <xref linkend="tcl"/>, 65 <xref linkend="openssl"/>, 66 <xref linkend="libxml2"/>, 67 <xref linkend="libxslt"/>, 68 <xref linkend="openldap"/>, 69 <xref linkend="linux-pam"/>, 70 <xref linkend="mitkrb"/> and 71 <ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink></para> 63 <para role="optional"> 64 <xref linkend="python2"/>, 65 <xref linkend="tcl"/>, 66 <xref linkend="openssl"/>, 67 <xref linkend="libxml2"/>, 68 <xref linkend="libxslt"/>, 69 <xref linkend="openldap"/>, 70 <xref linkend="linux-pam"/>, 71 <xref linkend="mitkrb"/> and 72 <ulink url="http://developer.apple.com/networking/bonjour/">Bonjour</ulink> 73 </para> 72 74 73 75 <bridgehead renderas="sect4">Optional (To Regenerate Documentation)</bridgehead> 74 <para role="optional"><xref linkend="sgml-dtd"/>, 75 <xref linkend="docbook-dsssl"/>, 76 <xref linkend="openjade"/>, and 77 <xref linkend="perl-sgmlspm"/></para> 76 <para role="optional"> 77 <xref linkend="sgml-dtd"/>, 78 <xref linkend="docbook-dsssl"/>, 79 <xref linkend="openjade"/>, and 80 <xref linkend="perl-sgmlspm"/> 81 </para> 78 82 79 83 <para condition="html" role="usernotes">User Notes: … … 95 99 --docdir=/usr/share/doc/postgresql-&postgresql-version; && 96 100 make</userinput></screen> 101 102 <warning> 103 <para>This package contains a known security hole that allows other 104 users on the same machine to gain access to an operating system account 105 while it is doing "make check": CVE-2014-0067. Untill the fix is available, 106 users are strongly advised not to run "make check" on machines where 107 untrusted users have accounts. </para> 108 </warning> 97 109 98 110 <para>To test the results, issue: <command>make check</command>.</para> … … 177 189 <para><parameter>--enable-thread-safety</parameter>: This switch makes the 178 190 client libraries thread-safe by allowing concurrent threads in 179 <filename class= 'libraryfile'>libpq</filename> and ECPG programs to safely191 <filename class="libraryfile">libpq</filename> and ECPG programs to safely 180 192 control their private connection handles.</para> 181 193
Note:
See TracChangeset
for help on using the changeset viewer.