Changeset 7549592
- Timestamp:
- 08/01/2018 02:05:08 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5c9b6c1
- Parents:
- dbfc08f9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdbfc08f9 r7549592 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 31"> <!-- Always 2 digits -->4 <!ENTITY month "0 7"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " July 31st, &year;">9 <!ENTITY releasedate "August 1st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rdbfc08f9 r7549592 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>July 31st, 2018</para> -
networking/netlibs/curl.xml
rdbfc08f9 r7549592 7 7 <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " a889cd11b4ae8794b7030472cb4df0a0">9 <!ENTITY curl-md5sum "7ed6a932de56c870c42c33906a3eb69c"> 10 10 <!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. --> 13 15 ]> 14 16 … … 75 77 </itemizedlist> 76 78 77 <!-- Tests seem to pass without any patch78 <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 -->88 79 <bridgehead renderas="sect3">cURL Dependencies</bridgehead> 89 80 … … 159 150 Still a lot of test failures. I did have c-ares, Kerberos, and ldap 160 151 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. 161 158 --> 162 159 … … 191 188 TESTDONE: 1196 tests were considered during 1184 seconds. 192 189 From the logs, both appear to be ipv6 releated. 190 191 ========== 192 Added by Douglas for curl-7.61.0: 193 TESTDONE: 961 tests out of 961 reported OK: 100% 194 TESTDONE: 1202 tests were considered during 338 seconds. 195 I only have c-ares and libidn2 installed, I will likely try before release 196 with all optional dependencies in the book installed. 193 197 --> 194 198 </para> -
packages.ent
rdbfc08f9 r7549592 465 465 <!-- Chapter 17 --> 466 466 <!ENTITY c-ares-version "1.14.0"> 467 <!ENTITY curl-version "7.6 0.0">467 <!ENTITY curl-version "7.61.0"> 468 468 <!ENTITY geoclue2-version "2.4.10"> 469 469 <!ENTITY glib-networking-version "2.56.1">
Note:
See TracChangeset
for help on using the changeset viewer.