Commit Graph

9773 Commits

Author SHA1 Message Date
Xi Ruoyao
0c1c573e69
rust: Document test failures, and correct some XML elements in explanations 2023-06-12 19:08:35 +08:00
Thomas Trepl
930d002ca5 Merge branch 'trunk' into kea 2023-06-11 14:07:18 +02:00
Douglas R. Reno
c89c2823e5 Fix some documentation alignment inconsistencies
Reported by rhubarbpieguy on blfs-dev
2023-06-10 20:20:01 -05:00
Bruce Dubbs
2df221eac7 Update to libgusb-0.4.6. 2023-06-10 17:35:28 -05:00
Bruce Dubbs
023dffb796 pdate to cachecontrol-0.13.1. 2023-06-10 17:24:18 -05:00
Bruce Dubbs
3a05e32400 Update to php-8.2.7. 2023-06-10 17:20:03 -05:00
Bruce Dubbs
f19b4b89f4 Update to mercurial-6.4.4. 2023-06-10 17:06:46 -05:00
Pierre Labastie
23b68489ad Fix python3 docs md5 2023-06-10 09:30:01 +02:00
Thomas Trepl
9ae8a83e08 Merge branch 'trunk' into kea 2023-06-10 08:07:36 +02:00
Thomas Trepl
49827ffd32 Fix compile issue in poppler on 32bit 2023-06-10 07:48:13 +02:00
Bruce Dubbs
49e2ba59fe Update to Python-3.11.4. 2023-06-09 16:56:16 -05:00
Bruce Dubbs
d241861f92 Update to dbus-1.14.8. 2023-06-09 16:30:36 -05:00
Douglas R. Reno
4acd7447c8 Update to intel-gmmlib-22.3.7 2023-06-09 13:28:37 -05:00
Douglas R. Reno
849543cacb Patch desktop-file-utils to handle the new SingleMainWindow key from
standard version 1.5.
2023-06-09 12:58:58 -05:00
Thomas Trepl
e8a4d3b1cd Merge branch 'trunk' into kea 2023-06-09 09:38:23 +02:00
Bruce Dubbs
f6c28f482b Touchup poppler and mitkrb 2023-06-08 15:46:54 -05:00
Bruce Dubbs
1bf351d35b Update to poppler-23.06.0. 2023-06-08 13:48:13 -05:00
Bruce Dubbs
ffef0bb701 Update to librsvg-2.56.1. 2023-06-07 15:47:16 -05:00
Bruce Dubbs
1fd75935de Update to rustc-1.70.0. 2023-06-07 15:30:06 -05:00
Bruce Dubbs
55fb76ba30 Update to llvm-16.0.5. 2023-06-07 11:23:14 -05:00
Bruce Dubbs
a301ecadfb Update to tree-2.1.1. 2023-06-06 20:07:33 -05:00
Bruce Dubbs
d3cf76e101 Update to cachecontrol-0.13.0.tar.gz (Python module). 2023-06-06 20:01:26 -05:00
Bruce Dubbs
5867c6d623 Update to unrar-6.2.8. 2023-06-06 19:17:52 -05:00
Ken Moffat
d3daa9fe8c Package updates:
firefox-102.12.0,
js-102.12.0.
2023-06-06 21:19:34 +01:00
Bruce Dubbs
75532e57ce Update to gc-8.2.4. 2023-06-05 14:20:48 -05:00
Bruce Dubbs
0863931d90 Update to MarkupSafe-2.1.3 (Python Module). 2023-06-04 17:40:24 -05:00
Bruce Dubbs
e962ced3ca Update to Net-DNS-1.39 (Perl Module). 2023-06-04 17:35:34 -05:00
Bruce Dubbs
a68ccb1615 Fix git md5sum 2023-06-03 06:38:57 -05:00
Tim Tassonis
97bd764c30 Update to git-2.41.0. 2023-06-02 23:33:21 +02:00
Xi Ruoyao
c407a61f5e
rust: Symlink the Zsh completion file so Zsh can find it 2023-06-03 00:22:55 +08:00
Pierre Labastie
09b33fbafd Exiv2: Add command explanation to disable brotli 2023-06-01 21:26:03 +02:00
Pierre Labastie
75129f2bca Add brotli as a recommended dependency for exiv2
It can be disabled, but it is useful.
2023-06-01 21:02:53 +02:00
Douglas R. Reno
30edd677da libssh2: comment out unused patch from the Downloads section 2023-06-01 10:33:41 -05:00
Xi Ruoyao
48d48bdd2e
librsvg: Fix gi-docgen API doc install location 2023-06-01 21:23:18 +08:00
Xi Ruoyao
24ecd679da
rust: Add rustdoc into build.tools
The rustdoc program is a part of rustup default install.  And it was
installed with previous rustc releases even if we didn't specify it in
build.tools (so it's in the "contents and short descriptions" section).
But with rustc-1.69 it's not installed if we don't explicitly add it
into build.tools.

It's needed by "cargo doc" command (I use it when I develop Rust
crates), and also some BLFS packages (at least, the testsuite of
librsvg).

Add rustdoc into build.tools so it will be built and installed.
2023-06-01 19:09:45 +08:00
Xi Ruoyao
185bfd7176
glib2: Add back the test failure with du-9.2
PLEASE DO NOT REMOVE UNLESS YOU'VE TESTED WITH COREUTILS 9.2 OR LATER!
2023-06-01 16:27:43 +08:00
Xi Ruoyao
35a47ae8fb
Update to libssh2-1.11.0 2023-06-01 16:17:24 +08:00
Douglas R. Reno
a6a7db150b glib2: trivial commit, just remove an extra period that was bugging me 2023-05-31 15:46:06 -05:00
Douglas R. Reno
363ca805ed sphinxcontrib-htmlhelp: Remove text about a sed that no longer exists. 2023-05-31 15:25:20 -05:00
Douglas R. Reno
5fda0abba3 asciidoctor: Add a note about the "fatal: not a git repository" message
that shows up during the build.

It can be misleading, so let's document it.
2023-05-31 11:40:14 -05:00
Pierre Labastie
11f9b1d14c Document gdb-add-index in short descriptions
Also reinstate libinproctrace in short descriptions
2023-05-30 13:34:50 +02:00
Pierre Labastie
da73c1c05f Update to gdb-13.2 2023-05-29 21:36:13 +02:00
Pierre Labastie
c824000c34 Update to vala-0.56.8 2023-05-29 21:36:13 +02:00
Pierre Labastie
6617624bba Remove version of glib2 patch
Glib2 version has been removed in the patches directory...
2023-05-28 23:08:39 +02:00
Bruce Dubbs
959d0d268b Add a warning to the icu package
If upgrading to a new majore version of icu, add a warning about the
need to upgrade other packages.  Also provide information about how to
test packages for conflicts.
2023-05-28 11:28:13 -05:00
Bruce Dubbs
32054928d1 Update to glib-2.76.3. 2023-05-28 10:42:38 -05:00
Bruce Dubbs
58acc3e46a Minor rewording of libxml2 note. 2023-05-27 16:32:51 -05:00
Xi Ruoyao
f6061807d1
libxml2: Note how to remove unneeded references to ICU libraries for --with-icu
Or too many packages can link to ICU libraries w/o any real necessity
and cause upgrading ICU very nasty.
2023-05-27 19:18:49 +08:00
Pierre Labastie
1e99ba7f25 exiv2 uses external inih now
reported by r1c0n3r0 on #lfs-support
2023-05-27 09:06:04 +02:00
Bruce Dubbs
83e98db34a Update to exiv2-0.28.0. 2023-05-26 16:08:11 -05:00
Bruce Dubbs
b5404f8878 Update to Cython-0.29.35 (Python module). 2023-05-26 15:56:13 -05:00
Xi Ruoyao
b5b6ba3b6c
glib2: Mention a test failure with latest coreutils 2023-05-26 15:14:23 +08:00
Bruce Dubbs
25991359df Update python sphinx modules and dependencies.
Update to sphinx_rtd_theme-1.2.1.
Update to python sphinx dependencies to
  sphinxcontrib-jquery-4.1
  sphinxcontrib-applehelp-1.0.4
  sphinxcontrib-htmlhelp-2.0.1.
2023-05-24 17:18:22 -05:00
Pierre Labastie
9f2364e465 Update to requests-2.31.0 2023-05-24 22:01:43 +02:00
Pierre Labastie
9106fcbe4b Update to enchant-2.5.0 2023-05-24 21:52:33 +02:00
Pierre Labastie
ab9126d1c2 Update to qpdf-11.4.0 2023-05-24 19:47:37 +02:00
Bruce Dubbs
eb2a639d83 Update to highlight-4.6. 2023-05-24 09:56:34 -05:00
Bruce Dubbs
0ce4fca83c Update to libuv-1.45.0. 2023-05-22 19:41:28 -05:00
Bruce Dubbs
31c9e2a6d3 Update to pycryptodome-3.18.0 (Python module). 2023-05-22 19:15:25 -05:00
Bruce Dubbs
e8280a2459 Update to double-conversion-3.3.0. 2023-05-22 19:09:50 -05:00
Bruce Dubbs
853a907634 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-05-22 17:06:08 -05:00
Ken Moffat
2a24738059 Add depndencies for HTTP::CookieJar perl module. 2023-05-22 22:51:52 +01:00
Bruce Dubbs
0ca57d1968 Fix doxygen dependency 2023-05-22 15:17:48 -05:00
Bruce Dubbs
9629dabf39 Update to doxygen-1.9.7. 2023-05-22 15:09:21 -05:00
Bruce Dubbs
05374c37b2 Update to cmake-3.26.4. 2023-05-21 18:47:34 -05:00
Bruce Dubbs
c0220db026 Update to libwacom-2.7.0. 2023-05-21 18:33:42 -05:00
Bruce Dubbs
3be43c77ab Update to asciidoctor-2.0.20. 2023-05-21 15:25:46 -05:00
Bruce Dubbs
eeb331f820 Update to llvm-16.0.4. 2023-05-21 12:02:01 -05:00
Bruce Dubbs
7d8336d9af Update to IO-Socket-SSL-2.083 (Perl Module). 2023-05-19 15:31:55 -05:00
Bruce Dubbs
2c98f4848f Update to dos2unix-7.5.0. 2023-05-19 15:24:42 -05:00
Bruce Dubbs
73c5b5748e Update to asciidoctor-2.0.19. 2023-05-19 15:20:00 -05:00
Bruce Dubbs
cba968b420 Update to docutils-0.20.1 (Python module). 2023-05-19 15:18:27 -05:00
Bruce Dubbs
aee82798ab Update to fribidi-1.0.13. 2023-05-19 14:53:51 -05:00
Bruce Dubbs
545b6d0a70 Update to unrar-6.2.7. 2023-05-19 14:52:25 -05:00
Bruce Dubbs
412cf83807 Update to lua-5.4.6. 2023-05-19 14:40:41 -05:00
Pierre Labastie
702c50c7d8 Add Jinja2 as required for elogind
It's a new dependency in 252.9. I had not seen it when upgrading.
2023-05-18 07:54:16 +02:00
Bruce Dubbs
ffe5cb046a Update to php-8.2.6. 2023-05-17 19:32:16 -05:00
Pierre Labastie
1db852a550 Update to elogind-252.9
ALso add forgotten changelog entry for sphinx
2023-05-17 19:04:49 +02:00
Pierre Labastie
8055e91729 Update to sphinx-7.0.1 2023-05-16 17:04:21 +02:00
Pierre Labastie
ed298fa2c7 Update to docutils-0.20 2023-05-16 16:54:24 +02:00
Xi Ruoyao
a17f6a03ab
systemd: Sync grammar fix from LFS 2023-05-16 14:24:42 +08:00
Xi Ruoyao
3f6a6dc5c7
Update to LLVM-16.0.3 (#17861)
With Thunderbird workaround applied, we can try to update to LLVM 16
again.  Note that Firefox may need a similar workaround but at least it
does not crash on start-up.

This reverts commit 218e13ce4b
("Revert back to LLVM-15.0.7 for now"), bump LLVM to 16.0.3, and updated
md5sums for tarballs and test suite status for it.
2023-05-15 12:13:01 +08:00
Pierre Labastie
6f7e811b7a Add HTTP::CookieJar-0.014
It's needed by libwww-perl-6.70
2023-05-13 23:36:08 +02:00
Pierre Labastie
ccbae9ab99 Update to Business::ISBN::Data-20230426.001 2023-05-13 22:35:17 +02:00
Pierre Labastie
35087ed7de urllib3-2.0.2 requires hatchling 2023-05-13 14:43:37 +02:00
Pierre Labastie
bce49fce32 Testing python modules may require sqlite3 module
Add a note that it may be needed to rebuilt python3 after installing
sqlite
2023-05-13 08:44:46 +02:00
Bruce Dubbs
14a655f444 Update to Net-DNS-1.38 (Perl module). 2023-05-11 20:04:03 -05:00
Bruce Dubbs
12ae37c820 Update to harfbuzz-7.3.0. 2023-05-11 19:58:28 -05:00
Xi Ruoyao
f935d0dec0
systemd: Note some test failures
Just tried the test suite in a VM with minimal kernel configuration and
the root user, and noticed some failures.
2023-05-10 15:44:55 +08:00
Xi Ruoyao
7c421371ce
systemd: Fix runtime issue exploited by GCC 13 2023-05-10 15:23:55 +08:00
Ken Moffat
5a39c5a056 Package Updates:
firefox-102.11.0,
js-102.11.0.

Use a common entity for firefox-size.
2023-05-09 20:10:45 +01:00
Bruce Dubbs
665cb6c9c1 Update to libxslt-1.1.38. 2023-05-09 12:54:46 -05:00
Thomas Trepl
c2ab6f4bdf First attempt to get in Kea 2023-05-07 21:41:58 +02:00
Bruce Dubbs
a9880c8f31 Update to libwww-perl-6.70 (Perl module). 2023-05-07 12:48:27 -05:00
Bruce Dubbs
dc86a94b27 Update to graphviz-8.0.5. 2023-05-07 12:02:47 -05:00
Bruce Dubbs
6195226df8 Update to babl-0.1.106. 2023-05-07 11:55:09 -05:00
Bruce Dubbs
8bfa135fc0 Update to mercurial-6.4.3. 2023-05-07 11:51:17 -05:00
Xi Ruoyao
ecc02fe061
python-dbusmock: Use a better download URL
We can download it from pythonhosted with exactly same MD5 and a name
not prefixed with the dubious "dist."
2023-05-07 18:16:38 +08:00
Xi Ruoyao
2e597c5e8c
libpaper: Use package tarball name as docdir name
Align with others.
2023-05-07 17:08:42 +08:00
Xi Ruoyao
b0a334e0cf
ibus: The test xkb-latin-layouts no longer fails 2023-05-06 23:42:53 +08:00
Bruce Dubbs
bc0b25171e Python module updates.
Update to requests-2.30.0 (Python module).
Update to urllib3-2.0.2 (Python module) required for requests-2.30.0.
2023-05-05 22:28:23 -05:00
Bruce Dubbs
f405062e77 Update to poppler-23.05.0. 2023-05-03 19:41:35 -05:00
Bruce Dubbs
d781a2282b Update to qca-2.3.6. 2023-05-03 19:35:21 -05:00
Bruce Dubbs
cc610062b8 Update to pciutils-3.10.0. 2023-05-03 19:27:48 -05:00
Bruce Dubbs
791f98630a Update to cpio-2.14. 2023-05-03 19:19:17 -05:00
Bruce Dubbs
777a66a3f8 gspell-1.12.1. 2023-05-03 19:05:40 -05:00
Bruce Dubbs
8707ac4d01 Update to sphinx-7.0.0 (Python module). 2023-05-03 18:40:00 -05:00
Bruce Dubbs
eff640ce23 Update to iso-codes-4.15.0. 2023-05-02 20:39:11 -05:00
Bruce Dubbs
83bc78e02f Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-05-02 17:35:19 -05:00
Bruce Dubbs
dd1d764104 Update to valgrind-3.21.0. 2023-05-02 17:34:15 -05:00
Xi Ruoyao
11e8c12c44
gcc: Remove brig from "other languages"
The support for brig had been removed in GCC 12.
2023-05-02 23:01:45 +08:00
Bruce Dubbs
64e462a702 Update to gcc-13.1. 2023-05-01 22:38:44 -05:00
Tim Tassonis
cae07fd4c8 Update to git-2.40.1 2023-04-28 21:19:27 +02:00
Pierre Labastie
fc32763cf8 Separate post-install instr in web-pixbuf-loader
Creating a cache should be done after instaling when using a package
manager. And having both install and post-install in the same
bloc confuses jhalfs.
2023-04-28 09:44:54 +02:00
Bruce Dubbs
1118ba14e4 Update to harfbuzz-7.2.0. 2023-04-27 13:42:52 -05:00
Bruce Dubbs
49b3512bc1 Update to requests-2.29.0 (Python module). 2023-04-27 13:35:32 -05:00
Pierre Labastie
820262d82c Separate post-install from install in libavif
Updating the loaders cache is a post-install instruction. The generated
files shouldn't be part of a package if using a package manager.
And jhalfs gets confused if it is not separated from the install.
2023-04-27 18:45:08 +02:00
Bruce Dubbs
2280e49dac Update to glib-2.76.2. 2023-04-24 18:36:16 -05:00
Bruce Dubbs
1d6fda1682 Update to sphinx-6.2.0 (Python module). 2023-04-23 19:36:16 -05:00
Bruce Dubbs
320d985bc3 Update to rustc-1.69.0. 2023-04-23 14:39:49 -05:00
Bruce Dubbs
b36f7378cf Update to numpy-1.24.3 (Python module). 2023-04-23 14:16:12 -05:00
Douglas R. Reno
f298fd489a Add webp-pixbuf-loader in support of EOG. 2023-04-23 11:15:05 -05:00
Bruce Dubbs
597ff23e95 Update to Data-Compare-1.29 (Perl Module). 2023-04-22 16:31:00 -05:00
Bruce Dubbs
21dcd2009a Update to python-dbusmock-0.29.0 (Python module). 2023-04-21 14:37:07 -05:00
Bruce Dubbs
33d07407f3 Update to babl-0.1.104. 2023-04-21 13:57:43 -05:00
Xi Ruoyao
90a022dca6
boost: Avoid hardcoding Python 3 minor version 2023-04-21 13:10:55 +08:00
Bruce Dubbs
a617894332 Update to vala-0.56.7. 2023-04-20 11:52:17 -05:00
Douglas R. Reno
acea88c358 Add libavif to the book in support of WebKitGTK+. 2023-04-20 10:21:44 -05:00
Bruce Dubbs
438759ad41 Update to libqalculate-4.6.1. 2023-04-19 20:42:20 -05:00
Douglas R. Reno
2b2e5fda65 Add unifdef into the book in support of WebKitGTK+. 2023-04-19 20:06:26 -05:00
Douglas R. Reno
283db46d85 Update to sysprof-3.48.0 2023-04-19 19:30:40 -05:00
Douglas R. Reno
601bc7aa81 Update to pygobject-3.44.1 (Python Module) 2023-04-19 19:26:18 -05:00
Bruce Dubbs
5416b65f44 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-04-18 17:25:39 -05:00
Bruce Dubbs
6968baf1c8 Update to mercurial-6.4.2. 2023-04-18 17:25:19 -05:00
Douglas R. Reno
0869e91fc5 Boost: Update the installed libraries 2023-04-18 16:26:35 -05:00
Douglas R. Reno
2cddc60f96 libpaper: restore the description for paperconf
It was added back in libpaper-2.1.0 for compatibility with older
scripts.
2023-04-18 15:39:58 -05:00
Bruce Dubbs
7ca4636d9a Update to umockdev-0.17.17. 2023-04-18 13:32:02 -05:00
Bruce Dubbs
17eb8077f8 Update to apr-1.7.4. 2023-04-18 13:17:18 -05:00
Bruce Dubbs
258b1c9496 Update to graphviz-8.0.3. 2023-04-18 12:43:54 -05:00
Bruce Dubbs
8f4b1820d3 pdate to php-8.2.5. 2023-04-17 17:51:02 -05:00
Bruce Dubbs
634e2a10fb Update to mercurial-6.4.1. 2023-04-17 17:37:39 -05:00
Xi Ruoyao
66e22c9b8c
dbus: Update test suite info
The test suite can be ran w/o dbus-python and pygobject, but many tests
are just disabled (they even do not show up as "SKIPPED").  For
editors, see the added comments for details.

LFS dbus page will be updated too.
2023-04-16 20:21:06 +08:00
Bruce Dubbs
0dbdfb12ba Update to boost-1.82.0. 2023-04-15 16:27:54 -05:00
Bruce Dubbs
111bb21037 Update to node-18.16.0. 2023-04-15 15:58:21 -05:00
Bruce Dubbs
8f37884d0c Package updates.
Update to libpaper-2.1.0.
Update to icu4c-73.1.
2023-04-15 14:55:55 -05:00
Bruce Dubbs
5bda216b05 Update to pytest-7.3.1 (Python module). 2023-04-15 10:20:06 -05:00
Bruce Dubbs
c7a4088188 Update to packaging-23.1 (Python module). 2023-04-15 10:06:56 -05:00
Bruce Dubbs
95a526a584 Update to Python-3.11.3. 2023-04-14 15:25:42 -05:00
Douglas R. Reno
d8458f3dc2 json-glib: Add an option to disable the documentation generation. 2023-04-13 18:37:09 -05:00
Douglas R. Reno
d96a39ee77 Update to libxml2-2.10.4 (Security Update) 2023-04-13 18:33:02 -05:00