mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Updated to file-5.27.
Updated to man-pages-4.06. Updated to linux-4.5.3. Updated to perl-5.22.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
947141c851
commit
0d57ec9659
@ -35,6 +35,28 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2016-05-15</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to file-5.27. Fixes
|
||||
<ulink url="&lfs-ticket-root;3929">#3929</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to man-pages-4.06. Fixes
|
||||
<ulink url="&lfs-ticket-root;3928">#3928</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to linux-4.5.3. Fixes
|
||||
<ulink url="&lfs-ticket-root;3927">#3927</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to perl-5.22.2. Fixes
|
||||
<ulink url="&lfs-ticket-root;3926">#3926</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2016-05-03</para>
|
||||
<itemizedlist>
|
||||
|
@ -175,9 +175,9 @@
|
||||
<!--<listitem>
|
||||
<para>Patch &patch-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Perl &perl-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Pkg-config &pkgconfig-version;</para>
|
||||
</listitem>
|
||||
|
@ -30,13 +30,14 @@
|
||||
|
||||
-->
|
||||
|
||||
<para>A minimal system requires a partition of around 4 gigabytes (GB).
|
||||
<para>A minimal system requires a partition of around 6 gigabytes (GB).
|
||||
This is enough to store all the source tarballs and compile the packages.
|
||||
However, if the LFS system is intended to be the primary Linux system,
|
||||
additional software will probably be installed which will require additional
|
||||
space. A 10 GB partition is a reasonable size to provide for growth. The LFS
|
||||
space. A 20 GB partition is a reasonable size to provide for growth. The LFS
|
||||
system itself will not take up this much room. A large portion of this
|
||||
requirement is to provide sufficient free temporary storage. Compiling
|
||||
requirement is to provide sufficient free temporary storagei as well as
|
||||
for adding additional capabilities after LFS is complete. Additionally, compiling
|
||||
packages can require a lot of disk space which will be reclaimed after the
|
||||
package is installed.</para>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!ENTITY version "SVN-20160503">
|
||||
<!ENTITY version "SVN-20160515">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
|
||||
but not -rc releases -->
|
||||
<!ENTITY releasedate "May 3, 2016">
|
||||
<!ENTITY releasedate "May 15, 2016">
|
||||
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.10">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
22
packages.ent
22
packages.ent
@ -159,10 +159,10 @@
|
||||
<!ENTITY expect-ch5-du "4.3 MB">
|
||||
<!ENTITY expect-ch5-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY file-version "5.26">
|
||||
<!ENTITY file-version "5.27">
|
||||
<!ENTITY file-size "756 KB">
|
||||
<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
|
||||
<!ENTITY file-md5 "bdd12400b90b78ce3c57e79c8d4e0e17">
|
||||
<!ENTITY file-md5 "18f1c60aa27a296a26c2e9389ac92ba5">
|
||||
<!ENTITY file-home "http://www.darwinsys.com/file/">
|
||||
<!ENTITY file-ch5-du "15 MB">
|
||||
<!ENTITY file-ch5-sbu "0.1 SBU">
|
||||
@ -383,12 +383,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "4">
|
||||
<!ENTITY linux-minor-version "5">
|
||||
<!ENTITY linux-patch-version "2">
|
||||
<!ENTITY linux-patch-version "3">
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||
<!ENTITY linux-size "86,324 KB">
|
||||
<!ENTITY linux-size "86,326 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "eae8f700463ea73185027caece5f1c5d">
|
||||
<!ENTITY linux-md5 "7de54a88f25722e498d612f58178dc6c">
|
||||
<!ENTITY linux-home "http://www.kernel.org/">
|
||||
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
|
||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||
@ -429,10 +429,10 @@
|
||||
<!ENTITY man-db-ch6-du "30 MB">
|
||||
<!ENTITY man-db-ch6-sbu "0.4 SBU">
|
||||
|
||||
<!ENTITY man-pages-version "4.05">
|
||||
<!ENTITY man-pages-size "1,419 KB">
|
||||
<!ENTITY man-pages-version "4.06">
|
||||
<!ENTITY man-pages-size "1,427 KB">
|
||||
<!ENTITY man-pages-url "&kernel;linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
|
||||
<!ENTITY man-pages-md5 "9c32c8487d753f5894f6fba425b12add">
|
||||
<!ENTITY man-pages-md5 "a7b6c7e2a03a4b0d61eee4e52de68a42">
|
||||
<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
|
||||
<!ENTITY man-pages-ch6-du "26 MB">
|
||||
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
|
||||
@ -473,10 +473,10 @@
|
||||
<!ENTITY patch-ch6-du "11.3 MB">
|
||||
<!ENTITY patch-ch6-sbu "0.2 SBU">
|
||||
|
||||
<!ENTITY perl-version "5.22.1">
|
||||
<!ENTITY perl-size "13,376 KB">
|
||||
<!ENTITY perl-version "5.22.2">
|
||||
<!ENTITY perl-size "13,307 KB">
|
||||
<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
|
||||
<!ENTITY perl-md5 "67242b9bd642b458bec884ed2a040910">
|
||||
<!ENTITY perl-md5 "24ec0b41fdd1a4cce0e66811ae1f5e1b">
|
||||
<!ENTITY perl-home "http://www.perl.org/">
|
||||
<!ENTITY perl-ch5-du "239 MB">
|
||||
<!ENTITY perl-ch5-sbu "1.3 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user