Xi Ruoyao
428ca6c31b
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2023-07-23 00:22:56 +08:00
Xi Ruoyao
e9619f650f
Partially revert "man-db: Update known test failures, again"
...
This partially reverts commit 1053282e5f
.
There is actually only one test suite in LFS build even with -k, but on
my complete system there are many test failures with "-k". I guess some
tests depend on non-LFS packages.
The text change is reverted, but the command change is preserved as
generally we should use -k for any make check command known to fail.
2023-07-21 21:10:47 +08:00
Xi Ruoyao
7a27ecb5da
loongarch: udev: Add -Wno-format-overflow into CFLAGS
...
Oops, the systemd issue affects the udev-only build too.
2023-07-20 19:05:08 +08:00
Xi Ruoyao
8e1f621480
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2023-07-20 16:39:53 +08:00
Xi Ruoyao
66fbe7b805
meson and ninja: Kill false tips
2023-07-20 01:09:30 +08:00
Xi Ruoyao
b5acea48a7
man-pages: Remove pages conflicting with libxcrypt
2023-07-18 17:47:26 +08:00
Xi Ruoyao
b277295798
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2023-07-18 07:38:16 +08:00
Xi Ruoyao
f24a041cd4
udev: Remove two udev rules requiring a full systemd installation
...
Or they'll produce some error messages saying "cannot execute
systemd-sysctl or systemd-vconsole-setup".
2023-07-17 10:14:18 +08:00
Xi Ruoyao
4ca4e8b1ba
udev: Fix a typo
2023-07-16 23:29:18 +08:00
Xi Ruoyao
f7c36d049f
udev: Create /usr/{lib,share}/pkgconfig
...
They are not created in chapter 7.5, so we should create them before
installing files into them.
2023-07-16 13:46:20 +08:00
Xi Ruoyao
cce6c92463
udev: Install man pages from systemd man pages tarball
2023-07-16 12:06:37 +08:00
Xi Ruoyao
13288b9165
SysV: Add MarkupSafe and Jinja2
...
Jinja2 is needed for building udev from systemd.
2023-07-16 11:12:36 +08:00
Xi Ruoyao
a289860668
Replace eudev with udev from systemd
2023-07-16 11:11:12 +08:00
Xi Ruoyao
803bcf814b
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2023-07-16 05:22:57 +08:00
Xi Ruoyao
f14e19bc97
loongarch: binutils: Fix a typo of triplet
2023-07-16 04:59:06 +08:00
Xi Ruoyao
1053282e5f
man-db: Update known test failures, again
...
I was too naive: actually a lot of tests fail with groff-1.23.0 and
they'll show up with "-k".
2023-07-16 00:52:41 +08:00
Xi Ruoyao
fcf943d52e
man-db: Document a test failure (started with groff-1.23.0)
2023-07-16 00:40:49 +08:00
Xi Ruoyao
e869bbeaf3
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2023-07-15 19:43:17 +08:00
Bruce Dubbs
f00e5f980d
Package updates.
...
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.
2023-07-14 22:45:12 -05:00
Xi Ruoyao
1309e0eadf
Merge branch 'trunk' into xry111/loongarch
2023-07-13 03:54:16 +08:00
Xi Ruoyao
c2325070af
shadow: Allow using bcrypt and yescrypt, and use yescrypt as the default
...
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
2023-07-03 21:28:36 +08:00
Xi Ruoyao
f4313a75c8
libxcrypt: Fix a typo
2023-07-03 19:36:58 +08:00
Xi Ruoyao
6167e6b632
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2023-07-03 18:32:48 +08:00
Xi Ruoyao
ac5f78c4bf
Merge branch 'trunk' into xry111/libxcrypt
2023-07-02 22:11:05 +08:00
Xi Ruoyao
d6e7cda825
kbd: Simplify the instruction for doc installation
2023-07-01 16:00:45 +08:00
Xi Ruoyao
c727d7e7f7
Add libxcrypt
2023-06-30 04:05:51 +08:00
Xi Ruoyao
bbfb090d2a
glibc: Disable obsolete libcrypt implementation
...
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.
2023-06-30 03:19:20 +08:00
Douglas R. Reno
ce9ec4f126
gettext: Use gettext-version instead of a hardcoded version (which is
...
now out of date) for /usr/share/gettext-0.21.1
2023-06-23 10:48:45 -05:00
Xi Ruoyao
0fe3bb04a7
Create man page symlinks for awk, cc, pkg-config, and lex
2023-06-21 14:35:58 +08:00
Xi Ruoyao
04ab6d0f55
loongarch: Patch libelf for LoongArch support
2023-06-20 17:56:30 +08:00
Xi Ruoyao
c018a6d335
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
2023-06-20 16:55:01 +08:00
Rahul Chandra
36c4569b9f
Replace pkg-config with pkgconf
2023-06-17 15:14:12 +08:00
Xi Ruoyao
76ef88ee13
loongarch: systemd: Add -Wno-format-overflow workaround
...
Without this, the package FTBFS. It wasn't detected in my manual build
because of my custom CFLAGS.
Need to investigate it later: it may be a systemd bug or GCC bug on
LoongArch.
2023-06-14 14:46:59 +08:00
Xi Ruoyao
22166ba683
loongarch: Various text change for references to architecture
2023-06-12 04:52:35 +08:00
Xi Ruoyao
8e79fc49c4
loongarch: util-linux: Remove i386 and x86_64 from contents
2023-06-12 04:52:35 +08:00
Xi Ruoyao
133b5cc18b
loongarch: grub: reword the note about UEFI
...
No instruction change is needed.
Cherry picked from ARM64 branch.
(cherry picked from commit 5a458e897a
)
2023-06-12 04:52:35 +08:00
Xi Ruoyao
f81c799388
loongarch: Update to grub-2.11-pre-gc016a969d for LoongArch support
...
Patching GRUB-2.06 to support LoongArch is extremely difficult because
the "bootstrap" script in grub.git performs many complicated jobs. So
just provide our own dist tarball here.
2023-06-12 04:52:35 +08:00
Xi Ruoyao
789161669f
loongarch: util-linux: Disable a faulty test and document two failures
...
These should be fixed in the next util-linux release.
2023-06-12 04:52:35 +08:00
Xi Ruoyao
d9247b9329
loongarch: groff: Update config.{guess,sub}
2023-06-12 04:52:35 +08:00
Xi Ruoyao
95efac6ab6
loongarch: check: Update config.{guess,sub}
2023-06-12 04:52:34 +08:00
Xi Ruoyao
bcf7116d89
loongarch: libelf: Document test failures
2023-06-12 04:52:34 +08:00
Xi Ruoyao
03372aee06
loongarch: openssl: Add linux-generic64
...
The guess is "linux-generic32", which is too conservative for 64-bit
LoongArch CPUs. We may need to revise it when we add LA32 support.
There is also "linux64-loongarch64" but it depends on Binutils LSX
support which is not submitted for review yet.
2023-06-12 04:52:34 +08:00
Xi Ruoyao
f7cdb10929
loongarch: gdbm: Update config.{guess,sub}
2023-06-12 04:52:31 +08:00
Xi Ruoyao
85eca6fd7e
loongarch: pkgconfig: Update config.{guess,sub}
2023-06-12 04:40:45 +08:00
Xi Ruoyao
ed43475070
loongarch: gcc: Update sanity check output
2023-06-12 04:40:45 +08:00
Xi Ruoyao
87db6ebbc2
loongarch: gcc: Update known test failures
2023-06-12 04:40:44 +08:00
Xi Ruoyao
2750180e72
loongarch: acl: Update config.{guess,sub}
2023-06-12 04:40:44 +08:00
Xi Ruoyao
a9b1abaa11
loongarch: attr: Update config.{guess,sub}
2023-06-12 04:40:44 +08:00
Xi Ruoyao
dd34ffcce0
loongarch: gmp: Update config.{guess,sub}
...
Comment out the note about "HW specific optimization" for now because
the current GMP release do not understand LoongArch-specific things.
2023-06-12 04:40:44 +08:00
Xi Ruoyao
3ba50cf694
loongarch: binutils: Don't enable gold
...
gold has no LoongArch support, so --enable-gold will cause a build
failure.
2023-06-12 04:40:44 +08:00