Changeset 2a60cf45
- Timestamp:
- 05/17/2016 09:21:19 PM (8 years ago)
- Children:
- 121f4cc
- Parents:
- bc871ef
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rbc871ef r2a60cf45 37 37 --> 38 38 <listitem> 39 <para>2016-05-17</para> 40 <itemizedlist> 41 <listitem> 42 <para>[renodr] - Updated to linux-4.6. Merged from trunk r11060.</para> 43 </listitem> 44 <listitem> 45 <para>[renodr] - Update to perl-5.24.0. Merged from trunk r11060.</para> 46 </listitem> 47 <listitem> 48 <para>[renodr] - Updated to tar-1.29. Merged from trunk r11060.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 39 54 <para>2016-05-15</para> 40 55 <itemizedlist> -
chapter01/whatsnew.xml
rbc871ef r2a60cf45 197 197 <para>Systemd &systemd-version;</para> 198 198 </listitem>--> 199 < !--<listitem>199 <listitem> 200 200 <para>Tar &tar-version;</para> 201 </listitem> -->201 </listitem> 202 202 <!--<listitem> 203 203 <para>Tcl-core-&tcl-version;</para> -
chapter05/perl.xml
rbc871ef r2a60cf45 43 43 <sect2 role="installation"> 44 44 <title>Installation of Perl</title> 45 <!--46 <para>First apply the following patch to adapt some hard-wired paths to the47 C library:</para>48 45 49 <screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>50 51 Note: -Dlibs=-lm below avoids looking for gdbm and db libraries causing failure52 -->53 46 <para>Prepare Perl for compilation:</para> 54 47 … … 65 58 time:</para> 66 59 67 <screen><userinput remap="install">cp -v perl cpan/podlators/ pod2man /tools/bin60 <screen><userinput remap="install">cp -v perl cpan/podlators/scripts/pod2man /tools/bin 68 61 mkdir -pv /tools/lib/perl5/&perl-version; 69 62 cp -Rv lib/* /tools/lib/perl5/&perl-version;</userinput></screen> -
general.ent
rbc871ef r2a60cf45 1 <!ENTITY version "2016051 5-systemd">1 <!ENTITY version "20160517-systemd"> 2 2 <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> 3 <!ENTITY releasedate "May 1 5th, 2016">3 <!ENTITY releasedate "May 17th, 2016"> 4 4 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 5 5 <!ENTITY milestone "7.10"> -
packages.ent
rbc871ef r2a60cf45 376 376 377 377 <!ENTITY linux-major-version "4"> 378 <!ENTITY linux-minor-version " 5">379 <!ENTITY linux-patch-version " 4">380 <! ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">381 <! --<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->382 <!ENTITY linux-size "8 6,328KB">378 <!ENTITY linux-minor-version "6"> 379 <!ENTITY linux-patch-version "0"> 380 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> --> 381 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> 382 <!ENTITY linux-size "87,365 KB"> 383 383 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 384 <!ENTITY linux-md5 " 5da409b61ef6b74a64a8a5075eb428ed">384 <!ENTITY linux-md5 "d2927020e24a76da4ab482a8bc3e9ef3"> 385 385 <!ENTITY linux-home "http://www.kernel.org/"> 386 386 <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is … … 467 467 <!ENTITY patch-ch6-sbu "0.2 SBU"> 468 468 469 <!ENTITY perl-version "5.2 2.2">470 <!ENTITY perl-size "13, 307KB">469 <!ENTITY perl-version "5.24.0"> 470 <!ENTITY perl-size "13,825 KB"> 471 471 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2"> 472 <!ENTITY perl-md5 " de75665721e3adb0a1d7e03b90c3d7a2">472 <!ENTITY perl-md5 "99f39abe614b50719d9915431e54fc1e"> 473 473 <!ENTITY perl-home "http://www.perl.org/"> 474 474 <!ENTITY perl-ch5-du "241 MB"> … … 535 535 <!ENTITY systemd-ch6-sbu "5.1 SBU"> 536 536 537 <!ENTITY tar-version "1.2 8">538 <!ENTITY tar-size "1,9 21KB">537 <!ENTITY tar-version "1.29"> 538 <!ENTITY tar-size "1,950 KB"> 539 539 <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.xz"> 540 <!ENTITY tar-md5 " 49b6306167724fe48f419a33a5beb857">540 <!ENTITY tar-md5 "a1802fec550baaeecff6c381629653ef"> 541 541 <!ENTITY tar-home "&gnu-software;tar/"> 542 542 <!ENTITY tar-ch5-du "33 MB">
Note:
See TracChangeset
for help on using the changeset viewer.