diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-12 16:35:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-12 16:35:49 +0000 |
commit | 76db8d6fa13e6c7c133fc1118c127bce9dcb8564 (patch) | |
tree | 66e0c62c6ff448dcc6f3311b890d354b913de00e /packages.ent | |
parent | 059c79e4530a1c91ae18d0bdf77c366f40911676 (diff) |
Add LANG to vim test instructions.
Ensure grep tests run to completion.
Run gcc tests in Chapter 6 as a non-privileged user.
Move shadow to before gcc so the gcc tests can
use su to run as a non-privileged user.
Add perl Configure options in Chapter 5 to ensure
no host system libraries are used.
Update minimum make version to 4.0 required by glibc-2.28.
Update bzip2 url to a new location.
Update to linux-4.17.14.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'packages.ent')
-rw-r--r-- | packages.ent | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages.ent b/packages.ent index 2224172b5..021b9e94a 100644 --- a/packages.ent +++ b/packages.ent @@ -82,9 +82,9 @@ <!ENTITY bzip2-version "1.0.6"> <!ENTITY bzip2-size "764 KB"> -<!ENTITY bzip2-url "http://www.bzip.org/&bzip2-version;/bzip2-&bzip2-version;.tar.gz"> +<!ENTITY bzip2-url "&anduin-sources;/bzip2-&bzip2-version;.tar.gz"> <!ENTITY bzip2-md5 "00b516f4704d4a7cb50a1d97e6e8e15b"> -<!ENTITY bzip2-home "http://www.bzip.org/"> +<!--<!ENTITY bzip2-home "http://www.bzip.org/">--> <!ENTITY bzip2-ch5-du "5.2 MB"> <!ENTITY bzip2-ch5-sbu "less than 0.1 SBU"> <!ENTITY bzip2-ch6-du "2.3 MB"> @@ -416,12 +416,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "17"> -<!ENTITY linux-patch-version "13"> +<!ENTITY linux-patch-version "14"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "99,792 KB"> +<!ENTITY linux-size "99,801 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "e62a9bd15f59aee59a78c5f9e47f0057"> +<!ENTITY linux-md5 "576ab91a7be69197cb0c124fdcbf58f7"> <!ENTITY linux-home "https://www.kernel.org/"> <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |