Changeset a0fa5dd for server


Ignore:
Timestamp:
05/21/2016 04:48:00 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
d017cd4
Parents:
98c91f4c
Message:

Update to trunk r17385.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17386 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r98c91f4c ra0fa5dd  
    105105    </para>
    106106
    107     <para>Tests must be run as unprivileged user, because they need to start a
    108     temporary server, and this is prevented as the root user. For the same
    109     reasons, you need to stop all PostgreSQL servers if any are running.
    110     If a previous version of PostgreSQL is installed, it may be necessary to
    111     use <emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis>
    112     to avoid failures, but installing the binaries created using this switch is
    113     not recommended. To test the results, issue:
     107    <para>Tests must be run as an unprivileged user because they need to start a
     108    temporary server and this is prevented as the root user. For the same reason,
     109    you need to stop all PostgreSQL servers if any are running. If a previous
     110    version of PostgreSQL is installed, it may be necessary to use
     111    <emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis> to
     112    avoid failures, but <command>installing the binaries created using this
     113    switch is not recommended</command>. To test the results, issue:
    114114    <command>make check</command>.</para>
    115115
  • server/databases/sqlite.xml

    r98c91f4c ra0fa5dd  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3120200">
    8   <!ENTITY sqlite-doc-version   "3120200">
     7  <!ENTITY sqlite-dl-version    "3130000">
     8  <!ENTITY sqlite-doc-version   "3130000">
    99
    1010  <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1111  <!ENTITY sqlite-download-ftp  " ">
    12   <!ENTITY sqlite-md5sum        "c552a133aca1ce1d647163d9e4320200">
     12  <!ENTITY sqlite-md5sum        "4e83f39fa2ffb610ac5ecd36865da6a2">
    1313  <!ENTITY sqlite-size          "2.3 MB">
    14   <!ENTITY sqlite-buildsize     "83 MB (with Optional Documentation)">
     14  <!ENTITY sqlite-buildsize     "45 MB (plus 15 MB for Optional Documentation)">
    1515  <!ENTITY sqlite-time          "0.6 SBU">
    1616
    1717  <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
    18   <!ENTITY sqlite-docs-md5sum   "8d4572295e17612b8f2e17ef60707ba4">
    19   <!ENTITY sqlite-docs-size     "5.2 MB">
     18  <!ENTITY sqlite-docs-md5sum   "24e54c25ef018e3a26c8e101fab2515e">
     19  <!ENTITY sqlite-docs-size     "5.3 MB">
    2020]>
    2121
  • server/mail/postfix.xml

    r98c91f4c ra0fa5dd  
    88  <!ENTITY postfix-download-ftp
    99           "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    10   <!ENTITY postfix-md5sum        "b4a506fa74c69c6fb1875c0971268344">
    11   <!ENTITY postfix-size          "4.2 MB">
    12   <!ENTITY postfix-buildsize     "195 MB">
     10  <!ENTITY postfix-md5sum        "40d72ea143af7ab0038c2cee1f483707">
     11  <!ENTITY postfix-size          "4.1 MB">
     12  <!ENTITY postfix-buildsize     "249 MB">
    1313  <!ENTITY postfix-time          "0.4 SBU">
    1414]>
Note: See TracChangeset for help on using the changeset viewer.