Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson and ninja: Kill false tips | Xi Ruoyao | 2023-07-20 | 2 | -18/+0 |
| | |||||
* | man-pages: Remove pages conflicting with libxcrypt | Xi Ruoyao | 2023-07-18 | 1 | -0/+6 |
| | |||||
* | udev: Remove two udev rules requiring a full systemd installation | Xi Ruoyao | 2023-07-17 | 1 | -0/+9 |
| | | | | | Or they'll produce some error messages saying "cannot execute systemd-sysctl or systemd-vconsole-setup". | ||||
* | udev: Fix a typo | Xi Ruoyao | 2023-07-16 | 1 | -1/+1 |
| | |||||
* | udev: Create /usr/{lib,share}/pkgconfig | Xi Ruoyao | 2023-07-16 | 1 | -0/+1 |
| | | | | | They are not created in chapter 7.5, so we should create them before installing files into them. | ||||
* | udev: Install man pages from systemd man pages tarball | Xi Ruoyao | 2023-07-16 | 1 | -0/+14 |
| | |||||
* | SysV: Add MarkupSafe and Jinja2 | Xi Ruoyao | 2023-07-16 | 2 | -2/+2 |
| | | | | Jinja2 is needed for building udev from systemd. | ||||
* | Replace eudev with udev from systemd | Xi Ruoyao | 2023-07-16 | 3 | -203/+246 |
| | |||||
* | man-db: Update known test failures, againrenodr/libudev-from-systemd | Xi Ruoyao | 2023-07-16 | 1 | -6/+4 |
| | | | | | I was too naive: actually a lot of tests fail with groff-1.23.0 and they'll show up with "-k". | ||||
* | man-db: Document a test failure (started with groff-1.23.0) | Xi Ruoyao | 2023-07-16 | 1 | -1/+5 |
| | |||||
* | Package updates. | Bruce Dubbs | 2023-07-14 | 1 | -1/+3 |
| | | | | | | | | Update to iana-etc-20230629. Update to linux-6.4.3. Update to libxcrypt-4.4.36. Update to groff-1.23.0. Update to perl-5.38.0. | ||||
* | shadow: Allow using bcrypt and yescrypt, and use yescrypt as the default | Xi Ruoyao | 2023-07-03 | 1 | -11/+25 |
| | | | | | | | | | | | Yescrypt is the current default password hashing algorithm of Fedora and Debian. See [1] for its advantage. Now we have libxcrypt providing the implementation of bcrypt and yescrypt, we can switch to yescrypt as well. We also don't need to adjust the rounds for SHA512 anymore. [1]:https://www.fedoraproject.org/wiki/Changes/yescrypt_as_default_hashing_method_for_shadow#Detailed_Description | ||||
* | libxcrypt: Fix a typo | Xi Ruoyao | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'trunk' into xry111/libxcryptxry111/libxcrypt | Xi Ruoyao | 2023-07-02 | 1 | -2/+1 |
|\ | |||||
| * | kbd: Simplify the instruction for doc installation | Xi Ruoyao | 2023-07-01 | 1 | -2/+1 |
| | | |||||
* | | Add libxcrypt | Xi Ruoyao | 2023-06-30 | 2 | -0/+149 |
| | | |||||
* | | glibc: Disable obsolete libcrypt implementation | Xi Ruoyao | 2023-06-30 | 1 | -11/+2 |
|/ | | | | | | I've not bothered to write an explanation for --disable-crypt because it will likely be the default of Glibc-2.38, then we may drop it from the command lines. | ||||
* | gettext: Use gettext-version instead of a hardcoded version (which is | Douglas R. Reno | 2023-06-23 | 1 | -1/+1 |
| | | | | now out of date) for /usr/share/gettext-0.21.1 | ||||
* | Create man page symlinks for awk, cc, pkg-config, and lex | Xi Ruoyao | 2023-06-21 | 4 | -9/+20 |
| | |||||
* | Replace pkg-config with pkgconf | Rahul Chandra | 2023-06-17 | 3 | -123/+123 |
| | |||||
* | glibc: Reword the reason to skip test-installation.pl | Xi Ruoyao | 2023-06-11 | 1 | -3/+3 |
| | | | | It won't work even on a "complete LFS system". | ||||
* | housekeeping after min-kernel bump | Xi Ruoyao | 2023-06-05 | 1 | -1/+1 |
| | | | | | | Update the rationale for min-kernel in hostreqs. Add a note in general.ent about the EOL of current min-kernel. Realign the backslashes in glibc instructions. | ||||
* | pkgmgmt: Revert some of reword for "dependency hell" from Bruce | Xi Ruoyao | 2023-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | Use "library name" (instead of "library version") for SONAME (for now). And "conflicting locations" may not be a problem if the symbol is at two locations but they are exactly same (or ABI compatible). For the details see lfs-dev discussion. The current word is still not perfect (we've not defined "the name of a shared library" at all), so I guess we'll need to make a major revision for the entire "upgrading issue with shared libraries" thing in the future. | ||||
* | Remove a remap="configure" attribute in eudev | Pierre Labastie | 2023-06-01 | 1 | -1/+1 |
| | | | | | | | remap="configure" means it is for configuring the build before running make (or ninja), not for configuring the system after the package is installed. We don't have a special attribute for that. | ||||
* | Minor rewording | Bruce Dubbs | 2023-05-28 | 1 | -3/+2 |
| | |||||
* | Reword library conflict paragraph. | Bruce Dubbs | 2023-05-27 | 1 | -13/+11 |
| | |||||
* | pkgmgt: Mention the "dependency hell" issue | Xi Ruoyao | 2023-05-27 | 1 | -0/+16 |
| | |||||
* | sysv book: Remove unneeded group sgx from eudev. | Ken Moffat | 2023-05-25 | 1 | -0/+8 |
| | |||||
* | Skip a problem test in util-linux. | Bruce Dubbs | 2023-05-18 | 1 | -0/+4 |
| | |||||
* | Speling | Bruce Dubbs | 2023-05-18 | 1 | -1/+1 |
| | |||||
* | Package updates. | Bruce Dubbs | 2023-05-18 | 2 | -2/+4 |
| | | | | | | | | | Update to util-linux-2.39. Update to linux-6.3.3. Update to libcap-2.69. Update to grep-3.11. Update to flit_core-3.9.0. Update to eudev-3.2.12. | ||||
* | glibc: Revive test failure note about old kernel or CPU | Xi Ruoyao | 2023-05-16 | 1 | -13/+2 |
| | | | | | But consolidate them into one informative entry as we cannot really test the instructions on many old systems. | ||||
* | gawk: Run the test suite as tester | Xi Ruoyao | 2023-05-15 | 1 | -1/+2 |
| | | | | One test named pma fails if running it as root. | ||||
* | Minor grammar fix | Bruce Dubbs | 2023-05-13 | 1 | -2/+2 |
| | |||||
* | gcc: Note some additional test failures | Xi Ruoyao | 2023-05-13 | 1 | -2/+6 |
| | |||||
* | systemd: Fix runtime issues exploited by GCC 13 (#5254) | Xi Ruoyao | 2023-05-10 | 1 | -1/+15 |
| | | | | Switch to "meson setup" from the plain "meson" by the way. | ||||
* | psmisc: Run the test suite | Xi Ruoyao | 2023-05-03 | 1 | -1/+3 |
| | | | | It seems the package has provided the test suite since some time point. | ||||
* | gcc: Add libhwasan and libstdc++exp into contents and short desc | Xi Ruoyao | 2023-05-03 | 1 | -2/+22 |
| | | | | | | TODO: HWAsan needs Linux 6.4 (not released yet) and a recent Intel CPU. So it the kernel and hardware support is available, we may see more test failures. I'll try it out on my new system... | ||||
* | gcc: Document the meaning of --disable-fixincludes | Xi Ruoyao | 2023-05-02 | 1 | -0/+11 |
| | |||||
* | gcc: Update known test failures for GCC 13 | Xi Ruoyao | 2023-05-02 | 1 | -8/+8 |
| | |||||
* | Typo | Bruce Dubbs | 2023-05-01 | 1 | -1/+1 |
| | |||||
* | Package updates. | Bruce Dubbs | 2023-05-01 | 1 | -2/+2 |
| | | | | | | | | Update to vim-9.0.1503. Update to iana-etc-20230418. Update to sysvinit-3.07. Update to iproute2-6.3.0. Update to linux-6.3.1. | ||||
* | Merge branch 'bdubbs/gcc13' into trunk | Bruce Dubbs | 2023-05-01 | 3 | -5/+10 |
|\ | |||||
| * | Fix double dashes | Thomas Trepl | 2023-05-01 | 1 | -1/+1 |
| | | |||||
| * | Readd configure accidently commented completely. | Thomas Trepl | 2023-05-01 | 1 | -0/+2 |
| | | |||||
| * | Comment out TIME_T_32_BIT_OK | Thomas Trepl | 2023-05-01 | 1 | -5/+6 |
| | | |||||
| * | Create new branch for gcc13 | Bruce Dubbs | 2023-04-27 | 2 | -1/+3 |
| | | |||||
* | | openssl: Clarify the condition when 30-test_afalg.t fails | Xi Ruoyao | 2023-04-16 | 1 | -4/+7 |
| | | |||||
* | | util-linux: Clarify the condition of hardlink failure | Xi Ruoyao | 2023-04-16 | 1 | -1/+5 |
| | | |||||
* | | dbus: Enable tests | Xi Ruoyao | 2023-04-16 | 1 | -4/+8 |
|/ | | | | | Though many tests are disabled w/o optional dependencies, we can at least run a dozen of tests. |