Changeset 03790ef
- Timestamp:
- 07/18/2019 08:35:33 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b4d7e29
- Parents:
- fca6d6c
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfca6d6c r03790ef 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 7"> <!-- Always 2 digits -->3 <!ENTITY day "18"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- 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 "July 1 7th, &year;">9 <!ENTITY releasedate "July 18th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/cmake.xml
rfca6d6c r03790ef 7 7 <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " 8efa5e2a9fcd093621dceb7e2ce89130">10 <!ENTITY cmake-size "8. 5MB">11 <!ENTITY cmake-buildsize "3 71 MB (add 532MB for tests)">12 <!ENTITY cmake-time "2.6 SBU (add 4.4SBU for tests, both using parallelism=4)">9 <!ENTITY cmake-md5sum "90ae2d41dd533b012c536df3f31ad0b0"> 10 <!ENTITY cmake-size "8.8 MB"> 11 <!ENTITY cmake-buildsize "392 MB (add 494 MB for tests)"> 12 <!ENTITY cmake-time "2.6 SBU (add 3.3 SBU for tests, both using parallelism=4)"> 13 13 ]> 14 14 … … 127 127 <literal>LANG</literal> is set to a non-blank value and failures 128 128 occur, try running the tests without having <literal>LANG</literal> set. 129 One test, Qt5Autogen.SameName, is known to fail.129 One test, RunCMake.CommandLineTar, is known to fail. 130 130 131 131 <!-- Please, don't remove this comment, needed if tests start to fail -
gnome.ent
rfca6d6c r03790ef 30 30 <!ENTITY gnome-online-accounts-version "3.32.0"> 31 31 <!ENTITY gnome-video-effects-version "0.4.3"> 32 <!ENTITY grilo-version "0.3. 8">32 <!ENTITY grilo-version "0.3.9"> 33 33 <!ENTITY libchamplain-version "0.12.19"> 34 34 <!ENTITY libgdata-version "0.17.10"> … … 50 50 <!ENTITY dconf-editor-version "3.32.0"> 51 51 <!ENTITY gnome-backgrounds-version "3.32.0"> 52 <!ENTITY gvfs-version "1.40. 1">52 <!ENTITY gvfs-version "1.40.2"> 53 53 <!ENTITY gexiv2-version "0.12.0"> 54 54 <!ENTITY nautilus-version "3.32.1"> -
gnome/platform/grilo.xml
rfca6d6c r03790ef 7 7 <!ENTITY grilo-download-http "&gnome-download-http;/grilo/0.3/grilo-&grilo-version;.tar.xz"> 8 8 <!ENTITY grilo-download-ftp "&gnome-download-ftp;/grilo/0.3/grilo-&grilo-version;.tar.xz"> 9 <!ENTITY grilo-md5sum " 77d97c8360567dbc16323bfd38af0425">10 <!ENTITY grilo-size "2 28KB">9 <!ENTITY grilo-md5sum "b15f41787dff407f7e9df7b5db96006d"> 10 <!ENTITY grilo-size "232 KB"> 11 11 <!ENTITY grilo-buildsize "12 MB"> 12 12 <!ENTITY grilo-time "0.1 SBU"> -
gnome/platform/gvfs.xml
rfca6d6c r03790ef 7 7 <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.40/gvfs-&gvfs-version;.tar.xz"> 8 8 <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.40/gvfs-&gvfs-version;.tar.xz"> 9 <!ENTITY gvfs-md5sum " 78496947d11a330d5435d669eade70ad">9 <!ENTITY gvfs-md5sum "47db9bec616e089513b7f1386e5c7d5f"> 10 10 <!ENTITY gvfs-size "1.2 MB"> 11 <!ENTITY gvfs-buildsize " 57MB">12 <!ENTITY gvfs-time "0. 4 SBU">11 <!ENTITY gvfs-buildsize "39 MB"> 12 <!ENTITY gvfs-time "0.1 SBU (using parallelism=4)"> 13 13 ]> 14 14 … … 71 71 </listitem> 72 72 </itemizedlist> 73 73 <!-- 74 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 75 75 <itemizedlist spacing="compact"> … … 81 81 </listitem> 82 82 </itemizedlist> 83 83 --> 84 84 <bridgehead renderas="sect3">Gvfs Dependencies</bridgehead> 85 85 … … 135 135 <sect2 role="installation"> 136 136 <title>Installation of Gvfs</title> 137 137 <!-- 138 138 <para> 139 139 First, apply a security patch to fix four security vulnerabilities: … … 141 141 142 142 <screen><userinput remap="pre">patch -Np1 -i ../gvfs-&gvfs-version;-fix_security_vulnerabilities-1.patch</userinput></screen> 143 143 --> 144 144 <para> 145 145 Install <application>Gvfs</application> by running the following -
introduction/welcome/changelog.xml
rfca6d6c r03790ef 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>July 18th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to wireshark-3.0.3. Fixes 50 <ulink url="&blfs-ticket-root;12282">#12282</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to ristretto-0.8.5. Fixes 54 <ulink url="&blfs-ticket-root;12281">#12281</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to curl-7.65.2. Fixes 58 <ulink url="&blfs-ticket-root;12280">#12280</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[bdubbs] - Update to gvfs-1.40.2. Fixes 62 <ulink url="&blfs-ticket-root;12279">#12279</ulink>.</para> 63 </listitem> 64 <listitem> 65 <para>[bdubbs] - Update to grilo-0.3.9. Fixes 66 <ulink url="&blfs-ticket-root;12278">#12278</ulink>.</para> 67 </listitem> 68 <listitem> 69 <para>[bdubbs] - Update to cmake-3.15.0. Fixes 70 <ulink url="&blfs-ticket-root;12277">#12277</ulink>.</para> 71 </listitem> 72 <listitem> 73 <para>[bdubbs] - Update to bind-9.14.4. Fixes 74 <ulink url="&blfs-ticket-root;12276">#12276</ulink>.</para> 75 </listitem> 76 </itemizedlist> 77 </listitem> 44 78 45 79 <listitem> -
networking/netlibs/curl.xml
rfca6d6c r03790ef 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 " 7809378831d10fde18f9f6ae033cd3f3">9 <!ENTITY curl-md5sum "2b1bde080347332f829718ca85b5f68a"> 10 10 <!ENTITY curl-size "2.3 MB"> 11 <!ENTITY curl-buildsize "7 9 MB (add 14MB for tests)">12 <!ENTITY curl-time "0.4 SBU (add 1 3SBU for tests)">11 <!ENTITY curl-buildsize "73 MB (add 19 MB for tests)"> 12 <!ENTITY curl-time "0.4 SBU (add 15 SBU for tests)"> 13 13 ]> 14 14 … … 177 177 <para> 178 178 To run the test suite, issue: <command>make test</command>. 179 Test 1560 isknown to fail.179 Tests 323 and 1560 are known to fail. 180 180 <!-- Two (of 857) tests 181 181 fail for unknown reasons, and all tests fail is valgrind is installed. Moving … … 246 246 TESTDONE: 1249 tests were considered during 1091 seconds. 247 247 All dependencies except for externals installed. 248 ======= 249 Added by bdubbs for curl-7.65.2: 250 TESTDONE: 1034 tests out of 1036 reported OK: 99% 251 TESTFAIL: These test cases failed: 323 1560 252 TESTDONE: 1254 tests were considered during 1362 seconds. 253 254 Time above does not include test build time. 255 256 All dependencies except for externals installed. 248 257 --> 249 258 </para> -
networking/netutils/bind-utils.xml
rfca6d6c r03790ef 7 7 <!ENTITY bind-download-http " "> 8 8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 9 <!ENTITY bind-md5sum " 61f30afc2108cdc230e08f51466fe2f4">9 <!ENTITY bind-md5sum "3b39246f972ac66a6b7d05e9a4076248"> 10 10 <!ENTITY bind-size "6.0 MB"> 11 <!ENTITY bind-utils-buildsize "1 07MB">11 <!ENTITY bind-utils-buildsize "138 MB"> 12 12 <!ENTITY bind-utils-time "0.7 SBU"> 13 13 ]> -
networking/netutils/wireshark.xml
rfca6d6c r03790ef 7 7 <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz"> 8 8 <!ENTITY wireshark-download-ftp " "> 9 <!ENTITY wireshark-md5sum "e 344675283d6329a4bc213b621d7f46a">9 <!ENTITY wireshark-md5sum "e945d76a57db2c3e6cf776f95da2cf0e"> 10 10 <!ENTITY wireshark-size "29 MB"> 11 11 <!ENTITY wireshark-buildsize "554 MB (with all optional dependencies available in the BLFS book)"> -
packages.ent
rfca6d6c r03790ef 312 312 <!ENTITY check-version "0.12.0"> 313 313 <!ENTITY clisp-version "2.49"> 314 <!ENTITY cmake-major-version "3.1 4">315 <!ENTITY cmake-minor-version " 6">314 <!ENTITY cmake-major-version "3.15"> 315 <!ENTITY cmake-minor-version "0"> 316 316 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 317 317 <!ENTITY dejagnu-version "1.6.2"> … … 563 563 <!ENTITY avahi-version "0.7"> 564 564 <!ENTITY bind-minor-version "9.14"> 565 <!ENTITY bind-version "&bind-minor-version;. 3">565 <!ENTITY bind-version "&bind-minor-version;.4"> 566 566 <!ENTITY mod_dnssd-version "0.6"> 567 567 <!ENTITY NetworkManager-version "1.18.1"> … … 570 570 <!ENTITY whois-version "5.4.3"> 571 571 <!ENTITY wicd-version "1.7.4"> 572 <!ENTITY wireshark-version "3.0. 2"> <!-- even minors only -->572 <!ENTITY wireshark-version "3.0.3"> <!-- even minors only --> 573 573 574 574 <!ENTITY wicd-major-version "1.7"> … … 576 576 <!-- Chapter 17 --> 577 577 <!ENTITY c-ares-version "1.15.0"> 578 <!ENTITY curl-version "7.65. 1">578 <!ENTITY curl-version "7.65.2"> 579 579 <!ENTITY geoclue2-version "2.5.3"> 580 580 <!ENTITY glib-networking-version "2.60.3"> … … 801 801 <!ENTITY xfce4-terminal-version "0.8.8"> 802 802 <!ENTITY xfburn-version "0.5.5"> 803 <!ENTITY ristretto-version "0.8. 4">803 <!ENTITY ristretto-version "0.8.5"> 804 804 <!ENTITY xfce4-mixer-version "4.10.0"> 805 805 <!ENTITY xfce4-notifyd-version "0.4.4"> -
server/major/bind.xml
rfca6d6c r03790ef 7 7 <!ENTITY bind-download-http " "> 8 8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 9 <!ENTITY bind-md5sum " 61f30afc2108cdc230e08f51466fe2f4">9 <!ENTITY bind-md5sum "3b39246f972ac66a6b7d05e9a4076248"> 10 10 <!ENTITY bind-size "6.0 MB"> 11 11 <!ENTITY bind-buildsize "123 MB (24 MB installed; add 7 MB for tests)"> -
xfce/apps/ristretto.xml
rfca6d6c r03790ef 8 8 "http://archive.xfce.org/src/apps/ristretto/0.8/ristretto-&ristretto-version;.tar.bz2"> 9 9 <!ENTITY ristretto-download-ftp " "> 10 <!ENTITY ristretto-md5sum " 0142c8b9c492cf447e563b00c6204359">11 <!ENTITY ristretto-size "5 68KB">10 <!ENTITY ristretto-md5sum "66a09d4e0b7d5dbd4c9d9e403f8f97e9"> 11 <!ENTITY ristretto-size "572 KB"> 12 12 <!ENTITY ristretto-buildsize "9.6 MB"> 13 13 <!ENTITY ristretto-time "0.1 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.