Changeset 0f73c15
- Timestamp:
- 03/15/2019 01:25:15 AM (5 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, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6bc878e9
- Parents:
- b3f053c5
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/ruby.xml
rb3f053c5 r0f73c15 7 7 <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz"> 8 8 <!ENTITY ruby-download-ftp " "> 9 <!ENTITY ruby-md5sum " 8ef05a53e3767d03688e5c55f915ce80">9 <!ENTITY ruby-md5sum "6b6d15974a0ee5a34614a2cd9b303a51"> 10 10 <!ENTITY ruby-size "11 MB"> 11 <!ENTITY ruby-buildsize "41 1 MB, with checks (add 279MB for C API docs)">12 <!ENTITY ruby-time "1.2 SBU (using parallelism=4; add 4. 1SBU for tests; add 0.6 SBU for C API docs)">11 <!ENTITY ruby-buildsize "414 MB (add 3 MB for tests; add 277 MB for C API docs)"> 12 <!ENTITY ruby-time "1.2 SBU (using parallelism=4; add 4.4 SBU for tests; add 0.6 SBU for C API docs)"> 13 13 ]> 14 14 … … 110 110 111 111 <para> 112 To test the results, issue: <command>make check</command>. There 113 are 20248 tests. One test, ungetbyte, is known to fail. 114 If the tests are 115 run in a directory that has a world writable component (e.g. /tmp) 116 then several additional tests may fail and the tests terminate after 117 25 failures. 112 To test the results, issue: <command>make check</command>. There are 113 over 20,000 tests. Some tests may fail 114 if IPv6 is not active on the system. If the tests are run in a directory 115 that has a world writable component (e.g. /tmp) then several additional 116 tests may fail and the tests terminate after 25 failures. 118 117 </para> 119 118 -
introduction/welcome/changelog.xml
rb3f053c5 r0f73c15 46 46 <para>March 14th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to ruby-2.6.2. Fixes 50 <ulink url="&blfs-ticket-root;11802">#11802</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to mutt-1.11.4. Fixes 54 <ulink url="&blfs-ticket-root;11801">#11801</ulink>.</para> 55 </listitem> 48 56 <listitem> 49 57 <para>[bdubbs] - Update to mesa-19.0.0. Fixes -
networking/mailnews/mutt.xml
rb3f053c5 r0f73c15 7 7 <!ENTITY mutt-download-http "http://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz"> 8 8 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz"> 9 <!ENTITY mutt-md5sum " 15b55c06a6e9023acdd295f484e902c7">9 <!ENTITY mutt-md5sum "e6b3e8e437b554beafdce0baa34d9adc"> 10 10 <!ENTITY mutt-size "4.4 MB"> 11 11 <!ENTITY mutt-buildsize "45 MB (add 6MB for the PDF manual)"> -
packages.ent
rb3f053c5 r0f73c15 339 339 <!ENTITY python3-version "3.7.2"> 340 340 <!ENTITY ruby-minor-version "2.6"> 341 <!ENTITY ruby-patch-version " 1">341 <!ENTITY ruby-patch-version "2"> 342 342 <!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;"> 343 343 <!ENTITY rust-version "1.32.0"> … … 606 606 <!ENTITY procmail-version "3.22"> 607 607 <!ENTITY fetchmail-version "6.3.26"> 608 <!ENTITY mutt-version "1.11. 3">608 <!ENTITY mutt-version "1.11.4"> 609 609 <!ENTITY alpine-version "2.21"> 610 610
Note:
See TracChangeset
for help on using the changeset viewer.