Bruce Dubbs
88c3b981d0
Update to PyYAML-6.0.
2022-09-02 13:37:50 -05:00
Xi Ruoyao
2cb4b95bce
libssh2: add upstream fix patch for OpenSSH compatibility
2022-09-01 19:21:24 +08:00
Pierre Labastie
7076607a6d
Update url of lwn.net security database
...
Also change urls to https on the vulnerabilities page
2022-09-01 07:50:29 +02:00
Xi Ruoyao
6bc7cd4989
Revert "Increase the recursion limit in libxslt, which allows man pages for samba and systemd to be generated"
...
This reverts commit ba3bd45656
.
The deep recursion was caused by a docbook-xsl issue, which should be
corrected by our docbook-xsl patch.
2022-09-01 11:42:09 +08:00
Tim Tassonis
622d6320a6
Update to qemu-7.1.0.
2022-09-01 03:46:08 +02:00
Bruce Dubbs
0faae6a48a
Cleanup after BLFS-11.2 release.
2022-08-31 15:34:06 -05:00
Pierre Labastie
88dd6e72b5
Disable debug symbols for seamonkey
...
There are some reasons for this:
- it is needed to build on i686
- it decreases the build size by 20 % (on x86_64)
2022-08-31 15:51:41 +02:00
Bruce Dubbs
01e2c90e25
Minor fixes.
...
Remove an inoperative ftp feference for the tree command.
Fix a minor gramma error in nss.
2022-08-30 22:25:07 -05:00
Bruce Dubbs
f31e793861
Misc text fixes.
2022-08-30 10:45:36 -05:00
Pierre Labastie
ee64122d2c
Fix mplayer download urls
...
Although www.mplayerhq.hu resolve to the download site, the
certificate is not valid for this address. It is valid for
mplayerhq.hu, so use this name with https. Also, remove an
obsolete note about hosting on anduin.
2022-08-30 06:40:19 +02:00
Douglas R. Reno
8e7000b819
The last two tags
2022-08-29 19:12:18 -05:00
Xi Ruoyao
0fe09b09b6
js91: SSE2 can be used for GCC + 32-bit if the system is capable
...
Other workarounds (simply replacing "double_t") leads FP-related tests
to fail. If someone is really running a non-SSE2 system, he/she will
need Clang (maybe ironically as you have to build more things on such
a slow system, but we don't have any other solution).
2022-08-29 14:57:54 +08:00
Bruce Dubbs
2e72850c40
Bring intro to text browsers up to date
2022-08-28 23:54:19 -05:00
Xi Ruoyao
ed2176e518
rust: for systemd, tell how to use systemd-run to limit CPU cores
2022-08-29 12:01:21 +08:00
Xi Ruoyao
c0dfeeaf5e
rust: it's broken on non-SSE2 i686
2022-08-29 11:27:14 +08:00
Douglas R. Reno
96923efd52
Typo fixes
2022-08-28 15:11:37 -05:00
Pierre Labastie
f572dbb2c6
Building mozilla apps with gcc is broken on i686
...
We used to sed the double_t definition to allow building, but now
we use clang, so that the build passes without sed. Say that using
GCC breaks the build in command explanations too.
2022-08-28 21:03:28 +02:00
Pierre Labastie
9737271f0f
Remove firefox sed for i686
...
It's not needed with clang.
2022-08-28 21:03:28 +02:00
Julien Lepiller
b38aed5077
Fix typos
2022-08-28 20:38:50 +02:00
Xi Ruoyao
8013518eb2
grub-efi: housekeeping
2022-08-28 23:01:36 +08:00
Xi Ruoyao
1977aef403
grub-efi: simplify emergency disk layout
...
"--boot-directory=/mnt/rescue/grub" will create "/mnt/rescue/grub/grub",
which seems a little redundant.
2022-08-28 22:21:14 +08:00
Xi Ruoyao
6db606f552
grub-efi: add minimal configuration with --removable
...
It's needed for e.g. setting the boot process on a 32-bit LFS with
64-bit UEFI firmware.
2022-08-28 22:19:14 +08:00
Xi Ruoyao
6851adea69
grub-efi: demote efibootmgr from required to recommended
...
We'll add how to configure EFI boot w/o efibootmgr later...
2022-08-28 21:24:15 +08:00
Xi Ruoyao
4f464d8efd
efivar: mark it useless on 32-bit kernel
2022-08-28 21:23:56 +08:00
Xi Ruoyao
fae75b7d8a
grub-efi: force --target=x86_64-efi for emergency boot disk
...
Without it, grub will create a MBR boot disk if the system is not booted
with EFI.
2022-08-28 20:44:23 +08:00
Xi Ruoyao
10311fad21
qemu: mention virtio drivers for disk and network
2022-08-28 20:43:33 +08:00
Xi Ruoyao
46a83048cb
qemu: describe an option to simulate UEFI hardware
...
Useful for testing BLFS UEFI section, or booting something (Windoge)
requiring UEFI.
2022-08-28 20:01:15 +08:00
Xi Ruoyao
716ab1ac26
js-91: clang is required on 32-bit system
2022-08-28 16:13:29 +08:00
Xi Ruoyao
ff72cd054c
fontconfig: mention unzip is used in tests
2022-08-28 16:13:28 +08:00
Bruce Dubbs
65b4c5060c
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-27 23:12:22 -05:00
Bruce Dubbs
d14db83073
Update to libreoffice-7.4.0.3.
2022-08-27 23:12:10 -05:00
Bruce Dubbs
72c95070d7
One tag
2022-08-27 23:11:31 -05:00
Douglas R. Reno
2d653cd9f0
Tag the ATI Driver
2022-08-27 20:17:55 -05:00
Bruce Dubbs
e3cab04605
Three tags
2022-08-27 18:32:23 -05:00
Bruce Dubbs
5965750640
Update to tree-2.0.3.
2022-08-27 18:04:31 -05:00
Xi Ruoyao
99ae185ec3
efivar: patch for 32-bit system
2022-08-28 03:19:18 +08:00
Xi Ruoyao
a1b09476e8
wayland: unset XDG_RUNTIME_DIR for test
...
* If it's not set, things will be OK.
* If it's set normally, things will be OK.
* If it's set to a non-exist path, many tests will fail.
So for now just papering over the "bad XDG_RUNTIME_DIR issue" by unset
it.
2022-08-28 03:19:18 +08:00
Bruce Dubbs
a772a40476
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-27 11:23:21 -05:00
Bruce Dubbs
0bf1b4fc54
Archive gtkmm2
2022-08-27 11:23:10 -05:00
Pierre Labastie
2c5007040c
Fix a perl module md5sum again
2022-08-27 14:54:01 +02:00
Pierre Labastie
5c3f3e0dd9
Three tags
2022-08-27 09:21:27 +02:00
Bruce Dubbs
63105664ab
Two more tags
2022-08-26 19:16:52 -05:00
Bruce Dubbs
a9a6631952
Tags
2022-08-26 18:30:19 -05:00
Bruce Dubbs
3032882841
Tags
2022-08-26 16:39:32 -05:00
Pierre Labastie
eef5713fb7
A few tags
2022-08-26 22:45:40 +02:00
Bruce Dubbs
ee2d129b09
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-26 11:46:07 -05:00
Bruce Dubbs
5cc198cd36
Update to vim-9.0.0228 (sync with LFS. And some tags.
2022-08-26 11:43:04 -05:00
Douglas R. Reno
4ca7becbd0
Two package updates and a bunch of tags
...
Update to feh-3.9.1
Update to xarchiver-0.5.4.19
2022-08-26 10:23:38 -05:00
Thomas Trepl (Moody)
94f9324cac
Some more tags
2022-08-26 12:53:08 +02:00
Thomas Trepl (Moody)
9cb50666dd
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2022-08-26 12:19:51 +02:00