Commit Graph

9504 Commits

Author SHA1 Message Date
Pierre Labastie
b751256749 Update to accountsservice-23.13.9 2023-04-06 22:06:59 +02:00
Xi Ruoyao
fb0bbe296e
python3: Update the note about upgrading
1. Use &lfs-root; to simplify the XML.
2. Mention newly added flit-core.
3. Mention that "pip3 list" may be not complete.
2023-04-06 12:43:48 +08:00
Bruce Dubbs
829770cf84 Update to cmake-3.26.3. 2023-04-04 22:39:14 -05:00
Bruce Dubbs
526f6299aa Update to poppler-23.04.0. 2023-04-04 13:07:31 -05:00
Bruce Dubbs
41b13839cf Update to cmake-3.26.2. 2023-04-04 11:53:06 -05:00
Bruce Dubbs
ed8afcef19 Update to libatomic_ops-7.8.0. 2023-04-03 18:21:47 -05:00
Bruce Dubbs
d553af0f03 Update to libbytesize-2.8. 2023-04-03 18:08:47 -05:00
Bruce Dubbs
41adbb2d8b Update to Business-ISBN-3.008 (Perl Module). 2023-04-03 17:46:50 -05:00
Bruce Dubbs
bb211386cb Update to SCons-4.5.2. 2023-04-03 17:41:27 -05:00
Bruce Dubbs
47f604179d Update to wpebackend-fdo-1.14.2. 2023-04-02 22:34:38 -05:00
Bruce Dubbs
d8d8c3ccf6 Update to php-8.2.4. 2023-04-01 20:21:58 -05:00
Pierre Labastie
597ad45034 Remove flit_core from Python dependencies
It is now in lfs
2023-04-01 20:54:54 +02:00
Tim Tassonis
f862f7c019 Update to apr-1.7.3. 2023-04-01 18:34:39 +02:00
Xi Ruoyao
073aa45983
glib2: Update known failure
With glib-2.76.1 glib/error no longer fails, but gio/file fails with
coreutils-9.2.
2023-04-01 03:53:26 +08:00
Pierre Labastie
ed921051ca Update to glib-2.76.1 2023-03-31 10:54:25 +02:00
Douglas R. Reno
98b722543f Update to rustc-1.68.2 2023-03-30 19:49:09 -05:00
Douglas R. Reno
997afca2f9 Update to vala-0.56.5 2023-03-30 17:22:24 -05:00
Douglas R. Reno
c858c5c220 Update to gegl-0.4.44 2023-03-30 17:21:25 -05:00
Douglas R. Reno
56f345b63d Update to gobject-introspection-1.76.1 2023-03-30 17:14:02 -05:00
Xi Ruoyao
afb71d0a95
Add notes about Internet connection requirement for building or testing 2023-03-27 16:08:36 +08:00
Xi Ruoyao
e59834d2c0
rust: Promote curl to required
It's needed for downloading the stage 0 binaries.
2023-03-27 15:55:43 +08:00
Douglas R. Reno
2ecc6822ff Update to mercurial-6.4 2023-03-26 23:20:24 -05:00
Douglas R. Reno
eff86d9762 Update to librsvg-2.56.0 2023-03-26 23:17:05 -05:00
Douglas R. Reno
8f9e533c5b Update to rust-1.68.1 2023-03-26 23:15:43 -05:00
Douglas R. Reno
d1e4f4304e Add a patch to GDB to prevent it from crashing during rust tests. 2023-03-26 23:12:38 -05:00
Douglas R. Reno
218e13ce4b Revert back to LLVM-15.0.7 for now.
This should fix miscompilations and crashes with Thunderbird and
Firefox.
2023-03-25 18:36:50 -05:00
Thomas Trepl
0de5b82f0a Upgrade cmake-3.26.1 2023-03-24 09:43:48 +01:00
Xi Ruoyao
0fab41a9df
accountsservice: Make systemd dependency runtime 2023-03-24 15:51:50 +08:00
Xi Ruoyao
4a00a6dac5
udisks2: Make systemd dependency runtime 2023-03-24 15:48:28 +08:00
Xi Ruoyao
b125bbf2ab
colord: Make systemd dependency runtime, and add elogind dependency
It uses logind API in libsystemd.so/libelogind.so.  Not sure if it's
strong enough to be "recommended", we may demote it later.

Q: Why systemd dependency is runtime, but elogind not?
A: LFS systemd provides libsystemd.so, which contains the logind APIs.
But these APIs will fail at runtime because systemd-logind is missing in
LFS, so we need a runtime dependency.  LFS sysv does not provide
libsystemd.so, and libsystemd.so is a symlink to libelogind.so which is
a part of elogind, so it's a build time dependency.
2023-03-24 15:48:28 +08:00
Xi Ruoyao
30b01dbd10
dbus: Demote systemd dependency and clarify what it is for 2023-03-24 15:48:27 +08:00
Xi Ruoyao
bb4bb1db9a
systemd: PAM is not strictly required, but also something "higher than recommended"
Make PAM recommended and add a big note about it.
2023-03-24 15:48:27 +08:00
Douglas R. Reno
f2b888ddd5 Update to intel-gmmlib-22.3.5 2023-03-23 15:33:13 -05:00
Douglas R. Reno
9a34555d6f opencv: NumPy is now in BLFS, so let's make that optional dep internal. 2023-03-21 19:15:31 -05:00
Pierre Labastie
e65bf5e7a1 aspell: show how to install the English dictionary 2023-03-20 14:30:21 +01:00
Pierre Labastie
70d6ea499f Sysv: fix deps between dbus, X libs, and elogind
also remove a useless switch on dbus configure for sysv
2023-03-20 14:12:09 +01:00
Pierre Labastie
992c9e7238 Fix elogind dependencies
- dbus is not needed for building (and strictly speaking, it is
not needed for running, but strongly recommended)
- polkit was said to be runtime but role="runtime" was missing
- only valgrind is needed for tests
- there is no trace of gobject-introspection in the deps.
2023-03-19 14:15:21 +01:00
Xi Ruoyao
bb6209fca0
llvm: Update content and short descriptions 2023-03-19 16:26:58 +08:00
Xi Ruoyao
17418d43e2
Update to rustc-1.68.0 (#17822) 2023-03-19 15:57:52 +08:00
Xi Ruoyao
b30ce9bd3e
Update to LLVM-16.0.0 (#17799) 2023-03-19 15:32:43 +08:00
Bruce Dubbs
f8b4f14d63 Minor changes.
Remove unzipi ftp url.
Add jemalloc as an optional external dependency for bind.
2023-03-18 18:48:39 -05:00
Pierre Labastie
005fa60314 A few fixes to recent updates
- fix gobject-instrospection download url
- libXaw tarball is now .xz
2023-03-18 10:29:01 +01:00
Bruce Dubbs
a0753aaa02 Update to Business-ISMN-1.203 (Perl module). 2023-03-17 13:59:56 -05:00
Bruce Dubbs
c98ea2d4f0 Update to highlight-4.5. 2023-03-17 13:24:21 -05:00
Bruce Dubbs
bca09814a5 Update to gobject-introspection-1.76.0. 2023-03-17 13:16:32 -05:00
Bruce Dubbs
37d53b1d9f Package updates.
Update to cmake-3.26.0.
Update to git-2.40.0.
Update to icewm-3.3.2.
2023-03-16 18:42:34 -05:00
Bruce Dubbs
2830a226ec Update to Data-Compare-1.28 (Perl module). 2023-03-16 14:43:41 -05:00
Bruce Dubbs
bdcbdb2bb3 Update to Net-DNS-1.37 (Perl module). 2023-03-16 14:30:36 -05:00
Ken Moffat
081c78e887 Update to firefox-102.9.0esr and JS-102.9.0esr. 2023-03-14 20:41:19 +00:00
Pierre Labastie
c667e1e5fa Update kernel config for elogind
The layout for cryptographic api has changed. This one is for
linux-6.2
2023-03-14 21:10:47 +01:00