Commit Graph

1982 Commits

Author SHA1 Message Date
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
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
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
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
Pierre Labastie
91318eb9aa Add "setup" to meson commands
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Xi Ruoyao
aa3a5e04fb
Update to systemd-253 2023-03-07 12:38:46 +08:00
Bruce Dubbs
585091034d Update to raptor2-2.0.16. 2023-03-03 13:01:13 -06:00
Douglas R. Reno
237cc59ec5 Update to bubblewrap-0.8.0 2023-03-02 12:29:30 -06:00
Bruce Dubbs
4365e4d1f0 Fix ln command in dbus 2023-02-26 15:24:04 -06:00
Bruce Dubbs
e9237c36cb Update to unrar-6.2.6. 2023-02-24 15:01:46 -06:00
Xi Ruoyao
3a8cdb193b
pax: Reword the comment so I won't change http to https again :( 2023-02-24 23:45:36 +08:00
Pierre Labastie
9ff9d3b0e7 use http:// for mirbsd site
Their https seems to use a too old version of tls
2023-02-24 16:30:18 +01:00
Bruce Dubbs
ae20e9a7f0 Use --exit-with-x11 for dbus-launch 2023-02-22 10:43:22 -06:00
Xi Ruoyao
7844a4ae09
colord: Apply the upstream fix for a double free
As it's causing a FTBFS on 32-bit x86, make it into 11.3.
2023-02-22 16:35:58 +08:00
Bruce Dubbs
acd88fc231 Tags and move 2 unneeded files 2023-02-18 23:21:52 -06:00
Douglas R. Reno
b464299292 Tag WebKit dependencies 2023-02-18 14:22:38 -06:00
Bruce Dubbs
790d2916e5 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-02-17 22:35:59 -06:00
Bruce Dubbs
dc1a45e9de Lots of tags 2023-02-17 22:35:46 -06:00
Ken Moffat
bd550c1b12 Some tags. 2023-02-18 02:35:51 +00:00
Xi Ruoyao
8cf92e149b
bluez: Update kernel configuration section
1. I'm pretty sure MD5, SHA1, and KEY_DH_OPERATIONS are not needed
   because I've tried testing bluez w/o them.
2. Some options mentioned by the package's README should be added.
3. The menu hierarchy of Cryptographic API section has been changed in
   recent kernel releases so we need to adapt.
4. Let's not encourage people to use CONFIG_EXPERT.
2023-02-18 04:22:00 +08:00
Thomas Trepl
edbc1762eb A few tags (mostly on xfce) 2023-02-17 18:10:37 +01:00
Douglas R. Reno
03c0def241 Tags for GTK+-3 2023-02-16 21:37:27 -06:00
Douglas R. Reno
18aa933933 Lots of tags for X 2023-02-16 14:17:59 -06:00
Douglas R. Reno
15445abd8c Lots of tags 2023-02-15 23:24:25 -06:00
Ken Moffat
2a7cafaf97 Tags 2023-02-15 21:53:49 +00:00
Douglas R. Reno
09a464aa5f Lots of tags and a typo fix in Nettle 2023-02-15 15:23:24 -06:00
Douglas R. Reno
9c87711c52 Tags 2023-02-14 20:49:41 -06:00
Douglas R. Reno
d0c42be1cf Initial tags for 11.3 2023-02-14 18:44:18 -06:00
Bruce Dubbs
404943c6d4 Update to dbus-1.14.6. 2023-02-13 12:50:49 -06:00
Xi Ruoyao
c47e5255c9
Revert "udisks2: add a configuration for kernel NTFS3 driver"
This reverts commit e9dfbc0c26 and
6fa16a5033.

No longer needed: udisks-2.9.4 already knows NTFS3 and prefers it over
ntfs-3g.
2023-02-13 02:41:13 +08:00
Xi Ruoyao
d4236e0e66
upower: Man pages need xsltproc, not gtk-doc 2023-02-13 00:26:56 +08:00
Xi Ruoyao
972a98559f
dbus: Drop dependency on dbus-glib for test
According to the NEWS file, the dependency has been removed years ago. I
also ran "make check" w/o it and no test failed.
2023-02-11 15:25:42 +08:00
Bruce Dubbs
bb3c618aba Update to sysstat-12.7.2. 2023-01-30 00:59:13 -06:00
Xi Ruoyao
75b1a338b8
Update more URLs to use https
Mostly plain http -> https replace, if https works.  If there is a HTTP
redirection, use the redirect target (unless it's a mirror or l10n like
"https://kde.org/zh-cn/").

Some non-trivial change:

* www.mnogosearch.org is dead.  Not sure how to replace, so deleted.
* use https://github.com/cacalib/libcaca for libcaca.
  http://caca.zoy.org/wiki/libcaca seems out-of-date.
* http://www.speech.cs.cmu.edu/flite/ is dead, replaced with github repo
  link.
2023-01-29 14:35:01 +08:00
Douglas R. Reno
2c0a093843 Update to unrar-6.2.5 2023-01-25 11:39:58 -06:00
Douglas R. Reno
666c01b061 Update to unrar-6.2.4 2023-01-24 16:23:20 -06:00
Douglas R. Reno
ca0df6f95b Update to mc-4.8.29 2023-01-24 16:21:31 -06:00
Pierre Labastie
c10acfe844 Change ulink to xref for sphinx 2023-01-18 17:02:55 +01:00
Bruce Dubbs
7396855695 Fix url for p7zip. Upstream moved it. 2022-12-29 21:13:06 -06:00
Douglas R. Reno
e6940abbdf systemd: Patch systemd against CVE-2022-4415 2022-12-28 09:59:01 -06:00
Bruce Dubbs
8b4a7295b9 Update to unrar-6.2.3. 2022-12-27 19:48:42 -06:00
David Bryant
a0e08b2176 Standardized the spelling of "userspace".
Also corrected the capitalization of titles and cleaned up some
grammatical errors. Note that a few modules quote the "config"
menu for the Linux kernel, whch says "user-space". Those
modules were not altered; directly quoted material should be
reproduced verbatim.
2022-12-24 14:14:57 -06:00
Thomas Trepl
ff9dc8e74f Update to logrotate-3.21.0 2022-12-15 17:18:17 +01:00
David Bryant
48771ae06f Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.
2022-12-13 12:19:29 -06:00
David Bryant
b59e5eb3ea Fixed a common misspelling. "setup" is a noun. When "set up" is a
phrasal verb, it is spelled as two words. This commit fixes most of
the misspelled "set up" instances in the BLFS book.
2022-12-12 14:17:31 -06:00