Changeset 828b199


Ignore:
Timestamp:
10/31/2017 12:44:51 AM (6 years ago)
Author:
Ken Moffat <ken@…>
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:
f2573c8
Parents:
90ae149
Message:

wget-1.19.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r90ae149 r828b199  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to wget-1.19.2 (security fix). Fixes
     49          <ulink url="&blfs-ticket-root;9941">#9941</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update abiword instructions to build
    4953          with current dependencies. Fixes
  • networking/netprogs/wget.xml

    r90ae149 r828b199  
    66
    77  <!ENTITY wget-download-http
    8            "&gnu-http;/wget/wget-&wget-version;.tar.xz">
     8           "&gnu-http;/wget/wget-&wget-version;.tar.gz">
    99  <!ENTITY wget-download-ftp
    10            "&gnu-ftp;/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "d30d82186b93fcabb4116ff513bfa9bd">
    12   <!ENTITY wget-size          "2.0 MB">
    13   <!ENTITY wget-buildsize     "32 MB (with tests)">
    14   <!ENTITY wget-time          "0.4 SBU (with tests)">
     10           "&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)">
    1515]>
    1616
     
    112112
    113113    <para>
    114       To test the results, issue: <command>make check</command>. The HTTPS
    115       tests fail if <application>valgrind</application> is enabled.
     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).
    116117    </para>
    117118
  • packages.ent

    r90ae149 r828b199  
    433433<!ENTITY rsync-version                "3.1.2">
    434434<!ENTITY samba-version                "4.7.0">
    435 <!ENTITY wget-version                 "1.19.1">
     435<!ENTITY wget-version                 "1.19.2">
    436436<!ENTITY wireless-tools-version       "29">
    437437<!ENTITY wpa_supplicant-version       "2.6">
Note: See TracChangeset for help on using the changeset viewer.