Commit Graph

9783 Commits

Author SHA1 Message Date
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