Changeset 14726fe
- Timestamp:
- 10/20/2020 02:08:37 AM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- d825fe23
- Parents:
- 1b747ab6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib2.xml
r1b747ab6 r14726fe 7 7 <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz"> 8 8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz"> 9 <!ENTITY glib2-md5sum " 018d2954ecbef1cd9e25c9bbe75475ca">9 <!ENTITY glib2-md5sum "163f2954e75557b86a7aceacd797fc98"> 10 10 <!ENTITY glib2-size "4.6 MB"> 11 11 <!ENTITY glib2-buildsize "205 MB (add 5 MB for tests)"> 12 <!ENTITY glib2-time "0.5 SBU (add 0.5 SBU for tests; both using parallelism=4)">12 <!ENTITY glib2-time "0.5 SBU (add 1.5 SBU for tests; both using parallelism=4)"> 13 13 ]> 14 14 … … 285 285 /usr/include/glib-2.0, 286 286 /usr/lib/glib-2.0, 287 /usr/share/glib-2.0, and 287 /usr/share/glib-2.0, 288 /usr/share/doc/glib-&glib2-version;, and 288 289 /usr/share/gtk-doc/html/{gio,glib,gobject} 289 290 </seg> -
introduction/welcome/changelog.xml
r1b747ab6 r14726fe 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Fixed a regression in avahi that leads to severe 49 log spam on systems with multiple NICs installed and that have IPv6 50 enabled.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to glib2-2.66.2. Contains a fix for European 54 Daylight Savings Time. Fixes 55 <ulink url="&blfs-ticket-root;14150">#14150</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[renodr] - Update to curl-7.73.0. Fixes 59 <ulink url="&blfs-ticket-root;14140">#14140</ulink>.</para> 60 </listitem> 61 <listitem> 48 62 <para>[ken] - Update to firefox-78.4.0 and 49 63 JS78.4.0. Fixes -
networking/netlibs/curl.xml
r1b747ab6 r14726fe 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 " b5579dcc9ae76478f4e070fb4f820223">9 <!ENTITY curl-md5sum "d7df02d3b78b625fee4dd765808a6eb6"> 10 10 <!ENTITY curl-size "2.3 MB"> 11 <!ENTITY curl-buildsize "9 6MB (add 17 MB for tests)">12 <!ENTITY curl-time "0.4 SBU (add 1 3SBU for tests)">11 <!ENTITY curl-buildsize "94 MB (add 17 MB for tests)"> 12 <!ENTITY curl-time "0.4 SBU (add 14 SBU for tests)"> 13 13 ]> 14 14 … … 163 163 <para> 164 164 To run the test suite, issue: <command>make test</command>. 165 Three tests, 1700, 1701, and 1702, are known to fail due to166 missing executables from the nghttp2 package. 165 <!-- Three tests, 1700, 1701, and 1702, are known to fail due to 166 missing executables from the nghttp2 package.--> 167 167 </para> 168 168 <!-- Two (of 857) tests … … 293 293 Tests seem to be failing due to a missing 'nghttpx' executable 294 294 used to start a test server. 295 296 ====== 297 Added by renodr for curl-7.73.0: 298 TESTDONE: 1121 tests out of 1121 reported OK: 100% 299 TESTDONE: 1387 tests were considered during 1303 seconds. 300 Tests have all BLFS dependencies installed with the exception of stunnel, 301 as well as the optional impacket installed. 295 302 --> 296 303 -
networking/netutils/avahi.xml
r1b747ab6 r14726fe 71 71 </itemizedlist> 72 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Required patch: 78 <ulink url="&patch-root;/avahi-&avahi-version;-ipv6_race_condition_fix-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 73 83 <bridgehead renderas="sect3">Avahi Dependencies</bridgehead> 74 84 … … 124 134 125 135 <screen role="root"><userinput>groupadd -fg 86 netdev</userinput></screen> 136 137 <para> 138 Fix a regression that results in a race condition when IPv6 is in use 139 and multiple network adapters are present on the system: 140 </para> 141 142 <screen><userinput remap="pre">patch -Np1 -i ../avahi-&avahi-version;-ipv6_race_condition_fix-1.patch</userinput></screen> 126 143 127 144 <para> -
packages.ent
r1b747ab6 r14726fe 101 101 <!ENTITY gcab-version "0.7"> 102 102 <!ENTITY glib2-minor "2.66"> 103 <!ENTITY glib2-version "&glib2-minor;. 1">103 <!ENTITY glib2-version "&glib2-minor;.2"> 104 104 <!ENTITY glibmm-version "2.64.2"> 105 105 <!ENTITY gmime-version "2.6.23"> … … 610 610 <!-- Chapter 17 --> 611 611 <!ENTITY c-ares-version "1.16.1"> 612 <!ENTITY curl-version "7.7 2.0">612 <!ENTITY curl-version "7.73.0"> 613 613 <!ENTITY geoclue2-version "2.5.6"> 614 614 <!ENTITY glib-networking-version "2.66.0">
Note:
See TracChangeset
for help on using the changeset viewer.