Rahul Chandra
020bb53370
Update to enchant-2.6.7
2024-02-09 22:30:27 -05:00
Rahul Chandra
f1e2498817
Fix typos in power-profiles-daemon
2024-02-09 20:42:56 -05:00
Rahul Chandra
7ec0be3542
Merge branch 'trunk' into rahul/power-profiles-daemon
2024-02-09 20:39:24 -05:00
Xi Ruoyao
6a44cb176f
spidermonkey: One more test fails with ICU 74.2
2024-02-09 18:48:32 +08:00
Bruce Dubbs
4bd6dcca9f
Update to libwacom-2.10.0.
2024-02-08 19:23:07 -06:00
Pierre Labastie
aebba67eda
Fix numpy dependencies (ticket #19255 )
2024-02-08 13:13:51 +01:00
Bruce Dubbs
523cb74a6e
Update python modules.
...
Update to numpy-1.26.4 (Python Module).
Update to meson_python-0.15.0 (Python Module).
Update to pyproject-metadata-0.7.1 (Python Module).
Update to pytz-2024.1 (Python Module).
2024-02-07 15:41:46 -06:00
Bruce Dubbs
34dccaa9e1
Update to LWP-Protocol-https-6.13 (Perl module).
2024-02-07 11:00:05 -06:00
Douglas R. Reno
e0376ce3f7
cssselect and pyserial: pluggy is already a dependency of pytest, so
...
remove the duplicates
2024-02-06 22:34:45 -06:00
Douglas R. Reno
7064886bb4
msgpack: pytest requires pluggy, so let's only list pytest
2024-02-06 21:23:46 -06:00
Xi Ruoyao
b27871069a
keyutils: Add more kernel configuration needed by the test suite, ...
...
and document a known failure due to the removal of SHA1 with RSA
signed certificate from the kernel.
2024-02-07 04:48:56 +08:00
Douglas R. Reno
c4a2422c65
Update to jasper-4.2.0
2024-02-06 12:20:25 -06:00
Rahul Chandra
2522dc73b2
Update to cmake-3.28.3
2024-02-05 21:28:06 -05:00
Bruce Dubbs
6f380084fd
Typo
2024-02-05 19:14:28 -06:00
Bruce Dubbs
9d88b1df67
Update to libgsf-1.14.52.
2024-02-05 19:04:46 -06:00
Rahul Chandra
cb7d0f08ab
Update to cmake-3.28.2
2024-02-05 15:20:50 -05:00
Rahul Chandra
d57fcad3dc
Update to talloc-2.4.2
2024-02-05 15:19:55 -05:00
Douglas R. Reno
8f20e66684
LSB-Tools: remove the install_initd and remove_initd commands on
...
systemd.
2024-02-05 13:48:18 -06:00
Douglas R. Reno
ead46579aa
Change libxml2 to use ICU.
...
Also adapt QtWebEngine now that it uses the system copy of libxml2.
2024-02-05 13:36:29 -06:00
Douglas R. Reno
18381fd0b0
Update to libxml2-2.12.5 (Security Update)
2024-02-05 13:35:08 -06:00
Douglas R. Reno
a5e021b955
Update to gc-8.2.6
2024-02-05 11:11:57 -06:00
Douglas R. Reno
2081c3156e
Update to glad-2.0.5
2024-02-05 11:03:34 -06:00
Douglas R. Reno
aa31f2996d
Update to enchant-2.6.6
2024-02-05 10:53:45 -06:00
Xi Ruoyao
72e4033cbc
lsb-tools: Fix the reference to LFS
...
In LFS systemd page we do nothing about /etc/lsb_release.
2024-02-05 19:11:18 +08:00
Pierre Labastie
142f288f5e
lsb-tools: remove lsbinstall
...
It should not be installed. Upstream has fixed that. It will appear
at next release...
2024-02-04 22:08:00 +01:00
Pierre Labastie
101873e155
Update to LSB-Tools-0.12
2024-02-04 21:45:51 +01:00
Bruce Dubbs
0ef09874d9
Update to libusb-1.0.27.
2024-02-03 18:55:20 -06:00
Bruce Dubbs
2a20f9c8e8
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2024-02-03 09:39:39 -06:00
Bruce Dubbs
32c69217d4
Update to cachecontrol-0.14.0 (Python module).
2024-02-03 09:39:27 -06:00
Bruce Dubbs
28de585e96
Update to URI-5.26 (Perl Module).
2024-02-03 09:29:13 -06:00
Xi Ruoyao
d3146ca393
kernel-config: Add USB_PCI to config for USB devices
...
It seems needed to use USB on *all* of my PC-like systems...
2024-02-03 22:10:31 +08:00
Xi Ruoyao
50d35ab35d
nspr: Make sed more clear and remove unneeded "-r"
...
Quote from Rainer Fiebig via blfs-dev:
<quote>
I think that the "-r" in the first of the following seds is not
necessary and so may be a bit confusing as the next one uses just a
plain "-i":
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
sed -i 's#$(LIBRARY) ##' config/rules.mk &&
Personally, I also find the use of "#" in the second sed somewhat
unfortunate, as it used in the first one with a totally different
meaning.
</quote>
So let's remove -r and solve the "one symbol for different meanings"
issue. Note that in '/^RELEASE/s/^/#/' the first two '/'s have a
different meaning than others too, so use "|" instead of "/" for the
separator in sed "s" commands.
Suggested-by: Rainer Fiebig <jrf@mailbox.org>
2024-02-03 19:48:02 +08:00
Xi Ruoyao
20aab88f91
kernel-config: Adjust config needed by keyutils test
...
CRYPTO_DH is automatically set if KEY_DH_OPERATIONS is set, so there is
no need to mention it. CRYPTO_LIB_CHACHA20POLY1305 is needed to be y
or BIG_KEYS won't show up.
2024-02-03 19:23:10 +08:00
Bruce Dubbs
9b37524d4a
Update to poppler-24.02.0.
2024-02-02 11:28:20 -06:00
Bruce Dubbs
7c796f6c65
Update to icu4c-74_2.
2024-02-02 11:12:45 -06:00
Douglas R. Reno
b41433bc95
Update the URL for LCOV in libgee, totem-pl-parser, gnome-keyring, and
...
libseccomp.
2024-02-01 17:02:24 -06:00
Bruce Dubbs
a7b14417cd
Update to libpng-1.6.42.
2024-01-31 16:40:09 -06:00
Bruce Dubbs
caf3220463
Update to Mako-1.3.2 (Python module).
2024-01-31 16:30:58 -06:00
Xi Ruoyao
17414e5f77
aalib: Get rid of xorg7-legacy
2024-01-31 21:19:57 +08:00
Bruce Dubbs
f66a2038ee
Update to pytest-8.0.0 (Python module).
2024-01-29 14:05:00 -06:00
Bruce Dubbs
c65b4640e5
Update to pluggy-1.4.0 (Python module).
2024-01-29 14:01:35 -06:00
Bruce Dubbs
8348b2b7f0
Update to URI-5.25 (Perl Module).
2024-01-29 13:55:53 -06:00
Bruce Dubbs
83f3feb915
Update to mc-4.8.31.
2024-01-29 13:53:25 -06:00
Bruce Dubbs
483a2f494b
Update to pixman-0.43.2.
2024-01-29 13:49:20 -06:00
Douglas R. Reno
9a00b49a33
Update to libwpe-1.14.2
2024-01-29 10:43:06 -06:00
Rahul Chandra
8b5da8491c
Fix typos in power-profiles-daemon
2024-01-27 20:44:46 -05:00
Rahul Chandra
16d42f6942
Add power-profiles-daemon
2024-01-27 20:34:54 -05:00
Bruce Dubbs
467137517b
Archive pth.
2024-01-27 15:46:53 -06:00
Bruce Dubbs
715add111b
Update to libpng-1.6.41.
2024-01-27 15:36:17 -06:00
Douglas R. Reno
1251eb31bf
Update to libidn2-2.3.7
2024-01-27 13:54:27 -06:00
Douglas R. Reno
5d4acd512b
Update to Net-DNS-1.43 (Perl Module)
2024-01-27 13:54:27 -06:00
Xi Ruoyao
26095fefd3
systemd: Drop pam_unix from PAM /etc/pam.d/systemd-user
...
It's already pulled in via system-account, so no need to specify it
again.
2024-01-28 03:39:08 +08:00
Bruce Dubbs
73808b30bb
Add utfcpp-4.0.5 in support of taglib.
2024-01-27 13:18:52 -06:00
Xi Ruoyao
23b5433629
treewide: Convert more man page references to <ulink>s
2024-01-28 00:18:43 +08:00
Xi Ruoyao
fedbe2f15f
treewide: Use <ulink> instead of <filename> for referring man pages
...
Sync with LFS.
Note that in BLFS many man pages are even not referred via <filename>
and these references need to be found and fixed manually.
2024-01-27 19:50:40 +08:00
Bruce Dubbs
47a04c5733
Update to URI-5.24 (Perl Module).
2024-01-26 13:46:48 -06:00
Bruce Dubbs
6ea3ce55de
Update to libwww-perl-6.76 (Perl Module).
2024-01-26 13:31:33 -06:00
Douglas R. Reno
15dd0b700a
Revert Mako to 1.3.0.
...
Version 1.3.1 was yanked upstream due to incompatible changes. The
currency script spotted it last night (see Ticket #19190 ).
2024-01-26 11:01:09 -06:00
Douglas R. Reno
2b43553e84
Update to glm-1.0.0
2024-01-25 14:51:44 -06:00
Douglas R. Reno
3a3d470dff
colord: remove the sed, the build no longer fails on i686.
...
On x86_64 the package now works correctly as well.
2024-01-25 13:20:16 -06:00
Bruce Dubbs
376239ba0c
Update to inih-r58.
2024-01-25 12:34:33 -06:00
Bruce Dubbs
aee6c1a88a
Update to webp-pixbuf-loader-0.2.6.
2024-01-25 11:55:29 -06:00
Bruce Dubbs
701f830b8e
Typo
2024-01-25 09:15:57 -06: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
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
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
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
Rahul Chandra
4e594e3561
Update to webp-pixbuf-loader-0.2.5
2024-01-23 23:29:45 -05:00
Douglas R. Reno
9d754948af
Update to glib-2.78.4
2024-01-23 16:29:45 -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
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
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
Xi Ruoyao
fbb821317e
ruby: Disable rpath
2024-01-22 21:33:50 +08:00
Pierre Labastie
9848053486
Fix rendering for sysv
2024-01-21 20:33:07 +01:00
Xi Ruoyao
1e17e6a5b7
libportal: List xdg-desktop-portal* as dependencies
...
This package is just intended to interact with these portals.
2024-01-22 00:10:15 +08:00
Xi Ruoyao
9e9d5ac509
ibus: Remove overridden "-u" switch
...
"-u" means "only update the file if the zip archive contains the file
with the same name and newer timestamp", but "-o" means "always update
it regardless the timestamp". So "-u" has no effect with "-o" and it
should be removed.
2024-01-21 16:34:01 +08:00
Xi Ruoyao
5ea236fe5b
libportal: Add test suite fix patch for dbusmock >= 0.30.0
2024-01-21 16:06:54 +08:00
Xi Ruoyao
b6c43e52d5
accountsservice: Fix the test suite for Python 3.12, and remove "systemctl enable"
...
The assertEquals function has been removed.
There is no point to always start it on boot, just let D-Bus start it on
demand.
Link: https://docs.python.org/3.12/whatsnew/3.12.html#id3
2024-01-21 15:32:56 +08:00
Xi Ruoyao
51a5ecbbe6
upower: Remove systemd unit enabling
...
It's only slowing down the boot, just let D-Bus activate it as-needed.
2024-01-21 15:32:55 +08:00
Xi Ruoyao
6fa3e04d1d
python-dbusmock: One test fails w/o upower, and all tests need pygobject3
2024-01-21 15:32:55 +08:00
Xi Ruoyao
0daaeef280
systemd: Add some commands to make new configuration in-effect
2024-01-21 15:32:55 +08:00
Xi Ruoyao
0b50bdd1ab
git: Add optional runtime dependencies for "git maintenance", and document a related test failure
2024-01-21 15:32:52 +08:00
Douglas R. Reno
c751775dd9
Update to OpenJDK-21.0.2 (Security Update)
2024-01-20 13:00:09 -06:00
Bruce Dubbs
e7463f963d
Update to patchelf-0.18.0.
2024-01-20 10:19:34 -06:00
Bruce Dubbs
c285866421
Update to wayland-protocols-1.33.
2024-01-20 09:52:39 -06:00
Bruce Dubbs
d75f8790ae
Update to libblockdev-3.1.0.
2024-01-20 09:48:49 -06:00
Thomas Trepl
e72bf16e97
Different name of .so in i686
2024-01-20 12:04:32 +01:00
Pierre Labastie
ab4fdfccf8
Change all xml decl to encoding=utf-8
2024-01-19 22:39:35 +01:00
Pierre Labastie
c8be252945
Change to utf-8 in book
...
Also update credits
2024-01-19 22:39:35 +01:00
Bruce Dubbs
70115c4828
Update to php-8.3.2.
2024-01-19 12:19:17 -06:00
Xi Ruoyao
9c69661841
cmake: Update the description of --system-libs
2024-01-19 12:04:08 +08:00