Commit Graph

2471 Commits

Author SHA1 Message Date
Bruce Dubbs
32244fa9f0 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-09-06 00:03:21 -05:00
Bruce Dubbs
60de0e101e Disable lxde 2023-09-06 00:03:05 -05:00
Ken Moffat
6848b244fd Update to nss-3.93. 2023-09-05 21:40:40 +01:00
Xi Ruoyao
1cdea836b5
scons: Use pip3 wheel & pip3 install instead of setup.py
Also introduce entities for pip3 wheel and pip3 install for future use
(#18466).  Reuse the entities for gpgme and libpwquality, so the missed
--no-user in libpwquality is fixed as well.
2023-09-06 04:11:02 +08:00
Xi Ruoyao
ecab05900f
openssh: Work around FTBFS with zlib-1.13 2023-09-06 01:25:50 +08:00
Bruce Dubbs
407c671a8a Update to libblockdev-3.0.3.
Also archive volume_key.
2023-09-04 17:32:01 -05:00
Bruce Dubbs
38022152f7 Archive librep to go with previous archiving of sawfish 2023-09-04 14:58:46 -05:00
Douglas R. Reno
f7fe3e6aed Typo fixes from Julien Lepiller 2023-09-04 13:33:48 -05:00
Pierre Labastie
e6527c7dfd Update to shadow-4.14.0 2023-09-03 20:35:28 +02:00
Xi Ruoyao
782bd40d2b
gpgme: --disable-gpg-test is an option, not a command 2023-09-03 16:54:27 +08:00
Xi Ruoyao
0425945645
gpgme: Update installed directories 2023-09-03 16:51:34 +08:00
Xi Ruoyao
b512e97ba3
libpwquality: Use pip3 wheel for building Python module
Addresses #18455 (comment 1).
2023-09-03 16:51:00 +08:00
Xi Ruoyao
c3ad4c38a4
gpgme: Install the Python module as a wheel
Addresses #18455 (comment 1).
2023-09-03 16:35:51 +08:00
Pierre Labastie
c22632168e Update to gpgme-1.22.0 2023-09-02 14:18:50 +02:00
Douglas R. Reno
23b4981a10 Fix some links (reported by rhubarbpieguy):
- Transcode: host on anduin for now
- iptables: ftp.netfilter.org has been discontinued
- mariadb: the mirror service only keeps the most current versions
  available.
2023-08-31 10:48:18 -05:00
Pierre Labastie
e440af55af Remove trailing spaces and a few typos 2023-08-27 10:41:46 +02:00
Pierre Labastie
4660f565de Drop multicast and broadcast packets in iptables
The reason is that our own box can output those kind of packets
rather frequently, and those packets immediately appear as
incoming. Since any non expected packet is logged, this clutters
the log. Dropping them in the "personal firewall" case is what is
wanted, but it has to be done before logging.
2023-08-24 16:26:54 +02:00
Douglas R. Reno
faa948c696 shadow: Remove pam_lastlog from /etc/pam.d/login
It's no longer built by default and is deprecated because it uses utmp,
wtmp, btmp, and lastlog; none of which are Y2038 safe, even on 64-bit
architectures.

Since this is commented out by default anyway, I don't think there's a
need for a freeze break.
2023-08-22 20:20:16 -05:00
Bruce Dubbs
fbd0412508 Tag all of postlfs except gedit and kate 2023-08-21 15:00:25 -05:00
Thomas Trepl
0f76bd9307 Two tags 2023-08-21 15:04:04 +02:00
Xi Ruoyao
b317cda3de
polkit: Expand and fix the command explanation for js102 sed
and demote duktape to recommended (but still keep it required internally
for jhalfs).
2023-08-21 10:40:05 +08:00
Ken Moffat
215c3ea548 Add missing explanation for polkit JS102 sed. 2023-08-20 15:28:26 +01:00
Douglas R. Reno
479979e5f9 Tags 2023-08-18 15:05:38 -05:00
Douglas R. Reno
2967716c43 Tags for gnupg 2023-08-17 16:13:10 -05:00
Douglas R. Reno
44904d857d Update to krb5-1.21.2 (Security Update) 2023-08-17 16:12:19 -05:00
Thomas Trepl
2314cd79bd Some tags 2023-08-17 07:43:52 +02:00
Douglas R. Reno
a73fc76227 Tags 2023-08-16 19:32:11 -05:00
Douglas R. Reno
c8b719a475 Tags 2023-08-16 15:00:41 -05:00
Douglas R. Reno
7481fd4a6f Tags 2023-08-16 11:39:48 -05:00
Xi Ruoyao
a9779b901a
Tag UEFI and dependencies 2023-08-16 21:36:01 +08:00
Douglas R. Reno
ed345e70fd Tags 2023-08-15 17:21:31 -05:00
Thomas Trepl
2d0c6b1435 Upgrade openssh-9.4p1, ssh-askpass-9.4p1 2023-08-13 21:54:57 +02:00
Douglas R. Reno
5031e908be Typos by rhubarbpieguy 2023-08-11 15:31:37 -05:00
Bruce Dubbs
d5db88ea9f Update to gnutls-3.8.1. 2023-08-04 22:43:49 -05:00
Bruce Dubbs
6be3fe34bf Update to polkit-123. 2023-08-03 23:00:47 -05:00
Xi Ruoyao
ddf89fff24
kernel-config: Separate toplevel menus with empty lines 2023-08-01 09:22:41 +08:00
Xi Ruoyao
c41cafb3bc
kernel-config: Add color for hotkey
Align with recent LFS change.  Regenerate all kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
14176436f0
kernel-config: Update the script
1. Don't throw unspecified entries too early.  Doing so caused various
   rendering glitches.  And we can now also check if an entry is
   selected but it's parent not.
2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.
2023-07-31 21:44:37 +08:00
Xi Ruoyao
9cc0aba5bb
postlfs: Convert the remaining kernel configuration to new rendering 2023-07-31 21:44:37 +08:00
Douglas R. Reno
d7cb9192cc Update to nss-3.92 2023-07-28 13:44:57 -05:00
Xi Ruoyao
bc1414a348
p11-kit: Apply an upstreamed fix
The issue is a new regression in 0.25.0, and it's causing test failures
in glib-networking and libsoup.

We know we are on Linux so we don't need the fancy #ifdef stuff, so we
can simplify the change into a sed.
2023-07-27 14:53:05 +08:00
Bruce Dubbs
41a259b7a8 Update to sudo-1.9.14p3. 2023-07-25 14:00:28 -05:00
Xi Ruoyao
6ae11daaf2
openssh: Remove dependency to x-window-system 2023-07-22 13:05:03 +08:00
Bruce Dubbs
500d0cc4ad Update to sudo-1.9.14p2. 2023-07-19 19:14:07 -05:00
Bruce Dubbs
50d8a863ea Update to stunnel-5.70. 2023-07-19 19:07:11 -05:00
Bruce Dubbs
2a096db14e Update to krb5-1.21.1. 2023-07-18 14:41:40 -05:00
Bruce Dubbs
e77c478989 Merge branch 'trunk' into lxqt 2023-07-18 16:51:51 +00:00
Bruce Dubbs
f1ba5f96c5 Add gnupg emacs compatibility patch. 2023-07-17 16:51:23 -05:00
Bruce Dubbs
dd0a69ffe7 Update to gnupg-2.4.3. 2023-07-17 15:19:59 -05: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
894d71078e Fix gpgme installed directories 2023-07-12 18:13:25 +02:00
Pierre Labastie
0a22f18437 Update to sudo-1.9.14p1 2023-07-12 18:13:25 +02:00
Pierre Labastie
de7093633a Update to gpgme-1.21.0 2023-07-12 18:13:25 +02:00
Xi Ruoyao
1e82e2cb78
mitkrb: Simplify doc installation 2023-07-07 19:24:44 +08:00
Bruce Dubbs
d95049a96f Update to p11-kit-0.25.0. 2023-07-03 11:04:43 -05:00
Xi Ruoyao
c0464a89b7
Shadow and PAM: Switch to Yescrypt
Attention - you must have libxcrypt for this.  If you are running an old
LFS release, install libxcrypt, then rebuild Shadow --with-yescrypt.

Technically if Shadow is built with PAM, then --with-{b,yes}crypt
switches are not necessary (but also do no harm).  Just keep it there to
sync with LFS and prevent people building Shadow w/o PAM being locked
out of their system.
2023-07-03 21:52:28 +08:00
Tim Tassonis
907a269a03 Update to nss-3.91. 2023-07-01 01:05:55 +02: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
1ef28cd2b8
treewide: Bring back some User Notes
Well, my script did not handle package names with dashes correctly.  So
some User Note links were mistakely removed.  Recheck removed links
containing dashes and add them back if applicable.
2023-06-30 02:18:51 +08:00
Tim Tassonis
0b8ce67c01 Update to sudo-1.9.14. 2023-06-29 20:04:03 +02:00
Xi Ruoyao
b9567b0433
postlfs: 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:22:20 +08:00
Xi Ruoyao
196cbf4448
openssh: It seems the test suite no longer needs installed scp 2023-06-12 18:51:54 +08:00
Xi Ruoyao
f4b6223577
mitkrb: Bring back -j1 for test
On one of my systems, -j4 causes the test to fail :(.
2023-06-12 18:04:02 +08:00
Pierre Labastie
2980344935 nss: prevent illegal instruction on old processors 2023-06-10 13:14:18 +02:00
Bruce Dubbs
f6c28f482b Touchup poppler and mitkrb 2023-06-08 15:46:54 -05:00
Bruce Dubbs
16dc41ce79 Update to krb5-1.21. 2023-06-08 14:38:51 -05:00
Bruce Dubbs
7939b3d838 Update to nss-3.90. 2023-06-08 13:28:48 -05:00
Tim Tassonis
f8e98a00f2 Update to nettle-3.9.1. 2023-06-08 18:12:35 +02:00
Bruce Dubbs
167292dd07 Update to gnupg-2.4.2. 2023-06-05 14:55:57 -05:00
Xi Ruoyao
f9f9172e18
openssh: Simplify the command by using "-g" option of install 2023-05-26 20:18:20 +08:00
Bruce Dubbs
0c97a34f39 Update to libcap-2.69. 2023-05-19 15:00:52 -05:00
Bruce Dubbs
875f120843 Update to nettle-3.9. 2023-05-17 19:56:08 -05:00
Xi Ruoyao
caa9f5baa5
linux-pam: Also comment out the desc of --disable-regenerate-docu 2023-05-16 00:38:39 +08:00
Xi Ruoyao
f8dd4eca9a
linux-pam: Comment out everything for regenerating doc for now
With 1.5.3, building the doc now needs the namespaced version of
docbook-xsl which is beyond BLFS.

We may uncomment them when we add docbook-xsl-ns into the book.
2023-05-16 00:28:21 +08:00
Tim Tassonis
516e46e3fa Update to Linux-PAM-1.5.3 2023-05-09 21:18:49 +02:00
Bruce Dubbs
0972bd70ea Update to nss-3.89.1. 2023-05-07 12:32:19 -05:00
Xi Ruoyao
786c586169
gpgme: Fix punctuation 2023-05-06 23:42:24 +08:00
Bruce Dubbs
7890f8f8e8 Update to gnupg-2.4.1. 2023-05-02 16:55:31 -05:00
Bruce Dubbs
0d6d30b6b6 Update to gpgme-1.20.0. 2023-04-22 16:25:14 -05:00
Bruce Dubbs
0b8fb2ff91 Update to cracklib-2.9.11. 2023-04-04 13:00:01 -05:00
Bruce Dubbs
7d90b1b074 Update to libcap-2.68. 2023-04-03 18:15:21 -05:00
Bruce Dubbs
e1d06c019e Remove obsolete patch from gpgme downloads 2023-04-02 17:18:17 -05:00
Bruce Dubbs
6a8a6a0d8a Update to gpgme-1.19.0. 2023-04-01 21:07:06 -05:00
Douglas R. Reno
510580fe0e Typo fix in make-ca.
Thanks goes to ruhbarbpieguy on blfs-dev
2023-03-23 15:01:09 -05:00
Xi Ruoyao
4e992e567d
nss: Remove an unneeded chmod command
Reported-by: Dragan <dk@draakict.com>
Link: https://hg.mozilla.org/projects/nss/rev/734f3d2aab2
2023-03-20 19:06:31 +08:00
Xi Ruoyao
21114f6af6
make-ca: Mark p11-kit again as runtime, and ...
add a note about running make-ca itself in the installation section.
2023-03-20 19:05:26 +08:00
Bruce Dubbs
b8a95d0d73 Clarify p11-kit dependencies 2023-03-19 13:44:15 -05:00
Pierre Labastie
3345cfea4d Remove the hint for circular dep in polkit
now elogind is not circular anymore. Also add missing "and" to the
systemd version
2023-03-19 15:55:33 +01:00
Pierre Labastie
47581826c7 make-ca: try to clarify the dependency on p11-kit 2023-03-19 15:23:08 +01:00
Bruce Dubbs
e628e0709c Update to openssh-9.3p1. 2023-03-17 15:18:30 -05:00
Bruce Dubbs
bc1c6f2611 Update to cracklib-2.9.10. 2023-03-17 13:06:50 -05:00
Pierre Labastie
4eadcde482 Update cryptsetup kernel configuration
The layout has changed. Here is the one in 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
Ken Moffat
b570b6aae4 Update to nss-3.89. 2023-03-13 05:14:31 +00:00
Thomas Trepl
3c09cbd0bf Upgrade to sudo-1.9.13p3 2023-03-07 13:10:45 +01:00
Bruce Dubbs
4e3dc38363 Update to stunnel-5.69. 2023-03-06 11:27:13 -06:00
Bruce Dubbs
4bd5e5987f Update to sudo-1.9.13p2. 2023-03-02 16:11:46 -06:00
Xi Ruoyao
0c72a8b3b1
polkit: Remove unneeded -Djs_engine=duktape parameter
It's the default.
2023-03-02 11:00:29 +08:00
Xi Ruoyao
1121404454
polkit: Remove unnecessary configuration section
Now polkit installs a correct PAM location for LFS.  The building system
checks if /etc/lfs-release exists to know if the system is LFS.  If
/etc/lfs-release is not created, we can also specify it manually with
-Dos_type=lfs.

Link: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/117
2023-03-02 11:00:29 +08:00