Commit Graph

153 Commits

Author SHA1 Message Date
Poltern
99e321ffcf tcl, expect, readline: Get rid of rpath 2024-06-21 13:14:52 +05:00
Poltern
8f045428d7 Package Updates and add linux-6.9.x compatibility instructions to systemd and udev
Update to meson-1.4.1.
Update to xz-5.6.2.
Update to setuptools-70.0.0 (python module).
Update to ninja-1.12.1.
Update to man-pages-6.8.
Update to linux-6.9.3.
Update to libcap-2.70.
Update to iproute2-6.9.0.
Update to e2fsprogs-1.47.1
2024-06-21 12:55:16 +05:00
Poltern
4728e167dd Revert ncurses to 6.5 and glibc patch 2024-05-13 11:54:36 +05:00
Poltern
5012468b6c Package updates
Update to vim-9.1.0405
Update to util-linux-2.40.1
Update to linux-6.8.9
Update to jinja2-3.1.4 (Python mpdule)
Update to iana-etc-20240502
Update to gcc-14.1.0
2024-05-12 23:18:03 +05:00
Poltern
b9b783416e systemd: Enable test suite (again)
With systemd-255, I get only 1 failure out of 1206.  Thus it seems a
good idea to run the test suite.

Revert "python: Document test failures with recent expat"

In Python >= 3.12.3, these tests are disabled with expat >= 2.6.0.
Link: https://github.com/python/cpython/commit/c4fa79b924a1

glibc: Revise glibc-2.39 upstream fix patch

The glibc-2.39-upstream_fix-1.patch file contains a broken
tst-iconv-iso-2022-cn-ext.c file.  It causes:
    FAIL: iconvdata/tst-iconv-iso-2022-cn-ext
2024-05-03 18:31:54 +05:00
Poltern
2b1488e78f ncurses: Remove explicit --enable-widec in chapter 6 like chapter 8 2024-05-01 22:20:39 +05:00
Poltern
41b6194218 Package updates and a security fix.
Add security fix to glibc.
Update to linux-6.8.8.
Update to ncurses-6.5.
2024-04-30 23:43:36 +05:00
Poltern
4cffce68d0 Package updates
Update to setuptools-69.5.1
Update to python3-3.12.3
Update to openssl-3.3.0
Update to ninja-1.12.0
Update to man-db-2.12.1
Update to linux-6.8.6
Update to iana-etc-20240412
Update to vim-9.1.0330
2024-04-15 22:37:33 +05:00
Poltern
79ea911429 Small typo and fix 2024-04-12 11:38:42 +05:00
Poltern
2434ce3f60 util-linux: Create a dummy /etc/fstab to satisfy two tests
python: Document test failures with recent expat
kernel: Regenerate kernel config with 6.8.2
2024-04-09 17:27:49 +05:00
Poltern
8af5fbda75 Book generation fixed 2024-04-09 09:46:13 +05:00
Poltern
43705a305a Typos fix
python: Run test suite with a time limit
generalinstructions: Remove a false statement about "cp -R destroys symlink"
2024-04-06 21:07:47 +05:00
Poltern
12d6d8d955 coreutils: Test names are filenames 2024-04-03 12:53:56 +05:00
Poltern
bd40ed8bb8 Package updates
Update to iana-etc-20240318
Update to zstd-1.5.6
Update to util-linux-2.40
Update to shadow-4.15.1
Update to pkgconf-2.2.0
Update to linux-6.8.2
Update to coreutils-9.5
2024-04-01 16:14:35 +05:00
Poltern
0ee929eb99 Small fix 2024-04-01 16:09:20 +05:00
Poltern
40579d72fa Small typo :: 2024-03-29 16:58:17 +05:00
Poltern
d6fb17270a Package updates and a new addition:
- Update to Linux-6.8.1
- Update to iproute2-6.8.0
- Update to man-pages-6.7
- Add LZ4 to the book

Fix Python currency
2024-03-20 13:26:22 +05:00
Poltern
69b23d7343 Small reword 2024-03-19 16:22:16 +05:00
Poltern
c09846225b shadow: Add an <important> for using BLFS instruction if PAM installed
kmod: Remove an unnecessary command and adjust the description
/usr/bin/lsmod is already created by the building system.
2024-03-16 00:41:22 +05:00
Poltern
8c423354ad Package updates.
Update to iana-etc-20240222.
Update to vim-9.1.0145.
Update to xz-5.6.0.
Update to tcl-8.6.14.
Update to shadow-4.14.6.
Update to setuptools-69.1.1.
Update to linux-6.7.7.
Update to libffi-3.4.6.
Update to gettext-0.22.5.
Update to expat-2.6.1.
2024-03-05 23:17:39 +05:00
Poltern
bdbd8e34e2 glibc: Make the command enumerating timed out tests remap="test"
procps: Run chown -R tester . before running the test as tester
coreutils: Redirect stdin for test suite to prevent two failures
2024-03-05 23:15:39 +05:00
Poltern
2f1a3a46a1 Minor text changes
Fix some external URLs
procps: Add "-k" for make check and document two additional failures
2024-02-28 13:21:02 +05:00
Poltern
32378c23c4 vim: Minor decoration
coreutils: Comment out test-getlogin failure
procps: Be more specific about the known ps test failure
2024-02-27 01:56:18 +05:00
Poltern
565460aa73 vim: Set TERM=xterm-256color for test
glibc: Correctly mark revision='systemd' for a paragraph in update note and  don't "overwrite" libcrypt.so.1* when updating
2024-02-24 17:27:10 +05:00
Poltern
98f0f56a97 Decorate test failures, remove outdated comments, move comments for upstream PR links to correct location. 2024-02-18 23:33:17 +05:00
Poltern
2b37f5ee2f Glibc: Re-organize test failures and mention how to rule out timed out tests
Glibc tests occansionally fail due to a timeout because:

1. The hardware is slower than the developers expected.
2. Some tests use multiple or even all CPU cores internally, for e.g.
   with 8 active CPU cores we may end up running 8 tests (due to -j8)
   each of them uses 8 cores in the worst case, resulting a severe
   congestion.
2024-02-18 23:31:06 +05:00
Poltern
99877719e0 Update descriptions for some test failures and small syntax fix 2024-02-18 00:20:58 +05:00
Poltern
6ef11543f0 Packages update and small fix chapter10/kernel.xml chown command reported by @ylegan 2024-02-15 00:13:18 +05:00
Poltern
6507d710a8 systemd: Fix a bug breaking systemd-verify an instantiated unit 2024-02-12 01:13:44 +05:00
Poltern
f8ddca6c50 bash: Really pass through the return code 2024-02-06 15:49:41 +05:00
Poltern
855635a4eb expect: Add (back) a simple test for PTY
We used to run "expect -c 'spawn ls'" for this in Binutils, but then we
thought expect test suite was enough as such a simple PTY test.  However
expect test can fail due to some different reason, so add back a simple
test using Python pty module before building expect.  Now we no longer
need to consider expect test critical (IIRC there was a report saying
one expect test failed for unknown reason but all other things OK).
2024-02-06 15:47:09 +05:00
Poltern
30db4f49a4 Remove -v from "chown -R tester" commands
It does no good: normally we have -v for chown so once it no longer has
an effect we can know, but in this case these chown commands will never
have no effect.  And a huge amount of output with -v wastes the server
storage and bandwidth (for both the server and the people reading the
build logs).
2024-02-06 14:47:50 +05:00
Poltern
1558778edf Add info about how to upgrade Glibc on a running system
Let's change our policy to match other "rolling release" distros and
ease the procedure to fix Glibc security vulnerabilities.

Squashed the commits in xry111/update-glibc branch to keep the history
clean.
2024-02-06 14:42:52 +05:00
Poltern
2aa8f4c78a Package updates
pkgmgt: Upgrading Linux API headers cannot be dangerous
2024-02-03 23:49:11 +05:00
Poltern
dd711b63c2 Drop --with-headers=/usr/include
Add more rationale about --enable-stack-protector, and remove the stale explanation of --with-headers
Update upstream fixes patch

To include fixes for CVE-2023-6246, CVE-2023-6779, and CVE-2023-6780.
2024-02-03 23:31:55 +05:00
Poltern
0142283bf5 Fix punctuation in quotes, and quote signs 2024-02-02 23:20:31 +05:00
Poltern
76fad010c0 Fix punctuation in quotes, and quote signs 2024-02-01 22:12:23 +05:00
Poltern
6ffa2cb043 treewide: Use <ulink> instead of <filename> for man pages
"gcc(1)" is really not a file name.

Use <ulink> and link to the online man page on
https://man.archlinux.org/ so the user can refer to the man pages more
easily.

The change is done via a sed command and long lines are wrapped
manually.
2024-02-01 16:39:54 +05:00
Poltern
aec038d85e Packages update and small fix 2024-01-31 21:41:07 +05:00
Poltern
91199867f8 Fix CVE-2024-0684 (#5417) 2024-01-31 20:29:37 +05:00
Poltern
b0260cae16 Use the wide-character ABI compatible with libncursesw.so 2024-01-31 20:29:10 +05:00
Poltern
ea30a2a80b Small fix 2024-01-28 22:38:22 +05:00
Poltern
f105f90e87 Nitpick on format 2024-01-28 12:09:37 +05:00
Poltern
f6a073bbae Change C.UTF-8 localedef
udev: Drop duplicated udevadm in the ninja command
2024-01-28 11:54:56 +05:00
Poltern
fa2871f12e Typo and Unset udev_helpers after installation 2024-01-08 20:05:26 +05:00
Poltern
b35bb207dd binutils: Add --enable-default-hash-style=gnu for configure (#5401) 2024-01-02 21:34:28 +05:00
Poltern
627d1976d6 gen-changelog: Handles holding tickets
systemd: Fix CVE-2023-7008
Package updates:

- Update to meson-1.3.1 (#5402)
- Update to vim-9.0.2189 (#4500)
- Update to inetutils-2.5 (#5404)
- Update to xml-parser-2.47 (#5403)
- Update to linux-6.6.8 (#5397)
- Update to tzdata-2023d (#5399)
- Update to setuptools-69.0.3 (#5400)
- Update to iana-etc-20231205 (#5006)
- Update to autoconf-2.72 (#5398)
- Update to grub-2.12 (#5396)
2024-01-02 21:11:20 +05:00
Poltern
4b22241d1f Remove stray references to TESTSUITEFLAGS
Now TESTSUITEFLAGS is set globally in Chapter 7.4, so there is no need
to mention it again and again in individual packages.
2023-12-24 20:40:23 +05:00
Poltern
ff6d5e3c0b Update to systemd-255 2023-12-23 19:04:39 +07:00
Poltern
be26e8faee Reformat util-linux configure parameters. 2023-12-15 11:50:00 +07:00