Changeset 7f6d672
- Timestamp:
- 02/06/2019 07:00:07 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 46abd0e
- Parents:
- 71f567d
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r71f567d r7f6d672 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 5th, &year;">9 <!ENTITY releasedate "February 6th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome.ent
r71f567d r7f6d672 42 42 <!ENTITY folks-version "0.11.4"> 43 43 <!ENTITY gfbgraph-version "0.2.3"> 44 <!ENTITY tracker-version "2.1. 6">44 <!ENTITY tracker-version "2.1.7"> 45 45 46 46 <!-- Runtime (sysv) and Desktop (systemd) --> -
gnome/platform/tracker.xml
r71f567d r7f6d672 9 9 <!ENTITY tracker-download-ftp 10 10 "&gnome-download-ftp;/tracker/2.1/tracker-&tracker-version;.tar.xz"> 11 <!ENTITY tracker-md5sum " 848977cfa2e9c099b53522885eee031d">11 <!ENTITY tracker-md5sum "f8bae98922d5fcc7b1fab7ce4dd80c83"> 12 12 <!ENTITY tracker-size "2.5 MB"> 13 <!ENTITY tracker-buildsize " 122MB (with tests)">14 <!ENTITY tracker-time " 1.8SBU (with tests)">13 <!ENTITY tracker-buildsize "254 MB (with tests)"> 14 <!ENTITY tracker-time "2.1 SBU (with tests)"> 15 15 ]> 16 16 -
introduction/welcome/changelog.xml
r71f567d r7f6d672 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>February 6th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to Tracker-2.1.7. Fixes 50 <ulink url="&blfs-ticket-root;11641">#11641</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to cURL-7.64.0 (security update). Fixes 54 <ulink url="&blfs-ticket-root;11640">#11640</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 44 58 45 59 <listitem> -
networking/netlibs/curl.xml
r71f567d r7f6d672 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 " f43d618cc49c1820d3a2fed31e451d4c">9 <!ENTITY curl-md5sum "d14fe778e9f00399445d9525117e25a3"> 10 10 <!ENTITY curl-size "2.3 MB"> 11 <!ENTITY curl-buildsize "7 6 MB (add 13MB for tests)">12 <!ENTITY curl-time "0.3 SBU (add 5.6SBU for tests)">11 <!ENTITY curl-buildsize "77 MB (add 14 MB for tests)"> 12 <!ENTITY curl-time "0.3 SBU (add 14 SBU for tests)"> 13 13 ]> 14 14 … … 93 93 <xref linkend="openldap"/>, 94 94 <xref linkend="samba"/>, 95 <ulink url="https://github.com/google/brotli/">Brotli</ulink>, 95 96 <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>, 96 97 <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>, … … 205 206 7.62.0: All tests passed. libpsl, c-ares, libssh2, libidn2 installed. 206 207 All 1098 tests report OK. 208 209 ======= 210 Added by Douglas for curl-7.64.0: 211 TESTDONE: 1022 tests out of 1023 reported OK: 99% 212 TESTFAIL: These tests cases failed: 323 213 TESTDONE: 1235 tests were considered during 1279 seconds. 214 For dependencies, I had c-ares, gnutls, libidn2, libpsl, krb5, libssh2, nghttp2, 215 OpenLDAP, Samba, stunnel, and Valgrind installed. 207 216 --> 208 217 </para> … … 266 275 building with <application>GnuTLS</application> support 267 276 instead of <application>OpenSSL</application> for SSL/TLS. 277 </para> 278 279 <para> 280 <option>--with-ssh</option>: This paramater adds 281 <application>SSH</application> support to cURL. This is disabled 282 by default. 268 283 </para> 269 284 -
packages.ent
r71f567d r7f6d672 574 574 <!-- Chapter 17 --> 575 575 <!ENTITY c-ares-version "1.15.0"> 576 <!ENTITY curl-version "7.6 3.0">576 <!ENTITY curl-version "7.64.0"> 577 577 <!ENTITY geoclue2-version "2.5.2"> 578 578 <!ENTITY glib-networking-version "2.58.0">
Note:
See TracChangeset
for help on using the changeset viewer.