Changeset c92ba3b


Ignore:
Timestamp:
03/10/2018 10:39:03 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
aade25df
Parents:
82e07e67
Message:

Upgrade libuv-1.9.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r82e07e67 rc92ba3b  
    55  %general-entities;
    66
    7   <!ENTITY libuv-download-http "https://github.com/libuv/libuv/archive/v&libuv-version;/libuv-&libuv-version;.tar.gz">
     7  <!ENTITY libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz">
    88  <!ENTITY libuv-download-ftp  " ">
    9   <!ENTITY libuv-md5sum        "f69deb537239af334698101b4ea02d7b">
     9  <!ENTITY libuv-md5sum        "392ee3aca53b9ee12c7a7fafdcf9a644">
    1010  <!ENTITY libuv-size          "1.1 MB">
    11   <!ENTITY libuv-buildsize     "11 MB (add 10 MB for tests)">
     11  <!ENTITY libuv-buildsize     "12 MB (add 10 MB for tests)">
    1212  <!ENTITY libuv-time          "0.1 SBU (add 1.2 SBU for tests)">
    1313]>
  • introduction/welcome/changelog.xml

    r82e07e67 rc92ba3b  
    4343-->
    4444    <listitem>
     45      <para>March 10th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Update to libuv-1.19.2. Fixes
     49          <ulink url="&blfs-ticket-root;10409">#10409</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 9th, 2018</para>
    4656      <itemizedlist>
  • packages.ent

    r82e07e67 rc92ba3b  
    162162<!ENTITY libusb-version               "1.0.21">
    163163<!ENTITY libusb-compat-version        "0.1.5">
    164 <!ENTITY libuv-version                "1.19.1">
     164<!ENTITY libuv-version                "1.19.2">
    165165<!ENTITY libxkbcommon-version         "0.8.0">
    166166<!-- the libxml2-version is also used for the python2 module,
Note: See TracChangeset for help on using the changeset viewer.