Changeset a0fa5dd


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

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r98c91f4c ra0fa5dd  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 19th, &year;">
     9<!ENTITY releasedate  "May 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/prog/mercurial.xml

    r98c91f4c ra0fa5dd  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "172a8c588adca12308c2aca16608d7f4">
    10   <!ENTITY mercurial-size          "4.5 MB">
     9  <!ENTITY mercurial-md5sum        "c38daa0cbe264fc621dc3bb05933b0b3">
     10  <!ENTITY mercurial-size          "4.6 MB">
    1111  <!ENTITY mercurial-buildsize     "52 MB (385 MB with docs and tests)">
    1212  <!ENTITY mercurial-time          "less than 0.1 SBU (15 SBU with docs and tests)">
     
    9999<screen><userinput>make doc</userinput></screen>
    100100
     101<!-- All tests pass (or are skipped) at version 3.8.2
    101102    <para>Running the test suite is optional. Tests which fail may be disabled,
    102103    adding each one to <filename>tests/blacklists/failed-tests</filename>. In
     
    109110  test-gpg.t</literal>
    110111EOF
    111 
    112 rm -rf tests/tmp &amp;&amp;
     112-->
     113    <para>
     114      To run the test suite, issue:
     115    </para>
     116<screen><userinput>rm -rf tests/tmp &amp;&amp;
    113117
    114118TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/failed-tests" \
     
    116120
    117121    <para>where <replaceable>&lt;N&gt;</replaceable> is an integer between one
    118     and the number of ( processor X threads ), inclusive. In order to
     122    and the number of ( processor X threads ), inclusive. <!--In order to
    119123    investigate the apparently failing tests, you may use the
    120124    <command>run-tests.py</command> script. To see the almost forty switches,
    121     some of them very useful, issue <command>tests/run-tests.py --help</command>.
     125    some of them very useful, issue <command>tests/run-tests.py - -help</command>.
    122126    Running the following commands, you will execute only the tests that failed
    123     before:</para>
    124 
     127    before:--></para>
     128
     129<!--
    125130<screen><userinput>pushd tests  &amp;&amp;
    126131  rm -rf tmp &amp;&amp;
    127132
    128   ./run-tests.py --tmpdir tmp test-gpg.t &amp;&amp;
     133  ./run-tests.py - -tmpdir tmp test-gpg.t &amp;&amp;
    129134popd</userinput></screen>
    130135
    131136    <para>Normally, the previous failures will be confirmed. However, if you add    the switch
    132     "--debug" before "--tmpdir", and run again, some failures are gone, which
     137    "- -debug" before "- -tmpdir", and run again, some failures are gone, which
    133138    seems to be a problem with the test suite. If this happens, normally, from
    134139    now on, there will be no more such failures whether you use the debug switch
    135140    or not.</para>
    136141
    137     <para>An interesting switch is "--time", which will generate at the end of
     142    <para>An interesting switch is "- -time", which will generate at the end of
    138143    the test suite execution, a table with all executed tests and respective
    139144    start, end, user, system and real times. Notice that the switches may be
    140145    used with <command>make check</command>, including them in the
    141146    <envar>TESTFLAGS</envar> environment variable.</para>
    142 
     147-->
    143148    <para>Install <application>Mercurial</application> by running the following
    144149    command (as <systemitem class="username">root</systemitem>):</para>
  • general/sysutils/upower.xml

    r98c91f4c ra0fa5dd  
    77  <!ENTITY upower-download-http "http://upower.freedesktop.org/releases/upower-&upower-version;.tar.xz">
    88  <!ENTITY upower-download-ftp  " ">
    9   <!ENTITY upower-md5sum        "39cfd97bfaf7d30908f20cf937a57634">
     9  <!ENTITY upower-md5sum        "78800e1ac7f92b24aabdf433e38f75d2">
    1010  <!ENTITY upower-size          "416 KB">
    11   <!ENTITY upower-buildsize     "10 MB">
     11  <!ENTITY upower-buildsize     "13 MB (add 2 MB for tests)">
    1212  <!ENTITY upower-time          "0.2 SBU">
    1313]>
     
    8383    </para>
    8484
    85     <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
    86     <para role="recommended">
    87       <xref linkend="pm-utils"/>
    88     </para>
    89 
    9085    <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
    9186    <para role="optional">
     
    137132
    138133    <para>
    139       <option>--enable-deprecated</option>: This switch enables
     134      <parameter>--enable-deprecated</parameter>: This switch enables
    140135      deprecated functionality which is still needed by some
    141136      applications.
  • introduction/welcome/changelog.xml

    r98c91f4c ra0fa5dd  
    4545-->
    4646    <listitem>
     47      <para>May 21st, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[dj] - Update to postfix-3.1.1. Merged from trunk
     51          r17385.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[dj] - Update to xfce4-power-manager-1.6.0. Merged from trunk
     55          r17384.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[dj] - Update to upower-0.99.4. Merged from trunk
     59          r17383.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[dj] - Update to sqlite-3.13.0. Merged from trunk r17379.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[dj] - Update to mercurial-3.8.2. Merged from trunk
     66          r17378.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[dj] - Fix typos in postgresql. Merged from trunk r17373.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[dj] - Update btrfs-progs dependencies. Merged from trunk
     73          r17373.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[dj] - Update to simpleburn-1.7.3.1. Merged from trunk
     77          r17373.</para>
     78        </listitem>
     79      </itemizedlist>
     80    </listitem>
     81
     82    <listitem>
    4783      <para>May 19th, 2016</para>
    4884      <itemizedlist>
  • multimedia/cdwriteutils/simpleburn.xml

    r98c91f4c ra0fa5dd  
    55  %general-entities;
    66
    7   <!ENTITY simpleburn-download-http "http://simpleburn.tuxfamily.org/IMG/bz2/simpleburn-&simpleburn-version;.tar.bz2">
     7  <!ENTITY simpleburn-download-http "http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-&simpleburn-version;.tar.gz">
    88  <!ENTITY simpleburn-download-ftp  " ">
    9   <!ENTITY simpleburn-md5sum        "de658ab5af00e7bcb1e948d5c45da7b9">
    10   <!ENTITY simpleburn-size          "44 KB">
    11   <!ENTITY simpleburn-buildsize     "1.7 MB">
    12   <!ENTITY simpleburn-time          "0.1 SBU">
     9  <!ENTITY simpleburn-md5sum        "5176865020440b2c3eadab76435f6833">
     10  <!ENTITY simpleburn-size          "48 KB">
     11  <!ENTITY simpleburn-buildsize     "2.0 MB">
     12  <!ENTITY simpleburn-time          "less than 0.1 SBU">
    1313]>
    1414
     
    171171        <seg>
    172172          simpleburn,
    173           simpleburn-abort-operation,
    174           simpleburn-blank-media,
    175           simpleburn-burn-audio,
    176           simpleburn-burn-data,
    177           simpleburn-burning-suite,
    178           simpleburn-burn-iso,
    179           simpleburn-copy-audio,
    180           simpleburn-copy-data,
    181           simpleburn-extract-audio,
    182           simpleburn-extract-iso,
    183           simpleburn-gauges,
    184           simpleburn-get-datasize,
    185           simpleburn-media-detection,
    186           simpleburn-ripdvd-detection, and
    187           simpleburn-ripdvd-encoding
     173          simpleburn.sh
     174          simpleburn-detect.sh,
     175          simpleburn-gauges, and
     176          simpleburn-gauges.sh
    188177        </seg>
    189178        <seg>
     
    214203      </varlistentry>
    215204
    216       <varlistentry id="simpleburn-abort-operation">
    217         <term><command>simpleburn-abort-operation</command></term>
    218         <listitem>
    219           <para>
    220             is a bash script to abort an operation.
    221           </para>
    222           <indexterm zone="simpleburn simpleburn-abort-operation">
    223            <primary sortas="b-simpleburn-abort-operation">simpleburn-abort-operation</primary>
    224           </indexterm>
    225         </listitem>
    226       </varlistentry>
    227 
    228       <varlistentry id="simpleburn-blank-media">
    229         <term><command>simpleburn-blank-media</command></term>
    230         <listitem>
    231           <para>
    232             is a bash script used to blank a CD.
    233           </para>
    234           <indexterm zone="simpleburn simpleburn-blank-media">
    235             <primary sortas="b-simpleburn-blank-media">simpleburn-blank-media</primary>
    236           </indexterm>
    237         </listitem>
    238       </varlistentry>
    239 
    240       <varlistentry id="simpleburn-burn-audio">
    241         <term><command>simpleburn-burn-audio</command></term>
    242         <listitem>
    243           <para>
    244             is a bash script used to burn an audio CD.
    245           </para>
    246           <indexterm zone="simpleburn simpleburn-burn-audio">
    247             <primary sortas="b-simpleburn-burn-audio">simpleburn-burn-audio</primary>
    248           </indexterm>
    249         </listitem>
    250       </varlistentry>
    251 
    252       <varlistentry id="simpleburn-burn-data">
    253         <term><command>simpleburn-burn-data</command></term>
    254         <listitem>
    255           <para>
    256             is a bash script used to burn a data CD.
    257           </para>
    258           <indexterm zone="simpleburn simpleburn-burn-data">
    259             <primary sortas="b-simpleburn-burn-data">simpleburn-burn-data</primary>
    260           </indexterm>
    261         </listitem>
    262       </varlistentry>
    263 
    264       <varlistentry id="simpleburn-burning-suite">
    265         <term><command>simpleburn-burning-suite</command></term>
    266         <listitem>
    267           <para>
    268             is a bash script used to print information about the burn tools.
    269           </para>
    270           <indexterm zone="simpleburn simpleburn-burning-suite">
    271             <primary sortas="b-simpleburn-burning-suite">simpleburn-burning-suite</primary>
    272           </indexterm>
    273         </listitem>
    274       </varlistentry>
    275 
    276       <varlistentry id="simpleburn-burn-iso">
    277         <term><command>simpleburn-burn-iso</command></term>
    278         <listitem>
    279           <para>
    280             is a bash script used to burn an iso CD.
    281           </para>
    282           <indexterm zone="simpleburn simpleburn-burn-iso">
    283             <primary sortas="b-simpleburn-burn-iso">simpleburn-burn-iso</primary>
    284           </indexterm>
    285         </listitem>
    286       </varlistentry>
    287 
    288       <varlistentry id="simpleburn-copy-audio">
    289         <term><command>simpleburn-copy-audio</command></term>
    290         <listitem>
    291           <para>
    292             is a bash script used to copy an audio CD.
    293           </para>
    294           <indexterm zone="simpleburn simpleburn-copy-audio">
    295             <primary sortas="b-simpleburn-copy-audio">simpleburn-copy-audio</primary>
    296           </indexterm>
    297         </listitem>
    298       </varlistentry>
    299 
    300       <varlistentry id="simpleburn-copy-data">
    301         <term><command>simpleburn-copy-data</command></term>
    302         <listitem>
    303           <para>
    304             is a bash script used to copy a data CD.
    305           </para>
    306           <indexterm zone="simpleburn simpleburn-copy-data">
    307             <primary sortas="b-simpleburn-copy-data">simpleburn-copy-data</primary>
    308           </indexterm>
    309         </listitem>
    310       </varlistentry>
    311 
    312       <varlistentry id="simpleburn-extract-audio">
    313         <term><command>simpleburn-extract-audio</command></term>
    314         <listitem>
    315           <para>
    316             is a bash script used to extract audio files from an
    317             audio CD.
    318           </para>
    319           <indexterm zone="simpleburn simpleburn-extract-audio">
    320             <primary sortas="b-simpleburn-extract-audio">simpleburn-extract-audio</primary>
    321           </indexterm>
    322         </listitem>
    323       </varlistentry>
    324 
    325       <varlistentry id="simpleburn-extract-iso">
    326         <term><command>simpleburn-extract-iso</command></term>
    327         <listitem>
    328           <para>
    329             is a bash script to write an ISO file from a CD.
    330           </para>
    331           <indexterm zone="simpleburn simpleburn-extract-iso">
    332             <primary sortas="b-simpleburn-extract-iso">simpleburn-extract-iso</primary>
    333           </indexterm>
    334         </listitem>
    335       </varlistentry>
    336 
    337205      <varlistentry id="simpleburn-gauges">
    338206        <term><command>simpleburn-gauges</command></term>
     
    347215      </varlistentry>
    348216
    349       <varlistentry id="simpleburn-get-datasize">
    350         <term><command>simpleburn-get-datasize</command></term>
    351         <listitem>
    352           <para>
    353             is a bash script used to get the size of a media.
    354           </para>
    355           <indexterm zone="simpleburn simpleburn-get-datasize">
    356             <primary sortas="b-simpleburn-get-datasize">simpleburn-get-datasize</primary>
    357           </indexterm>
    358         </listitem>
    359       </varlistentry>
    360 
    361       <varlistentry id="simpleburn-media-detection">
    362         <term><command>simpleburn-media-detection</command></term>
    363         <listitem>
    364           <para>
    365             is a bash script used to print information about a media.
    366           </para>
    367           <indexterm zone="simpleburn simpleburn-media-detection">
    368             <primary sortas="b-simpleburn-media-detection">simpleburn-media-detection</primary>
    369           </indexterm>
    370         </listitem>
    371       </varlistentry>
    372 
    373       <varlistentry id="simpleburn-ripdvd-detection">
    374         <term><command>simpleburn-ripdvd-detection</command></term>
    375         <listitem>
    376           <para>
    377             is a bash script used to print information about
    378             the content of a video DVD.
    379           </para>
    380           <indexterm zone="simpleburn simpleburn-ripdvd-detection">
    381             <primary sortas="b-simpleburn-ripdvd-detection">simpleburn-ripdvd-detection</primary>
    382           </indexterm>
    383         </listitem>
    384       </varlistentry>
    385 
    386       <varlistentry id="simpleburn-ripdvd-encoding">
    387         <term><command>simpleburn-ripdvd-encoding</command></term>
    388         <listitem>
    389           <para>
    390             is a bash script used to rip a DVD.
    391           </para>
    392           <indexterm zone="simpleburn simpleburn-ripdvd-encoding">
    393             <primary sortas="b-simpleburn-ripdvd-encoding">simpleburn-ripdvd-encoding</primary>
     217      <varlistentry id="simpleburn-detect.sh">
     218        <term><command>simpleburn-detect.sh</command></term>
     219        <listitem>
     220          <para>
     221            is a script that detects a cdrom and optional outputs details
     222            about the media.
     223          </para>
     224          <indexterm zone="simpleburn simpleburn-detect.sh">
     225            <primary sortas="b-simpleburn-detect.sh">simpleburn-detect.sh</primary>
     226          </indexterm>
     227        </listitem>
     228      </varlistentry>
     229
     230      <varlistentry id="simpleburn-gauges.sh">
     231        <term><command>simpleburn-gauges.sh</command></term>
     232        <listitem>
     233          <para>
     234            is a suport script for other simpleburn scripts
     235          </para>
     236          <indexterm zone="simpleburn simpleburn-gauges.sh">
     237            <primary sortas="b-simpleburn-gauges.sh">simpleburn-gauges.sh</primary>
     238          </indexterm>
     239        </listitem>
     240      </varlistentry>
     241
     242      <varlistentry id="simpleburn.sh">
     243        <term><command>simpleburn.sh</command></term>
     244        <listitem>
     245          <para>
     246            is a script for command line based cdrom operations
     247          </para>
     248          <indexterm zone="simpleburn simpleburn.sh">
     249            <primary sortas="b-simpleburn.sh">simpleburn.sh</primary>
    394250          </indexterm>
    395251        </listitem>
  • networking/textweb/textweb.xml

    r98c91f4c ra0fa5dd  
    2424  and you need to look up some information on the web, a console based browser
    2525  will save you.  Also, there are quite a few people who prefer to use one of
    26   these browsers as their principle method of browsing; either to avoid the
     26  these browsers as their primary method of browsing; either to avoid the
    2727  clutter and bandwidth which accompanies images or because they may use a
    2828  text-to-speech synthesizer which can read the page to them (of use for instance
  • packages.ent

    r98c91f4c ra0fa5dd  
    264264<!ENTITY unrar-version                "5.3.11">
    265265<!ENTITY unzip-version                "6.0">
    266 <!ENTITY upower-version               "0.9.23">
     266<!ENTITY upower-version               "0.99.4">
    267267<!ENTITY usbutils-version             "008">
    268268<!ENTITY weston-version               "1.8.0">
     
    292292<!ENTITY llvm-version                 "3.8.0">
    293293<!ENTITY lua-version                  "5.3.2">
    294 <!ENTITY mercurial-version            "3.8.1">
     294<!ENTITY mercurial-version            "3.8.2">
    295295<!ENTITY nasm-version                 "2.12.01">
    296296<!ENTITY npapi-sdk-version            "0.27.2">
     
    455455
    456456<!ENTITY exim-version                 "4.87">
    457 <!ENTITY postfix-version              "3.1.0">
     457<!ENTITY postfix-version              "3.1.1">
    458458<!ENTITY sendmail-version             "8.15.2">
    459459
     
    463463<!ENTITY mariadb-version              "10.1.14">
    464464<!ENTITY postgresql-version           "9.5.3">
    465 <!ENTITY sqlite-version               "3.12.2">
     465<!ENTITY sqlite-version               "3.13.0">
    466466
    467467<!-- Chapter 23 -->
     
    625625<!ENTITY tumbler-version              "0.1.31">
    626626<!ENTITY xfce4-appfinder-version      "4.12.0">
    627 <!ENTITY xfce4-power-manager-version  "1.4.4">
     627<!ENTITY xfce4-power-manager-version  "1.6.0">
    628628<!ENTITY xfce4-settings-version       "4.12.0">
    629629<!ENTITY xfdesktop-version            "4.12.3">
     
    803803<!ENTITY libisoburn-version           "1.4.2">
    804804<!ENTITY libisofs-version             "1.4.2">
    805 <!ENTITY simpleburn-version           "1.6.5">
     805<!ENTITY simpleburn-version           "1.7.3.1">
    806806
    807807<!-- Part XII -->
  • postlfs/editors/vim.xml

    r98c91f4c ra0fa5dd  
    55  %general-entities;
    66
    7 <!--  <!ENTITY vim-download-http " ">
    8   <!ENTITY vim-download-ftp  "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">-->
    9   <!ENTITY vim-download-http "http://vim.mirror.fr/unix//vim-&vim-version;.tar.bz2">
     7  <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">
    108  <!ENTITY vim-download-ftp  " ">
    119  <!ENTITY vim-md5sum        "607e135c559be642f210094ad023dc65">
  • postlfs/filesystems/btrfs-progs.xml

    r98c91f4c ra0fa5dd  
    5959    <bridgehead renderas="sect3">Btrfs-progs Dependencies</bridgehead>
    6060
     61    <bridgehead renderas="sect4">Required</bridgehead>
     62    <para role="required">
     63      <xref linkend="lzo"/>
     64    </para>
     65
    6166    <bridgehead renderas="sect4">Recommended</bridgehead>
    6267    <para role="recommended">
     
    8186    <note><para>Other Btrfs options are optional.</para></note>
    8287
    83 
    8488    <indexterm zone="btrfs-progs btrfs-progs-kernel">
    8589      <primary sortas="d-xfs">BTRFS Programs</primary>
     
    119123    <para><command>sed ... Documentation/Makefile.in</command>: Disables
    120124    compressing man pages to be consistent with the rest of BLFS.</para>
     125
     126    <para><option>--disable-documentation</option>: This option
     127    is needed if the recommended dependencies are not installed.</para>
    121128
    122129    <para><command>ln -s ... /usr/lib/libbtrfs.so</command>: Creates a
  • 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]>
  • xfce/core/xfce4-power-manager.xml

    r98c91f4c ra0fa5dd  
    66
    77  <!ENTITY xfce4-power-manager-download-http
    8            "http://archive.xfce.org/src/xfce/xfce4-power-manager/1.4/xfce4-power-manager-&xfce4-power-manager-version;.tar.bz2">
     8           "http://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/xfce4-power-manager-&xfce4-power-manager-version;.tar.bz2">
    99  <!ENTITY xfce4-power-manager-download-ftp  " ">
    10   <!ENTITY xfce4-power-manager-md5sum        "e7d00548e58bf19229e727818184c1e0">
     10  <!ENTITY xfce4-power-manager-md5sum        "2e2e24a1a22912d6a561ba6155887503">
    1111  <!ENTITY xfce4-power-manager-size          "1.1 MB">
    12   <!ENTITY xfce4-power-manager-buildsize     "18 MB">
    13   <!ENTITY xfce4-power-manager-time          "0.1 SBU">
     12  <!ENTITY xfce4-power-manager-buildsize     "23 MB">
     13  <!ENTITY xfce4-power-manager-time          "0.2 SBU">
    1414]>
    1515
     
    137137        </seg>
    138138        <seg>
    139           /usr/lib/lxpanel/plugins/lxde_power_manager.so and
    140139          /usr/lib/xfce4/panel/plugins/libxfce4powermanager.so
    141140        </seg>
Note: See TracChangeset for help on using the changeset viewer.