Bruce Dubbs
2adc3b6733
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-17 12:33:55 -05:00
Bruce Dubbs
cace266364
Fix cbindgen md5sum
2023-09-17 12:33:22 -05:00
Xi Ruoyao
5028839fa0
Rename js102 to spidermonkey
2023-09-18 00:55:11 +08:00
Douglas R. Reno
2d73dcae1b
Update to cmake-3.27.5
2023-09-16 16:24:02 -05:00
Douglas R. Reno
485ee94035
Update to librsvg-2.57.0
2023-09-16 16:04:10 -05:00
Douglas R. Reno
ccc1d65519
Update the APNG patch in libpng to 1.6.40.
...
Thanks goes to Larry Sevilla for the report.
2023-09-16 15:40:54 -05:00
Douglas R. Reno
8a65127f68
Update to cbindgen-0.26.0
2023-09-16 15:23:39 -05:00
Douglas R. Reno
dbfda01fb9
Update to libtiff-4.6.0.
...
Note that this version removes a very large number of utilities due to
lack of maintenance and security concerns.
2023-09-16 14:57:38 -05:00
Xi Ruoyao
44b3f4400e
treewide: Really remove commented out references to Python 2
...
It helps using grep for finding packages depending on Python 2.
2023-09-16 15:21:01 +08:00
Pierre Labastie
f71b76a938
Fix installing python-dbusmock
...
The name of the package in the install command was inadvertently
changed to dbusmock. But this name is unknown to the build system,
and should be python-dbusmock (or python_dbusmock).
2023-09-15 21:20:49 +02:00
Douglas R. Reno
1856819d95
Update to pygobject-3.46.0
2023-09-14 18:26:26 -05:00
Douglas R. Reno
126e6a2558
Update to libarchive-3.7.2
2023-09-14 18:14:48 -05:00
Pierre Labastie
5d51dad6c5
Update to sphinx-7.2.6
2023-09-14 21:22:31 +02:00
Pierre Labastie
10e485f704
Update to libwebp-1.3.2
2023-09-14 21:22:31 +02:00
Pierre Labastie
e459d5d970
Update to graphviz-9.0.0
2023-09-14 21:22:30 +02:00
Xi Ruoyao
4f52b38434
brotli: Link Python3 binding to system library, and run its testsuite
2023-09-14 17:43:22 +08:00
Xi Ruoyao
359e34cbdb
systemd: Sync -Dnobody-group=nogroup from LFS
2023-09-14 17:28:36 +08:00
Ken Moffat
5e3a62dffe
Second attempt to fix libwebp.
...
Apologies to anyone who picked up the first version of the patch.
2023-09-13 05:59:22 +01:00
Ken Moffat
11f671c80b
Patch libwebp, using patch from firefox.
2023-09-13 03:46:56 +01:00
Bruce Dubbs
990dbf00a0
Remove obsolete references to gtk2
2023-09-11 11:51:23 -05:00
Douglas R. Reno
bdf53ed73a
Update to harfbuzz-8.2.0
2023-09-11 11:34:46 -05:00
Bruce Dubbs
cca8751a38
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-10 21:14:40 -05:00
Bruce Dubbs
082e722cf2
Finish replacing 'pip3 wheel' and 'pip3 install' text with ENTITIES
2023-09-10 21:14:32 -05:00
Douglas R. Reno
89eb994f7e
Update to gobject-introspection-1.78.0
2023-09-10 19:42:52 -05:00
Douglas R. Reno
e9edfe00c2
Update to glib-2.78.0
2023-09-10 19:24:51 -05:00
Bruce Dubbs
db244ae299
Replace 'pip3 wheel' and 'pip3 install' text with ENTITIES
...
Currently only python-modules are complete. The python-dependencies
page will be done in another commit.
2023-09-10 18:13:10 -05:00
Bruce Dubbs
4395529877
Adjust and continue using entities fo rpip3 commands
2023-09-10 15:01:56 -05:00
Bruce Dubbs
72729a7920
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-10 13:17:18 -05:00
Bruce Dubbs
87e1d46091
Update to libportal-0.7.1.
2023-09-10 13:17:06 -05:00
Pierre Labastie
07fa316dd3
sphinxcontrib-serializinghtml: fix circ. dep.
...
Upstream has introduced a build dependency on sphinx, which is
not needed. Sphinx is only needed for tests.
2023-09-10 18:54:55 +02:00
Pierre Labastie
30677e5f07
Fix indentation in sphincontrib-serializinghtml
2023-09-10 18:53:58 +02:00
Douglas R. Reno
a5e9bcdc5b
Update to libcloudproviders-0.3.4
2023-09-08 12:29:11 -05:00
Bruce Dubbs
c1caa22f6e
Update to udisks-2.10.1.
2023-09-08 12:27:50 -05:00
Bruce Dubbs
bba4499b7a
Update to sysstat-12.7.4.
...
Also move configuration directory from /etc/sysconfig to
/etc/sysstat.
2023-09-08 11:52:49 -05:00
Bruce Dubbs
f978ebd4c8
Update to poppler-23.09.0.
2023-09-07 19:16:20 -05:00
Douglas R. Reno
1f45a0fd8f
Update to libportal-0.7
...
A lot of things changed here:
- Add the test suite, and note it's new dependencies (dbusmock and
pytest)
- Demote Qt5 to optional since nothing that's in the book currently uses
it
- Remove the command explanation for setting the portals that are built,
since those are now autodetected
- Removed periods from the end of short descriptions to match style with
other pages
- Specified what each dependency is intended for (gi-docgen for docs,
dbusmock/pytest for tests, qt5 for qt5 portals)
2023-09-07 17:30:13 -05:00
Douglas R. Reno
e302a0151f
Update to mercurial-6.5.2
2023-09-07 14:55:39 -05:00
Bruce Dubbs
4a87c83f1d
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-07 14:48:47 -05:00
Bruce Dubbs
128bc41cde
Update to dbus-1.14.10.
2023-09-07 14:35:16 -05:00
Thomas Trepl
109e7d1e14
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-07 21:30:28 +02:00
Thomas Trepl
f6752fce88
Upgrade php-8.2.10
2023-09-07 21:30:07 +02:00
Douglas R. Reno
fe6657bac7
doxygen: 012_cite.dox no longer seems to fail with 1.9.8
2023-09-07 12:14:58 -05:00
Douglas R. Reno
6ab5e5bc61
Update to qpdf-11.6.1
2023-09-06 16:02:15 -05:00
Douglas R. Reno
bea1887cbf
Update to libwacom-2.8.0
2023-09-06 15:31:34 -05:00
Bruce Dubbs
92ec9516cc
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-06 15:29:54 -05:00
Douglas R. Reno
7aceb9d739
Update to mozjs-102.15.0
2023-09-06 15:18:42 -05:00
Bruce Dubbs
5b75675566
Update to doxygen-1.9.8.
2023-09-06 15:04:05 -05:00
Douglas R. Reno
3c89223b27
Update to libavif-1.0.1
2023-09-06 14:53:50 -05:00
Xi Ruoyao
7ffcdc11f9
gpm: Add ac_cv_path_emacs=no, and add texlive as optional dependency for doc
2023-09-06 20:08:15 +08:00
Bruce Dubbs
32244fa9f0
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-06 00:03:21 -05:00
Bruce Dubbs
60de0e101e
Disable lxde
2023-09-06 00:03:05 -05:00
Xi Ruoyao
1cdea836b5
scons: Use pip3 wheel & pip3 install instead of setup.py
...
Also introduce entities for pip3 wheel and pip3 install for future use
(#18466 ). Reuse the entities for gpgme and libpwquality, so the missed
--no-user in libpwquality is fixed as well.
2023-09-06 04:11:02 +08:00
Douglas R. Reno
8cc28db68b
rustc: minor text tweak on the description of systemd-run.
2023-09-05 14:15:48 -05:00
Bruce Dubbs
407c671a8a
Update to libblockdev-3.0.3.
...
Also archive volume_key.
2023-09-04 17:32:01 -05:00
Bruce Dubbs
8ff79c8e83
Update to highlight-4.8.
2023-09-04 17:05:26 -05:00
Bruce Dubbs
66a318cc6d
Update to freetype-2.13.2.
2023-09-04 16:52:18 -05:00
Bruce Dubbs
9d7f370cb1
Reformat bubblewrap
2023-09-04 15:14:55 -05:00
Bruce Dubbs
38022152f7
Archive librep to go with previous archiving of sawfish
2023-09-04 14:58:46 -05:00
Douglas R. Reno
f7fe3e6aed
Typo fixes from Julien Lepiller
2023-09-04 13:33:48 -05:00
Xi Ruoyao
ce49f79e46
cbindgen: Update to cbindgen-0.25.0
2023-09-05 00:14:58 +08:00
Xi Ruoyao
808aeec3d8
rust: Update to rustc-1.72.0
2023-09-04 23:50:51 +08:00
Rahul Chandra
631d6d1da2
bluez-5.69
2023-09-04 00:55:10 -04:00
Bruce Dubbs
39edc5a2e3
Archive sawfish and its dependency rep-gtk.
2023-09-03 16:02:59 -05:00
Pierre Labastie
3926150236
glib-2.76.5
2023-09-03 21:55:00 +02:00
Pierre Labastie
deaa20092f
Python-3.11.5
2023-09-03 21:45:57 +02:00
Pierre Labastie
9015514af8
URI-5.21 (perl module)
2023-09-03 20:53:36 +02:00
Xi Ruoyao
0fa2f6ef5a
pinentry: Fix a typo
2023-09-04 01:15:15 +08:00
Douglas R. Reno
addfe49b9c
Update to pytest-7.4.1 (Python Module)
2023-09-03 11:25:11 -05:00
Douglas R. Reno
2d12b6c352
Update to intel-gmmlib-22.3.11
2023-09-03 11:16:55 -05:00
Douglas R. Reno
bf904c0632
Update to Net-DNS-1.40 (Perl Module)
2023-09-03 11:13:32 -05:00
Douglas R. Reno
f6f9332351
Update to dos2unix-7.5.1
2023-09-03 11:03:31 -05:00
Douglas R. Reno
eb6844544b
Typos from rhubarbpieguy, and minor modification to bind-utils' XML to
...
make it standard with other pages.
2023-09-03 10:41:39 -05:00
Pierre Labastie
31ddfc35b0
Fix test results in sphinx
2023-09-02 15:11:06 +02:00
Pierre Labastie
8a826d4c68
Typos
2023-09-02 15:09:19 +02:00
Pierre Labastie
c1ce2f1436
Update to sphinx_rtd_theme-1.3.0
...
Python module
2023-09-02 15:02:38 +02:00
Pierre Labastie
72d9cebb56
Update to git-2.42.0
2023-09-02 14:52:57 +02:00
Pierre Labastie
cc46f55018
Update to libqalculate-4.8.0
2023-09-02 14:34:37 +02:00
Pierre Labastie
748752debc
Update to brotli-1.1.0
2023-09-02 14:29:28 +02:00
Pierre Labastie
f3fc1174ea
Update to vala-0.56.13
2023-09-02 14:10:26 +02:00
Pierre Labastie
5c5417a89d
Update to sphinx-7.2.5 (python module)
2023-09-02 14:01:30 +02:00
Pierre Labastie
fe7a360b70
Update to cmake-3.27.4
2023-09-02 13:55:03 +02:00
Pierre Labastie
237edc2caa
Update to sphinxcontrib-serializinghtml-1.1.9
...
It is now required by sphinx-7.2.
2023-09-02 11:44:22 +02:00
Xi Ruoyao
948a3628c7
dbus: Mark systemd (with PAM) runtime in text too
...
It's already runtime internally (with role="runtime").
2023-09-02 17:18:35 +08:00
Bruce Dubbs
511e498edb
Remove duplicate words
2023-09-01 10:52:38 -05:00
Xi Ruoyao
7ecc6cd935
autoconf213: Update package description
2023-08-31 20:00:29 +08:00
Pierre Labastie
0c2f05d764
Update to blocaled-0.5
2023-08-30 17:38:15 +02:00
Douglas R. Reno
a325582c46
Lua52: text change - add VLC to the list of packages that use it.
2023-08-29 12:19:04 -05:00
Douglas R. Reno
34d1c20f10
AccountsService: Add an extra "space" to align the sed correctly
2023-08-29 11:39:34 -05:00
Xi Ruoyao
1f9860d3cc
acpid: Add info to avoid conflict with other ACPI event handlers, and...
...
use "systemctl suspend" instead of pm-suspend on systemd.
2023-08-29 17:59:30 +08:00
Douglas R. Reno
07efc98375
doxygen: Add a note about "Ignoring unknown extended header keyword"
...
messages coming from tar when untarring this package
2023-08-28 11:49:11 -05:00
Douglas R. Reno
ef12a7e003
Tags
2023-08-28 00:26:37 -05:00
Douglas R. Reno
b9d83041d0
Jansson: add missing paranthesis
2023-08-27 19:31:15 -05:00
Pierre Labastie
e440af55af
Remove trailing spaces and a few typos
2023-08-27 10:41:46 +02:00
Xi Ruoyao
08b315d090
rust: Git is needed for running test suite
...
If Git is not installed, the test suite bails out very early.
2023-08-26 19:20:45 +08:00
Douglas R. Reno
fd7e770aee
libstatgrab: Add optional dependency on log4cplus
2023-08-25 18:49:06 -05:00
Douglas R. Reno
8e5487c02e
Pinentry: If Qt5 is present, it will use KWayland as well for Wayland
...
support.
Also add a quick comment regarding testing this package - using
"echo GETPIN | pinentry-qt5" will pop up a dialog where you can enter a
set of numbers that will then be returned to your terminal.
I mentioned KF5 and KWayland since users of LXQt who have GnuPG
installed may want this functionality to work, but I don't have a
problem with removing the mention to KWayland if desired.
In KWayland, the library used is libKF5WaylandClient.so
2023-08-25 15:44:17 -05:00
Pierre Labastie
5a0c70cb1c
FFI::checklib: one test needs File::Which
2023-08-24 17:56:43 +02:00
Douglas R. Reno
b5c0ca3be6
Tag GNOME Libraries
2023-08-22 21:18:55 -05:00
Bruce Dubbs
91b3917838
Update to apache-ant-1.10.14.
2023-08-22 19:19:36 -05:00
Bruce Dubbs
172c283578
Tag all remaining System Utilities
2023-08-20 15:35:13 -05:00
Bruce Dubbs
8c5fe7b1f8
Tags for all of General Utilities except telepathy-mission-control
2023-08-19 21:59:58 -05:00
Bruce Dubbs
c0d2926487
Update to ImageMagick-7.1.1-15.
2023-08-19 21:39:56 -05:00
Xi Ruoyao
a8163a4fc9
upower: Drop polkit dependency
...
Upower no longer requires polkit since 2014.
Link: https://gitlab.freedesktop.org/upower/upower/-/commit/9a2b2633095fb
2023-08-20 10:09:19 +08:00
Bruce Dubbs
fc561d1dca
Tag the rest of general/graphlib packages
2023-08-19 19:38:45 -05:00
Bruce Dubbs
d9dc0431af
Tak all of Chapter 9 except intel-gmmlib
2023-08-19 16:47:37 -05:00
Bruce Dubbs
9019faac4d
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-08-19 16:14:38 -05:00
Douglas R. Reno
9d86c70355
Tags
2023-08-19 15:49:05 -05:00
Bruce Dubbs
6aa631b99d
Tag most of the remaining general libraries.
2023-08-19 15:19:27 -05:00
Bruce Dubbs
6156212c00
Update to php-8.2.9 (Security update) and tags.
...
Finish tagging all packages in /general/progs/
2023-08-19 14:58:44 -05:00
Xi Ruoyao
d401fde500
rust: Correct the document for ui failures related to path length
...
See the updated comment for details.
2023-08-19 10:22:47 +08:00
Douglas R. Reno
30c1c726dd
Tag GTK+-2, GTK+-3, and Sawfish
2023-08-18 16:30:17 -05:00
Douglas R. Reno
b481603cd5
yasm: Run the tests at -j1 to fix problems with intermittent test
...
failures.
The tests always pass if run at -j1, but if they are run in parallel,
the rawpp_test.sh and nasmpp_test.sh tests will fail intermittently.
2023-08-18 15:37:35 -05:00
Douglas R. Reno
5b1bcc9306
Correct a tag
2023-08-18 15:20:15 -05:00
Douglas R. Reno
479979e5f9
Tags
2023-08-18 15:05:38 -05:00
Douglas R. Reno
cb40a58e31
Brotli: minor tweaks to the Contents section
2023-08-18 11:29:19 -05:00
Xi Ruoyao
00e0c9cc97
rust: Remove spurious ".old" files
...
This is a after-tag change but I suppose it's OK. I don't think
anything will ever invoke a rustc utility with ".old" name.
2023-08-18 21:04:46 +08:00
Ken Moffat
2a72ab9400
Tags.
2023-08-18 13:59:05 +01:00
Bruce Dubbs
37bdc7ca32
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-08-17 16:31:08 -05:00
Douglas R. Reno
6e8884c8ee
Update to screen-4.9.1
2023-08-17 16:16:33 -05:00
Douglas R. Reno
2967716c43
Tags for gnupg
2023-08-17 16:13:10 -05:00
Douglas R. Reno
f65776eb47
Tags for BIND dependencies
2023-08-17 15:49:48 -05:00
Bruce Dubbs
62a5408799
Update to xcb-proto-1.16.0.
2023-08-17 14:39:52 -05:00
Bruce Dubbs
282a0eb3c2
Tag most of Chapter 13
2023-08-17 12:39:01 -05:00
Douglas R. Reno
7e52a4ad2c
rustc: Document a test that is known to hang on some systems when
...
scripting.
If combine_install_with_separate_uninstall hangs, a user can press the
Enter key, or remove the test with a sed.
Thanks goes to Rainer Fiebig for the report.
2023-08-17 11:41:25 -05:00
Douglas R. Reno
f0206fc972
OpenJDK Configuration: Disable the creation of
...
/tmp/hsperfdata_[username].
This feature generates performance monitoring and profiling information,
and isn't generally used on a BLFS system.
2023-08-17 11:27:10 -05:00
Douglas R. Reno
342d139a92
Typo fixes from rhubarbpieguy
2023-08-17 10:33:34 -05:00
Douglas R. Reno
f192a5c4f7
hatch_vcs: Document the test that fails
2023-08-17 10:25:58 -05:00
Thomas Trepl
2314cd79bd
Some tags
2023-08-17 07:43:52 +02:00
Douglas R. Reno
a73fc76227
Tags
2023-08-16 19:32:11 -05:00
Douglas R. Reno
c8b719a475
Tags
2023-08-16 15:00:41 -05:00
Douglas R. Reno
dd104138b4
Archive the SUPER Perl Module
2023-08-16 14:56:54 -05:00
Douglas R. Reno
aba3149a34
Archive Test::MockModule.
...
It was previously used only in Archive::Zip, but Archive::Zip no longer
uses it.
2023-08-16 14:54:47 -05:00
Douglas R. Reno
0feefc9f45
pm-utils: minor reword of the warning about using it on systemd.
2023-08-16 14:18:24 -05:00
Douglas R. Reno
fc9dd6eb5b
at: minor spacing adjustment for the PAM instructions
2023-08-16 14:05:25 -05:00
Douglas R. Reno
b3f19e5697
Archive::Zip: Test-MockModule is no longer used.
...
It now uses the Test-More module, which is built into the core Perl
distribution. The Changes file says that it was removed in 1.68
This commit also has a minor reword for a command explanation in 'db'
2023-08-16 12:36:05 -05:00
Douglas R. Reno
7481fd4a6f
Tags
2023-08-16 11:39:48 -05:00
Douglas R. Reno
41bd054413
Perl Modules and Dependencies: Minor tweaks and rewords
2023-08-16 11:34:20 -05:00
Xi Ruoyao
a9779b901a
Tag UEFI and dependencies
2023-08-16 21:36:01 +08:00
Douglas R. Reno
a8337252bc
LLVM: Remove an extra newline from the systemd test instructions
2023-08-15 23:18:47 -05:00
Xi Ruoyao
3fd4a83fb6
llvm: Remove an empty line in testing command for systemd, and ...
...
add the upstream issue tracking Glibc-2.38 introduced failure into the
comment.
2023-08-16 11:53:02 +08:00
Bruce Dubbs
ddf1885be9
Tags
2023-08-15 18:32:22 -05:00
Douglas R. Reno
ed345e70fd
Tags
2023-08-15 17:21:31 -05:00
Douglas R. Reno
f48dfb394c
PyYAML: We're using pip3 so we don't install the python2 version.
2023-08-15 17:06:59 -05:00
Douglas R. Reno
d87e6ae6ff
Py: Move the deprecation notice to after the install command
2023-08-15 17:02:20 -05:00
Douglas R. Reno
7fb07ec8b5
pytest: The 11 tests that used to fail before are now marked as XFAILs
2023-08-15 17:02:20 -05:00
Douglas R. Reno
aaf10276a6
Snowballstemmer: Minor reword in Description
2023-08-15 17:02:20 -05:00
Douglas R. Reno
95efba9dab
CMake: minor reword for --no-system-*
2023-08-15 17:02:20 -05:00
Douglas R. Reno
77d59f8a6c
Update to vala-0.56.11
2023-08-14 23:03:10 -05:00
Douglas R. Reno
7170b0a7b3
Update to mc-4.8.30
2023-08-14 12:50:19 -05:00
Douglas R. Reno
005d40fa51
Update to libcloudproviders-0.3.2
2023-08-13 14:09:07 -05:00
Douglas R. Reno
1af71bc655
Update to cmake-3.27.2
2023-08-13 14:03:23 -05:00
Douglas R. Reno
98de6b11db
Update to JSON-C-0.17
...
Also add instructions for generating the documentation
2023-08-13 13:43:04 -05:00
Douglas R. Reno
12a362f7aa
Update to Text-CSV-2.03 and Text-CSV_XS-1.51 (Perl Modules)
2023-08-13 12:49:07 -05:00
Douglas R. Reno
475d0d98e7
Update to boost-1.83.0
2023-08-13 12:14:55 -05:00
Xi Ruoyao
bc2c990bc1
kernel-config: Add toml file for bubblewrap kernel and fix a small issue
...
I guess Ken forgot a "git add" here :).
And the entry for NAMESPACES should be "-*-", not "[*]". It's because
we assume everyone is not setting EXPERT.
2023-08-13 09:33:51 +08:00
Ken Moffat
f525884421
Bubblewrap: add kernel config.
2023-08-13 00:17:00 +01:00
Douglas R. Reno
7aedf147ed
Update to node.js-18.17.1
2023-08-11 15:18:56 -05:00
Douglas R. Reno
29ba78b923
Update to intel-gmmlib-22.3.10
2023-08-11 12:33:39 -05:00
Douglas R. Reno
80408280d4
libblockdev: Remove unused external dependencies
2023-08-11 12:21:47 -05:00
Xi Ruoyao
63361607f3
libidn2: Demote libunistring to recommended
...
It uses a shipped libunistring copy if there is no libunistring.
2023-08-10 18:11:40 +08:00
Douglas R. Reno
4757ef5de9
Update to unixODBC-2.3.12
2023-08-09 10:33:51 -05:00
Douglas R. Reno
fb3323ad5a
Add xdg-dbus-proxy in support of sandboxing for WebKitGTK+.
2023-08-08 21:59:45 -05:00
Douglas R. Reno
6400940322
Update to mercurial-6.5.1
2023-08-08 16:02:24 -05:00
Douglas R. Reno
dba62f0505
Update to vala-0.56.10
2023-08-07 19:12:41 -05:00
Douglas R. Reno
514063f076
Update to Pygments-2.16.1 (Python Module)
2023-08-07 18:56:40 -05:00
Douglas R. Reno
134f1cbadc
Update to rustc-1.71.1 (Security Update)
2023-08-07 18:42:22 -05:00
Xi Ruoyao
21d89b9c05
ibus: Test ibus-keypress still fails in Wayland
...
Please don't remove this again unless you've tested in Wayland...
2023-08-05 19:40:34 +08:00
Xi Ruoyao
1ab35050f3
Revert "ibus: The test xkb-latin-layouts no longer fails"
...
This reverts commit b0a334e0cf
.
The test starts to fail again with xkeyboard-config-2.39.
Link: https://github.com/ibus/ibus/issues/2542
2023-08-05 19:37:02 +08:00
Bruce Dubbs
b67111c8a4
Update to unrar-6.2.10.
2023-08-04 22:25:24 -05:00
Bruce Dubbs
3040325d8d
Update to sg3_utils-1.48.
2023-08-04 20:02:41 -05:00
Xi Ruoyao
b377d9492a
libgusb: Fix hardcoded stale version number
2023-08-04 23:01:57 +08:00
Xi Ruoyao
55939efc07
smartypants: Note unusual extracted directory name
2023-08-04 12:54:31 +08:00
Xi Ruoyao
d89633ea91
slang: Drop unneeded chmod command
...
On my system it says "mode retained 755" for all files.
2023-08-04 10:56:48 +08:00
Douglas R. Reno
706ba01bd5
Update to poppler-23.08.0
2023-08-03 12:08:24 -05:00
Douglas R. Reno
eb12466bb6
Update to harfbuzz-8.1.1
2023-08-03 11:44:52 -05:00
Douglas R. Reno
61f3e8118d
Update to sphinx-7.1.2 (Python Module)
2023-08-03 11:21:59 -05:00
Xi Ruoyao
403aae5807
llvm: Run tests with core dump disabled, and note failures with Glibc-2.38
2023-08-03 16:22:53 +08:00
Douglas R. Reno
552f43560c
Update to libarchive-3.7.1
2023-08-01 15:46:18 -05:00
Bruce Dubbs
5e5f88fc16
Update to numpy-1.25.2 (Python module).
2023-08-01 14:29:40 -05:00
Bruce Dubbs
711469f127
Update to pyparsing-3.1.1.
2023-08-01 14:05:24 -05:00
Xi Ruoyao
ddf89fff24
kernel-config: Separate toplevel menus with empty lines
2023-08-01 09:22:41 +08:00
Ken Moffat
0f6e309a51
Update to Net-HTTP-6.23 (Perl Module dependency).
2023-07-31 21:54:40 +01:00
Xi Ruoyao
b18a8f667e
libusb: Reword the kernel configuration
2023-07-31 21:44:38 +08:00
Xi Ruoyao
c41cafb3bc
kernel-config: Add color for hotkey
...
Align with recent LFS change. Regenerate all kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
e7cd19a120
general: Use new rendering method for kernel configuration
...
It's almost a plain "conversion". Exceptions:
- In elogind, [CGROUPS] is dropped because it's in LFS now.
- In libusb, move the kernel configuration to match the layout of other
packages.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
08c3c25204
pm-utils: Discourage using it on systemd
...
Not sure if we should hide this page at all if REV=systemd.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
c1beec5499
lm_sensors: Modernize, and use new rendering for kernel configuration
...
I believe the book documented how to configure the sensors in 1990s.
Let's document some modern thing instead.
2023-07-31 21:44:37 +08:00
Bruce Dubbs
3cf047576f
Update to gspell-1.12.2.
2023-07-30 16:28:11 -05:00
Bruce Dubbs
5864a1662c
Update to gcc-13.2.0.
2023-07-30 16:15:35 -05:00
Xi Ruoyao
dfb8390cea
systemd: Update to systemd-254
2023-07-29 10:34:02 +08:00
Douglas R. Reno
1c19af5d1a
Update to sphinx-7.1.1 (Python Module)
2023-07-28 12:11:37 -05:00
Douglas R. Reno
5ac273f689
Update to python-dbusmock-0.29.1 (Python Module)
2023-07-28 12:11:37 -05:00
Bruce Dubbs
1ff589706d
Update to umockdev-0.17.18
2023-07-27 11:26:11 -05:00
Xi Ruoyao
e9aa209b00
umockdev: Remove unneeded PATH addition for test
...
Now udevadm is in /usr/bin for both LFS SysV and LFS Systemd.
2023-07-27 14:20:16 +08:00
Douglas R. Reno
3a001df828
Update to cmake-3.27.1
2023-07-26 13:02:35 -05:00
Bruce Dubbs
bf800e6cca
Update to qca-2.3.7.
2023-07-25 14:05:58 -05:00
Bruce Dubbs
a858014f04
Update to sphinx-7.1.0 (Python module).
2023-07-25 13:57:30 -05:00
Xi Ruoyao
18d18fb361
fontconfig: bubblewrap may be used for tests
2023-07-25 11:02:31 +08:00
Xi Ruoyao
6a88464cdd
graphite2: Add a comment about upstream issue for nametabletest failure
...
I spent a bunch of time for finding it... Anyway it seems a
test-suite-only issue so I'm comforted.
2023-07-25 10:52:32 +08:00
Xi Ruoyao
587231b38f
libarchive: Add bsdunzip into contents and short description
2023-07-24 21:43:19 +08:00
Xi Ruoyao
b1e8343a88
cmake: Add pkgs of which we use the internal copy (for now) as external dependencies
2023-07-24 17:51:02 +08:00
Douglas R. Reno
a2ada4045d
Update to librsvg-2.56.1 (Security Update)
2023-07-23 11:35:32 -05:00
Douglas R. Reno
2c0da0faa1
Update to libblockdev-3.0.2
2023-07-23 11:24:57 -05:00
Douglas R. Reno
1a53c84a87
Update to talloc-2.4.1.
...
Also remove all references to Python2 from the page since upstream has
completed it's removal of python2 support from this package
2023-07-23 11:12:25 -05:00
Douglas R. Reno
467436e3de
Update to unrar-6.2.9
2023-07-23 11:01:58 -05:00
Xi Ruoyao
1f2235c314
xdg-user-dirs: Add optional dependencies for man pages ...
...
and disable them by default.
2023-07-23 21:20:30 +08:00
Xi Ruoyao
ac465d6c0e
js102: Remove commented out stale work around and add <important> for GCC 32-bit issue
...
Let's stop puzzling the editors.
2023-07-23 08:43:34 +08:00
Douglas R. Reno
aa1bc104f3
Update to OpenJDK-20.0.2 (Security Update)
2023-07-22 17:12:51 -05:00
Douglas R. Reno
1685f477ab
Revert my earlier js102 change - it turns out that my script was using
...
CC=gcc CXX=g++ and I didn't notice.
Sorry for the noise, and good catch Xi!
2023-07-21 20:25:57 -05:00
Douglas R. Reno
cefe20df32
js102: Fix building on i686 again.
...
The default build configuration in 102.13 appears to have moved back to
GCC. Rather than change it, let's just modify math_private.h again with
a simpler tweak to allow it to build properly again (wrapped in a case
statement).
This particular problem resurfacing is quite odd. I can confirm that
js-102.12.0 does work though, but updated due to the JS CVE.
Firefox 115.x works well on i686 and builds without any tweaks, so
whenever we move to js115, this should not be a problem anymore.
2023-07-21 11:43:01 -05:00
Bruce Dubbs
5699c63846
Update to cmake-3.27.0.
2023-07-20 13:49:40 -05:00
Bruce Dubbs
79cf80f5d8
Update to node-18.17.0.
2023-07-20 12:56:59 -05:00
Bruce Dubbs
842049f91d
Update to libarchive-3.7.0.
2023-07-19 19:52:44 -05:00
Bruce Dubbs
6cea08714b
Update to PyYAML-6.0.1.
2023-07-19 19:42:20 -05:00
Bruce Dubbs
a4f374d804
Update to highlight-4.7.
2023-07-19 19:36:36 -05:00
Bruce Dubbs
6332c2b457
Update to LWP (libwww-perl-6.72).
2023-07-18 15:40:47 -05:00
Douglas R. Reno
6dfe4ab71d
Update to intel-gmmlib-22.3.9
2023-07-18 12:38:35 -05:00
Bruce Dubbs
e77c478989
Merge branch 'trunk' into lxqt
2023-07-18 16:51:51 +00:00
Bruce Dubbs
5af5876404
Fix LWP-Protocol-https md5sum
2023-07-18 11:13:58 -05:00
Xi Ruoyao
be05688ec0
harfbuzz: Add wasm-micro-runtime as external optional dependency
...
It's needed for the new WASM shaper, but the shaper is highly
experimental now and disabled by default.
2023-07-18 07:32:16 +08:00
Bruce Dubbs
f5e0d971d3
Update to liblinear-247.
2023-07-17 17:03:51 -05:00
Bruce Dubbs
d28391260d
Update to libbytesize-2.9.
2023-07-17 17:00:26 -05:00
Bruce Dubbs
a980a7281a
Update to libblockdev-3.0.1.
2023-07-17 16:57:26 -05:00
Bruce Dubbs
cc9179dd6b
Update to qpdf-11.5.0.
2023-07-17 12:40:07 -05:00
Bruce Dubbs
67cfca23a7
Update to harfbuzz-8.0.1.
2023-07-17 12:26:48 -05:00
Bruce Dubbs
4c87bc645b
Update to xapian-core-1.4.23.
2023-07-17 12:06:28 -05:00
Bruce Dubbs
6ab6f7b750
Update to exempi-2.6.4.
2023-07-17 11:29:54 -05:00
Xi Ruoyao
32c1b7796b
Archive MarkupSafe and Jinja2
...
They are now a part of LFS for both sysv and systemd.
2023-07-17 21:33:08 +08:00
Bruce Dubbs
530f8171c1
Minor wording change.
2023-07-15 17:21:58 -05:00
Xi Ruoyao
1248cb2b21
gmmlib: make will run the test suite
...
FWIW if you don't want to run it, you need to set -DRUN_TEST_SUITE=NO.
2023-07-16 06:10:47 +08:00
Xi Ruoyao
cf983bd491
rustc: Update to rustc-1.71.0
2023-07-16 00:23:30 +08:00
Bruce Dubbs
b3867c5f8c
Add qt5-components page.
...
Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.
The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.
2023-07-13 20:23:08 -05:00
Pierre Labastie
ea781cde8a
Update to mercurial-6.5
2023-07-12 22:59:41 +02:00
Xi Ruoyao
b980f67961
elogind: Fix the desc for -Dcgroup-controller
...
The value of this switch only makes a difference with cgroupv1. But we
are using Linux 6.x, and elogind is built with
-Ddefault_hierarchy=unified (the default), so it actually uses cgroupv2
and it seems we don't really need this switch.
But after a closer look at the building system I realized if the kernel
is not built with CONFIG_CGROUPS enabled (for example in a chroot
environment where the host does not enable this), the building system
will refuse to build the package w/o an explicit setting here. So
update the description.
2023-07-13 03:38:38 +08:00
Xi Ruoyao
06a0a0a82c
dbus: Tell how to start dbus-daemon w/o rebooting
2023-07-13 01:39:24 +08:00
Xi Ruoyao
17658ff961
llvm: Document a test failure
2023-07-13 00:35:14 +08:00
Pierre Labastie
321978b6da
Update to glib-2.76.4
2023-07-12 18:13:25 +02:00
Pierre Labastie
b1b83b31c8
Update to graphviz-8.1.0
2023-07-12 18:13:25 +02:00
Pierre Labastie
c19f8b010e
Update to inih-57
...
Also add short descriptions
2023-07-12 18:13:25 +02:00
Xi Ruoyao
792cab5df8
graphite2: Document a test failure
2023-07-12 21:42:25 +08:00
Xi Ruoyao
eb9f0efccc
elogind: Document two tests depending on /etc/machine-id
2023-07-12 20:34:18 +08:00
Douglas R. Reno
f5631c6bae
Update to libgudev-238.
2023-07-11 10:25:48 -05:00
Douglas R. Reno
fe04ab5597
Update to upower-1.90.2. Patch by Rahul Chandra.
...
This update needs libgudev-238 to go in alongside it as it depends on
the newline stripping fix.
2023-07-11 10:20:08 -05:00
Thomas Trepl
f45d55ceab
Upgrade php-8.2.8
2023-07-11 09:53:40 +02:00
Douglas R. Reno
80a51925de
Update to LWP-Protocol-https-6.11 (Perl Module)
...
Fixes CVE-2014-3230.
2023-07-10 13:56:53 -05:00
Douglas R. Reno
82330eb463
Update to Test-Differences-0.70 (Perl Module)
2023-07-10 13:49:11 -05:00
Douglas R. Reno
96a515a141
Update to Cython-0.29.36
2023-07-10 13:14:09 -05:00
Thomas Trepl
dcde303c6a
Merge branch 'trunk' into kea
2023-07-08 17:35:02 +02:00
Douglas R. Reno
d5b431ec89
Update to opencv-4.8.0
2023-07-06 13:41:19 -05:00
Douglas R. Reno
dde26e3f60
Update to OpenJDK-20.0.1
2023-07-06 00:38:04 -05:00
Ken Moffat
4715676784
Package Update to ImageMagick-7.1.1-12.
2023-07-06 01:06:41 +01:00
Ken Moffat
9403c3e01d
Package updates:
...
Firefox-115.0esr,
JS-102.13.0,
2023-07-05 00:13:17 +01:00
Douglas R. Reno
7cca0f5f20
Remove the 32-bit sed from poppler.
...
I just tested it and it was applied in 23.07.0
2023-07-04 14:05:08 -05:00
Bruce Dubbs
07a9618e93
Update to wayland-protocols-1.32.
2023-07-04 13:39:31 -05:00
Bruce Dubbs
7348ecb6cd
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-07-04 13:33:06 -05:00
Bruce Dubbs
35025e3eae
Update to libqalculate-4.7.0.
2023-07-04 13:32:53 -05:00
Douglas R. Reno
c21fb49f78
libnvme: trivial capitalization change
2023-07-04 13:26:21 -05:00
Bruce Dubbs
b5b377ad46
Update to vala-0.56.9.
2023-07-04 13:19:08 -05:00
Douglas R. Reno
e01ca502ba
libnvme: Add the instructions for the test suite
2023-07-04 13:17:45 -05:00
Bruce Dubbs
7f5e3b2ac0
Update to poppler-23.07.0.
2023-07-04 13:12:39 -05:00
Bruce Dubbs
8d23330a3f
Update to libjpeg-turbo-3.0.0.
2023-07-04 13:08:33 -05:00
Xi Ruoyao
92981242bd
systemd: Update test suite status
...
PATH+=:/usr/bin is now coded in the test script, so we no longer need to
add it. And I've noticed test-netlink failure on one of my systems.
2023-07-05 01:08:10 +08:00
Bruce Dubbs
51259ad757
Update to bluez-5.68.
2023-07-03 12:48:05 -05:00
Bruce Dubbs
0b64dc8741
Update to libuv-v1.46.0.
2023-07-03 12:39:24 -05:00
Bruce Dubbs
3e4975fafe
Update to libpaper-2.1.1.
2023-07-03 11:15:10 -05:00
Xi Ruoyao
82cfa0bf7e
freetype2: Simplify document installation
2023-07-03 06:26:04 +08:00
Xi Ruoyao
41d4fe23c8
libaio: Remove unneeded sed
...
With GCC 13.1 and libaio-0.3.113 the sed is not needed.
2023-07-03 06:26:03 +08:00
Xi Ruoyao
cbffe27c22
libblockdev: There is a test suite but we cannot run it
2023-07-02 18:04:02 +08:00
Xi Ruoyao
5998e22c73
librsvg: Update to librsvg-2.56.2
2023-07-02 16:45:48 +08:00
Xi Ruoyao
6af6704d84
udisks2: Make runtime dependencies optional
2023-07-02 15:57:09 +08:00
Xi Ruoyao
d5e4de79d3
Udisks2 dependency chain clean up
2023-07-02 04:16:35 +08:00
Thomas Trepl
252df78401
Merge branch 'trunk' into kea
2023-07-01 16:42:57 +02:00
Xi Ruoyao
dd0d59795b
ruby: Comment out an outdated (?) sed
...
With this sed the test suite failed very early and refused to continue,
but without it the tests seem fine.
Also add -k for make check to running the complete test suite even if
some test fails.
2023-07-01 19:10:41 +08:00
Bruce Dubbs
f0454b5734
Update to udisks-2.10.0.
2023-06-30 15:50:09 -05:00
Bruce Dubbs
a4013faf3b
Update to libblockdev-3.0.
2023-06-30 15:40:21 -05:00
Bruce Dubbs
1e12131018
Add libnvme-1.5.
2023-06-30 15:35:03 -05:00
Bruce Dubbs
b6ddf49b25
Update to libwebp-1.3.1.
2023-06-29 15:46:26 -05:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes"
2023-06-30 02:18:51 +08:00
Xi Ruoyao
14891a9084
treewide: More "User Notes" clean up
...
Remove links to pages w/o real contents.
2023-06-30 02:18:51 +08:00
Xi Ruoyao
cb594b6ca3
general: Remove non-exist User Notes link
...
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:17:52 +08:00
Xi Ruoyao
bcedca6a96
gcc: Add Modula-2 compiler and runtime library into contents
2023-06-28 19:14:39 +08:00
Xi Ruoyao
6b86812e74
dbus: [sysv] Remove --enable-user-session explanation
2023-06-27 19:04:40 +08:00
Douglas R. Reno
d1e1cbdf05
cssselect: needs lxml for test suite
2023-06-26 21:31:41 -05:00
Bruce Dubbs
a887a08b2a
Update to mercurial-6.4.5.
2023-06-26 15:17:04 -05:00
Douglas R. Reno
a27ea8b722
Update to libpng-1.6.40
2023-06-26 11:51:46 -05:00
Douglas R. Reno
72ab9f5b01
Update to freetype-2.13.1
2023-06-26 11:45:44 -05:00
Douglas R. Reno
8f7f93bebc
Update to pytest-7.4.0 (Python Module)
2023-06-26 11:43:18 -05:00
Douglas R. Reno
2cabd1e313
Update to gegl-0.4.46
...
Patch by Rahul Chandra, with minor modifications for adding test suite
failures with ffmpeg-6.0.
2023-06-26 11:29:01 -05:00
Ken Moffat
86249d2216
Separate JS102 fro mfirefox.
...
Firefox-115-esr is expected next week.
2023-06-25 21:54:48 +01:00
Douglas R. Reno
2f24cfd31e
Update to node.js-18.16.1
2023-06-23 16:41:43 -05:00
Ken Moffat
510bcf5500
Remove obsolete dep from gegl.
2023-06-23 18:39:12 +01:00
Thomas Trepl
75df306be1
Merge branch 'trunk' into kea
2023-06-23 19:33:45 +02:00
Douglas R. Reno
009cf1d8a6
Update to libksba-1.6.4
2023-06-22 11:11:54 -05:00
Douglas R. Reno
b222ee56b9
Update to libassuan-2.5.6
2023-06-22 11:08:55 -05:00
Douglas R. Reno
27e309e7ad
Update to libwww-perl-6.71 (Perl Module)
2023-06-22 11:01:16 -05:00
Douglas R. Reno
b9a11e666c
Update to pycairo-1.24.0 (Python Module)
2023-06-22 10:55:12 -05:00
Thomas Trepl
35633bdd6c
Merge branch 'trunk' into kea
2023-06-20 10:54:54 +02:00
Thomas Trepl
adc2dbf685
Updates on dependencies
2023-06-20 10:53:13 +02:00
Douglas R. Reno
543663e75f
Update to NumPy-1.25.0 (Python Module)
2023-06-19 12:11:33 -05:00
Douglas R. Reno
ca4c24becb
Update to tiff-4.5.1
2023-06-17 13:24:01 -05:00