Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changelog: Mark linux-6.2.2 a security updatexry111/update-20230304 | Xi Ruoyao | 2023-03-05 | 1 | -1/+1 |
| | |||||
* | dependencies: List bzip2, xz, and zlib as libelf dependencies | Xi Ruoyao | 2023-03-05 | 1 | -5/+6 |
| | | | | | | | | libelf.so links to libbz2.so.1.0, liblzma.so.5, and libz.so.1. libz is really used, but to me liblzma and libbz2 are "unneeded dependencies": the building system apparently thinks they are needed by zstd but actually not. I don't want to "fix the upstream" so just list them here anyway. | ||||
* | make: Run test suite as unprivileged user | Xi Ruoyao | 2023-03-05 | 1 | -1/+4 |
| | |||||
* | Package updates | Xi Ruoyao | 2023-03-05 | 9 | -71/+86 |
| | | | | | | | | | | | - 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 | ||||
* | hostreq: Minor script adjustment | Xi Ruoyao | 2023-03-05 | 1 | -6/+6 |
| | | | | | | | | | | | - Remove an extra whitespace breaking shebang (though our instruction does not use the shebang). - Adjust the regex to allow several letters after the version number, and match grep version to the text. - Raise Coreutils to 7.0 (for the host requirement script itself). It was released in 2008 so I don't think it's a problem. - Add a colon after the text "Compiler check" to match "Aliases:". - Use grep -o instead of sed to make kernel version check simpler. | ||||
* | Add a changelog entry. | Bruce Dubbs | 2023-03-04 | 1 | -0/+9 |
| | |||||
* | q | Bruce Dubbs | 2023-03-04 | 2 | -72/+84 |
| | |||||
* | whatsnew: Comment out all entries for a new release | Xi Ruoyao | 2023-03-02 | 1 | -100/+100 |
| | |||||
* | e2fsprogs: Update test failure info | Xi Ruoyao | 2023-03-02 | 1 | -1/+3 |
| | | | | | | Document the m_assume_storage_prezeroed failure. The u_direct_io failure is fixed by https://github.com/tytso/e2fsprogs/commit/4cda25453f85. | ||||
* | Update changelog after 11.3 releaser11.3 | Bruce Dubbs | 2023-02-28 | 1 | -704/+2 |
| | |||||
* | hostreqs: Remove "required by udev" for kernel | Xi Ruoyao | 2023-02-28 | 1 | -2/+1 |
| | | | | We don't run the newly built udev daemon before rebooting to LFS kernel. | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2023-02-27 | 1 | -1/+1 |
|\ | |||||
| * | changelog: Fix a ticket URL | Xi Ruoyao | 2023-02-22 | 1 | -1/+1 |
| | | |||||
* | | Bump minimum gcc requirement to 5.1 | Bruce Dubbs | 2023-02-27 | 1 | -1/+1 |
|/ | |||||
* | Uncomment glibc in whatsnew. | Bruce Dubbs | 2023-02-19 | 1 | -2/+2 |
| | |||||
* | Less can use pcre2 | Pierre Labastie | 2023-02-19 | 1 | -0/+1 |
| | |||||
* | Finish adding revision attributes in dependencies | Pierre Labastie | 2023-02-19 | 1 | -32/+43 |
| | | | | | This was half done. Furthermore, dbus had completely disappeared. Also fix an url to sphinx, that is now in BLFS. | ||||
* | e2fsprogs: Add configuration section about mke2fs.conf | Xi Ruoyao | 2023-02-19 | 1 | -0/+27 |
| | |||||
* | Popt is not a dependency of Pkg-config | Pierre Labastie | 2023-02-19 | 1 | -1/+1 |
| | | | | | | | It was removed eleven years ago from the book. Pkg-config itself removed it at version 0.27. Prompted by "__mint" on #lfs-support. | ||||
* | grub: Add upstream fixes patch for unrecognized ext2/3/4 features (#5219)xry111/grub-fix-test | Xi Ruoyao | 2023-02-19 | 5 | -8/+34 |
| | |||||
* | packages: Mention Glibc stable branch in its package info | Xi Ruoyao | 2023-02-17 | 1 | -0/+14 |
| | | | | | See the discussion at https://sourceware.org/pipermail/libc-alpha/2023-February/145672.html. | ||||
* | configuration: Use [DHCPv4] instead of [DHCP] for systemd .network file | Xi Ruoyao | 2023-02-17 | 1 | -1/+1 |
| | | | | | | | The upstream has splitted [DHCP] into [DHCPv4] and [DHCPv6]. While we are only enabling DHCPv4 in the example setting (in most scenario DHCPv6 is not strictly needed as SLAAC is sufficient), just use [DHCPv4] instead of [DHCP]. | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2023-02-13 | 1 | -4/+4 |
|\ | |||||
| * | Update stats for dbus, systemd, markupsafe, and jinja2 | Douglas R. Reno | 2023-02-12 | 1 | -4/+4 |
| | | |||||
* | | Update to man-pages-6.03. | Bruce Dubbs | 2023-02-13 | 2 | -3/+13 |
|/ | |||||
* | Typo | Bruce Dubbs | 2023-02-12 | 1 | -1/+1 |
| | |||||
* | Update build times an sizes. | Bruce Dubbs | 2023-02-12 | 4 | -143/+160 |
| | | | | | | 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. | ||||
* | Package updates. | Bruce Dubbs | 2023-02-11 | 7 | -36/+75 |
| | | | | | | | | | | | 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. | ||||
* | Combine tcl documentation instructions together. | Bruce Dubbs | 2023-02-08 | 1 | -11/+5 |
| | |||||
* | openssl: Fix a command to view man page | Xi Ruoyao | 2023-02-08 | 1 | -1/+1 |
| | | | | "ssl.7ssl" is in man7, not man3. | ||||
* | Package Updates | Douglas R. Reno | 2023-02-07 | 3 | -8/+22 |
| | | | | | Update to OpenSSL-3.0.8 (Security Update) Update to e2fsprogs-1.46.6 (Security Update) | ||||
* | glibc: Note the sed for printf is a security fix | Xi Ruoyao | 2023-02-06 | 1 | -2/+6 |
| | | | | And add a comment about the difference from upstream commit. | ||||
* | Repackage the systemd man pages tarball to have a leading directory. | Douglas R. Reno | 2023-02-06 | 2 | -2/+12 |
| | |||||
* | dependencies: List Jansson as Binutils external dependency | Xi Ruoyao | 2023-02-05 | 1 | -1/+2 |
| | | | | | Both ld.bfd and ld.gold can use Jansson to validate the value of --package-metadata=. | ||||
* | changelog: Add entries for recent changes | Xi Ruoyao | 2023-02-03 | 1 | -0/+26 |
| | |||||
* | libffi: Remove --disable-exec-static-trampxry111/glibc-2.37 | Xi Ruoyao | 2023-02-03 | 1 | -13/+1 |
| | | | | It's not needed now since gjs-1.74 supports static trampoline. | ||||
* | libelf: Update test status | Xi Ruoyao | 2023-02-03 | 1 | -2/+3 |
| | | | | | While the previously documented test failure is resolved by binutils-2.40, a new test failure has shown up. | ||||
* | bash: Add the explanation of test output, and document a known failure | Xi Ruoyao | 2023-02-03 | 1 | -0/+13 |
| | |||||
* | mpfr: Fix a test case | Xi Ruoyao | 2023-02-02 | 1 | -1/+15 |
| | | | | | | | 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. | ||||
* | glibc: Fix an issue identified upstream | Xi Ruoyao | 2023-02-02 | 1 | -0/+6 |
| | |||||
* | binutils: remove test failures resolved by upstream | Xi Ruoyao | 2023-02-02 | 1 | -16/+1 |
| | |||||
* | binutils: remove more empty man pages | Xi Ruoyao | 2023-02-02 | 1 | -1/+1 |
| | |||||
* | glibc: remove nss/tst-nss-files-hosts-long failure | Xi Ruoyao | 2023-02-02 | 1 | -6/+0 |
| | | | | It's UNSUPPORTED in chroot now, so we cannot see it in LFS build. | ||||
* | glibc: Remove a sed useless for 2.37 | Xi Ruoyao | 2023-02-02 | 2 | -10/+0 |
| | |||||
* | Package updates: | Xi Ruoyao | 2023-02-02 | 1 | -14/+14 |
| | | | | | | | | * Update to Glibc-2.37 (#5203) * Update to bc-6.2.3 (#5204) - Update bc homepage as upstream requested * Update to linux-6.1.9 (#5205) * Update to vim-9.0.1273 (#4500) | ||||
* | stripping: Add an <important> about updated packages | Xi Ruoyao | 2023-02-01 | 1 | -0/+12 |
| | | | | | We've received enough reports for systems with zlib security update broken by stripping :(. | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2023-01-31 | 5 | -33/+41 |
|\ | |||||
| * | dependencies: use https for LessTif homepage | Xi Ruoyao | 2023-01-29 | 1 | -1/+1 |
| | | |||||
| * | systemd: remove an extra word "both" | Xi Ruoyao | 2023-01-27 | 1 | -1/+1 |
| | | | | | | | | | | It seems introduced unintentionally. I'm wondering what has happened with David's text editor :). | ||||
| * | decorate new note about $() and `` | Xi Ruoyao | 2023-01-27 | 1 | -4/+4 |
| | |