Changeset 7549592


Ignore:
Timestamp:
08/01/2018 02:05:08 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
5c9b6c1
Parents:
dbfc08f9
Message:

Update to curl-7.61.0 (security fix for SMTP users)

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdbfc08f9 r7549592  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 31st, &year;">
     9<!ENTITY releasedate  "August 1st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rdbfc08f9 r7549592  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>August 1st, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to curl-7.61.0. Security fix for SMTP users.
     49          Fixes <ulink url="&blfs-ticket-root;10940">#10940</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>July 31st, 2018</para>
  • networking/netlibs/curl.xml

    rdbfc08f9 r7549592  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "a889cd11b4ae8794b7030472cb4df0a0">
     9  <!ENTITY curl-md5sum        "7ed6a932de56c870c42c33906a3eb69c">
    1010  <!ENTITY curl-size          "2.2 MB">
    11   <!ENTITY curl-buildsize     "38 MB (add 13 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (add 13 SBU for tests)">
     11  <!ENTITY curl-buildsize     "43 MB (add 14 MB for tests)">
     12  <!ENTITY curl-time          "0.2 SBU (add 3.2 SBU for tests)">
     13  <!-- Note that I did this package with minimal optional dependencies. I can
     14       retest later if needed. -->
    1315]>
    1416
     
    7577    </itemizedlist>
    7678
    77 <!-- Tests seem to pass without any patch
    78     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    79     <itemizedlist spacing="compact">
    80       <listitem>
    81         <para>
    82           Required patch:
    83           <ulink url="&patch-root;/curl-&curl-version;-valgrind_filter-1.patch"/>
    84         </para>
    85       </listitem>
    86     </itemizedlist>
    87 -->
    8879    <bridgehead renderas="sect3">cURL Dependencies</bridgehead>
    8980
     
    159150    Still a lot of test failures.  I did have c-ares, Kerberos, and ldap
    160151    installed this time.  Best guess is that servers are not available.
     152
     153    2018-08-01 - renodr
     154    No test failures, but I didn't have any of the optional dependencies except
     155    for c-ares and libidn2. I might re-run this test suite before release with
     156    all of the optional deps, but right now, it isn't a priority - rather
     157    the security fix is.
    161158-->
    162159
     
    191188TESTDONE: 1196 tests were considered during 1184 seconds.
    192189From the logs, both appear to be ipv6 releated.
     190
     191==========
     192Added by Douglas for curl-7.61.0:
     193TESTDONE: 961 tests out of 961 reported OK: 100%
     194TESTDONE: 1202 tests were considered during 338 seconds.
     195I only have c-ares and libidn2 installed, I will likely try before release
     196with all optional dependencies in the book installed.
    193197-->
    194198    </para>
  • packages.ent

    rdbfc08f9 r7549592  
    465465<!-- Chapter 17 -->
    466466<!ENTITY c-ares-version               "1.14.0">
    467 <!ENTITY curl-version                 "7.60.0">
     467<!ENTITY curl-version                 "7.61.0">
    468468<!ENTITY geoclue2-version             "2.4.10">
    469469<!ENTITY glib-networking-version      "2.56.1">
Note: See TracChangeset for help on using the changeset viewer.