Changeset 8381f5e


Ignore:
Timestamp:
04/04/2019 09:15:22 AM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d2f50ba
Parents:
d4e8cd93
Message:

Update to wget-1.20.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd4e8cd93 r8381f5e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 3rd, &year;">
     9<!ENTITY releasedate  "April 4th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rd4e8cd93 r8381f5e  
    4343-->
    4444    <listitem>
     45      <para>April 4th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to wget-1.20.2.  Fixes
     49          <ulink url="&blfs-ticket-root;11886">#11886</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 3rd, 2019</para>
    4656      <itemizedlist>
     
    5565      </itemizedlist>
    5666    </listitem>
     67
    5768    <listitem>
    5869      <para>April 1st, 2019</para>
  • networking/netprogs/wget.xml

    rd4e8cd93 r8381f5e  
    99  <!ENTITY wget-download-ftp
    1010           "&gnu-ftp;/wget/wget-&wget-version;.tar.gz">
    11   <!ENTITY wget-md5sum        "f6ebe9c7b375fc9832fb1b2028271fb7">
     11  <!ENTITY wget-md5sum        "2692f6678e93601441306b5c1fc6a77a">
    1212  <!ENTITY wget-size          "4.2 MB">
    13   <!ENTITY wget-buildsize     "33 MB (with tests)">
     13  <!ENTITY wget-buildsize     "60 MB (with tests)">
    1414  <!ENTITY wget-time          "0.4 SBU (with tests)">
    1515]>
     
    8383    <para role="optional">
    8484      <xref linkend="gnutls"/>,
    85       <xref linkend="gpgme"/>,
    8685      <xref linkend="perl-http-daemon"/> (for the test suite),
    8786      <xref linkend="perl-io-socket-ssl"/> (for the test suite),
    8887      <xref linkend="libidn2"/>,
    8988      <xref linkend="libpsl"/>,
    90       <xref linkend="pcre"/> or <xref linkend="pcre2"/>,
    91       <!-- Python2 is built in BLFS, and OpenSSL is built in LFS.
    92       That module should be available. -->
    93       <xref linkend="python2"/> (for the tests), and
     89      <xref linkend="pcre"/> or <xref linkend="pcre2"/>, and
    9490      <xref linkend="valgrind"/> (for the test suite)
    9591    </para>
     
    115111      To test the results, issue: <command>make check</command>.
    116112    </para>
     113
     114    <!-- libwww-perl/HTTP-Daemon/#21 -->
     115    <para>HTTPS tests are known to fail if Perl module IO::Socket::INET6
     116    is installed.</para>
    117117
    118118    <para>
  • packages.ent

    rd4e8cd93 r8381f5e  
    556556<!ENTITY rsync-version                "3.1.3">
    557557<!ENTITY samba-version                "4.9.5">
    558 <!ENTITY wget-version                 "1.20.1">
     558<!ENTITY wget-version                 "1.20.2">
    559559<!ENTITY wireless-tools-version       "29">
    560560<!ENTITY wpa_supplicant-version       "2.7">
Note: See TracChangeset for help on using the changeset viewer.