Changeset a255f1c9 for server


Ignore:
Timestamp:
08/27/2016 01:43:52 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
df69fbc
Parents:
5eb2b92
Message:

Update to gc-7.6.0
Update to postgresql-9.5.4 (All users are encouraged to update ASAP. Those vulns were nasty)
(systemd) Remove bootscript information for alsa-utils - its not needed for systemd, but keep it for sysv

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r5eb2b92 ra255f1c9  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "3f0c388566c688c82b01a0edf1e6b7a0">
    10   <!ENTITY postgresql-size          "17.6 MB">
    11   <!ENTITY postgresql-buildsize     "190 MB (with tests)">
    12   <!ENTITY postgresql-time          "1.9 SBU (with tests)">
     9  <!ENTITY postgresql-md5sum        "ad36fcf624748b8ed67783ad04529f43">
     10  <!ENTITY postgresql-size          "18 MB">
     11  <!ENTITY postgresql-buildsize     "238 MB (with tests)">
     12  <!ENTITY postgresql-time          "1.8 SBU (with tests)">
    1313]>
    1414
     
    191191    control their private connection handles.</para>
    192192
    193     <para><option>--with-openssl</option>: build with support for
     193    <para><option>--with-openssl</option>: builds the package with support for
    194194    <application>OpenSSL</application> encrypted connections.</para>
    195195
    196     <para><option>--with-perl</option>: build the PL/Perl server-side language.
     196    <para><option>--with-perl</option>: builds the PL/Perl server-side language.
    197197    </para>
    198198
    199     <para><option>--with-python</option>: build the PL/Python server-side
     199    <para><option>--with-python</option>: builds the PL/Python server-side
    200200    language.</para>
    201201
    202     <para><option>--with-tcl</option>: build the PL/Tcl server-side language.</para>
     202    <para><option>--with-tcl</option>: builds the PL/Tcl server-side language.</para>
    203203
    204204    <para><command>groupadd ...</command>; <command>useradd ...</command>:
     
    416416        <term><command>pg_archivecleanup</command></term>
    417417        <listitem>
    418           <para>clean up PostgreSQL WAL (write-ahead log) archive files.</para>
     418          <para>cleans up PostgreSQL WAL (write-ahead log) archive files.</para>
    419419          <indexterm zone="postgresql pg_archivecleanup">
    420420            <primary sortas="b-pg_archivecleanup">pg_archivecleanup</primary>
Note: See TracChangeset for help on using the changeset viewer.