Commit Graph

28655 Commits

Author SHA1 Message Date
Bruce Dubbs
aee6c1a88a Update to webp-pixbuf-loader-0.2.6. 2024-01-25 11:55:29 -06:00
Bruce Dubbs
4bea50314c Typo 2024-01-25 09:21:54 -06:00
Bruce Dubbs
701f830b8e Typo 2024-01-25 09:15:57 -06:00
Thomas Trepl
3d75ab66a7 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2024-01-25 15:22:29 +01:00
Thomas Trepl
2da03b7a05 Remove duplicate (mtdev) from optional deps 2024-01-25 15:22:11 +01:00
Xi Ruoyao
86b3ae3a37
cryptsetup: Clarify --disable-asciidoc 2024-01-25 17:44:46 +08:00
Xi Ruoyao
434e3e0c89
keyutils: Use generic kernel config rendering 2024-01-25 17:34:11 +08:00
Xi Ruoyao
808fe3aa36
keyutils: The test suite refers lsb_release 2024-01-25 17:23:37 +08:00
Xi Ruoyao
090bbb9286
linux-pam: Add a missing colon 2024-01-25 17:06:54 +08:00
Bruce Dubbs
41fe4039d6 Update to colord-1.4.7. 2024-01-24 17:07:16 -06:00
Bruce Dubbs
d7c6a8b175 Update to libpaper-2.1.3. 2024-01-24 17:01:02 -06:00
Bruce Dubbs
01e63c7e08 Update to libplacebo-6.338.2. 2024-01-24 15:52:38 -06:00
Douglas R. Reno
00105c815d Update to thunderbird-115.7.0 (Security Update) 2024-01-24 13:09:56 -06:00
Douglas R. Reno
6a7eababe7 Update to dos2unix-7.5.2 2024-01-24 11:44:56 -06:00
Douglas R. Reno
65f5082fe5 Update to Mako-1.3.1 (Python Module) 2024-01-24 11:41:31 -06:00
Douglas R. Reno
ce3c6d9173 Update to libwww-perl-6.75 (Perl Module) 2024-01-24 11:38:54 -06:00
Douglas R. Reno
4bcb0df640 Update to LWP-Protocol-https-6.12 (Perl Module) 2024-01-24 11:35:22 -06:00
Douglas R. Reno
f079d69994 Update to IO-Socket-SSL-2.085 (Perl Module) 2024-01-24 11:31:52 -06:00
Douglas R. Reno
adc26748a0 Update to SpiderMonkey-115.7.0. 2024-01-24 11:20:51 -06:00
Pierre Labastie
8415d53892 Supplement kernel configuration case explanation
We had two "Optional parameter" cases in the explanations.
The second one is "as a module if enabled" in the example.
Add this to the explanation too.
2024-01-24 17:38:58 +01:00
Xi Ruoyao
8f9d03f73c
ruby: Update the explanation of ac_cv_func_qsort_r=no
Per Glibc maintainers, the Ruby code has been broken for a long time: if
a larger array is used in the test suite it will blow up with
Glibc-2.37 (and maybe earlier).  Update the explanation to make it more
precise.
2024-01-25 00:03:50 +08:00
Xi Ruoyao
9ed3cb8dbb
gtk+3: Add libcloudproviders optional dependency
It's like gtk4, but we need true/false instead of enable/disable for the
meson option.
2024-01-24 20:08:10 +08:00
Xi Ruoyao
7ff805c3d1
tracker3-miners: Recommend upower 2024-01-24 19:13:37 +08:00
Rahul Chandra
4e594e3561 Update to webp-pixbuf-loader-0.2.5 2024-01-23 23:29:45 -05:00
Ken Moffat
befaca1cfe Merge remote-tracking branch 'refs/remotes/origin/trunk' into trunk 2024-01-23 22:52:29 +00:00
Ken Moffat
20b6996885 Update to firefox-115.0.0esr. 2024-01-23 22:49:23 +00:00
Douglas R. Reno
9d754948af Update to glib-2.78.4 2024-01-23 16:29:45 -06:00
Douglas R. Reno
268d769cec Update to nghttp2-1.59.0 2024-01-23 16:23:20 -06:00
Douglas R. Reno
4b5e6365d9 Update to ed-1.20 2024-01-23 16:16:28 -06:00
Douglas R. Reno
0a10ed6b5b Update to IPC-Run3-0.049 (Perl Module) 2024-01-23 16:04:03 -06:00
Douglas R. Reno
6961fefc12 Update to keyutils-1.6.3 2024-01-23 15:51:10 -06:00
Douglas R. Reno
2a18dcd8c0 Update to shadow-4.14.3 2024-01-23 14:59:57 -06:00
Pierre Labastie
1b3d8ed197 Merge branch 'plabs/newcss' into trunk
This set of commits changes slightly how the book is rendered, but it
fixes two problems:
- have the title of the page stay visible when scrolling up
- have the target of a link be visible when clicked

In addition the navigation bar in the footer has been removed, since the
navigation bar in the header is always available (except in the TOC)
2024-01-23 21:54:47 +01:00
Pierre Labastie
72cd7a446f css stylesheet: Add a color bar at bottom 2024-01-23 21:28:07 +01:00
Douglas R. Reno
26ff6f1c9a Update to postfix-3.8.5 2024-01-23 14:11:23 -06:00
Pierre Labastie
bb2adff7bf Reinstate a navigational footer for the TOC
There is no navigation header on this page, and after scrolling
to the bottom, it is good to be able to click "Next" and not have
to scroll back to top to click on "Preface".
2024-01-23 19:45:04 +01:00
Xi Ruoyao
3dcfa05c03
Update to vim-9.1.0041 (sync with LFS) 2024-01-23 17:18:24 +08:00
Pierre Labastie
2a2f7d9ba6 Replace some utf-8 encoded chars with char entities
It has been said that some chars were not readable as utf-8.
2024-01-23 09:32:33 +01:00
Xi Ruoyao
77b455955c
ruby: Don't use Glibc qsort_r
The first adaption for Glibc-2.39!
2024-01-23 05:03:39 +08:00
Xi Ruoyao
0905b41357
ruby: Update test suite status 2024-01-23 04:19:28 +08:00
Pierre Labastie
a38df1ea10 nitpicking: make all length units relative
Use only em values.
2024-01-22 19:52:55 +01:00
Xi Ruoyao
25b6f7afbb
perl-io-socket-ssl: Document a test failure with recent OpenSSL
See the linked upstream issue in the added comment.  The issue is fixed
but a new release has not been made yet.
2024-01-23 02:44:58 +08:00
Pierre Labastie
c302db6022 Make box for section titles static again
Since the  box that may scroll does not contain that box now, it does
not move when the scrollbar is actioned. The only fixed window now is
the div containing sect2/text. Its top has to be adjusted by trial and
error. But the rendering seems ok for all borwsers I can try (epiphany,
falkon and firefox).
2024-01-22 19:14:25 +01:00
Pierre Labastie
af52b6d7e9 Adjust position of fixed boxes to static ones
This is done by trial and error. It works well with firefox. Not fully
tested with other browsers.
2024-01-22 18:21:20 +01:00
Pierre Labastie
de4bdadf72 Remove dissymetry also in Section title
I think this had been introduced to follow the one in the nav header.
2024-01-22 18:20:20 +01:00
Pierre Labastie
847aab24b0 Make the navheader box static again
This allows to keep something closer to previous layout.
2024-01-22 18:16:56 +01:00
Pierre Labastie
35dc049bec Fix slight dissymmetry of Up/home positioning
The padding for the containing box was not right/left symmetric because
the order of padding values is not trivial in css (top right bottom
left). Making right and left equal allows to center the Up/Home box more
precisely. Then some tweaks for Next and Prev boxes have to be removed.
2024-01-22 18:12:23 +01:00
Xi Ruoyao
fbb821317e
ruby: Disable rpath 2024-01-22 21:33:50 +08:00
Xi Ruoyao
34b284fffe
kernel-config: Regenerate with 6.7.1
No content change!
2024-01-22 14:42:40 +08:00
Pierre Labastie
c7e06d82e8 Fix webkit bug 4
The container class for glossary has changed when adding the new glossary
template, so use that class in the css.
2024-01-21 22:42:46 +01:00