Pierre Labastie
360f25bbe9
Update to librsvg-2.54.5
2022-09-04 22:23:12 +02:00
Bruce Dubbs
ccdcaa0f76
Package updates.
...
Update to Log-Log4perl-1.56 (Perl Module).
Update to IO-Socket-SSL-2.075 (Perl Module).
Update to doxygen-1.9.5.
Update to libatomic_ops-7.6.14.
2022-09-04 10:32:30 -05:00
Douglas R. Reno
720e4cbe9e
Package updates
...
Update to libtasn1-4.19.0
Update to babl-0.1.96
Update to fetchmail-6.4.33
2022-09-03 18:58:59 -05:00
Douglas R. Reno
67cd226204
Package updates:
...
Update to gc-8.2.2
Update to mozjs-91.13.0
Update to libqalculate-4.3.0
Update to nghttp2-1.49.0
2022-09-03 17:59:57 -05:00
Douglas R. Reno
5e0e3d79db
Libreoffice: Use the correct patch name
2022-09-03 15:42:29 -05:00
Douglas R. Reno
d608866be8
Three security updates and relevant buildfixes:
...
Update to thunderbird-102.2.1
Update to poppler-22.09.0
Update to curl-7.85.0
Fix building inkscape with poppler-22.09.0
Fix building libreoffice with poppler-22.09.0
2022-09-03 15:29:09 -05:00
Douglas R. Reno
6aa4fda02a
libxslt: Remove old comment about python2 module
2022-09-03 11:07:50 -05:00
Douglas R. Reno
f4c100b7d4
libxslt: remove extra newline before configure
2022-09-03 09:01:03 -05:00
Douglas R. Reno
d09dd053da
Remove duplicate release entry from changelog
2022-09-03 08:12:42 -05:00
Pierre Labastie
0ecb20cf9f
libxslt: remove an harmful space at eol
...
Took me one hour to figure out hy configure was asking to use
--build, --host, ...
2022-09-03 07:58:00 +02:00
Pierre Labastie
9762440961
Fix libxml2py2 for libxml2-2.10.2
...
- fix md5sum and figures
- change build instructions because now setup.py is not distributed,
only setup.py.in, so that configure needs to be run.
2022-09-03 07:52:35 +02:00
Bruce Dubbs
323310fd44
Update to libxslt-1.1.37.
2022-09-02 20:17:46 -05:00
Bruce Dubbs
8294b3df56
Update to libxml2-2.10.2.
2022-09-02 19:38:51 -05:00
Bruce Dubbs
7189987151
Update a python module and four xorg libraries.
...
Update to libXau-1.0.10.
Update to libfontenc-1.1.6 (Xorg library).
Update to libXfont2-2.0.6 (Xorg library).
Update to libFS-1.0.9 (Xorg library).
Update to Mako-1.2.2 (Python module).
2022-09-02 15:54:01 -05:00
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