Changeset 35de4407


Ignore:
Timestamp:
10/30/2014 09:46:15 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
237d47f
Parents:
651dec2
Message:

Merged updates from trunk.

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r651dec2 r35de4407  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
  • general/genlib/libical.xml

    r651dec2 r35de4407  
    55  %general-entities;
    66
    7 <!--  <!ENTITY libical-download-http "http://downloads.sourceforge.net/freeassociation/libical-&libical-version;.tar.gz">-->
    8   <!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz">
     7<!ENTITY libical-download-http "https://github.com/libical/libical/releases/download/v&libical-version;/libical-&libical-version;.tar.gz">
     8  <!--
     9  <!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz">-->
    910  <!ENTITY libical-download-ftp  " ">
    1011  <!ENTITY libical-md5sum        "af91db06b22559f863869c5a382ad08a">
     
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
    41 
    42     <para>The download link below obtains
    43     <filename>libical-&libical-version;.tar.gz</filename>, if a web browser,
    44     such as <xref linkend="firefox"/>, is used. This is is the correct name for
    45     the archive, because it uncompresses into <filename
    46     class="directory">libical-&libical-version;</filename> directory. However,
    47     if other method is used for downloading it, e.g. <xref linkend="wget"/>,
    48     the obtained file is <filename>v&libical-version;.tar.gz</filename>, which
    49     is not acceptable. It is recommended to rename it to the correct filename
    50     <filename>libical-&libical-version;.tar.gz</filename>. You can achieve this
    51     automatically, by issuing <command>wget <ulink
    52     url="&libical-download-http;"/> -O
    53     <filename>libical-&libical-version;.tar.gz</filename></command>.</para>
    54 
     42<!--
     43    <note>
     44
     45      <para>The download link below obtains
     46      <filename>libical-&libical-version;.tar.gz</filename> if a web browser
     47      such as <xref linkend="firefox"/> is used. This is the correct name
     48      for the archive, because it saves the file as <filename
     49      class="directory">libical-&libical-version;</filename>. However, if
     50      another method is used for downloading, e.g. <xref linkend="wget"/>, the
     51      file name is <filename>v&libical-version;.tar.gz</filename>, which is not
     52      acceptable. The file should be renamed to the correct filename
     53      <filename>libical-&libical-version;.tar.gz</filename>. You can achieve
     54      this automatically by using the command:</para>
     55   
     56 <screen><userinput>wget <ulink url="&libical-download-http;"/> -O libical-&libical-version;.tar.gz</userinput></screen>
     57    </note>
     58-->
    5559    <itemizedlist spacing="compact">
    5660      <listitem>
  • general/genlib/liblinear.xml

    r651dec2 r35de4407  
    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/genutils/pinentry.xml

    r651dec2 r35de4407  
    77  <!ENTITY pinentry-download-http " ">
    88  <!ENTITY pinentry-download-ftp  "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
    9   <!ENTITY pinentry-md5sum        "e2b6f94471ba1e978f6e5bf6b275189b">
    10   <!ENTITY pinentry-size          "508 KB">
    11   <!ENTITY pinentry-buildsize     "10 MB">
     9  <!ENTITY pinentry-md5sum        "40a05856cb3accf6679987b7899b0f5a">
     10  <!ENTITY pinentry-size          "456 KB">
     11  <!ENTITY pinentry-buildsize     "9.8 MB">
    1212  <!ENTITY pinentry-time          "0.1 SBU">
    1313]>
  • general/prog/ruby.xml

    r651dec2 r35de4407  
    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
  • gnome/applications/gnome-calculator.xml

    r651dec2 r35de4407  
    99  <!ENTITY gnome-calculator-download-ftp
    1010           "&gnome-download-ftp;/gnome-calculator/&gnome-minor-14;/gnome-calculator-&gnome-calculator-version;.tar.xz">
    11   <!ENTITY gnome-calculator-md5sum        "2b3cf2462385851182d6119006546483">
     11  <!ENTITY gnome-calculator-md5sum        "3b41843f1452f4d79896c322392fe423">
    1212  <!ENTITY gnome-calculator-size          "1.3 MB">
    1313  <!ENTITY gnome-calculator-buildsize     "42 MB">
     
    105105
    106106    <para>
    107       To test the results, issue: <command>make -k check</command>. Tests may
    108       fail for unknown reasons.
     107      To test the results, issue: <command>make -k check</command>.
     108      Number.float and Number.double tests fail because do not take into
     109      account floating point round off errors.
    109110    </para>
    110111
  • introduction/welcome/changelog.xml

    r651dec2 r35de4407  
    5151        </listitem>
    5252        <listitem>
     53          <para>[krejzi] - Merged ruby-2.1.4, dhcpcd-6.6.0 and wget-1.16 updates from trunk. Thanks to Fernando for doing all the work.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[krejzi] - Merged liblinear-1.95 and pinentry-0.9.0 updates from trunk. Thanks to Fernando for doing all the work.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
     62      <para>October 29th, 2014</para>
     63      <itemizedlist>
     64        <listitem>
    5365          <para>[krejzi] - Updated to gnome-online-miners-3.14.0.</para>
    5466        </listitem>
  • multimedia/libdriv/libvdpau-va-gl-systemd.xml

    r651dec2 r35de4407  
    55  %general-entities;
    66
    7   <!ENTITY libvdpau-va-gl-download-http "https://github.com/i-rinat/libvdpau-va-gl/archive/v&libvdpau-va-gl-version;.tar.gz">
     7  <!ENTITY libvdpau-va-gl-download-http "https://github.com/i-rinat/libvdpau-va-gl/releases/download/v&libvdpau-va-gl-version;/libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz">
    88  <!ENTITY libvdpau-va-gl-download-ftp  " ">
    99  <!ENTITY libvdpau-va-gl-md5sum        "09ceb2f75eafccc9b002d35ede0de6a5">
     
    7171    </itemizedlist>
    7272
     73    <!-- It's been fixed upstream.  Lets see if it stays fixed ...
    7374    <note>
    7475      <para>
     
    8081
    8182<screen><command>mv v&libvdpau-va-gl-version;.tar.gz libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz</command></screen>
    82     </note>
     83    </note>-->
    8384
    8485    <bridgehead renderas="sect3">libvdpau-va-gl Dependencies</bridgehead>
  • networking/connect/dhcpcd-systemd.xml

    r651dec2 r35de4407  
    88  <!ENTITY dhcpcd-download-ftp  " ">
    99  <!--<!ENTITY dhcpcd-download-ftp  "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">-->
    10   <!ENTITY dhcpcd-md5sum        "6a421a8b0f19dbcbfca25e64a8ba76f3">
     10  <!ENTITY dhcpcd-md5sum        "c2c4972ea3f0118c01fc03a026fce641">
    1111  <!ENTITY dhcpcd-size          "156 KB">
    1212  <!ENTITY dhcpcd-buildsize     "2.3 MB">
  • networking/netprogs/wget.xml

    r651dec2 r35de4407  
    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

    r651dec2 r35de4407  
    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">
     
    195195<!ENTITY intltool-version             "0.50.2">
    196196<!ENTITY lsof-version                 "4.88">
    197 <!ENTITY pinentry-version             "0.8.4">
     197<!ENTITY pinentry-version             "0.9.0">
    198198<!ENTITY rarian-version               "0.8.1">
    199199<!ENTITY recode-version               "3.6">
     
    269269<!ENTITY python2-version              "2.7.8">
    270270<!ENTITY python3-version              "3.4.2">
    271 <!ENTITY ruby-version                 "2.1.3">
     271<!ENTITY ruby-version                 "2.1.4">
    272272<!ENTITY ruby-patch-version           "0">
    273273<!ENTITY scons-version                "2.3.4">
     
    336336<!-- Chapter 14 -->
    337337<!ENTITY ppp-version                  "2.4.5">
    338 <!ENTITY dhcpcd-version               "6.5.1">
     338<!ENTITY dhcpcd-version               "6.6.0">
    339339<!ENTITY dhcp-version                 "4.3.1">
    340340
     
    349349<!ENTITY rsync-version                "3.1.1">
    350350<!ENTITY samba-version                "4.1.13">
    351 <!ENTITY wget-version                 "1.15">
     351<!ENTITY wget-version                 "1.16">
    352352<!ENTITY wireless-tools-version       "29">
    353353<!ENTITY wpa_supplicant-version       "2.3">
Note: See TracChangeset for help on using the changeset viewer.