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
Xi Ruoyao
0c0bf1fa42
gcc: Reword description for --enable-languages
...
jit needs --enable-host-shared which slows down GCC, so separate
--enable-host-shared --enable-languages=jit out.
2023-06-16 23:57:50 +08:00
Xi Ruoyao
6c378f6089
icu: Reword major version update note
2023-06-15 21:20:46 +08:00
Bruce Dubbs
bf3b3e6dbd
Update to icu4c-73_2.
2023-06-14 10:23:47 -05:00
Xi Ruoyao
d98ca85468
git: Some tests need apache (and some of them fails :( )
2023-06-13 20:55:47 +08:00
Bruce Dubbs
766b6fb3fb
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-06-12 13:46:10 -05:00
Douglas R. Reno
6c7614f75d
Git: Document test suite failures with curl-8.1.x
...
Also sent an email to upstream about them since they seem pretty
significant.
2023-06-12 12:25:00 -05:00
Bruce Dubbs
a5218250a7
pytest-7.3.2 (Python module).
2023-06-12 12:05:30 -05:00
Xi Ruoyao
e8314fa7f6
brotli: Demote cmake to recommended
2023-06-12 19:13:59 +08:00
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