Changeset 1b6c879
- Timestamp:
- 03/06/2019 09:51:16 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- 365a829
- Parents:
- cd94015
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/nodejs.xml
rcd94015 r1b6c879 7 7 <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz"> 8 8 <!ENTITY nodejs-download-ftp " "> 9 <!ENTITY nodejs-md5sum " 6ccd6eea7c1c090b970f6aaf184dc821">9 <!ENTITY nodejs-md5sum "d76210a6ae1ea73d10254947684836fb"> 10 10 <!ENTITY nodejs-size "19 MB"> 11 <!ENTITY nodejs-buildsize "37 1 MB (add 51MB for tests)">12 <!ENTITY nodejs-time "5.1 SBU (using parallelism=4; add about 10 minutesfor tests)">11 <!ENTITY nodejs-buildsize "372 MB (add 32 MB for tests)"> 12 <!ENTITY nodejs-time "5.1 SBU (using parallelism=4; add 1.3 SBU for tests)"> 13 13 ]> 14 14 … … 128 128 129 129 <para>To test the results, issue: <command>make check</command>. 130 The re are several timeouts increasing test time.</para>130 The test-tls-server-verify test is known to fail.</para> 131 131 132 132 <para> -
general/graphlib/librsvg.xml
rcd94015 r1b6c879 122 122 123 123 <screen role="root"><userinput>make install</userinput></screen> 124 125 <note> 126 <para> 127 If you installed the package on to your system using a 128 <quote>DESTDIR</quote> method, an important file was not installed and 129 should be copied and/or generated. Generate it using the following 130 command as the <systemitem class="username">root</systemitem> user: 131 </para> 132 133 <screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen> 134 </note> 135 136 124 137 </sect2> 125 138 -
general/prog/cbindgen.xml
rcd94015 r1b6c879 7 7 <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz"> 8 8 <!ENTITY cbindgen-download-ftp " "> 9 <!ENTITY cbindgen-md5sum " b9339d099f0bda4b4db85e9a7f77a267">10 <!ENTITY cbindgen-size " 96KB">11 <!ENTITY cbindgen-buildsize " 64 MB (add 303MB for tests) ">12 <!ENTITY cbindgen-time "1. 2 SBU (on a 4 core machine; add 0.3 SBU tests)">9 <!ENTITY cbindgen-md5sum "36470763bcb11c16a255eea6ab07ad54"> 10 <!ENTITY cbindgen-size "104 KB"> 11 <!ENTITY cbindgen-buildsize "86 MB (add 3042 MB for tests) "> 12 <!ENTITY cbindgen-time "1.1 SBU (Using paralleism=4; add 0.3 SBU tests)"> 13 13 ]> 14 14 -
gnome.ent
rcd94015 r1b6c879 20 20 <!ENTITY libsecret-version "0.18.7"> 21 21 <!ENTITY rest-version "0.8.1"> 22 <!ENTITY totem-pl-parser-version "3.26. 2">22 <!ENTITY totem-pl-parser-version "3.26.3"> 23 23 <!ENTITY vte-version "0.54.3"> 24 24 <!ENTITY yelp-xsl-version "3.30.1"> -
gnome/platform/totem-pl-parser.xml
rcd94015 r1b6c879 9 9 <!ENTITY totem-pl-parser-download-ftp 10 10 "&gnome-download-ftp;/totem-pl-parser/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz"> 11 <!ENTITY totem-pl-parser-md5sum " 841689d9dbf4a36148507f5ba21c8253">11 <!ENTITY totem-pl-parser-md5sum "62be99aeb12273ae95d21f35097c2a41"> 12 12 <!ENTITY totem-pl-parser-size "1.3 MB"> 13 <!ENTITY totem-pl-parser-buildsize " 10MB (with tests)">14 <!ENTITY totem-pl-parser-time " 0.1 SBU (with tests)">13 <!ENTITY totem-pl-parser-buildsize "7.4 MB (with tests)"> 14 <!ENTITY totem-pl-parser-time "less than 0.1 SBU (with tests)"> 15 15 ]> 16 16 … … 113 113 114 114 <screen><userinput>mkdir build && 115 cd build && 115 cd build && 116 116 117 meson --prefix /usr --default-library shared .. && 117 118 ninja</userinput></screen> -
introduction/welcome/changelog.xml
rcd94015 r1b6c879 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>March 6th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Add a sed to fix postfix with linux5. Fixes 49 <ulink url="&blfs-ticket-root;11716">#11716</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update node.js-10.15.3. Fixes 53 <ulink url="&blfs-ticket-root;11758">#11758</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update cbindgen-0.8.2. Fixes 57 <ulink url="&blfs-ticket-root;11759">#11759</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to totem-pl-parser-3.26.3. Fixes 61 <ulink url="&blfs-ticket-root;11761">#11761</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 44 66 <listitem> 45 67 <para>March 5th, 2019</para> -
packages.ent
rcd94015 r1b6c879 173 173 <!ENTITY lzo-version "2.10"> 174 174 <!ENTITY mtdev-version "1.1.5"> 175 <!ENTITY nodejs-version "10.15. 2">175 <!ENTITY nodejs-version "10.15.3"> 176 176 <!ENTITY npth-version "1.6"> 177 177 <!ENTITY nspr-version "4.20"> … … 309 309 <!ENTITY autoconf213-version "2.13"> 310 310 <!ENTITY bazaar-version "2.5.1"> 311 <!ENTITY cbindgen-version "0.8. 0">311 <!ENTITY cbindgen-version "0.8.2"> 312 312 <!ENTITY check-version "0.12.0"> 313 313 <!ENTITY clisp-version "2.49"> -
postlfs/security/cracklib.xml
rcd94015 r1b6c879 5 5 %general-entities; 6 6 7 <!ENTITY cracklib-url "https://github.com/cracklib/cracklib/releases/download /">8 9 <!ENTITY cracklib-download-http "&cracklib-url; v&cracklib-version;/cracklib-&cracklib-version;.tar.bz2">7 <!ENTITY cracklib-url "https://github.com/cracklib/cracklib/releases/download"> 8 9 <!ENTITY cracklib-download-http "&cracklib-url;/v&cracklib-version;/cracklib-&cracklib-version;.tar.bz2"> 10 10 <!ENTITY cracklib-download-ftp " "> 11 11 <!ENTITY cracklib-md5sum "0d68de25332cee5660850528a385427f"> -
server/mail/postfix.xml
rcd94015 r1b6c879 258 258 <sect3> 259 259 <title>Installing Postfix</title> 260 261 <para>Now fix a file to work with Linux-5.x.</para> 262 263 <screen><userinput>sed -i -e 's/\$RELEASE_MAJOR/3/' \ 264 -e '/Linux..3/s/34/345/' makedefs</userinput></screen> 260 265 261 266 <para>
Note:
See TracChangeset
for help on using the changeset viewer.