Changeset 66307ff


Ignore:
Timestamp:
08/07/2015 05:13:02 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
7d511f08
Parents:
3938420
Message:

Update to libunistring-0.9.6
Update to ed-1.12
Update to nano-2.4.2
Update to unrar-5.3.2
Update to LLVM-3.6.2
Update to whois-5.2.10
Update to mdadm-3.3.4
Update to xfsprogs-3.2.4

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3938420 r66307ff  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 5th, &year;">
     9<!ENTITY releasedate  "August 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/genlib/libunistring.xml

    r3938420 r66307ff  
    77  <!ENTITY libunistring-download-http "http://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.xz">
    88  <!ENTITY libunistring-download-ftp  "ftp://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.xz">
    9   <!ENTITY libunistring-md5sum        "6f8766d0b0497380d725639e19c04310">
    10   <!ENTITY libunistring-size          "1.8 MB">
    11   <!ENTITY libunistring-buildsize     "45 MB">
    12   <!ENTITY libunistring-time          "0.9 SBU">
     9  <!ENTITY libunistring-md5sum        "cb09c398020c27edac10ca590e9e9ef3">
     10  <!ENTITY libunistring-size          "1.9 MB">
     11  <!ENTITY libunistring-buildsize     "76 MB">
     12  <!ENTITY libunistring-time          "1.4 SBU">
    1313]>
    1414
     
    134134        </seg>
    135135        <seg>
    136           /usr/share/doc/libunistring-&libunistring-version; and
     136          /usr/include/unistring,
     137          /usr/share/doc/libunistring-&libunistring-version;, and
    137138          /usr/share/libunistring
    138139        </seg>
  • general/prog/llvm.xml

    r3938420 r66307ff  
    77  <!ENTITY llvm-download-http "http://llvm.org/releases/&llvm-version;/llvm-&llvm-version;.src.tar.xz">
    88  <!ENTITY llvm-download-ftp  " ">
    9   <!ENTITY llvm-md5sum        "ebf9e97be405ae126e134d3a357cd58a">
     9  <!ENTITY llvm-md5sum        "0c1ee3597d75280dee603bae9cbf5cc2">
    1010  <!ENTITY llvm-size          "13 MB">
    11   <!ENTITY llvm-buildsize     "1.4 GB (with Clang)">
    12   <!ENTITY llvm-time          "48 SBU (with Clang)">
     11  <!ENTITY llvm-buildsize     "1.5 GB (with Clang)">
     12  <!ENTITY llvm-time          "51 SBU (with Clang)">
    1313
    1414  <!ENTITY clang-download-http "http://llvm.org/releases/&llvm-version;/cfe-&llvm-version;.src.tar.xz">
    15   <!ENTITY clang-md5sum        "9ff6811757735051f8651833b22ae014">
    16   <!ENTITY clang-size          "8.3 MB">
     15  <!ENTITY clang-md5sum        "ff862793682f714bb7862325b9c06e20">
     16  <!ENTITY clang-size          "8.4 MB">
    1717
    1818  <!ENTITY rt-version                "&llvm-version;">
    1919  <!ENTITY compiler-rt-download-http "http://llvm.org/releases/&rt-version;/compiler-rt-&rt-version;.src.tar.xz">
    20   <!ENTITY compiler-rt-md5sum        "6f204b1feb324b1672ac907b32d927c0">
     20  <!ENTITY compiler-rt-md5sum        "e3bc4eb7ba8c39a6fe90d6c988927f3c">
    2121  <!ENTITY compiler-rt-size          "1.1 MB">
    2222]>
     
    248248
    249249    <para>
    250       <command>sed -e ... Makefile.config.in</command>: This sed fixes
     250      <command>sed -e ... Makefile.config.in</command>: This sed fixes the
    251251      location of the installed documentation.
    252252    </para>
     
    268268      <parameter>--enable-shared</parameter>: This switch enables
    269269      building of the <application>LLVM</application> shared
    270       library which contains all of static libraries linked into
     270      library which contains all of the static libraries linked into a
    271271      single library.
    272272    </para>
    273273
    274274    <para>
    275       <parameter>--disable-assertions</parameter>: Disable some compile checks,
    276       not necessary on a production system.
     275      <parameter>--disable-assertions</parameter>: This switch disables some
     276      additional compile checks which are not neccessary on a production
     277      system.
    277278    </para>
    278279
     
    457458        <listitem>
    458459          <para>
    459             tool used to manipulate archived DWARF debug symbol files,
     460            is a tool used to manipulate archived DWARF debug symbol files,
    460461            compatible with the Darwin command <command>dsymutil</command>.
    461462          </para>
  • general/sysutils/unrar.xml

    r3938420 r66307ff  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "0c145e1ac47d428553123462c0740279">
    10   <!ENTITY unrar-size          "216 KB">
    11   <!ENTITY unrar-buildsize     "2.1 MB">
     9  <!ENTITY unrar-md5sum        "9b6b0aeffa089a968dd62f77b99cfd37">
     10  <!ENTITY unrar-size          "220 KB">
     11  <!ENTITY unrar-buildsize     "2.3 MB">
    1212  <!ENTITY unrar-time          "less than 0.1 SBU">
    1313]>
  • introduction/welcome/changelog.xml

    r3938420 r66307ff  
    4545-->
    4646    <listitem>
     47      <para>August 7th, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to xfsprogs-3.2.4.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to mdadm-3.3.4.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to whois-5.2.10.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[renodr] - Update to LLVM-3.6.2.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[renodr] - Update to unrar-5.3.2.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[renodr] - Update to nano-2.4.2.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[renodr] - Update to ed-1.12.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[renodr] - Update to libunistring-0.9.6.</para>
     72        </listitem>
     73      </itemizedlist>
     74    </listitem>
     75
     76    <listitem>
    4777      <para>August 5th, 2015</para>
    4878      <itemizedlist>
  • networking/netutils/whois.xml

    r3938420 r66307ff  
    77  <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz">
    88  <!ENTITY whois-download-ftp  "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz">
    9   <!ENTITY whois-md5sum        "6bb5bf65bc24f1dc60059f69a930015c">
     9  <!ENTITY whois-md5sum        "5ccd01e611621f7a395537f8b7190d0a">
    1010  <!ENTITY whois-size          "80 KB">
    11   <!ENTITY whois-buildsize     "1.7 MB">
     11  <!ENTITY whois-buildsize     "1.4 MB">
    1212  <!ENTITY whois-time          "less than 0.1 SBU">
    1313]>
  • packages.ent

    r3938420 r66307ff  
    4343<!ENTITY jfsutils-version             "1.1.15">
    4444<!ENTITY lvm2-version                 "2.02.122">
    45 <!ENTITY mdadm-version                "3.3.2">
     45<!ENTITY mdadm-version                "3.3.4">
    4646<!ENTITY ntfs-3g-version              "2015.3.14">
    4747<!ENTITY gptfdisk-version             "1.0.0">
     
    4949<!ENTITY reiser-version               "3.6.24">
    5050<!ENTITY sshfs-fuse-version           "2.5">
    51 <!ENTITY xfsprogs-version             "3.2.3">
     51<!ENTITY xfsprogs-version             "3.2.4">
    5252
    5353<!-- Chapter 6 -->
    5454<!ENTITY bluefish-version             "2.2.7">
    55 <!ENTITY ed-version                   "1.11">
     55<!ENTITY ed-version                   "1.12">
    5656<!ENTITY emacs-version                "24.5">
    5757<!ENTITY joe-version                  "4.0">
    58 <!ENTITY nano-version                 "2.4.1">
     58<!ENTITY nano-version                 "2.4.2">
    5959<!ENTITY vim-version                  "7.4">
    6060
     
    128128<!ENTITY libsigsegv-version           "2.10">
    129129<!ENTITY libtasn1-version             "4.5">
    130 <!ENTITY libunistring-version         "0.9.5">
     130<!ENTITY libunistring-version         "0.9.6">
    131131<!ENTITY libusb-version               "1.0.19">
    132132<!ENTITY libusb-compat-version        "0.1.5">
     
    236236<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    237237<!ENTITY udisks2-version              "2.1.5">    <!-- stable lt .90 micro version -->
    238 <!ENTITY unrar-version                "5.2.7">
     238<!ENTITY unrar-version                "5.3.2">
    239239<!ENTITY unzip-version                "6.0">
    240240<!ENTITY upower-version               "0.9.23">
     
    261261<!ENTITY guile-version                "2.0.11">
    262262<!ENTITY librep-version               "0.92.5">
    263 <!ENTITY llvm-version                 "3.6.1">
     263<!ENTITY llvm-version                 "3.6.2">
    264264<!ENTITY lua-version                  "5.2.4">
    265265<!ENTITY mercurial-version            "3.4.1">
     
    365365<!ENTITY nmap-version                 "6.47">
    366366<!ENTITY traceroute-version           "2.0.21">
    367 <!ENTITY whois-version                "5.2.9">
     367<!ENTITY whois-version                "5.2.10">
    368368<!ENTITY wicd-version                 "1.7.3">
    369369<!ENTITY wireshark-version            "1.12.6">  <!-- even minors only -->
  • postlfs/editors/ed.xml

    r3938420 r66307ff  
    77  <!ENTITY ed-download-http "http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz">
    88  <!ENTITY ed-download-ftp  "ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz">
    9   <!ENTITY ed-md5sum        "891635e76c661611bfb7e963bde38856">
     9  <!ENTITY ed-md5sum        "67c96fc79c29e86fb8002759c4a20e16">
    1010  <!ENTITY ed-size          "64 KB">
    11   <!ENTITY ed-buildsize     "1.2 MB">
     11  <!ENTITY ed-buildsize     "1.4 MB">
    1212  <!ENTITY ed-time          "less than 0.1 SBU">
    1313]>
  • postlfs/editors/nano.xml

    r3938420 r66307ff  
    77  <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    88  <!ENTITY nano-download-ftp  "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    9   <!ENTITY nano-md5sum        "1c612b478f976abf8ef926480c7a3684">
    10   <!ENTITY nano-size          "1.9 MB">
    11   <!ENTITY nano-buildsize     "13 MB">
     9  <!ENTITY nano-md5sum        "ce6968992fec4283c17984b53554168b">
     10  <!ENTITY nano-size          "1.8 MB">
     11  <!ENTITY nano-buildsize     "11 MB">
    1212  <!ENTITY nano-time          "less than 0.1 SBU">
    1313]>
  • postlfs/filesystems/mdadm.xml

    r3938420 r66307ff  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "44698d351501cac6a89072dc877eb220">
    10   <!ENTITY mdadm-size          "402 KB">
    11   <!ENTITY mdadm-buildsize     "8.3 MB">
     9  <!ENTITY mdadm-md5sum        "7ca8b114710f98f53f20c5787b674a09">
     10  <!ENTITY mdadm-size          "404 KB">
     11  <!ENTITY mdadm-buildsize     "8 MB">
    1212  <!ENTITY mdadm-time          "less than 0.1 SBU">
    1313]>
     
    104104    RAID and that a version of mdadm is not already running, and issue:
    105105    <command>make test</command> and then, as the
    106     <systemitem class="username">root</systemitem> user: ./test</para>
     106    <systemitem class="username">root</systemitem> user:
     107    <command>./test --keep-going --logdir=tests-logs --save-logs</command>.
     108    Some tests fail for unknown reasons.</para>
    107109
    108110    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    119121    also versions of <command>mdassemble</command>. These all need to be manually
    120122    installed.
     123    </para>
     124
     125    <para>
     126      <parameter>--keep-going</parameter>: Run the tests to the end, even if one
     127      or more tests fail.
     128    </para>
     129
     130    <para>
     131      <parameter>--logdir=tests-logs</parameter>: Defines that the directory
     132      where tests logs are saved.
     133    </para>
     134
     135    <para>
     136      <parameter>--save-logs</parameter>:
     137      Instructs the test suite to save the logs.
     138    </para>
     139
     140    <para>
     141      <option>--tests=<replaceable>&lt;test1,test2,...&gt;</replaceable></option>:
     142      Optional comma separated list of tests to be executed
     143      (all tests, if this option is not passed).
    121144    </para>
    122145
  • postlfs/filesystems/xfsprogs.xml

    r3938420 r66307ff  
    88  <!ENTITY xfsprogs-download-http " ">
    99  <!ENTITY xfsprogs-download-ftp  "ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-&xfsprogs-version;.tar.gz">
    10   <!ENTITY xfsprogs-md5sum        "9f383e36682709e62b12c125e5d8b895">
    11   <!ENTITY xfsprogs-size          "1.5 MB">
    12   <!ENTITY xfsprogs-buildsize     "61 MB">
    13   <!ENTITY xfsprogs-time          "0.5 SBU">
     10  <!ENTITY xfsprogs-md5sum        "c28db88f058ada506fe0ac6a897a1c42">
     11  <!ENTITY xfsprogs-size          "1.4 MB">
     12  <!ENTITY xfsprogs-buildsize     "34 MB">
     13  <!ENTITY xfsprogs-time          "0.6 SBU">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.