Changeset 73f65d9e


Ignore:
Timestamp:
01/21/2018 08:21:41 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d92a976f
Parents:
51529b92
Message:

Update to wget-1.19.3.
Update to LibRaw-0.18.7.
Update to libuv-1.19.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19685 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r51529b92 r73f65d9e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 20th, &year;">
     9<!ENTITY releasedate  "January 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libuv.xml

    r51529b92 r73f65d9e  
    77  <!ENTITY libuv-download-http "https://github.com/libuv/libuv/archive/v&libuv-version;/libuv-&libuv-version;.tar.gz">
    88  <!ENTITY libuv-download-ftp  " ">
    9   <!ENTITY libuv-md5sum        "82e19ae07b2b12f73389008d86c1a980">
     9  <!ENTITY libuv-md5sum        "f69deb537239af334698101b4ea02d7b">
    1010  <!ENTITY libuv-size          "1.1 MB">
    1111  <!ENTITY libuv-buildsize     "11 MB (add 10 MB for tests)">
    12   <!ENTITY libuv-time          "0.1 SBU (add 1.3 SBU for tests)">
     12  <!ENTITY libuv-time          "0.1 SBU (add 1.2 SBU for tests)">
    1313]>
    1414
  • general/graphlib/libraw.xml

    r51529b92 r73f65d9e  
    77  <!ENTITY libraw-download-http "http://www.libraw.org/data/LibRaw-&libraw-version;.tar.gz">
    88  <!ENTITY libraw-download-ftp  " ">
    9   <!ENTITY libraw-md5sum        "62459e4808eb730ff117b1710dc43d6d">
     9  <!ENTITY libraw-md5sum        "36722a982a65c7969fb6a30272ea2836">
    1010  <!ENTITY libraw-size          "1.2 MB">
    1111  <!ENTITY libraw-buildsize     "14 MB">
  • general/prog/python2.xml

    r51529b92 r73f65d9e  
    132132      commands:
    133133    </para>
     134
     135    <note><para>To build the python _ssl module, the file Modules/Setup.dist
     136    must be edited.
     137
     138<screen><userinput>sed -i '/#SSL/,+3 s/^#//' Modules/Setup.dist</userinput></screen>
     139
     140    </para></note>
    134141
    135142<screen><userinput>./configure --prefix=/usr       \
  • introduction/welcome/changelog.xml

    r51529b92 r73f65d9e  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>January 21st, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to wget-1.19.3. Fixes
     49          <ulink url="&blfs-ticket-root;10282">#10282</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to LibRaw-0.18.7. Fixes
     53          <ulink url="&blfs-ticket-root;10281">#10281</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to libuv-1.19.1. Fixes
     57          <ulink url="&blfs-ticket-root;10280">#10280</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
    4462    <listitem>
    4563      <para>January 20th, 2018</para>
  • networking/netprogs/wget.xml

    r51529b92 r73f65d9e  
    99  <!ENTITY wget-download-ftp
    1010           "&gnu-ftp;/wget/wget-&wget-version;.tar.gz">
    11   <!ENTITY wget-md5sum        "caabf9727fa429626316619a6369fffa">
    12   <!ENTITY wget-size          "4.2 MB">
    13   <!ENTITY wget-buildsize     "33 MB (add 4 MB for tests)">
    14   <!ENTITY wget-time          "0.3 SBU (add 0.2 SBU for tests)">
     11  <!ENTITY wget-md5sum        "160e3164519a062d6492d5316a884d87">
     12  <!ENTITY wget-size          "4.1 MB">
     13  <!ENTITY wget-buildsize     "25 MB (add 4 MB for tests)">
     14  <!ENTITY wget-time          "0.2 SBU (add 0.2 SBU for tests)">
    1515]>
    1616
     
    8787      <xref linkend="libidn"/>,
    8888      <xref linkend="pcre"/>,
    89       <xref linkend="valgrind"/> (optional for the test suite),
     89      <xref linkend="python2"/> (built with ssl; for the test suite),
     90      <xref linkend="valgrind"/> (for the test suite),
    9091      <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>,
    9192      <ulink url="http://search.cpan.org/~gaas/HTTP-Daemon/">HTTP::Daemon</ulink>
     
    112113
    113114    <para>
    114       To test the results, issue: <command>make check</command>. Almost all the
    115       check-TESTS tests fail if <application>valgrind</application> is enabled
    116       (the unit tests all pass).
     115      To test the results, issue: <command>make check</command>. Nine tests
     116      fail if python2 was not built with SSL support.
    117117    </para>
    118118
  • packages.ent

    r51529b92 r73f65d9e  
    162162<!ENTITY libusb-version               "1.0.21">
    163163<!ENTITY libusb-compat-version        "0.1.5">
    164 <!ENTITY libuv-version                "1.19.0">
     164<!ENTITY libuv-version                "1.19.1">
    165165<!ENTITY libxkbcommon-version         "0.8.0">
    166166<!-- the libxml2-version is also used for the python2 module,
     
    213213<!ENTITY libpng-version               "1.6.34">
    214214<!ENTITY librsvg-version              "2.40.20">   <!-- Normally even minors -->
    215 <!ENTITY libraw-version               "0.18.6">
     215<!ENTITY libraw-version               "0.18.7">
    216216<!ENTITY libtiff-version              "4.0.9">
    217217<!ENTITY libwebp-version              "0.6.1">
     
    439439<!ENTITY rsync-version                "3.1.2">
    440440<!ENTITY samba-version                "4.7.4">
    441 <!ENTITY wget-version                 "1.19.2">
     441<!ENTITY wget-version                 "1.19.3">
    442442<!ENTITY wireless-tools-version       "29">
    443443<!ENTITY wpa_supplicant-version       "2.6">
Note: See TracChangeset for help on using the changeset viewer.