aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/trunk' into xry111/loongarchxry111/loongarchXi Ruoyao2024-01-0119-136/+270
|\
| * binutils: Add --enable-default-hash-style=gnu for configure (#5401)xry111/update-20231231Xi Ruoyao2023-12-314-12/+29
| |
| * systemd: Fix CVE-2023-7008 (#5405)Xi Ruoyao2023-12-312-0/+11
| |
| * Package updatesXi Ruoyao2023-12-317-62/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * gen-changelog: Handles holding ticketsXi Ruoyao2023-12-311-2/+14
| |
| * Remove stray references to TESTSUITEFLAGSXi Ruoyao2023-12-233-24/+0
| | | | | | | | | | Now TESTSUITEFLAGS is set globally in Chapter 7.4, so there is no need to mention it again and again in individual packages.
| * symlinks: Fix grammarXi Ruoyao2023-12-221-1/+1
| |
| * symlinks: Mention how to disable NIC alternative names assignmentXi Ruoyao2023-12-191-0/+13
| | | | | | | | Fixes #5394.
| * systemd: Disable systemd-sysupdate with a better wayXi Ruoyao2023-12-181-6/+12
| |
| * Update to systemd-255Xi Ruoyao2023-12-185-12/+43
| |
| * Remove invalid revision attributeBruce Dubbs2023-12-141-1/+1
| |
| * Package updates.Bruce Dubbs2023-12-142-16/+37
| | | | | | | | | | | | | | | | Update to util-linux v2.39.3. Update to python3-3.12.1. Update to linux-6.6.7. Update to kbd-2.6.4. Update to bc-6.7.4.
| * Reformat util-linux configure parameters.Bruce Dubbs2023-12-143-9/+18
| |
* | Revert "loongarch: kernel: Disable relaxation for building a module"Xi Ruoyao2023-12-061-8/+0
| | | | | | | | | | | | This reverts commit c4b61b12dfb9305234a27a3401a9a4f461bcf200. These lines has been already added into the kernel since 6.6.
* | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-12-069-28/+59
|\|
| * kernel-config: The hot key for choices is just the first characterXi Ruoyao2023-12-062-2/+5
| | | | | | | | Stupid inconsistency...
| * kernel-config: Sync fixes from BLFSXi Ruoyao2023-12-063-3/+10
| |
| * kernel-config: Drop FBXi Ruoyao2023-12-055-20/+43
| | | | | | | | | | | | | | | | | | In Linux 6.6 DRM_FBDEV_EMULATION no longer depends on FB, so we no longer need to select FB (tested in a QEMU VM). But if DRM is selected, we must select both DRM_FBDEV_EMULATION and FRAMEBUFFER_CONSOLE or we'll see only blank screen. And now FRAMEBUFFER_CONSOLE is not selected by default, be warned!!
| * kernel-config: Regenerate with Linux 6.6.3Xi Ruoyao2023-12-053-3/+3
| | | | | | | | Only a trivial change (renaming CONFIG_FB).
| * util-linux: Add asciidoctor and po4a as dependenciesXi Ruoyao2023-12-051-1/+3
| | | | | | | | | | Asciidoctor is needed for regenerating man pages, and po4a is needed for generating translated man pages in addition to asciidoctor.
* | loongarch: Reformat sed commands in GCC (all passes) to align with trunkXi Ruoyao2023-12-053-3/+6
| |
* | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-12-0516-74/+161
|\|
| * Fix cmds installing python docs (permissions)Thomas Trepl2023-12-042-7/+18
| |
| * dependencies: Remove outdated sentenceXi Ruoyao2023-12-041-4/+1
| | | | | | | | This sentence has been untrue since LFS 10.0.
| * gcc-pass2: Fix the indent of the sed command in caseXi Ruoyao2023-12-031-2/+2
| |
| * Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2023-12-023-5/+30
| |\
| | * udev: Adjust the paths to search .link files and install 99-default.linkXi Ruoyao2023-12-012-3/+28
| | | | | | | | | | | | | | | | | | Tested in QEMU and the virtio NIC is now named "enp0s3". Fixes #5386.
| | * Use GitHub for vim downloadXi Ruoyao2023-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | I don't see a reason to upload vim tarball onto anduin. And now anduin does not have vim-9.0.2136.tar.gz. I tried downloading vim-8.0.0586 (shipped by LFS 8.2) from GitHub and it worked fine. So it seems the GitHub storage is stable enough.
| * | FormattingBruce Dubbs2023-12-021-1/+2
| |/
| * Package updates.Bruce Dubbs2023-11-304-38/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to vim-9.0.2136. Update to iana-etc-20231117. Update to bc-6.7.3. Update to wheel-0.42.0 (Python Module). Update to perl-5.38.2. Update to pkgconf-2.1.0. Update to readline patches 002 through 007. Update to openssl-3.2.0. Update to setuptools-69.0.2. Update to linux-6.6.3. Update to meson-1.3.0.
| * dependencies: Replace the references to BLFS Berkeley DB pageXi Ruoyao2023-11-261-3/+4
| | | | | | | | | | Berkeley DB has been archived in BLFS, refer to the Oracle product page for it instead.
| * iproute2: Remove the reference to BLFS Berkeley DB pageXi Ruoyao2023-11-261-3/+0
| | | | | | | | Berkeley DB has been archived in BLFS.
| * dbus: minor spacing adjustmentDouglas R. Reno2023-11-241-1/+1
| |
| * whatsnew: Use the <title> of the page for packages as package namesXi Ruoyao2023-11-241-2/+2
| | | | | | | | | | | | | | This is more consistent, and it reduces the number of different translatable strings for translators. Most of the package names in whatsnew has already been aligned with <title>s, now make these two "from ..." packages so.
| * Generate utf-8 encoded htmlPierre Labastie2023-11-233-6/+0
| | | | | | | | | | | | | | This removes several problems with wrong encodings... The sed for &copy; is not needed anymore tidy.conf has to be changed to remove specification of latin1 as input and output encodings.
| * Chapter 6 Ncurses: minor text tweaksDouglas R. Reno2023-11-221-3/+3
| |
| * Setting Environment: minor tweakDouglas R. Reno2023-11-221-1/+1
| |
| * kernfs: Revise command creating the link target in case /dev/shm is a symlinkXi Ruoyao2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When /dev/shm is a symlink we need to create its target or some tests will fail and Python 3 will be misconfigured. We wrote it as: mkdir -pv $LFS/$(readlink $LFS/dev/shm) But if $LFS/dev/shm is a relative symlink (say ../run/shm), we end up: mkdir -pv /mnt/lfs/../run/shm This command will create /mnt/run/shm, not $LFS/mnt/shm as we expected. Twist it a little to make it work for both absolute symlinks and relative symlinks.
| * Typo fixDouglas R. Reno2023-11-151-1/+1
| |
* | loongarch: Remove elfutils patchXi Ruoyao2023-11-144-17/+4
| | | | | | | | The elfutils-0.190 release already contains the changes in the patch.
* | Merge remote-tracking branch 'origin/trunk' into xry111/loongarchXi Ruoyao2023-11-1431-228/+648
|\|
| * whatsnew: Uncomment updated packagesXi Ruoyao2023-11-141-10/+10
| |
| * udev: Fix install command for ../rules.d/*.rulesXi Ruoyao2023-11-141-4/+4
| | | | | | | | | | | | | | | | | | The sed command has changed ../rules.d/70-power-switch.rules to "../rules.d", causing the install command to fail. Change the command enumerating ../rules.d/*.rules but 70-power-switch.rules to a "find" command. Edit another "find" command so the styles of them are the same.
| * Minor grammar corrections.Bruce Dubbs2023-11-141-9/+8
| | | | | | | | | | | | | | Mistakenly removed the remote WIP branch while it's not fully merged yet. Cherry-pick the discarded commit. (cherry picked from commit 2f3f0e9e813f60a88e9f557842a7b9a50cdec50b)
| * Merge tag 'xry111/update-20231113' into trunkXi Ruoyao2023-11-149-47/+145
| |\ | | | | | | | | | | | | | | | | | | | | | There are some suspicious "nptl/tst-robust" test failures in Glibc, but all other test results are clean. To be diagnosed... And note that jhalfs needs an update to work with the merged parallelism changes.
| | * Package updatesXi Ruoyao2023-11-132-26/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to elfutils-0.190 (#5373) - Update to vim-9.0.2103 - Update to linux-6.6.1 (#5369) - Update to xz-5.4.5 (#5371) - Update to iana-etc-20231107 - Update to gawk-5.3.0 (#5372) - Update to bash-5.2.21 (#5375) - Update to iproute2-6.6.0 (#5374)
| | * perl: Use TEST_JOBS=$(nproc) make test_harness for test suiteXi Ruoyao2023-11-131-1/+1
| | |
| | * openssl: Add HARNESS_JOBS=$(nproc)Xi Ruoyao2023-11-131-1/+1
| | |
| | * automake: Do not use only 4 cores for testing if we have moreXi Ruoyao2023-11-131-3/+6
| | |
| | * chroot: Set MAKEFLAGS and TESTSUITEFLAGS for parallelismXi Ruoyao2023-11-131-0/+13
| | |