Xi Ruoyao
fb58db34a7
Revert "libelf: Add libelf.so.1 symlink into contents"
...
This reverts commit 01a8a15a96
.
We don't list the versioned SONAME symlink for any shared libraries.
TODO: should we remove libelf-0.189.so from the list as well? It sounds
like "libz.so.1.2.13" which is not listed too.
2023-04-16 00:59:27 +08:00
Xi Ruoyao
01a8a15a96
libelf: Add libelf.so.1 symlink into contents
2023-04-15 17:17:52 +08:00
Thomas Trepl
ad897739dc
Automatic merge of trunk into multilib
2023-04-11 00:30:10 +02:00
Xi Ruoyao
a4b0c6d60a
eudev: Set /dev/kvm mode to 0660 and tag it "uaccess"
...
See the parent commit for rationale.
2023-04-10 16:17:17 +08:00
Xi Ruoyao
dfde6640eb
systemd: Set /dev/kvm mode to 0660
...
The default /dev/kvm mode is 0666 and we consider it "not so safe".
Like Tim said: "I'm also authenticating to my system all the time and
don't do a chmod -R 777 / after every boot."
With this option, the /dev/kvm mode is set to 0660 and it's tagged
"uaccess" so systemd-logind will add an ACL entry for users logged-in
locally.
2023-04-10 16:17:04 +08:00
Thomas Trepl
70617e86c9
Automatic merge of trunk into multilib
2023-04-09 00:30:12 +02:00
Xi Ruoyao
e9ab2b3af0
glibc: libanl is a dummy now
2023-04-08 22:16:06 +08:00
Xi Ruoyao
91d8e69d18
glibc: Clarify the reference to POSIX.1b and POSIX.1c
...
The thread functions are in POSIX.1c, not POSIX.1b.
Both POSIX.1b and POSIX.1c are named "extensions" (plural form). And
POSIX.1b is titled "Real-time" instead of "Realtime".
2023-04-08 21:47:29 +08:00
Thomas Trepl
22f3dd7d68
Automatic merge of trunk into multilib
2023-04-08 00:30:09 +02:00
Ken Moffat
49f74ce701
Typo reported by rhubarbpieguy.
2023-04-07 22:39:03 +01:00
Thomas Trepl
c33354ca4d
Automatic merge of trunk into multilib
2023-04-01 00:30:12 +02:00
Xi Ruoyao
fd531b84c9
flit-core: Kill revision='systemd'
...
I copied from jinja2 and edited the file, but forgot to remove this.
2023-04-01 05:47:17 +08:00
Xi Ruoyao
4e3fe1da0f
whatsnew: Add Flit-core
...
Also use the Normal Case for Flit-Core in a section title.
2023-04-01 03:42:52 +08:00
Xi Ruoyao
22f0edf6ba
coreutils: Fix a bug in checksum utilities for failure reporting
2023-03-31 22:46:00 +08:00
Xi Ruoyao
0e3eb0bee4
wheel: Remove magic PYTHONPATH=src (unneeded with flit-core) and ...
...
duplicated pip3 explanation (already in flit-core page).
2023-03-31 22:26:06 +08:00
Xi Ruoyao
af612e9a19
Package updates
...
Update to linux-6.2.8 (#5230 )
Update to xz-5.4.2 (#5233 )
Update to coreutils-9.2 (#5232 )
Update to libcap-2.68 (#5236 )
Update to bc-6.5.0 (#5228 )
Update to openssl-3.1.0 (#5227 )
Update to texinfo-7.0.3 (#5235 )
Update to grep-3.10 (#5234 )
Update to tzdata-2023c (#5237 )
Update to wheel-0.40.0 (#5229 )
Add flit-core-3.8.0
2023-03-31 22:25:35 +08:00
Pierre Labastie
04038ad828
Clarify a sentence in "stripping"
...
Also fix a typo
Report by Rainer Fiebig
2023-03-31 11:03:18 +02:00
Thomas Trepl
1c0bd9036f
Automatic merge of trunk into multilib
2023-03-31 00:30:10 +02:00
Thomas Trepl
d765208190
Fix typo and copy&paste error
2023-03-30 22:52:50 +02:00
Thomas Trepl
866916e08c
Automatic merge of trunk into multilib
2023-03-16 00:30:09 +01:00
Xi Ruoyao
ad09ba40a1
openssl: Fix a typo, and add a link to OpenSSH issue
2023-03-15 15:00:34 +08:00
Xi Ruoyao
bbaf00d415
openssl: Add a warning about minor version bump and OpenSSH
...
Let's prevent bad thing from happening when we update to 3.1.0...
2023-03-15 14:17:56 +08:00
Thomas Trepl
ce49ad6473
Automatic merge of trunk into multilib
2023-03-08 18:17:41 +01:00
Xi Ruoyao
835e40ce16
Adjustments for /dev/pts
...
1. Declare UNIX98 PTY requirement in host system requirements and check
it in the script. All desktop or server distros should have it now,
but let's stop anyone from building on a embedded distro w/o UNIX98
PTY early...
2. Use Expect test suite as a guard against mishandled $LFS/dev/pts.
3. No need to test the basic function of Expect in Binutils anymore
because if ($LFS)/dev/pts is not good, the Expect test suite would
have failed.
2023-03-08 11:25:48 +08:00
Thomas Trepl
d09e490fb2
Automatic merge of trunk into multilib
2023-03-05 11:16:29 +01:00
Xi Ruoyao
2efe1e8190
systemd: Document systemd-ac-power
...
It has been moved to /usr/bin for general use by upstream, so list it in
programs.
2023-03-05 15:20:24 +08:00
Xi Ruoyao
82d6a570b4
libelf: Remove run-native-test failure
...
It's fixed in 0.189.
(cherry picked from commit 4fd9716e15
)
2023-03-05 13:39:23 +08:00
Xi Ruoyao
07b44dd348
make: Run test suite as unprivileged user
2023-03-05 10:57:09 +08:00
Xi Ruoyao
770e789527
Package updates
...
- Update to systemd-253
- Update to bc-6.3.1
- Update to linux-6.2.2
- Update to procps-ng-4.0.3
- Update to iproute2-6.2.0
- Update to meson-1.0.1
- Update to make-4.4.1
- Update to elfutils-0.189
2023-03-05 10:57:09 +08:00
Thomas Trepl
d8bc5bdfb6
Automatic merge of trunk into multilib
2023-03-02 12:01:11 +01:00
Xi Ruoyao
55a40437f1
e2fsprogs: Update test failure info
...
Document the m_assume_storage_prezeroed failure. The
u_direct_io failure is fixed by
https://github.com/tytso/e2fsprogs/commit/4cda25453f85 .
2023-03-02 11:08:37 +08:00
Thomas Trepl
4096cdff24
Automatic merge of trunk into multilib
2023-02-20 00:30:12 +01:00
Xi Ruoyao
4049a4b6c8
e2fsprogs: Add configuration section about mke2fs.conf
2023-02-19 20:42:33 +08:00
Xi Ruoyao
3608d06aa8
grub: Add upstream fixes patch for unrecognized ext2/3/4 features ( #5219 )
2023-02-19 14:30:57 +08:00
Thomas Trepl
7ab3f9f102
Resolve merge confict
2023-02-13 18:53:20 +01:00
Bruce Dubbs
7c92d6dd82
Update build times an sizes.
...
This update changes the default number of cores used to build
packages to 4. A section is also added to host requirements
to recommend a minumum number of cores and memory size.
2023-02-12 13:43:45 -06:00
Thomas Trepl
6257c0f144
Automatic merge of trunk into multilib
2023-02-12 00:30:11 +01:00
Bruce Dubbs
c6550e11c8
Package updates.
...
Update to iana-etc-20230202.
Update to zstd-1.5.4.
Update to Python3-3.11.2.
Update to e2fsprogs-1.47.0.
Update to dbus-1.14.6.
Update to linux-6.1.11.
Update to libcap-2.67.
Update to bc-6.2.4.
2023-02-11 16:11:35 -06:00
Thomas Trepl
d8cc3893ff
Automatic merge of trunk into multilib
2023-02-10 00:30:13 +01:00
Bruce Dubbs
583156ac09
Combine tcl documentation instructions together.
2023-02-08 20:15:02 -06:00
Thomas Trepl
fae43efcf4
Automatic merge of trunk into multilib
2023-02-09 00:30:15 +01:00
Xi Ruoyao
ce536f9c9c
openssl: Fix a command to view man page
...
"ssl.7ssl" is in man7, not man3.
2023-02-08 10:29:24 +08:00
Thomas Trepl
9ced77ce59
Automatic merge of trunk into multilib
2023-02-07 00:30:13 +01:00
Xi Ruoyao
f405318419
glibc: Note the sed for printf is a security fix
...
And add a comment about the difference from upstream commit.
2023-02-06 23:59:26 +08:00
Thomas Trepl
9831431078
Remove --disable-exec-static-tramp option for other archs, too
2023-02-04 07:41:32 +01:00
Thomas Trepl
607ca5a486
Automatic merge of trunk into multilib
2023-02-04 00:30:13 +01:00
Xi Ruoyao
0f4ec3428c
libffi: Remove --disable-exec-static-tramp
...
It's not needed now since gjs-1.74 supports static trampoline.
2023-02-03 05:48:31 +08:00
Xi Ruoyao
f7b295dee8
libelf: Update test status
...
While the previously documented test failure is resolved by
binutils-2.40, a new test failure has shown up.
2023-02-03 05:44:28 +08:00
Xi Ruoyao
5f8b7fe1ab
bash: Add the explanation of test output, and document a known failure
2023-02-03 01:33:10 +08:00
Xi Ruoyao
19f4e4d6ea
mpfr: Fix a test case
...
Normally we don't fix test, but see the comment added into the XML file
for the rationale.
Update the number of tests by the way.
2023-02-02 21:04:40 +08:00
Xi Ruoyao
833f3efc01
glibc: Fix an issue identified upstream
2023-02-02 20:42:20 +08:00
Xi Ruoyao
2d215b5fc8
binutils: remove test failures resolved by upstream
2023-02-02 18:32:18 +08:00
Xi Ruoyao
8ac376e634
binutils: remove more empty man pages
2023-02-02 18:31:20 +08:00
Xi Ruoyao
59a0a3c1af
glibc: remove nss/tst-nss-files-hosts-long failure
...
It's UNSUPPORTED in chroot now, so we cannot see it in LFS build.
2023-02-02 17:29:38 +08:00
Xi Ruoyao
c6c1a068b9
glibc: Remove a sed useless for 2.37
2023-02-02 15:47:05 +08:00
Thomas Trepl
d8521f6eae
Automatic merge of trunk into multilib
2023-02-02 00:30:12 +01:00
Xi Ruoyao
b5955260a5
stripping: Add an <important> about updated packages
...
We've received enough reports for systems with zlib security update
broken by stripping :(.
2023-02-01 20:04:51 +08:00
Thomas Trepl
a2434bd4c1
Automatic merge of trunk into multilib
2023-01-27 00:30:14 +01:00
Xi Ruoyao
59d90df78a
systemd: remove an extra word "both"
...
It seems introduced unintentionally. I'm wondering what has happened
with David's text editor :).
2023-01-27 01:45:12 +08:00
Thomas Trepl
84958453db
Automatic merge of trunk into multilib
2023-01-26 00:30:11 +01:00
Douglas R. Reno
c349b4a2b3
Fix the build of systemd due to the last commit
2023-01-25 15:01:12 -06:00
David Bryant
69854d2a87
Edit systemd chapters for grammar and idiom.
2023-01-25 13:10:44 -06:00
Thomas Trepl
7cf73541ef
Automatic merge of trunk into multilib
2023-01-18 00:30:12 +01:00
Xi Ruoyao
ea0bc1e803
binutils: remove a trailing punctuation in libsframe desc
...
to match other descriptions.
2023-01-17 09:59:43 +08:00
Thomas Trepl
6cb86af1ce
Automatic merge of trunk into multilib
2023-01-17 00:30:12 +01:00
Bruce Dubbs
f4ad927972
Really remove libsframe.a
2023-01-16 14:04:19 -06:00
Thomas Trepl
358ed3cd80
Add libsframe.so.0.0.0 to list of online-libs (used by strip itself)
2023-01-16 13:26:15 +01:00
Thomas Trepl
325db8fc5e
Automatic merge of trunk into multilib
2023-01-16 00:30:12 +01:00
Bruce Dubbs
3b6f5e2c5f
Package updates.
...
Update to iana-etc-20230109.
Update to binutils-2.40.
Update to bc-6.2.2.
Update to linux-6.1.6.
Update to man-db-2.11.2.
Update to mpfr-4.2.0.
Update to ncurses-6.4.
Update to xz-5.4.1.
2023-01-15 13:50:48 -06:00
Thomas Trepl
0f46bd2490
Add --lib=/usr/lib{,x}32 to get .pc files in the correct location
2023-01-15 09:18:16 +01:00
Thomas Trepl
1baad3a782
Automatic merge of trunk into multilib
2023-01-01 09:37:26 +01:00
Thomas Trepl
aea43840d8
Remove obsolete sed no longer required in mpc-1.3.1
2023-01-01 09:34:12 +01:00
Thomas Trepl
219e4043ef
Automatic merge of trunk into multilib
2022-12-29 00:30:12 +01:00
Douglas R. Reno
e193e35799
Patch systemd against CVE-2022-4415
2022-12-28 09:52:50 -06:00
Thomas Trepl
bfd92cf3b4
Automatic merge of trunk into multilib
2022-12-25 00:30:11 +01:00
David Bryant
7ae2811988
Standardize spelling of "userspace".
2022-12-24 10:00:23 -06:00
Thomas Trepl
47c0603838
Automatic merge of trunk into multilib
2022-12-21 00:30:12 +01:00
David Bryant
9c753b58f1
Improve English idiom and make additional changes, for clarity.
...
Rephrased a clumsy sentence. Broke a run-on sentence in two.
Used adverbs, and the possessive case, where necessary.
2022-12-20 13:57:22 -06:00
David Bryant
0785a5e6dd
Remove redundant verbiage; improve English idiom.
2022-12-20 09:48:03 -06:00
David Bryant
a613960c4b
Removed redundant verbiage. Rewrote a very clumsy sentence.
...
To speak of a difference (implying subtraction) and a factor
(multiplication) as equivalent is confusing at best.
2022-12-20 09:26:41 -06:00
Thomas Trepl
101d00d2a7
Automatic merge of trunk into multilib
2022-12-20 00:30:11 +01:00
David Bryant
d15c80e1b4
Capitalize package names. Patch up a clumsy sentence. Change an
...
instance of the imperative mood to the indicative. Improve the
description of the "halt" and "init" programs.
2022-12-19 13:44:36 -06:00
Thomas Trepl
692f8de8ad
Automatic merge of trunk into multilib
2022-12-18 00:30:14 +01:00
David Bryant
8cde104598
Capitalize the name of the package. Standardize references to
...
"ext{234}" file systems. Clean up English idiom here and there.
Standardize the spelling of "file system"; unless it's part of a
command or something like that, it should be written as two words.
2022-12-17 14:17:55 -06:00
Thomas Trepl
410c6f8c01
Automatic merge of trunk into multilib
2022-12-17 00:30:11 +01:00
David Bryant
9bb4939772
Patched clumsy verbiage. Added two items (hardlink, lsfd) to the list
...
of installed programs. Added (link to setarch) to the five items that
link to setarch. Corrected erroneous description of swapoff. Clarified
some of the "short descriptions". Changed the imperative mood to the
indicative mood, and added an "s" to a couple of possessive nouns.
2022-12-16 16:24:32 -06:00
Xi Ruoyao
c8e374b510
gawk: LN='ln -f' is an overridden make variable, not environment variable
...
`LN='ln -f' make install` won't work.
The terminlogy "override" is from section 9.5 of "info make".
2022-12-16 15:51:50 +08:00
Thomas Trepl
6ece6ecc90
Automatic merge of trunk into multilib
2022-12-16 00:30:12 +01:00
David Bryant
baf93f520f
Capitalized the name of the package. Removed "pwait" from the
...
Short Descriptions list; it has already beeen dropped from the
Installed Programs list.
2022-12-15 12:44:44 -06:00
David Bryant
59109ad714
Reordered a clumsy sentence.
2022-12-15 12:24:46 -06:00
David Bryant
26954aad8d
Correct inconsistency in list of installed programs (awk --> gawk).
2022-12-15 11:07:56 -06:00
Bruce Dubbs
dbaab99694
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
2022-12-15 10:24:33 -06:00
Bruce Dubbs
c9aabf13a1
Package updates and a minor fix.
...
Ensure a gawk hard link is updated in Chapter 8.
Update to iana-etc-20221209.
Update to vim-9.0.1060.
Update to iproute2-6.1.0.
Update to xz-5.4.0.
Update to bash-5.2.15.
Update to psmisc-23.6.
Update to mpc-1.3.0.
Update to python3-3.11.1.
Update to procps-ng-4.0.2.
2022-12-15 10:23:03 -06:00
David Bryant
0c4501b5b1
Patch capitalization. Substitute "spell-checking" for "spell":
...
"Spell" can be a noun or a verb, but it's never an adjective.
Clarify the description of "xxd".
2022-12-14 17:36:16 -06:00
Thomas Trepl
5c258ba087
Automatic merge of trunk into multilib
2022-12-15 00:30:11 +01:00
David Bryant
3c5ecc9121
"Test suite" is two words.
2022-12-14 08:47:53 -06:00
Thomas Trepl
b094e3f434
Automatic merge of trunk into multilib
2022-12-14 00:30:12 +01:00
David Bryant
7699773071
Test suite is two words. Added the definite article where idiomatic.
2022-12-13 10:50:11 -06:00
Thomas Trepl
dc606d8560
Automatic merge of trunk into multilib
2022-12-13 00:30:12 +01:00
David Bryant
4ecb5ada8e
Changed "behaviour" to "behavior" throughout the LFS book.
2022-12-12 14:44:57 -06:00