diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-10-01 13:37:57 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-10-01 13:37:57 -0500 |
commit | 25b3c0f7209a18714be7489b84bbd0b4d20ee4ae (patch) | |
tree | c8fa9a4a97362b735737e735895f68f19edc837b /chapter07 | |
parent | c7cd2c71e7f96bcc42f91399098f083beb757788 (diff) |
Package updates and one fix.
Disable building nscd in glibc.
Update to iana-etc-20230929.
Update to vim-9.0.1968.
Update to openssl-3.1.3.
Update to meson-1.2.2.
Update to man-db-2.12.0.
Update to linux-6.5.5.
Update to kmod-31.
Update to kbd-2.6.3.
Update to gettext-0.22.2.
Update to bc-6.7.0.
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/createfiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml index ec4b0eee2..cfa2ee919 100644 --- a/chapter07/createfiles.xml +++ b/chapter07/createfiles.xml @@ -227,10 +227,10 @@ chmod -v 600 /var/log/btmp</userinput></screen> <para> The <phrase revision='sysv'><filename>utmp</filename>, </phrase><filename>wtmp</filename>, <filename>btmp</filename>, and - <filename>lastlog</filename> files use 32-bit integers for timestamp + <filename>lastlog</filename> files use 32-bit integers for timestamps and they'll be fundamentally broken after year 2038. Many packages have stopped using them and other packages are going to stop using - them. Do not rely on the contents of them for anything. + them. It is probably best to consider them deprecated.. </para> </note> |