Commit Graph

8978 Commits

Author SHA1 Message Date
Douglas R. Reno
86bb3fe874 libportal: Add text to describe how to set the available backends using
the -Dbackends= option.
2022-07-12 10:05:20 -05:00
Douglas R. Reno
cac1034913 ffmpeg5 update: Fix building gegl with ffmpeg-5.x. 2022-07-11 21:22:19 -05:00
Bruce Dubbs
97a1efc586 Update D-Bus Python build instructions
Nothing seems to be using the Python2 dbus-python module,
so we can remove it and  use the pip3 build/install method
for the Python3 module.
2022-07-08 10:12:12 -05:00
Bruce Dubbs
a7bab91ac9 Update to docutils-0.19 (Python module). 2022-07-05 21:44:45 -05:00
Bruce Dubbs
9e56b6bb16 Update to URI-5.11 (perl module). 2022-07-05 09:24:06 -05:00
Bruce Dubbs
faab1bd744 Update to poppler-22.07.0. 2022-07-05 09:16:45 -05:00
Bruce Dubbs
b3f68f50e2 Update to xapian-core-1.4.20. 2022-07-05 09:11:33 -05:00
Pierre Labastie
c5ad78ed86 Update to glib2-2.72.3 2022-07-04 12:05:37 +02:00
Pierre Labastie
00e3f274bb Update to lxml-4.9.1 (python module) 2022-07-02 12:57:12 +02:00
Pierre Labastie
16a24a450d Fix compiler-rt md5 2022-07-02 09:41:04 +02:00
Pierre Labastie
b2999760e5 Mako: fix double dashes after uncommenting 2022-07-02 07:44:49 +02:00
Bruce Dubbs
fa411f6eed larify pip3 install options.
In some cases --upgrade or --force-reinstall is needed when installing
a python module.  Add some notes describing these options.

If one of the above options is used, --no-deps may be needed to avoid
reinstalling package dependencies.  Note this option also.
2022-07-01 21:03:20 -05:00
Bruce Dubbs
2325522d03 Update to Mako-1.2.1 (Python module). 2022-07-01 17:47:56 -05:00
Bruce Dubbs
a151e7310b Update to wayland-1.21.0. 2022-07-01 12:50:27 -05:00
Bruce Dubbs
8fe85d0c32 Update to llvm-14.0.6. 2022-07-01 12:40:47 -05:00
Bruce Dubbs
30fb348a4a Update to harfbuzz-4.4.1. 2022-06-29 23:07:57 -05:00
Bruce Dubbs
fae2f6f7f9 Update to python-dbusmock-0.28.1 (Python module). 2022-06-29 22:59:28 -05:00
Xi Ruoyao
8e637fcfef
js: reword CC=gcc CXX=g++ description
Note than only "setting" CC=gcc CXX=g++ will not work:

    CC=gcc
    CXX=g++
    sh ../js/src/configure.in ...

will not pass CC=gcc and CXX=g++ to sh.  It's needed to export CC and
CXX:

    CC=gcc
    CXX=g++
    export CC CXX
    sh ../js/src/configure.in ...

Or, explicitly pass them:

    CC=gcc CXX=g++ h ../js/src/configure.in ...
2022-06-29 13:22:51 +08:00
Ken Moffat
e603046023 Update to js-91.11.0 (security fix). 2022-06-28 15:48:54 +01:00
Tim Tassonis
82541b159a Update to curl-7.84.0.
Update to git-2.37.0.
2022-06-28 16:09:55 +02:00
Douglas R. Reno
156e1887fa Package updates
Update to exempi-2.6.2
Update to libidn-1.41
Update to ModemManager-1.18.10
Update to exim-4.96
Update to sqlite-autoconf-3390000 (3.39.0)
2022-06-26 10:42:53 -05:00
Bruce Dubbs
406a2743de Update to jasper-3.0.5. 2022-06-25 18:04:29 -05:00
Bruce Dubbs
ea5d407889 Update to libqmi-1.30.8. 2022-06-25 18:00:49 -05:00
Bruce Dubbs
449b97ac83 Update to JSON-4.07 (Perl module). 2022-06-25 15:56:21 -05:00
Bruce Dubbs
4a056fe958 Update to pycryptodome-3.15.0 (Python module). 2022-06-25 15:52:19 -05:00
Pierre Labastie
a790ec35b3 FInish updating to OpenJDK-18.0.1.1 2022-06-24 11:00:52 +02:00
Pierre Labastie
7e21dae5b2 Update to openjdk-18.0.1.1
This commit only has the 64 bit version of the binary and no
changelog yet.
2022-06-23 14:10:07 +02:00
Bruce Dubbs
c42d20552d Move 'at' url to anduin 2022-06-22 22:50:23 -05:00
Douglas R. Reno
54055a2fe5 Package Updates
Update to SBC-2.0
Update to libidn-1.40
Update to libwacom-2.3.0
2022-06-21 09:31:56 -05:00
Bruce Dubbs
c4ad2f873d Update to python-dbusmock-0.28.0 (Python module). 2022-06-20 10:49:42 -05:00
Pierre Labastie
c65511f5c0 Update to mercurial-6.1.4 2022-06-18 21:54:06 +02:00
Douglas R. Reno
b9adf63346 Two package updates
Update to libnma-1.8.40
Update to Lingua-Translit-0.29
2022-06-16 09:10:21 -05:00
Douglas R. Reno
d4e2f0e6e5 Package updates:
Update to libwww-perl-6.67
Update to dovecot-2.3.19.1
2022-06-15 10:53:02 -05:00
Bruce Dubbs
b99ba3310f Update to Python-3.10.5. 2022-06-14 16:06:14 -05:00
Bruce Dubbs
1baa01427f Update to llvm-14.0.5. 2022-06-12 14:07:39 -05:00
Xi Ruoyao
d6436f702c
pcre2: update download URL 2022-06-12 19:50:43 +08:00
Bruce Dubbs
cb49b59fe7 Update to librsvg-2.54.4. 2022-06-11 15:53:09 -05:00
Bruce Dubbs
199a3cedaa Update to php-8.1.7. 2022-06-11 10:33:02 -05:00
Bruce Dubbs
c190b385c0 Update to cbindgen-0.24.3. 2022-06-10 13:16:33 -05:00
Bruce Dubbs
202c424a50 Update to talloc-2.3.4. 2022-06-10 13:12:18 -05:00
Xi Ruoyao
71c70d1ac8
dbus: remove --with-console-auth-dir
Sync with LFS @ r11.1-134.
2022-06-10 15:49:21 +08:00
Bruce Dubbs
39ba8f826f Update to opencv-4.6.0 opencv_contrib-4.6.0. 2022-06-09 10:48:50 -05:00
Xi Ruoyao
b266362e91
upower: update to upower-v0.99.19 (#16644) 2022-06-09 16:22:32 +08:00
Bruce Dubbs
8fcb69a361 Update to cbindgen-0.24.2. 2022-06-07 21:59:05 -05:00
Xi Ruoyao
b9a6bcc06a
Python 3: sync install command with LFS 2022-06-07 16:48:45 +08:00
Xi Ruoyao
fc7f3a51bb
upower: make dbusmock dependency optional
Reported-by: Joe Locash <jlocash@gmail.com>
2022-06-07 16:41:53 +08:00
Bruce Dubbs
b4667cbbcf Fix pyxdg url 2022-06-06 11:23:24 -05:00
Bruce Dubbs
5186e9ad35 Update to pyxdg-0.28 (Python module). 2022-06-06 11:19:24 -05:00
Bruce Dubbs
6643f991b6 Add https location to unixODBC 2022-06-06 11:15:21 -05:00
Douglas R. Reno
4956ae3753 Package Updates:
Update to ntfs-3g-2022.5.17
Update to libdrm-2.4.111
Update to pidgin-2.14.10
Update to jasper-3.0.4
2022-06-04 16:17:43 -05:00
Bruce Dubbs
cccb9e3c91 Update to mercurial-6.1.3. 2022-06-04 15:39:35 -05:00
Bruce Dubbs
09b6c356e5 Package updates.
Update to node-16.15.1.
Update to poppler-22.06.0.
2022-06-03 13:32:05 -05:00
Pierre Labastie
42e002dece Fix MIME type detection in glib2 2022-06-03 08:22:13 +02:00
Douglas R. Reno
87fbbb78b5 Package Updates:
Update to libblockdev-2.27
Update to iso-codes-4.10.0
Update to Log-Log4perl-1.55 (Perl Module)
Update to xkeyboard-config-2.36
Update to libadwaita-1.1.2
2022-06-02 12:05:55 -05:00
Pierre Labastie
2fb7466479 Remove a reference to perl-scalar-list-utils
It is now taken from the core perl-5.36 modules
2022-06-02 17:45:08 +02:00
Pierre Labastie
c1a1b6ece7 Remove Scalar::List::Util from perl dependencies
The version in perl-5.36 core modules is the same as cpan
2022-06-02 17:45:08 +02:00
Douglas R. Reno
4c695f6b76 Package Updates
Update to xscreensaver-6.04
Update to glib-2.72.2
Update to gnome-settings-daemon-42.2
Update to tracker/tracker-miners 3.3.1
2022-06-01 10:10:14 -05:00
Bruce Dubbs
ba0f629d5c Update to umockdev-0.17.13. 2022-05-31 20:55:46 -05:00
Bruce Dubbs
1485f69ee0 Update to lxml-4.9.0 (python module). 2022-05-31 20:24:08 -05:00
Bruce Dubbs
16e6d0d165 Update to Net-DNS-1.34 (Perl module). 2022-05-31 15:37:58 -05:00
Ken Moffat
71e36c7987 Package Updates:
firefox-91.10.0,
js-91.10.0,
nss-3.79.
2022-05-31 18:41:49 +01:00
Bruce Dubbs
696d7c5a35 Update to sysstat-12.6.0. 2022-05-30 13:55:44 -05:00
Pierre Labastie
9d90199528 Update to graphviz-4.0.0 2022-05-30 17:48:05 +02:00
Bruce Dubbs
caee73e91d Make the britli instruction sensible 2022-05-29 20:09:37 -05:00
Xi Ruoyao
46ac366355
update to systemd-251 (sync with LFS, #16566) 2022-05-29 13:30:09 +08:00
Bruce Dubbs
002e7bd37c Update to tiff-4.4.0. 2022-05-28 11:45:38 -05:00
Pierre Labastie
bb9fc7966f Update to cmake-3.23.2 2022-05-26 20:38:10 +02:00
Pierre Labastie
bbb35d2eb4 Update to logrotate-3.20.1 2022-05-26 20:32:10 +02:00
Pierre Labastie
91331cba85 Update to nspr-4.34 2022-05-26 20:26:40 +02:00
Pierre Labastie
72d2b98822 Update to libqalculate-4.2.0 2022-05-26 20:22:42 +02:00
Pierre Labastie
1ba06ad986 Update to libbytesize-2.7 2022-05-26 20:04:53 +02:00
Bruce Dubbs
19bb11b91d Package updates.
Update to evince-42.3.
Update to asciidoc-10.2.0 (Python module).
2022-05-23 12:42:53 -05:00
Bruce Dubbs
43ad17a006 Update to libxkbcommon-1.4.1. 2022-05-22 11:58:10 -05:00
Bruce Dubbs
d7783786e9 Update to JSON-4.06 (Perl module). 2022-05-22 11:52:48 -05:00
Bruce Dubbs
616b6a1876 Update to harfbuzz-4.3.0. 2022-05-21 20:52:37 -05:00
Ken Moffat
f9579a89d3 Updates for mozilla packages:
firefox-91.9.1,
js-91.9.1,
thunderbird-91.9.1.

The smaller SBU times on firefox and js are because my SBU with
gcc-12 takes longer, not because the builds are quicker.
2022-05-21 23:30:55 +01:00
Bruce Dubbs
8bc9e2849c Update to umockdev-0.17.12. 2022-05-20 13:15:44 -05:00
Bruce Dubbs
4d14be0462 Update to libwww-perl-6.66. 2022-05-19 10:31:48 -05:00
Bruce Dubbs
dbfdb0ee09 Update to XML-LibXSLT-2.002000. 2022-05-18 16:40:18 -05:00
Bruce Dubbs
d9c3a6d524 Update to upower-v0.99.18. 2022-05-18 09:28:17 -05:00
Bruce Dubbs
b4bfc2cfd1 Update to XML-LibXSLT-2.001000 (Perl module). 2022-05-17 10:19:38 -05:00
Bruce Dubbs
06333e609f Package updates.
Update to zsh-5.9.
Update to openjpeg-2.5.0.
2022-05-15 20:04:49 -05:00
Bruce Dubbs
4f906f3b48 Update to librsvg-2.54.3. 2022-05-15 07:14:05 -05:00
Pierre Labastie
791027a29a Fix librsvg md5 2022-05-15 08:17:51 +02:00
Bruce Dubbs
eb31c6d392 Update to php-8.1.6. 2022-05-13 11:55:11 -05:00
Bruce Dubbs
a0b0ac4650 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-05-13 11:25:03 -05:00
Bruce Dubbs
0ade4624b3 Update umocdev and touch up some dependencies in lxde
Update to umockdev-0.17.10.
2022-05-13 10:50:42 -05:00
Xi Ruoyao
b310c5448b
update to librsvg-2.54.2 (#16536) 2022-05-13 21:00:58 +08:00
Xi Ruoyao
19119f784e
update to bubblewrap-0.6.2 (#16531) 2022-05-13 20:15:43 +08:00
Pierre Labastie
7b4a852456 Fix doxygen for gcc-12
See https://github.com/doxygen/doxygen/issues/9312. Also minor fixes
to help jhalfs.
2022-05-11 08:36:36 +02:00
Bruce Dubbs
5422cf3827 Update to libwww-perl-6.65 (Perl module). 2022-05-09 21:51:13 -05:00
Pierre Labastie
b5844a0fc2 gcc: add a reminder to update md5 in grub-uefi
when updating gcc
2022-05-09 18:40:28 +02:00
Pierre Labastie
e28b6fcf08 Update to git-2.36.1 2022-05-08 22:01:14 +02:00
Pierre Labastie
7354b9a184 Update to gcc-12.1.0 2022-05-08 21:45:31 +02:00
Bruce Dubbs
d0fbf51458 Update to unrar-6.1.7. 2022-05-08 13:21:53 -05:00
Bruce Dubbs
e9c7577e45 Update to unixODBC-2.3.11. 2022-05-08 12:55:38 -05:00
Xi Ruoyao
65ab6c82ea
fontconfig: add curl as optional
I've seen the test suite downloading files with curl but forgot to
mention it.
2022-05-09 01:25:44 +08:00
Xi Ruoyao
fc7c845cd9
fontconfig: note that some tests download files 2022-05-07 20:58:17 +08:00
Xi Ruoyao
2cd8183bc0
shared-mime-info: drop itstool dependency 2022-05-07 20:24:29 +08:00
Xi Ruoyao
ac7f1b00c0
pcre: glib2 does not have internal pcre now 2022-05-07 20:18:53 +08:00
Bruce Dubbs
ef280b8106 Update to doxygen-1.9.4. 2022-05-06 15:57:15 -05:00
Bruce Dubbs
158a9dfedb Update to mercurial-6.1.2. 2022-05-06 15:49:45 -05:00
Douglas R. Reno
a094e93459 LFS now carries Python, so update the Programming chapter description. 2022-05-06 12:38:13 -05:00
Pierre Labastie
bc1465e4f9 Update to poppler-22.05.0 2022-05-05 22:23:05 +02:00
Bruce Dubbs
0a73ebad21 Update to libxml2-2.9.14. 2022-05-03 17:34:01 -05:00
Ken Moffat
492efd215b Update to firefox-91.9.0 and JS-91.9.0. 2022-05-03 17:25:55 +01:00
Tim Tassonis
bbf2439842 Update to unixODBC-2.3.10 2022-05-03 16:17:26 +02:00
Bruce Dubbs
5624426974 Remove gdb patch 2022-05-02 15:43:10 -05:00
Bruce Dubbs
e2fe6d4461 Update to gdb-12.1. 2022-05-02 14:18:19 -05:00
Bruce Dubbs
460711cee7 Update to freetype-2.12.1. 2022-05-02 11:23:42 -05:00
Pierre Labastie
cf5de42383 The libasan sed is not needed anymore in gcc 2022-05-01 21:07:43 +02:00
Bruce Dubbs
972c651441 Update to LWP (Perl module libwww-perl-6.64). 2022-05-01 10:49:07 -05:00
Xi Ruoyao
79cb38e23c
docutils: remove /usr/bin/__pycache__ 2022-05-01 19:25:39 +08:00
Ken Moffat
396abe0788 Update to texlive-2022.
For the binary, libwww-perl is now recommended, therefore move
that from perl-dependencies to the top-level perl-modules.
2022-05-01 02:24:41 +01:00
Bruce Dubbs
7cd114e22e Update to gcc-11.3.0. 2022-04-30 15:28:00 -05:00
Bruce Dubbs
23849996b2 Package update and change nobody/nogroup uid/gid.
Update to Jinja2-3.1.2.

Change nobody uid and nogroup gid to 65534 to be consistent
with the values hardcoded in the kernel.
2022-04-30 15:13:09 -05:00
Pierre Labastie
7123e39ef5 Update to ModemManager-1.18.8 2022-04-30 17:04:42 +02:00
Pierre Labastie
a1d18c141a Update-to libqmi-1.30.6 2022-04-30 17:04:42 +02:00
Pierre Labastie
381eb87da7 Update to libmbim-1.26.4 2022-04-30 17:04:42 +02:00
Bruce Dubbs
d0f62edbe2 Update to lsof_4.95.0. 2022-04-28 12:49:07 -05:00
Bruce Dubbs
afd2ea83a7 Update to node-16.15.0. 2022-04-27 18:07:26 -05:00
Pierre Labastie
23109361bc Update to java-18.0.1 binaries 2022-04-26 16:40:24 +02:00
Pierre Labastie
5bc36fc2a8 Update to OpenJDK-18.0.1+10
Java binaries not done yet
2022-04-26 16:40:23 +02:00
Xi Ruoyao
7f5b105a4d
ibus: add back test failures
They still fail for me.
2022-04-26 20:30:18 +08:00
Pierre Labastie
c5b7d908d7 JS-91: fix 32 bit builds
Same sed as for firefox
2022-04-25 08:14:58 +02:00
Bruce Dubbs
d94bdfcb62 package updates 2022-04-24 22:44:03 -05:00
Xi Ruoyao
3d8a5921d6
bubblewrap: add --buildtype=release for meson 2022-04-24 18:56:25 +08:00
Bruce Dubbs
d12d244588 Update to vala-0.56.1. 2022-04-23 10:23:49 -05:00
Bruce Dubbs
325ebd7dd6 Fix gspell url 2022-04-23 09:45:44 -05:00
Xi Ruoyao
5b1d11c632
replace URLs containing "gnome/sources" with gnome-download-http entity 2022-04-23 16:23:11 +08:00
Xi Ruoyao
9aebeedf4a
update to librsvg-2.54.1 (#16456) 2022-04-23 12:45:51 +08:00
Bruce Dubbs
eabab82465 Update to gspell-1.10.0. 2022-04-22 16:04:08 -05:00
Bruce Dubbs
46ccf4ea07 Update to libseccomp-2.5.4. 2022-04-22 13:41:55 -05:00
Bruce Dubbs
1bd1f767af Update to cbindgen-0.23.0. 2022-04-22 12:07:02 -05:00
Xi Ruoyao
0df1e2d304
colord: remove unnecessary fixup
The "100 warnings" do not show up on my build without these commands.  I
guess they are fixed at intltool -> gettext transition.
2022-04-22 12:18:33 +08:00
Bruce Dubbs
ed7ed607ba Remove some obsolete notes 2022-04-21 15:02:05 -05:00
Bruce Dubbs
c4ab329281 Update to jasper-3.0.3. 2022-04-21 12:19:38 -05:00
Bruce Dubbs
5cf79594b7 pdate to libaio-0.3.113. 2022-04-21 10:48:21 -05:00
Bruce Dubbs
ea41a4ef25 Update to .cbindgen-0.22.0. 2022-04-21 10:04:34 -05:00
Bruce Dubbs
7777643736 Minor grammar changes 2022-04-21 09:09:28 -05:00
Xi Ruoyao
7272242740
librsvg: add xorg fonts as testsuite dependency
One rsvg-convert test fails if no fonts are available.
2022-04-21 18:07:38 +08:00
Xi Ruoyao
0daaefc8fc
rust: remove reference to clang
I've built and installed rust with system LLVM built w/o clang.
2022-04-21 17:59:37 +08:00
Xi Ruoyao
8c2cfcfad3
python-modules: add <important> for pip3 usage 2022-04-21 14:42:25 +08:00
Bruce Dubbs
3f045034c3 Update instructions for the Brotli python module 2022-04-20 20:26:04 -05:00
Bruce Dubbs
b9a4450773 Update scour instructions 2022-04-20 20:13:36 -05:00
Bruce Dubbs
e7d471289f Update pyyaml instructions 2022-04-20 20:13:14 -05:00
Bruce Dubbs
698c398685 Update Mako install instructions 2022-04-20 19:41:53 -05:00
Pierre Labastie
7a9a7b2665 Remove spaces at the end of lines 2022-04-20 15:36:11 +02:00
Xi Ruoyao
9a06e3e6f8
libarchive: drop unneeded sed
The test failure with OpenSSL 3 is fixed by upstream:
https://github.com/libarchive/libarchive/pull/1717
2022-04-20 15:08:02 +08:00
Pierre Labastie
f5c056e80c Fix option vs parameter in pip3 command explanations
Also remove spaces at the end of lines and a typo
2022-04-20 08:31:46 +02:00
Bruce Dubbs
b398b3fc3c Update Jinja2 build instructions 2022-04-19 23:41:16 -05:00
Bruce Dubbs
2543311c72 Update instructions for makerupsafe 2022-04-19 23:08:21 -05:00
Bruce Dubbs
fa76823d0b Update lxml instructions 2022-04-19 22:39:55 -05:00
Bruce Dubbs
00b0be009c Update build instructions for pyxdg and ensure explainations are present 2022-04-19 22:22:10 -05:00
Bruce Dubbs
c8a0d6c0c0 Update build instructions for pygments 2022-04-19 21:55:14 -05:00
Bruce Dubbs
3d8324c465 Update build instructions for python-dbusmock 2022-04-19 21:40:22 -05:00
Bruce Dubbs
aa847e3a20 Update build instructions for pycryptodome 2022-04-19 21:39:57 -05:00
Bruce Dubbs
d31adba2ed Update build instructions for python module docutils 2022-04-19 21:09:04 -05:00
Bruce Dubbs
62dc76ccda Add another option to pip3 install
Add a convenience option for &root;
Add --no-cache-dir to six and asciidoc.
Explain --no-cache-dir in pip3-cmd-explain.
2022-04-19 19:56:29 -05:00
Bruce Dubbs
939f4ae4e9 Update asciidoc python module instructions 2022-04-19 19:16:01 -05:00
Bruce Dubbs
d0c8135465 Tweak perl module six and aux files
Remove python2 remnants from six and make som minor text changes.
Remove legacy elements from lfs-xsl stylesheet.
Minor text change in pip3 xinclude file.
2022-04-19 18:49:59 -05:00
Bruce Dubbs
892352a050 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-04-19 16:27:28 -05:00
Bruce Dubbs
3fca94e6d4 Update python module six with pip3 based instructions. 2022-04-19 16:26:24 -05:00
Pierre Labastie
df8e922933 Update to git-2.36.0 2022-04-19 20:35:37 +02:00
Pierre Labastie
1c37eb5d5f Update to pciutils-3.8.0
Also update changelog for parted
2022-04-19 20:34:15 +02:00
Bruce Dubbs
97c14af256 Update to pygobject-3.42.1 (Python module). 2022-04-18 10:43:30 -05:00
Pierre Labastie
fde1abe32d Don't reference MarkupSafe and Jinja2 in systemd book 2022-04-17 09:50:50 +02:00
Bruce Dubbs
8610833b72 Update to enchant-2.3.3. 2022-04-16 23:31:52 -05:00
Bruce Dubbs
118e8ef57e Update to pcre2-10.40. 2022-04-16 14:59:33 -05:00
Douglas R. Reno
09cf41d57a Two package updates
Update to ruby-3.1.2
Update to git-2.35.3
2022-04-15 12:17:17 -05:00
Bruce Dubbs
7b509ebe62 Update to php-8.1.5. 2022-04-14 15:31:32 -05:00
Bruce Dubbs
5a472da610 Update to glib-2.72.1. 2022-04-14 15:13:12 -05:00
Bruce Dubbs
92aa2390f7 Update to json-c-0.16. 2022-04-14 14:56:58 -05:00
Bruce Dubbs
706e72e3e2 Update to boost_1_79_0. 2022-04-14 14:49:38 -05:00
Bruce Dubbs
f520db9ff2 Update to llvm-14.0.1. 2022-04-14 13:59:25 -05:00
Bruce Dubbs
941750eaed Update to cmake-3.23.1 2022-04-14 12:30:14 -05:00
Bruce Dubbs
559cb4f638 Update to valgrind-3.19.0. 2022-04-13 20:00:44 -05:00
Bruce Dubbs
aab2a487e1 Update to icu4c-71_1-src. 2022-04-13 11:44:02 -05:00
Bruce Dubbs
f646303c29 Update to mercurial-6.1.1. 2022-04-12 22:38:59 -05:00
Bruce Dubbs
5a1049aa68 Update to umockdev-0.17.9. 2022-04-12 16:50:17 -05:00
Bruce Dubbs
5155c4db78 libusb-1.0.26. 2022-04-12 16:40:55 -05:00
Bruce Dubbs
7bea54aff0 Update to XML-LibXSLT-2,000000 (Perl module). 2022-04-12 16:24:10 -05:00
Bruce Dubbs
cc519e4394 Update to libarchive-3.6.1. 2022-04-12 16:11:29 -05:00
Bruce Dubbs
34fcd3cb7a Update to python-dbusmock-0.27.5 (Python module). 2022-04-12 15:26:57 -05:00
Bruce Dubbs
0df3f34e93 Update to libgpg-error-1.45. 2022-04-12 15:21:56 -05:00
Tim Tassonis
1534275642 Update to subversion-1.14.2. 2022-04-12 19:28:14 +02:00
Douglas R. Reno
72399f5abc babl: Fix a typo in upstream's meson.build that can cause meson to fail to run. 2022-04-12 10:31:14 -05:00
Bruce Dubbs
3470d743f2 Speling 2022-04-11 20:26:55 -05:00
Pierre Labastie
8d0270d150 Update to rust-1.60.0 2022-04-11 19:07:48 +02:00
Pierre Labastie
bceef3d3a5 LLVM: add a note about the extracted directories 2022-04-11 12:33:20 +02:00
Xi Ruoyao
fd92123881
libssh2: document a test failure 2022-04-08 23:37:45 +08:00
Pierre Labastie
3669056013 Typo in ibus (systemd) 2022-04-08 17:16:26 +02:00
Bruce Dubbs
9169ed5d00 Update to python-dbusmock-0.27.4. 2022-04-07 17:26:06 -05:00
Bruce Dubbs
ed29a75ca3 Update to libqalculate-4.1.1. 2022-04-07 17:03:13 -05:00
Pierre Labastie
6406b296af systemd: add patch for kernel 5.17 headers 2022-04-06 17:25:29 +02:00
Bruce Dubbs
25ae8b8123 Typos 2022-04-06 10:19:42 -05:00
Ken Moffat
5a77bef4d3 Update to firefox-91.8.0 and JS-91.8.0. 2022-04-05 17:35:07 +01:00
Bruce Dubbs
f30d3b7904 Remove note in java page about the tarball directory. 2022-04-04 10:38:04 -05:00
Bruce Dubbs
f6de52b3a6 Package updates.
Update to poppler-22.04.0.
Update to mousepad-9.5.9.
Update to twm-1.0.12.
2022-04-03 11:48:10 -05:00
Bruce Dubbs
79a1e37eeb Package updates.
Update to freetype-2.12.0.
Update to fontconfig-2.14.0.
Update to xwayland-22.1.1.
2022-04-01 18:00:46 -05:00
Bruce Dubbs
5601dd9c76 Update to harfbuzz-4.2.0. 2022-03-31 13:10:04 -05:00
Bruce Dubbs
f67f8cbcbf Update to cmake-3.23.0. 2022-03-31 11:40:28 -05:00
Pierre Labastie
6e94284d9c Insert space between two hyphens in comment... 2022-03-31 09:40:07 +02:00
Pierre Labastie
988edbf554 Remove --ensure-pip=yes for python3
Discussed in ticket #16321 of BLFS
2022-03-31 09:27:50 +02:00
Bruce Dubbs
8a21a6ae75 Package updates.
Update to Python-3.10.4.
Update to Jinja2-3.1.1 (Python module).
2022-03-30 18:30:47 -05:00
Bruce Dubbs
df165fdf88 Update to HTML-Parser-3.78 (Perl module). 2022-03-29 14:52:24 -05:00
Bruce Dubbs
42d28d7f9f Update to libgcrypt-1.10.1. 2022-03-29 14:48:12 -05:00
Pierre Labastie
0bc808cc20 Remove the -i flag in rustc symlink
When scripting, this flag makes the linking silently ignored... This
leads to headaches when one thinks he is using a just built new
version of rust and the old version is still used...
2022-03-29 09:19:21 +02:00
Bruce Dubbs
2edd90496f Update to mc-4.8.28. 2022-03-28 17:36:50 -05:00
Bruce Dubbs
b0530c8c66 Update to shared-mime-info-2.2. 2022-03-28 17:10:10 -05:00
Tim Tassonis
0beb4e76ee Update to at-3.2.5.
Fix changelog date
2022-03-28 21:30:58 +02:00
Bruce Dubbs
0a3585c3c1 Update to cbindgen-0.21.0. 2022-03-26 19:21:30 -05:00
Bruce Dubbs
18c3a7b69b Update to libwacom-2.2.0. 2022-03-26 18:58:01 -05:00
Bruce Dubbs
3e208e9941 Update to llvm-14.0.0. 2022-03-26 16:24:25 -05:00
Bruce Dubbs
b0e2b0cf2e Now inih-55 2022-03-26 01:27:05 -05:00
Bruce Dubbs
6404c14543 Update to harfbuzz-4.1.0. 2022-03-25 14:16:58 -05:00
Bruce Dubbs
986f69c55f Update to umockdev-0.17.8. 2022-03-25 13:01:09 -05:00
Bruce Dubbs
62a9a64d03 Package updates.
Update to inih-r54.
Update to glib-networking-2.72.0.
2022-03-25 12:56:18 -05:00
Bruce Dubbs
e467078cc3 Update to python-dbusmock-0.27.3. 2022-03-25 12:38:08 -05:00
Bruce Dubbs
b34a3bf3f7 Update to highlight-4.2. 2022-03-25 12:20:21 -05:00
Bruce Dubbs
99580c0e7f Update to babl-0.1.92. 2022-03-25 12:13:28 -05:00
Bruce Dubbs
6e4f58e07b Fix sysprof URL 2022-03-25 11:55:10 -05:00
Xi Ruoyao
37a4b84ee0
python3: remove outdated test failures
The problematic subtests have been removed in 3.10.3, so they are not a
problem with 3.10.3 or pending 3.10.4.

Forgot to commit this upgrading to 3.10.3.
2022-03-25 15:48:00 +08:00
Ken Moffat
b9c353b87a Typo fixes from rhubarbpieguy. 2022-03-25 03:29:22 +00:00
Bruce Dubbs
751dd1ebc0 Update to sysprof-3.44.0 and change some references.
Change <ulink> references to libunwind to internal <linkend> references.
2022-03-24 18:22:59 -05:00
Bruce Dubbs
aa04882576 Add libunwind-1.6.2 in suport of sysprof-3.44.0. 2022-03-24 17:47:56 -05:00
Pierre Labastie
77e8024def libportal: header removal should be done as root 2022-03-24 15:05:15 +01:00
Bruce Dubbs
5070c5f47f Update to libportal-0.6. 2022-03-22 17:25:58 -05:00
Bruce Dubbs
4dda1eca5c Update to libgsf-1.14.49. 2022-03-22 14:27:18 -05:00
Douglas R. Reno
1aa7410a4a Package updates and a new perl module
Add JSON for Samba
Update to Samba-4.16.0
Update to krb5-1.19.3
2022-03-22 14:09:52 -05:00
Douglas R. Reno
9bd5f2dfd4 Remove a duplicate changelog entry and do a minor reword on the librsvg
test suite comments.
2022-03-21 20:32:06 -05:00
William Harrington
54f144f8fd Adjust shared library version from 4 to 5 in liblinear for 244 upgrade. 2022-03-21 11:40:37 -05:00
Bruce Dubbs
67042ee3bf Package updates.
Update to vala-0.56.0.
Update to glib-2.72.0.
2022-03-20 16:52:39 -05:00
Bruce Dubbs
91548d4fed Update to gobject-introspection-1.72.0. 2022-03-20 14:46:19 -05:00
Bruce Dubbs
da23b3a203 merge 2022-03-20 14:29:28 -05:00
Bruce Dubbs
badfd2513d Update to php-8.1.4. 2022-03-20 14:19:01 -05:00
Bruce Dubbs
84231e06f7 Update to liblinear-244. 2022-03-20 13:39:20 -05:00
Bruce Dubbs
62d4a2391a Update to bluez-5.64 and reformating kernel config
In grub-setup, change the order of kernel configureation items
to match the current kernel.
2022-03-20 11:48:09 -05:00
Xi Ruoyao
9c436a5f49
update to Python-3.10.3 (#16243)
Sync with LFS.
2022-03-20 22:05:53 +08:00
Pierre Labastie
7b6c3964ea Fix librsvg download url
Use an entity for librsvg-minor, so that people don't forget it...
2022-03-19 09:02:40 +01:00
Bruce Dubbs
01ff770df3 Update to node-16.14.2. 2022-03-18 18:31:34 -05:00
Bruce Dubbs
342453faab Update to node-16.14.1. 2022-03-18 17:51:54 -05:00
Xi Ruoyao
6783d06b18
update to librsvg-2.54.0 (#16244) 2022-03-18 15:28:47 +08:00
Bruce Dubbs
45bc955a30 Package updates.
Update to imlib2-1.8.1.
Update to stunnel-5.63.
Update to httpd-2.4.53.
Update to HTML-Parser-3.77 (Perl module).
2022-03-17 14:21:32 -05:00
Bruce Dubbs
f238076145 Package updates.
Update to ibus-1.5.26.
Update to libqalculate-4.1.0.
2022-03-17 13:35:06 -05:00
Douglas R. Reno
db216514c9 pycairo: Add an optional dependency on pytest since it's mentioned as
being needed for the test suite.
2022-03-16 13:09:50 -05:00
Xi Ruoyao
88c7225a77
Update to MarkupSafe-2.1.1 (Python module) (#16237) 2022-03-16 20:32:50 +08:00
Ken Moffat
0adb6845b7 Update for firefox-91.7.1 and js91.7.1.
The js code is unchanged.
2022-03-14 20:38:49 +00:00
Bruce Dubbs
b6b38cdff8 Package updates.
Update to sqlite-autoconf-3380100 (3.38.1).
Update to qpdf-10.6.3.
2022-03-13 12:37:16 -05:00
Xi Ruoyao
86b410e343
dbus: add --runstatedir=/run
Sync with LFS.
2022-03-13 16:30:08 +08:00
Xi Ruoyao
4f7feef5fa
update to harfbuzz-4.0.1 (#16220) 2022-03-13 00:17:48 +08:00
Bruce Dubbs
9c8fb20a84 Package updates.
Update to .vlc-3.0.17.3
Update to librsvg-2.52.7.
2022-03-12 10:14:27 -06:00
Pierre Labastie
27e5cd4c32 Allow elogind to exit when dbus is closed
As reported in ticket #16177 by Joe Locash, switching from runlevel
3 to 1 and back would render elogind useless: it is still running
but not connected to the bus, because dbus is killed in runlevel 1
and then restarted in runlevel 3. The added "sed" allows elogind to
exit when dbus is killed. This is the normal behavior of daemons
using dbus.
2022-03-12 11:30:51 +01:00
Bruce Dubbs
776c052ee3 Package updates.
Update to Mako-1.2.0 (Python module).
Really ppdate to libuv-v1.44.1.
2022-03-10 22:42:58 -06:00
Bruce Dubbs
64755c7557 Update to harfbuzz-4.0.0.
Also correct some hard coded paths in fcron.
2022-03-10 17:56:23 -06:00
Bruce Dubbs
7495c403ea Package updates.
Update to xine-lib-1.2.12.
Update to xterm-372.
Update to upower-v0.99.17.
Update to vlc-3.0.17.
2022-03-10 13:29:38 -06:00
Bruce Dubbs
384f06bfd6 Package updates.
Archive libuninameslist.
Update to fontforge-20220308.
Update to libvdpau-1.5 (Xorg driver).
Update to libuv-v1.44.0.
2022-03-10 12:07:35 -06:00
Bruce Dubbs
f179b24118 Package updates.
Update to pycairo-1.21.0 (Python module).
Update to xscreensaver-6.03.
Update to sysstat-12.5.6.
2022-03-09 18:10:08 -06:00
Pierre Labastie
0075912529 Fix alignment of `\' in dbus configure 2022-03-09 14:57:22 +01:00
Bruce Dubbs
c4938ccc58 Package updates.
Update to gpgme-1.17.1.
Update to pango-1.50.5.
Update to cmake-3.22.3.
2022-03-08 14:21:14 -06:00
Bruce Dubbs
32f5b6fad4 Package updates.
Refine instructions for SCons-4.3.0.
Update to gtk+-3.24.33.
Update to pipewire-0.3.48.
Update to UnRar-6.1.6.
2022-03-08 13:25:55 -06:00
Ken Moffat
b635b9da2a Update to firefox-91.7.0esr and corresponding JS91. 2022-03-08 18:32:56 +00:00
Douglas R. Reno
0771e2fae7 Package updates
Update to ruby-3.1.1
Update to nss-3.76
2022-03-08 09:32:17 -06:00
Bruce Dubbs
f2a19b4e88 Package updates.
Update to sudo-1.9.10.
Update to umockdev-0.17.7.
Update to poppler-22.03.0.
Update to HTTP-Daemon-6.14 (Perl Module).
Update to python-dbusmock-0.26.1 (Python module).
Update to nghttp2-1.47.0.
2022-03-07 15:03:10 -06:00
Bruce Dubbs
f3fd9487bb Package updates.
Update to sqlite-autoconf-3380000 (3.38.0).
Update to unrar-6.1.5.
Update to gegl-0.4.36.
Update to babl-0.1.90.
2022-03-07 12:43:42 -06:00
Douglas R. Reno
c884c4b1dc UPower: Minor tweaks/rewords 2022-03-06 17:11:44 -06:00
Pierre Labastie
475d43882d Update to upower-0.99.16 2022-03-06 10:50:13 +01:00
Pierre Labastie
02d60dda32 Update to bubblewrap-0.6.1 2022-03-06 10:50:13 +01:00
Pierre Labastie
048aa0461b Update to accountsservice-22.08.8 2022-03-06 10:50:13 +01:00
Pierre Labastie
fb17faabaf Update to graphviz-3.0.0 2022-03-06 10:50:13 +01:00
Pierre Labastie
dac8a1157a Update to libjpeg-turbo-2.1.3 2022-03-06 10:50:13 +01:00
Pierre Labastie
4e142ae8c9 libseccomp: add command explanation for python bindings 2022-03-06 10:50:13 +01:00
Xi Ruoyao
6c12238781
js: update description
It's now in C++ and Rust, not C.  We just forgot to update this all the
time :).

ref. https://spidermonkey.dev/
2022-03-06 17:24:10 +08:00
Xi Ruoyao
b5b1af683a
update to JS91 (#15368)
* js-78 -> js-91.6.0
* gjs-1.70.1 -> gjs-1.71.90: it's a development release, but works fine
                             with GNOME 41
* add polkit-0.120-js91-1.patch
2022-03-06 16:22:05 +08:00
Douglas R. Reno
6148e288e7 Package Updates:
Update to asciidoc-10.1.4
Update to lxml-4.8.0
Update to Business-ISSN-1.005
Update to mercurial-6.1
2022-03-05 22:20:11 -06:00
Bruce Dubbs
dc30794602 Package updates.
Update to icewm-2.9.6.
Update to xterm-371.
Update to xf86-video-amdgpu-22.0.0 (Xorg driver).
Update to libva-2.14.0 (Xorg driver).
Update to libinput 1.20.0 (Xorg driver).
Update to MarkupSafe-2.1.0 (Python module).
2022-03-03 10:47:05 -06:00
Xi Ruoyao
996f3953f6
package updates
* Update to vim-8.2.4489
* Update to dbus-1.14.0
2022-03-03 02:38:58 +08:00
Bruce Dubbs
3f6cf45f86 Put libxml2 docs in a versioned direcyory
Also remove lfs-10.0 checked entity.
2022-02-27 11:24:22 -06:00
Douglas R. Reno
5f26bc36ce Test suite expectation updates for guile and python2 2022-02-27 09:46:39 -06:00
Pierre Labastie
552bf36136 t commit (removes one space at the end of a line) 2022-02-26 08:56:09 +01:00
Bruce Dubbs
9eb12e50ff Minor formatting change 2022-02-25 09:25:17 -06:00
Pierre Labastie
c644c64713 Fix building the libxml2 python module with python2
Upstream fix found at
5bc5f0762f
2022-02-25 10:55:51 +01:00
Bruce Dubbs
f91eb040f1 Sync libxml2py2 and libxml2 download locations 2022-02-25 01:56:11 -06:00
Xi Ruoyao
a931085ce2
python3: document two failures with latest expat 2022-02-24 18:50:12 +08:00
Pierre Labastie
d02eab5fd5 As a test, remove some spaces at the end of lines 2022-02-24 08:25:23 +01:00
Bruce Dubbs
1a699f7a05 Security update and a dependency change.
Update to libxml2-2.9.13 (Security Update).
Promote libpng to recommended for graphviz.
2022-02-23 15:42:39 -06:00
Xi Ruoyao
dd00790529
libxml2: --with-threads is the default
Multithreading is enabled by default in both 2.9.12 and 2.9.13.
2022-02-23 14:55:37 +08:00
Bruce Dubbs
db8d276a9d Tags and a minor dependency upgrade 2022-02-20 14:30:51 -06:00
Bruce Dubbs
5dbd08326d Package updates.
Update to accountsservice-22.07.5.
Update to pipewire-0.3.47.
2022-02-20 10:47:59 -06:00
Bruce Dubbs
380306549c Tags 2022-02-19 21:19:30 -06:00
Douglas R. Reno
39637a4db4 Couple of missed tags 2022-02-19 21:06:34 -06:00
Douglas R. Reno
98fd8b9420 Package updates and tags
Update to cups-filters-1.28.12
Update to qpdf-10.6.2
Update to php-8.1.3
2022-02-19 19:59:54 -06:00
Thomas Trepl (Moody)
8724fecb01 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-02-19 23:57:56 +01:00
Thomas Trepl (Moody)
2d76528bd3 Tags 2022-02-19 23:57:50 +01:00
Bruce Dubbs
ef8290b1d0 Tags - mostly multimedia 2022-02-19 16:48:51 -06:00
Bruce Dubbs
51eb0bf885 Remove libgcrypt dependency from accountsservice 2022-02-19 16:23:40 -06:00
Bruce Dubbs
0ae4498aec Package updates.
Update to libwnck-40.1.
Update to accountsservice-22.07.4.
2022-02-19 16:18:31 -06:00
Pierre Labastie
57f2a49f69 Fix attributes for libxslt dependencies
For a runtime dependency, don't change anything in <para> (use
role="required" or "recommended" or "optional"). Just put
role="runtime" in the <xref>.
2022-02-19 10:38:18 +01:00
Pierre Labastie
3f06cf0403 Tag java apps 2022-02-19 09:20:39 +01:00
Pierre Labastie
113b43c6b0 Tag java and openjdk for 11.1 2022-02-19 09:11:43 +01:00