Changeset b2881615


Ignore:
Timestamp:
10/30/2014 10:34:17 AM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
b48b05a
Parents:
bb522c6
Message:

Merge updates from trunk.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbb522c6 rb2881615  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 28th, &year;">
     9<!ENTITY releasedate  "October 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
  • general/genlib/liblinear.xml

    rbb522c6 rb2881615  
    77  <!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
    88  <!ENTITY liblinear-download-ftp  " ">
    9   <!ENTITY liblinear-md5sum        "f52e1f2dd6bccb58977a334bba0bbf90">
    10   <!ENTITY liblinear-size          "328 KB">
     9  <!ENTITY liblinear-md5sum        "a10486cf0a6064911d6d88faf29ca1c6">
     10  <!ENTITY liblinear-size          "332 KB">
    1111  <!ENTITY liblinear-buildsize     "1.1 MB">
    12   <!ENTITY liblinear-time          "0.1 SBU">
     12  <!ENTITY liblinear-time          "less than 0.1 SBU">
    1313]>
    1414
     
    4040
    4141    &lfs76_checked;
     42
     43    <note>
     44      <para>
     45        After updating this package, you need to reinstall
     46        <xref linkend="nmap"/>, in order to link to the new library.
     47      </para>
     48    </note>
    4249
    4350    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    97104
    98105<screen role="root"><userinput>install -vm644 linear.h /usr/include &amp;&amp;
    99 install -vm755 liblinear.so.1 /usr/lib &amp;&amp;
    100 ln -sfv liblinear.so.1 /usr/lib/liblinear.so</userinput></screen>
     106install -vm755 liblinear.so.2 /usr/lib &amp;&amp;
     107ln -sfv liblinear.so.2 /usr/lib/liblinear.so</userinput></screen>
    101108  </sect2>
    102109
  • general/prog/ruby.xml

    rbb522c6 rb2881615  
    55  %general-entities;
    66
    7   <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.bz2">
     7  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    99<!--
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2">
    1111-->
    12   <!ENTITY ruby-md5sum        "02b7da3bb06037c777ca52e1194efccb">
    13   <!ENTITY ruby-size          "12 MB">
    14   <!ENTITY ruby-buildsize     "477 MB">
    15   <!ENTITY ruby-time          "2.8 SBU (additional 0.2 SBU for tests)">
     12  <!ENTITY ruby-md5sum        "99aa2b01240d91edaecc2fc9d8254e44">
     13  <!ENTITY ruby-size          "9 MB">
     14  <!ENTITY ruby-buildsize     "337 MB (additional 550 MB for rdoc indexes and API documents)">
     15  <!ENTITY ruby-time          "2 SBU (additional 1.1 SBU for rdoc indexes and API documents 0.2 SBU for tests)">
    1616]>
    1717
     
    123123      <parameter>--enable-shared</parameter>: This switch enables building of
    124124      the <filename class="libraryfile">libruby</filename> shared library.
     125    </para>
     126
     127    <para>
     128      <option>--disable-install-doc</option>: This switch disables building and
     129      installing rdoc indexes and C API documents.
     130    </para>
     131
     132    <para>
     133      <option>--disable-install-rdoc</option>: This switch disables building
     134      and installing rdoc indexes.
     135    </para>
     136
     137    <para>
     138      <option>--disable-install-capi</option>: This switch disables building
     139      and installing C API documents.
    125140    </para>
    126141
  • introduction/welcome/changelog.xml

    rbb522c6 rb2881615  
    4444
    4545-->
     46    <listitem>
     47      <para>October 28th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Update to liblinear-1.95.  Fixes
     51          <ulink url="&blfs-ticket-root;5746">#5746</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - Update to Ruby-2.1.4.  Fixes
     55          <ulink url="&blfs-ticket-root;5745">#5745</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[fernando] - Update to Wget-1.16.  Fixes
     59          <ulink url="&blfs-ticket-root;5743">#5743</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[fernando] - Update to firefox-33.0.2.  Fixes
     63          <ulink url="&blfs-ticket-root;5748">#5748</ulink>.</para>
     64        </listitem>
     65      </itemizedlist>
     66    </listitem>
     67
    4668    <listitem>
    4769      <para>October 27th, 2014</para>
  • networking/netprogs/wget.xml

    rbb522c6 rb2881615  
    99  <!ENTITY wget-download-ftp
    1010           "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "7a279d5ac5594919124d5526e7143e28">
     11  <!ENTITY wget-md5sum        "fe102975ab3a6c049777883f1bb9ad07">
    1212  <!ENTITY wget-size          "1.7 MB">
    13   <!ENTITY wget-buildsize     "22 MB (additional 2 MB for the tests)">
    14   <!ENTITY wget-time          "0.4 SBU (additional 0.1 SBU for the tests)">
     13  <!ENTITY wget-buildsize     "25 MB (additional 4 MB for the tests)">
     14  <!ENTITY wget-time          " 0.4 SBU (additional 0.2 SBU for the tests)">
    1515]>
    1616
     
    8484      <xref linkend="libidn"/>,
    8585      <xref linkend="pcre"/>,
    86       <xref linkend="perl-lwp"/> (required for the majority of the test suite), and
    87       <ulink url="http://www.inet.no/dante/">Dante</ulink>
     86      <xref linkend="perl-lwp"/> (required for the majority of the test suite),
     87      <ulink url="http://www.inet.no/dante/">Dante</ulink>, and
     88      <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
    8889    </para>
    8990
  • packages.ent

    rbb522c6 rb2881615  
    123123<!ENTITY libiodbc-version             "3.52.9">
    124124<!ENTITY libksba-version              "1.3.1">
    125 <!ENTITY liblinear-version            "1.94">
     125<!ENTITY liblinear-version            "1.95">
    126126<!ENTITY libpaper-version             "1.1.24+nmu3">
    127127<!ENTITY libsigc-version              "2.4.0">
     
    268268<!ENTITY python2-version              "2.7.8">
    269269<!ENTITY python3-version              "3.4.2">
    270 <!ENTITY ruby-version                 "2.1.3">
     270<!ENTITY ruby-version                 "2.1.4">
    271271<!ENTITY ruby-patch-version           "0">
    272272<!ENTITY scons-version                "2.3.4">
     
    584584<!-- Chapter 35 -->
    585585<!ENTITY seamonkey-version            "2.30">
    586 <!ENTITY firefox-version              "33.0.1">
     586<!ENTITY firefox-version              "33.0.2">
    587587
    588588<!-- Chapter 36 -->
  • xsoft/graphweb/firefox.xml

    rbb522c6 rb2881615  
    99  <!ENTITY firefox-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "5a1c4b0b2349e3db94b45bd3f03f9288">
     11  <!ENTITY firefox-md5sum        "385ad037451f141b68515c73cad01704">
    1212  <!ENTITY firefox-size          "148 MB">
    1313  <!ENTITY firefox-buildsize     "3.98 GB (66 MB installed)">
Note: See TracChangeset for help on using the changeset viewer.