Commit Graph

10263 Commits

Author SHA1 Message Date
Douglas R. Reno
90c3184c17 Update to node.js-v20.10.0 2023-11-24 18:37:54 -06:00
Bruce Dubbs
0be945fe5b Typo 2023-11-24 18:08:42 -06:00
Bruce Dubbs
f30c0dc176 Update to php-8.3.0. 2023-11-24 18:04:08 -06:00
Rahul Chandra
9c485aef31 Update to intel-gmmlib-22.3.14 2023-11-24 17:52:34 -05:00
Douglas R. Reno
47a9a7612d Update to libxml2-2.12.1 2023-11-24 14:51:22 -06:00
Douglas R. Reno
3525199c5a Typo fixes from rhubarbpieguy 2023-11-23 14:24:33 -06:00
Rahul Chandra
0916098bc3 Update to intel-gmmlib 23.3.13 2023-11-23 10:18:07 -05:00
Pierre Labastie
e2d263e891 Pygments depends on hatchling 2023-11-23 14:04:57 +01:00
Douglas R. Reno
f300248e89 Update to mercurial-6.6 2023-11-22 20:22:55 -06:00
Bruce Dubbs
dcd5a06347 Archive Berkeley DB 2023-11-22 15:35:10 -06:00
Bruce Dubbs
01b92cda01 Update to git-2.43.0. 2023-11-22 09:45:44 -06:00
Xi Ruoyao
cb3d7ec5c9
ibus: Various adjustments
1. Allow building without gtk-doc.
2. Run "configure" manually instead of let autogen.sh run it.  It's
   because autogen.sh sets CFLAGS, producing binaries with optimization
   off and debug on.  More seriously, the debug feature it uses
   (sanitizer) is not suitable for a release build per GCC security
   policy.
3. Add a link to the external dependency libdbusmenu.
2023-11-22 11:27:45 +08:00
Douglas R. Reno
0b129142e7 Ibus: some minor text tweaks and formatting 2023-11-21 20:35:30 -06:00
Bruce Dubbs
e1caa7a273 Fix ibus url 2023-11-21 19:43:12 -06:00
Bruce Dubbs
494030be0a Update to ibus-1.5.29. 2023-11-21 19:16:28 -06:00
Ken Moffat
d54d6fc901 Update to spidermonkey-115.5.0. 2023-11-21 22:19:52 +00:00
Bruce Dubbs
91a72fece7 Add instructions to create/install libuv man page. 2023-11-20 20:08:05 -06:00
Douglas R. Reno
d71f68c943 Update to rustc-1.74.0 2023-11-20 16:28:39 -06:00
Douglas R. Reno
9af8c3efbc Update to SCons-4.6.0 2023-11-20 14:05:29 -06:00
Douglas R. Reno
9ccad1931b Update to Pygments-2.17.1 (Python Module) 2023-11-20 13:42:34 -06:00
Douglas R. Reno
a9575074e6 Update to lsof-4.99.0 2023-11-20 13:34:30 -06:00
Douglas R. Reno
4de66bc72d Add some more dependencies on Qt6.
I've marked most of these as 'role=nodep' so that jhalfs doesn't pick up
multiples in cases where it's not needed.

Transmission, Libreoffice, CMake, Poppler, and Appstream now have Qt6
ports working well.

I have left Qca, gpgme, polkit-qt, and other KDE-related packages alone.
They do have support for Qt6, but we should not list them as they are
incompatible with the Qt5 versions and we could end up causing
unintentional breakage by doing this.
2023-11-20 13:16:18 -06:00
Douglas R. Reno
e556b0369b log4cplus: minor tweaks to the page
- Make some grammar improvements to the description
- Use &qt5-deps instead of just Qt5, since this package uses qt5-base.
  This package will build with the alternate version as well
2023-11-20 13:06:19 -06:00
Bruce Dubbs
bc99c9d98d Update to log4cplus-2.1.1. 2023-11-19 18:32:07 -06:00
Bruce Dubbs
331efa7d82 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-11-19 17:18:51 -06:00
Bruce Dubbs
0c73385b78 Update to libxml2-2.12.0. 2023-11-19 17:17:57 -06:00
Xi Ruoyao
96e0c17161
mozilla: Drop SHELL=/bin/bash
Note that if you build something relying on $SHELL, it may still fail to
build in chroot.

In the chroot we first use "env -i" to clean the environment variables.
When bash starts with no $SHELL set, it *sets* SHELL=(the login shell
of current user specified in /etc/passwd), but it *does not export this
variable*.

For example:

    $ cat > t.c << EOF
    #include <stdio.h>
    #include <stdlib.h>
    int main() { puts (getenv ("SHELL") ?: "(nullptr)"); }
    $ ./a.out
    /bin/zsh/
    $ cc t.c
    $ env -i bash -c "echo $SHELL"
    /bin/zsh
    $ env -i bash -c "./a.out"
    (nullptr)

We can remove this now only because Mozilla has added a workaround into
their building system at
https://hg.mozilla.org/mozilla-central/rev/5afe7b911f61 for some Mac
builder, inadvertently fixing our issue.

Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2014-11/msg00050.html
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-dev/2023-11/msg00136.html
2023-11-20 07:01:36 +08:00
Bruce Dubbs
d80235bfa4 Update to libksba-1.6.5. 2023-11-19 15:59:14 -06:00
Xi Ruoyao
d8ffa01669
librsvg: Remove bugs_bug668_small_caps_svg failure
It seems fixed with harfbuzz-8.3.0.
2023-11-18 23:49:23 +08:00
Douglas R. Reno
89e82a9281 Update to libavif-1.0.2 2023-11-17 12:51:36 -06:00
Douglas R. Reno
15dfef2d48 Update to libxslt-1.1.39 2023-11-17 12:48:41 -06:00
Douglas R. Reno
39113e7f30 Raptor2: Fix a build failure when libxml2-2.11.x is installed
Thanks goes to Joe Locash for the report
2023-11-17 12:38:40 -06:00
Bruce Dubbs
0e60ff709e Add File::FcntlLock-0.22 (Perl module) in support of exim. 2023-11-17 10:30:17 -06:00
Bruce Dubbs
a23620a62d Update to cmake-3.27.8. 2023-11-16 17:15:16 -06:00
Douglas R. Reno
6280f75250 Update to Encode-JIS2K-0.03 (Perl Module) 2023-11-16 15:47:41 -06:00
Xi Ruoyao
375113cd87
bogofilter: Switch to Sqlite from Berkeley DB
Berkeley DB is some deathware (unless we switch to the Oracle
implementation which may have legal issues) and slated for removal in
the next BLFS release.
2023-11-16 21:49:15 +08:00
Bruce Dubbs
b42497aa10 Update to libgcrypt-1.10.3. 2023-11-15 14:33:46 -06:00
Xi Ruoyao
e872138fb6
vala: Turn "bootstrap" into an <option> instead of <parameter> 2023-11-15 06:45:15 +08:00
Douglas R. Reno
7c61e1b954 vala: We don't need to bootstrap anymore 2023-11-14 14:45:59 -06:00
Bruce Dubbs
b18c081179 Update to vala-0.56.14. 2023-11-14 10:56:18 -06:00
Xi Ruoyao
498c00cd5a
Update to appstream-1.0.0 (again)
Fix up libadwaita to build with it.  Update the command explanation to
allow building it with Qt-5.  Also fix the errors detected in
org.linuxfromscratch.lfs.xml reported by "appstreamcli validate".
2023-11-13 15:06:27 +08:00
Rahul Chandra
aa8180ff50 Rollback to Appstream 0.16.4 because 1.0.0 needs QT6 2023-11-12 23:38:06 -05:00
Rahul Chandra
f74c6058df Update to AppStream-1.0.0 2023-11-12 22:41:38 -05:00
Bruce Dubbs
db035ac955 Update to numpy-1.26.2 (Python module). 2023-11-12 20:35:21 -06:00
Bruce Dubbs
0c29fa19fa Update to harfbuzz-8.3.0. 2023-11-12 11:57:51 -06:00
Xi Ruoyao
2f1e634e17
Archive libxml2py2 2023-11-12 08:43:55 +08:00
Xi Ruoyao
808f2b851e
Update to libxml2-2.11.5 2023-11-12 04:37:20 +08:00
Xi Ruoyao
874812232a
python3: Add libxml2 into the list of packages requiring an reinstallation when upgrading Python 3 to a new minor version 2023-11-12 00:24:49 +08:00
Xi Ruoyao
778470d065
elogind: Fix the description of -Ddev-kvm-mode=0660
This package actually does not overwrite 50-udev-default.rules, but
70-uaccess.rules needs this option or it'll be inconsistent with LFS
50-udev-default.rules.
2023-11-11 18:06:49 +08:00
Xi Ruoyao
1a7430796b
elogind: Add -Ddev-kvm-mode=0660
This package overwrites some udev rules of udevd from systemd installed
in LFS.  Without this option, the udev rule makes /dev/kvm accessible by
every user.  While I don't know how to handle the overwriting issue
properly, let's make the permission of /dev/kvm consistent first.
2023-11-11 17:35:10 +08:00
Pierre Labastie
8c227f8655 fix attribute for g-i tests
attribute for tests is remap='test', this allows to have
role='root' remap='test' in case the tests need to be run as root.
2023-11-10 23:01:10 +01:00
Pierre Labastie
048e89d050 Archive lcms 2023-11-10 10:51:17 +01:00
Xi Ruoyao
4e7ec17c2e
autoconf213: Archive
With a simple hack in SeaMonkey, autoconf-2.13 is not needed anymore.

Fixes: #18459
2023-11-10 14:35:47 +08:00
Bruce Dubbs
0cd18b6a66 Fix autofs stats 2023-11-10 00:23:24 -06:00
Bruce Dubbs
6fa792b058 Update to autofs-5.1.9. 2023-11-09 16:52:12 -06:00
Bruce Dubbs
2f7217b14d Update to Mako-1.3.0. 2023-11-09 16:32:48 -06:00
Douglas R. Reno
739a1e077f Update to libcloudproviders-0.3.5 2023-11-09 11:02:33 -06:00
Pierre Labastie
c1e3ac381d Remove a spurious space in sysmon-qt url 2023-11-09 16:01:58 +01:00
Pierre Labastie
68dfef54d6 Fix alignement of blocks
Reported by "rhubarbpieguy" on the blfs-dev mailing list
2023-11-09 15:07:04 +01:00
Pierre Labastie
3261d400c3 Remove a spurious dependency paragraph 2023-11-09 13:51:49 +01:00
Pierre Labastie
96d7fa5509 Fix dependencies of perl-html-parser
perl-http-message is not only a runtime requirement, it is also needed
for tests.
2023-11-09 11:00:01 +01:00
Bruce Dubbs
41cf461475 Change abiword and wv URLs to anduin. 2023-11-08 18:28:46 -06:00
Douglas R. Reno
8d133a0af6 Update to libgusb-0.4.8 2023-11-08 14:40:12 -06:00
Douglas R. Reno
067ccc06be Update to xapian-core-1.4.24 2023-11-08 14:32:24 -06:00
Pierre Labastie
10c5df84cd Update to mercurial-6.5.3 2023-11-08 18:03:05 +01:00
Douglas R. Reno
8228a4187a Update to IO-Socket-SSL-2.084 (Perl Module) 2023-11-07 14:02:07 -06:00
Douglas R. Reno
36dbd5fc35 Update to libuv-1.47.0 2023-11-07 13:58:47 -06:00
Douglas R. Reno
feaec12b7f Update to jasper-4.1.0 2023-11-07 13:54:38 -06:00
Douglas R. Reno
4b67e8bf43 Update to exiv2-0.28.1 (Security Update) 2023-11-07 13:28:40 -06:00
Bruce Dubbs
34165e6b5c Update to jasper-4.0.1 2023-11-05 13:52:01 -06:00
Rahul Chandra
4ea4a6e62e Update to git-2.42.1 2023-11-03 22:58:08 -04:00
Rahul Chandra
bc30b28cae Fix md5sum is sysmon-qt. 2023-11-03 22:33:32 -04:00
Bruce Dubbs
a3efdf5cb2 Update test results for node. 2023-11-03 20:54:10 -05:00
Bruce Dubbs
ab18a0982e Update to node-v20.9.0. 2023-11-03 20:47:06 -05:00
Bruce Dubbs
a923f8df12 Update to poppler-23.11.0. 2023-11-03 17:35:53 -05:00
Bruce Dubbs
0ff940d593 Add sysmon-qt-1.0. 2023-11-03 15:09:27 -05:00
Douglas R. Reno
5e5346c033 Update to libgsf-1.14.51 2023-11-03 12:28:39 -05:00
Xi Ruoyao
c12fd0f517
spidermonkey: Enable rust SIMD optimization
Arch and Gentoo do this for Firefox, Thunderbird, and SpiderMonkey.
I've tested SpiderMonkey with this for a while.  I'll enable this
for Firefox and Thunderbird too after testing them.

Sort all the switches (but --prefix) and explanations in alphabetic
order by the way.
2023-11-03 17:49:35 +08:00
Xi Ruoyao
8ef3f050af
asciidoc: Really fix the "invalid escape sequence" issue
I was confused by the ' and " characters...
2023-11-03 15:18:43 +08:00
Xi Ruoyao
9ef2bd487f
asciidoc: Add fix for Python 3.12 2023-11-03 15:14:51 +08:00
Xi Ruoyao
cb3e56c5aa
usbutils: Switch back to kernel.org for downloading
Avoid a dependency on git.
2023-11-02 13:59:18 +08:00
Douglas R. Reno
9393fdeeef Update to OpenJDK-21.0.1 2023-11-02 00:57:56 -05:00
Xi Ruoyao
a192a33046
spidermonkey: Update the number of test failures for icu-74 2023-11-02 12:24:22 +08:00
Bruce Dubbs
15dbe35479 Update to valgrind-3.22.0. 2023-11-01 20:51:20 -05:00
Bruce Dubbs
9744d5a5ff Update to icu4c-74_1-src. 2023-11-01 20:20:01 -05:00
Bruce Dubbs
37f7e062a1 Fix python docs md5sum 2023-11-01 10:48:08 -05:00
Xi Ruoyao
fa5f6e9501
spidermonkey: Do not hard code python3-majorver 2023-11-01 21:42:53 +08:00
Xi Ruoyao
3d349f4114
gobject-introspection: Fix 19 test failures with Python 3.12 or later 2023-11-01 21:37:26 +08:00
Xi Ruoyao
4ca6236f04
python3: Remove stale explanation for --with-system-ffi 2023-11-01 21:35:36 +08:00
Xi Ruoyao
e3b2109589
spidermonkey: Work around build failure with Python 3.12 or later 2023-11-01 17:42:11 +08:00
Bruce Dubbs
a04003040a Update to usbutils-017. 2023-10-31 18:58:20 -05:00
Bruce Dubbs
7420ff72f1 Update to Python-3.12.0. 2023-10-31 17:45:31 -05:00
Pierre Labastie
70f9533402 Make libtiff and gpgme recommended for poppler
In version 23.10, poppler has changed NSS, GPGME, and LIBTIFF from
"macro_optional_find_package" tp "find_soft_mandatory_package". This
means that -DENABLE_NSS3=OFF (or GPGME or LIBTIFF) needs to be passed
to prevent an error if the package is not present. Since those
libraries may be of some use anyway, make them recommended and
document how to disable them.
2023-10-31 13:31:23 +01:00
Bruce Dubbs
f68958ae41 Update to enchant-2.6.2. 2023-10-29 14:19:11 -05:00
Bruce Dubbs
6c73ed0422 Update to php-8.2.12. 2023-10-29 14:10:40 -05:00
Bruce Dubbs
eebff7b81a Typos 2023-10-26 17:52:05 -05:00
Bruce Dubbs
7c95348baf Update to newt-0.52.24. 2023-10-26 14:02:19 -05:00
Bruce Dubbs
23c672d9c2 Update to glib-2.78.1. 2023-10-26 13:56:26 -05:00
Bruce Dubbs
91f9740f83 Revert last commit to Sphinxcontrib-serializinghtml (FBBG) 2023-10-26 00:59:40 -05:00
Bruce Dubbs
a2da666098 Sphinxcontrib-serializinghtml requires sphinx
INFO: pip is looking at multiple versions of
sphinxcontrib-serializinghtml to determine which version is
compatible with other requirements. This could take a while.

ERROR: Could not find a version that satisfies the requirement
Sphinx>=5 (from sphinxcontrib-serializinghtml) (from versions: none)

ERROR: No matching distribution found for Sphinx>=5
2023-10-26 00:50:12 -05:00
Bruce Dubbs
acda4399b2 Sphinxcontrib-jquery requires sphinx
INFO: pip is looking at multiple versions of sphinxcontrib-jquery to
determine which version is compatible with other requirements.
This could take a while.

ERROR: Could not find a version that satisfies the requirement
Sphinx>=1.8 (from sphinxcontrib-jquery) (from versions: none)

ERROR: No matching distribution found for Sphinx>=1.8
2023-10-26 00:43:48 -05:00
Bruce Dubbs
52f84d9958 The package is Msgpack, not MessagePack. 2023-10-26 00:33:22 -05:00
Bruce Dubbs
95677e0b1f Update to pytest-7.4.3 (Python module). 2023-10-25 23:12:27 -05:00
Xi Ruoyao
e610b086f3
spidermonkey: Correct download size 2023-10-25 06:39:37 +08:00
Ken Moffat
ea5703f312 Package updates:
firefox-115.4.0.
spidermonkey-115.4.0.
2023-10-24 18:11:23 +01:00
Bruce Dubbs
9149badd98 Update to usbutils-016. 2023-10-23 13:20:51 -05:00
Bruce Dubbs
3810a5ed18 Update to pycairo3-1.25.1 (Python module). 2023-10-23 13:17:11 -05:00
Bruce Dubbs
865f2143b6 Update to highlight-4.10. 2023-10-23 13:08:46 -05:00
Douglas R. Reno
921174d5f6 Minor text tweaks/typo fixes
For libmpeg2, add a space into the FTP entity so that it gets ignored
2023-10-21 11:47:06 -05:00
Douglas R. Reno
3c4f2a18b7 Update to intel-gmmlib-22.3.12 2023-10-20 12:28:47 -05:00
Bruce Dubbs
c85267e479 Update to highlight-4.9. 2023-10-19 15:04:40 -05:00
Bruce Dubbs
bb6c52ca96 Update to libbytesize-2.10. 2023-10-19 14:58:26 -05:00
Bruce Dubbs
f1baf8d6ae Update to harfbuzz-8.2.2. 2023-10-19 14:36:20 -05:00
Bruce Dubbs
5bc7f94afd Update to libsigc++-2.12.1. 2023-10-19 14:28:14 -05:00
Bruce Dubbs
73ac81bdd4 Add a fix for noe-js if Python-3.12 is installed 2023-10-19 14:16:14 -05:00
Bruce Dubbs
a149290653 Update to node.js-18.18.2 2023-10-19 14:06:27 -05:00
Bruce Dubbs
49b913d2b8 Update to libxkbcommon-1.6.0.
libxkbcommon-1.6.0 removes some definitions that are unused.
These definitions are referenced in qtbase so we remove them
with a sed for both the full qt5 package and gt5-alternate.
2023-10-19 12:29:35 -05:00
Bruce Dubbs
e2cae8d2d9 Update to libqalculate-4.8.1. 2023-10-18 21:34:11 -05:00
Bruce Dubbs
195a57849a Update to libpaper-2.1.2. 2023-10-18 21:29:00 -05:00
Bruce Dubbs
510c7d37e4 Update to libnvme-1.6. 2023-10-18 21:18:09 -05:00
Bruce Dubbs
dd2202b2da Update to libical-3.0.17. 2023-10-18 21:13:09 -05:00
Bruce Dubbs
01b467d66f Update to libgusb-0.4.7. 2023-10-18 21:02:14 -05:00
Bruce Dubbs
bb79f7c314 Update to libblockdev-3.0.4. 2023-10-18 19:09:31 -05:00
Bruce Dubbs
2658a0d7e7 Update to enchant-2.6.1. 2023-10-18 19:04:25 -05:00
Bruce Dubbs
9b1d3dd975 Update to qpdf-11.6.3. 2023-10-18 18:58:43 -05:00
Bruce Dubbs
161212753c Update to libjpeg-turbo-3.0.1. 2023-10-18 18:50:48 -05:00
Douglas R. Reno
7d70bd4b3a Update to doxyqml-0.5.3 (Python Module) 2023-10-16 12:41:25 -05:00
Douglas R. Reno
f14d3acdc3 Update to numpy-1.26.1 (Python Module) 2023-10-16 12:37:53 -05:00
Pierre Labastie
f4ac71418d Remove many more forgotten ftp urls 2023-10-15 23:14:18 +02:00
Pierre Labastie
28d1edfdef Remove a few forgotten ftp urls 2023-10-15 22:28:40 +02:00
Pierre Labastie
e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00
Pierre Labastie
65bce57f1c Make Qt5 recommended for poppler
Recently, upstream has changed the way Qt5 is detected: if Qt5
is not installed, you have to pass -DENABLE_QT5=OFF, otherwise
cmake stops with an error. Previously, a non present Qt5 was
not fatal. But passing -DENABLE_QT5=OFF when qt5 is installed
prevents building the poppler-qt5 library, which is needed by
okular, one of the main users of poppler.
Until now we had Qt5 as optional, since building full Qt5 for other
users of poppler (mainly inkscape, other users can benefit of qt5)
was kind of overkill. But now we have qt5-alternate, and also
this change in behavior of poppler. So it seems it is acceptable
to have qt5 or qt5-alternate as recommended.
2023-10-14 10:47:11 +02:00
Bruce Dubbs
e7bef35412 Update to Test-Differences-0.71 (Perl module). 2023-10-13 11:26:08 -05:00
Bruce Dubbs
5f8447cc5f Update to desktop-file-utils-0.27. 2023-10-12 13:08:42 -05:00
Bruce Dubbs
df96e921bc Update to poppler-23.10.0. 2023-10-12 12:34:55 -05:00
Douglas R. Reno
c4e1d6d326 Update to qpdf-11.6.2 2023-10-12 11:59:42 -05:00
Xi Ruoyao
e34c9a405c
vala: Fix a crash building NetworkManager 2023-10-12 00:20:41 +08:00
Douglas R. Reno
65caf3493e Update to unrar-6.2.12 2023-10-10 12:42:40 -05:00
Douglas R. Reno
e78ebcf287 Update to opencv-4.8.1 2023-10-10 12:08:46 -05:00
Douglas R. Reno
6136a5c600 Update to packaging-23.2 (Python Module) 2023-10-09 11:29:04 -05:00
Thomas Trepl
6aa83d8443 Upgrade cmake-3.27.7 2023-10-09 14:33:26 +02:00
Xi Ruoyao
f764a889fe
Update to rustc-1.73.0 2023-10-09 02:32:13 +08:00
Thomas Trepl
1f27b71c07 Upgrade to php-8.2.11 2023-10-08 17:34:47 +02:00
Xi Ruoyao
382d011512
Python: Set LC_ALL=en_US.UTF-8 for testing
See added comment for details.
2023-10-05 16:07:18 +08:00
Bruce Dubbs
78a778b5c6 Typo 2023-10-02 10:28:24 -05:00
Rahul Chandra
9448f79ba6 Update to bluez-5.70 2023-10-01 01:07:49 -04:00
Douglas R. Reno
46358aefa8 Update to pycairo-1.25.0 2023-09-27 23:57:08 -05:00
Pierre Labastie
32e3833aa9 Update to OpenJDK-21 2023-09-28 06:56:05 +02:00
Douglas R. Reno
b721c4098b Remove unneeded Trac links from pages.
Thanks goes to rhubarbpieguy for the report on blfs-dev.
2023-09-26 16:42:58 -05:00
Ken Moffat
4b795d34e4 Updated to spidermonkey-115.3.0. 2023-09-26 22:12:37 +01:00