Changeset 73f65d9e
- Timestamp:
- 01/21/2018 08:21:41 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- d92a976f
- Parents:
- 51529b92
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r51529b92 r73f65d9e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 0"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 2 0th, &year;">9 <!ENTITY releasedate "January 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libuv.xml
r51529b92 r73f65d9e 7 7 <!ENTITY libuv-download-http "https://github.com/libuv/libuv/archive/v&libuv-version;/libuv-&libuv-version;.tar.gz"> 8 8 <!ENTITY libuv-download-ftp " "> 9 <!ENTITY libuv-md5sum " 82e19ae07b2b12f73389008d86c1a980">9 <!ENTITY libuv-md5sum "f69deb537239af334698101b4ea02d7b"> 10 10 <!ENTITY libuv-size "1.1 MB"> 11 11 <!ENTITY libuv-buildsize "11 MB (add 10 MB for tests)"> 12 <!ENTITY libuv-time "0.1 SBU (add 1. 3SBU for tests)">12 <!ENTITY libuv-time "0.1 SBU (add 1.2 SBU for tests)"> 13 13 ]> 14 14 -
general/graphlib/libraw.xml
r51529b92 r73f65d9e 7 7 <!ENTITY libraw-download-http "http://www.libraw.org/data/LibRaw-&libraw-version;.tar.gz"> 8 8 <!ENTITY libraw-download-ftp " "> 9 <!ENTITY libraw-md5sum " 62459e4808eb730ff117b1710dc43d6d">9 <!ENTITY libraw-md5sum "36722a982a65c7969fb6a30272ea2836"> 10 10 <!ENTITY libraw-size "1.2 MB"> 11 11 <!ENTITY libraw-buildsize "14 MB"> -
general/prog/python2.xml
r51529b92 r73f65d9e 132 132 commands: 133 133 </para> 134 135 <note><para>To build the python _ssl module, the file Modules/Setup.dist 136 must be edited. 137 138 <screen><userinput>sed -i '/#SSL/,+3 s/^#//' Modules/Setup.dist</userinput></screen> 139 140 </para></note> 134 141 135 142 <screen><userinput>./configure --prefix=/usr \ -
introduction/welcome/changelog.xml
r51529b92 r73f65d9e 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 21st, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to wget-1.19.3. Fixes 49 <ulink url="&blfs-ticket-root;10282">#10282</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to LibRaw-0.18.7. Fixes 53 <ulink url="&blfs-ticket-root;10281">#10281</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to libuv-1.19.1. Fixes 57 <ulink url="&blfs-ticket-root;10280">#10280</ulink>.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 44 62 <listitem> 45 63 <para>January 20th, 2018</para> -
networking/netprogs/wget.xml
r51529b92 r73f65d9e 9 9 <!ENTITY wget-download-ftp 10 10 "&gnu-ftp;/wget/wget-&wget-version;.tar.gz"> 11 <!ENTITY wget-md5sum " caabf9727fa429626316619a6369fffa">12 <!ENTITY wget-size "4. 2MB">13 <!ENTITY wget-buildsize " 33MB (add 4 MB for tests)">14 <!ENTITY wget-time "0. 3SBU (add 0.2 SBU for tests)">11 <!ENTITY wget-md5sum "160e3164519a062d6492d5316a884d87"> 12 <!ENTITY wget-size "4.1 MB"> 13 <!ENTITY wget-buildsize "25 MB (add 4 MB for tests)"> 14 <!ENTITY wget-time "0.2 SBU (add 0.2 SBU for tests)"> 15 15 ]> 16 16 … … 87 87 <xref linkend="libidn"/>, 88 88 <xref linkend="pcre"/>, 89 <xref linkend="valgrind"/> (optional for the test suite), 89 <xref linkend="python2"/> (built with ssl; for the test suite), 90 <xref linkend="valgrind"/> (for the test suite), 90 91 <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>, 91 92 <ulink url="http://search.cpan.org/~gaas/HTTP-Daemon/">HTTP::Daemon</ulink> … … 112 113 113 114 <para> 114 To test the results, issue: <command>make check</command>. Almost all the 115 check-TESTS tests fail if <application>valgrind</application> is enabled 116 (the unit tests all pass). 115 To test the results, issue: <command>make check</command>. Nine tests 116 fail if python2 was not built with SSL support. 117 117 </para> 118 118 -
packages.ent
r51529b92 r73f65d9e 162 162 <!ENTITY libusb-version "1.0.21"> 163 163 <!ENTITY libusb-compat-version "0.1.5"> 164 <!ENTITY libuv-version "1.19. 0">164 <!ENTITY libuv-version "1.19.1"> 165 165 <!ENTITY libxkbcommon-version "0.8.0"> 166 166 <!-- the libxml2-version is also used for the python2 module, … … 213 213 <!ENTITY libpng-version "1.6.34"> 214 214 <!ENTITY librsvg-version "2.40.20"> <!-- Normally even minors --> 215 <!ENTITY libraw-version "0.18. 6">215 <!ENTITY libraw-version "0.18.7"> 216 216 <!ENTITY libtiff-version "4.0.9"> 217 217 <!ENTITY libwebp-version "0.6.1"> … … 439 439 <!ENTITY rsync-version "3.1.2"> 440 440 <!ENTITY samba-version "4.7.4"> 441 <!ENTITY wget-version "1.19. 2">441 <!ENTITY wget-version "1.19.3"> 442 442 <!ENTITY wireless-tools-version "29"> 443 443 <!ENTITY wpa_supplicant-version "2.6">
Note:
See TracChangeset
for help on using the changeset viewer.