Commit Graph

3965 Commits

Author SHA1 Message Date
Pierre Labastie
4635a45ddb Shadow: increase the number of rounds for passwd
for the SHA512 crypt method, the default number of rounds (5000) is
too low to prevent brute force attacks on modern hardware. Multiply
it by 1000 (not sure it is enough).
2022-11-16 17:15:27 +01:00
Pierre Labastie
213d18c315 Update to LVM2-2.03.17 2022-11-16 08:17:43 +01:00
Bruce Dubbs
3fe867a0ed Update to polkit-122. 2022-11-15 14:37:11 -06:00
Douglas R. Reno
14bd41d008 Add JS102 and archive JS91. 2022-11-14 14:01:00 -06:00
Douglas R. Reno
4227f0da40 Update to ntfs-3g_ntfsprogs-2022.10.3 (Security Update) 2022-11-09 17:14:37 -06:00
Bruce Dubbs
bf09c25c98 Update to btrfs-progs-v6.0.1. 2022-11-08 18:11:14 -06:00
Bruce Dubbs
5e42468556 Update to sudo-1.9.12p1. 2022-11-08 15:24:09 -06:00
Bruce Dubbs
2d63a2eaf1 Update to stunnel-5.67. 2022-11-06 13:41:54 -06:00
Pierre Labastie
8b819c527c Reference book's pytest instead of external
Note that for pycairo2, I am not sure pytest can be built for python2.
2022-10-29 23:34:19 +02:00
Pierre Labastie
f927d5b31d Merge branch 'trunk' into plabs/python-mods 2022-10-28 16:16:17 +02:00
Xi Ruoyao
a476c5de8a
volume_key: find gpgme and gpg correctly 2022-10-28 17:17:34 +08:00
Xi Ruoyao
b3285de6d5
libgpg-error and gpgme: remove {gpg-error,gpgme}-config from contents
libgpg-error stop to provide gpg-error-config in 1.46.  And, if gpgme is
built with libgpg-error-1.46, it won't ship gpgme-config as well.
2022-10-28 16:27:19 +08:00
Xi Ruoyao
367cbd0d1f
gpgme: add patch for using latest libgpg-error 2022-10-28 16:20:07 +08:00
Xi Ruoyao
0c73c5b624
gpgme: prepare for Python 3.11 update 2022-10-28 16:11:26 +08:00
Bruce Dubbs
bf14832521 Update to sudo-1.9.12. 2022-10-24 11:19:29 -05:00
David Bryant
7f70be6a97 Edited grammar, style, and English idiom. Clarified a few things,
and patched a broken link to an external reference.
2022-10-23 11:29:56 -05:00
Bruce Dubbs
c7f3c15472 Fix sed target in gnupg2 2022-10-21 14:13:17 -05:00
Bruce Dubbs
36380812f6 Update to nss-3.84. 2022-10-21 12:41:05 -05:00
Bruce Dubbs
70069a9dd3 Update to gnupg-2.3.8. 2022-10-21 12:11:42 -05:00
Pierre Labastie
c2453e6011 Merge branch 'trunk' into plabs/python-mods 2022-10-20 17:49:10 +02:00
Pierre Labastie
402910e9fb Fix references to sphinx 2022-10-20 17:22:26 +02:00
Bruce Dubbs
28ebeb0cea Update to btrfs-progs-v6.0. 2022-10-15 15:12:16 -05:00
Pierre Labastie
1f1f22302b Add &root; user to some root commands in qemu
Also, remove some obsolete (commented-out) parts, reformat some
lines longer than 80 columns, and update the text here and there...
2022-10-07 10:17:46 +02:00
Bruce Dubbs
fd6f0d21e0 Update to openssh-9.1p1 snd ssh-askpass-9.1p1. 2022-10-05 18:34:45 -05:00
Xi Ruoyao
b3d9df0bd4
useradd: add instructions for creating new user with same UID/GID on another system 2022-10-02 10:55:00 +08:00
Bruce Dubbs
743907e6b4 Update to libcap-2.66. 2022-10-01 12:31:01 -05:00
Pierre Labastie
fb3a93b301 cracklib: Fix commands and command explanations
Prompted by a report by "r1c0n3r0" on irc #lfs-support.
PYTHON=python3.10 is not needed anymore, as well as CPPFLAGS.
Document autoreconf.
2022-09-30 08:15:22 +02:00
Pierre Labastie
2c6c92d6a9 Update to gnutls-3.7.8 2022-09-29 17:47:10 +02:00
Bruce Dubbs
f59d30d08c Make gptfdisk work properly with util-linux-2.38. 2022-09-22 11:59:53 -05:00
Xi Ruoyao
b804521827
grub UEFI setup: realign kernel configurations 2022-09-22 12:33:43 +08:00
Xi Ruoyao
34e3e2d1ca
grub UEFI setup: add CONFIG_DRM_FBDEV_EMULATION
It's needed for running Linux console on top of SimpleDRM.

Fixes #17112 at BLFS side.  The issue is not limited to UEFI: if you
want to run the Linux console on any kernel modesetting driver, it's
needed.  So we need to mention it in LFS as well.
2022-09-22 12:11:00 +08:00
Douglas R. Reno
4bd4b77556 Package updates:
Update to btrfs-progs-5.19.1
Update to neon-0.32.4
Update to kdsoap-2.1.1
Update to graphviz-6.0.1
2022-09-21 18:41:19 -05:00
Douglas R. Reno
59949b6046 Update to NSS-3.83 2022-09-21 10:14:47 -05:00
Pierre Labastie
c8391c3d85 Spelling and grammar fixes to grub-setup
From the file attached to
https://wiki.linuxfromscratch.org/blfs/ticket/17085
by D Bryant.
2022-09-20 05:45:30 +02:00
Xi Ruoyao
7027897a70
grub EFI setup: Add CONFIG_VFAT_FS=y/M
BugLink: https://wiki.linuxfromscratch.org/blfs/ticket/17085#comment:4
2022-09-19 11:41:09 +08:00
Xi Ruoyao
27329c077d
grub EFI setup: remove CONFIG_EFI_RUNTIME_MAP
BugLink: https://wiki.linuxfromscratch.org/blfs/ticket/17085
2022-09-19 11:36:04 +08:00
Xi Ruoyao
9c44927210
grub EFI setup: "CONFIG_SIMPLEDRM" should be CONFIG_DRM_SIMPLEDRM
Buglink: https://wiki.linuxfromscratch.org/blfs/ticket/17085
2022-09-19 11:15:21 +08:00
Bruce Dubbs
4bc8fc2352 Update to emacs-28.2. 2022-09-16 15:37:42 -05:00
Bruce Dubbs
4d7adfd9e2 Update to stunnel-5.66. 2022-09-16 15:28:12 -05:00
Pierre Labastie
a4289351e1 Unconditionally use duktape for polkit
- duktape is so low overhead, that even if mozjs is later
  needed, it is not a problem...
- it simplifies our instructions, otherwise, we would have had to
  use four <screen> sections (sysd-duktape, sysv-duktape, sysd-mozjs,
  and sysv-mozjs). GNOME can also be used with sysv.
2022-09-16 08:39:31 +02:00
Tim Tassonis
f401faa609 Add duktape-2.7.0, allow polkit to use duktape instead of JS. 2022-09-15 19:15:50 +02:00
Bruce Dubbs
4852356344 Update to fuse-3.12.0. 2022-09-11 14:05:34 -05:00
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Xi Ruoyao
75e3e09e5f
networking: URL update
Also change all "http://sphinx-doc.org" to "https://www.sphinx-doc.org".
Without "www." I get a connection time out for some reason...
2022-09-08 15:55:46 +08:00
Xi Ruoyao
cd29bc9b3d
postlfs: URL updates 2022-09-08 12:52:53 +08:00
Bruce Dubbs
fd6676f5cc Update to shadow-4.12.3. 2022-09-07 19:51:01 -05:00
Pierre Labastie
4b3110c85a Fix autoreconf command in cracklib 2022-09-06 06:42:58 +02:00
Bruce Dubbs
056b5965ec Package updates
Update to neon-0.32.3.
Update to libwpe-1.12.3.
Update to cracklib-2.9.8.
Update to libsoup-3.0.8.
2022-09-05 18:03:13 -05:00
Pierre Labastie
7076607a6d Update url of lwn.net security database
Also change urls to https on the vulnerabilities page
2022-09-01 07:50:29 +02:00
Tim Tassonis
622d6320a6 Update to qemu-7.1.0. 2022-09-01 03:46:08 +02:00
Bruce Dubbs
01e2c90e25 Minor fixes.
Remove an inoperative ftp feference for the tree command.
Fix a minor gramma error in nss.
2022-08-30 22:25:07 -05:00
Douglas R. Reno
96923efd52 Typo fixes 2022-08-28 15:11:37 -05:00
Julien Lepiller
b38aed5077 Fix typos 2022-08-28 20:38:50 +02:00
Xi Ruoyao
8013518eb2
grub-efi: housekeeping 2022-08-28 23:01:36 +08:00
Xi Ruoyao
1977aef403
grub-efi: simplify emergency disk layout
"--boot-directory=/mnt/rescue/grub" will create "/mnt/rescue/grub/grub",
which seems a little redundant.
2022-08-28 22:21:14 +08:00
Xi Ruoyao
6db606f552
grub-efi: add minimal configuration with --removable
It's needed for e.g. setting the boot process on a 32-bit LFS with
64-bit UEFI firmware.
2022-08-28 22:19:14 +08:00
Xi Ruoyao
6851adea69
grub-efi: demote efibootmgr from required to recommended
We'll add how to configure EFI boot w/o efibootmgr later...
2022-08-28 21:24:15 +08:00
Xi Ruoyao
4f464d8efd
efivar: mark it useless on 32-bit kernel 2022-08-28 21:23:56 +08:00
Xi Ruoyao
fae75b7d8a
grub-efi: force --target=x86_64-efi for emergency boot disk
Without it, grub will create a MBR boot disk if the system is not booted
with EFI.
2022-08-28 20:44:23 +08:00
Xi Ruoyao
10311fad21
qemu: mention virtio drivers for disk and network 2022-08-28 20:43:33 +08:00
Xi Ruoyao
46a83048cb
qemu: describe an option to simulate UEFI hardware
Useful for testing BLFS UEFI section, or booting something (Windoge)
requiring UEFI.
2022-08-28 20:01:15 +08:00
Xi Ruoyao
99ae185ec3
efivar: patch for 32-bit system 2022-08-28 03:19:18 +08:00
Bruce Dubbs
3032882841 Tags 2022-08-26 16:39:32 -05:00
Bruce Dubbs
5cc198cd36 Update to vim-9.0.0228 (sync with LFS. And some tags. 2022-08-26 11:43:04 -05:00
Thomas Trepl (Moody)
9cb50666dd Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-08-26 12:19:51 +02:00
Thomas Trepl (Moody)
1bbb5ddaa5 Some more tags 2022-08-26 12:19:35 +02:00
Douglas R. Reno
8a2cb97ea3 Tag GNOME Applications and dependencies 2022-08-25 21:47:44 -05:00
Douglas R. Reno
fe33e3f2bd Tag GNOME Libraries and relevant dependencies 2022-08-25 16:50:31 -05:00
Bruce Dubbs
7263a049ae Tags 2022-08-25 16:06:42 -05:00
Douglas R. Reno
b1c0fa79df Update to WebKitGTK+-2.36.7 and other tags. 2022-08-25 11:25:40 -05:00
Douglas R. Reno
cce66dc465 Tag WebKitGTK+ dependencies prior to working on the update 2022-08-24 18:52:52 -05:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02:00
Xi Ruoyao
06f67e318c
firmware: update Intel microcode example for 11.2 release and CVE-2022-21233
Text only change.  But we'll need a SA for intel-microcode-20220809.
2022-08-24 16:29:29 +08:00
Bruce Dubbs
0ddf4e7c2a Tags 2022-08-22 22:55:37 -05:00
Xi Ruoyao
16f7f0edb1
Squashed commit of UEFI tags for 11.2 and some text changes
grub-setup: update version numbers in example to match LFS 11.2
    grub-efi: tag for 11.2
    freetype2: tag for 11.2
    brotli: tag for 11.2
    harfbuzz: tag for 11.2
    glib2: don't run test suite as root (text only change)
    graphite2: tag for 11.2
    libxml2: align explanation with acutal command (text only change)
    libpng: tag for 11.2
    efibootmgr: tag for 11.2
    efivar: tag for 11.2
    mandoc: tag for 11.2
2022-08-23 11:38:12 +08:00
Douglas R. Reno
aa0b625099 Tag Xorg and dependencies 2022-08-22 21:55:59 -05:00
Bruce Dubbs
24c3176cab Update to shadow-4.12.2 and tag it. 2022-08-22 19:22:38 -05:00
Douglas R. Reno
ce1dd9df4e Several tags 2022-08-22 15:41:07 -05:00
Douglas R. Reno
9b8ff698ec Fix building hdparm-9.64 with glibc-2.36
Tags up to that point
2022-08-22 14:37:51 -05:00
Bruce Dubbs
48cb482af9 Just tags 2022-08-22 14:13:52 -05:00
Douglas R. Reno
ecc23863e9 libevent: Typo fix
llvm: Document new test failures
Tags
2022-08-22 14:03:54 -05:00
Bruce Dubbs
05299f4f48 Some initial 11.2 tags 2022-08-21 20:40:45 -05:00
Thomas Trepl (Moody)
889d6c4153 Fix mkinitramfs script 2022-08-21 19:50:54 +02:00
Xi Ruoyao
ce1d65812e
grub-efi: sync GCC stat 2022-08-20 14:06:34 +08:00
Douglas R. Reno
65aeaa0242 Update to nss-3.82 2022-08-20 00:36:07 -05:00
Bruce Dubbs
1f28e76ca3 Update to kf5-apps-22.08.0 (except gwenview) 2022-08-19 15:51:10 -05:00
Bruce Dubbs
f80ff31fb7 Update to btrfs-progs-v5.19. 2022-08-18 09:09:50 -05:00
Bruce Dubbs
cbe863aa8d Package updates.
Update to xfsprogs-5.19.0.
Update to mupdf-1.20.3.
2022-08-15 15:56:53 -05:00
Pierre Labastie
c24176220d gpgme: remove a useless sed part
Starting with python-3.10.6, no warning is issued if
"import distutils" is used in a python script. So the
corresponding sed can be removed. It was wrong anyway for
gpgme-1.18.0, because the line number had changed.
2022-08-15 18:31:25 +02:00
Bruce Dubbs
55bad52508 Update to gpgme-1.18.0. 2022-08-14 14:42:22 -05:00
Xi Ruoyao
6d237beede
ntfs-3g: fix the command creating mount.ntfs for NTFS-3 kernel driver
We are creating the file, not appending.
2022-08-12 10:56:29 +08:00
Xi Ruoyao
d1a3a2f901
efivar: adapt for glibc-2.36 2022-08-07 22:44:55 +08:00
Thomas Trepl (Moody)
b73999c014 Upgrade nano-6.4; Remove invalid option 'suspend' from nanorc 2022-08-04 08:31:44 +02:00
Bruce Dubbs
032480242f Update to gedit-42.2. 2022-07-29 16:30:23 -05:00
Bruce Dubbs
504d78775d Update to gnutls-3.7.7. 2022-07-29 16:26:41 -05:00
Bruce Dubbs
c2ee90d4c3 Some gramamr fixes 2022-07-29 15:51:15 -05:00
Bruce Dubbs
f2a6409e03 Update to nettle-3.8.1. 2022-07-28 11:51:55 -05:00
Bruce Dubbs
4ef89d0c04 Update to libcap-2.65. 2022-07-24 15:08:38 -05:00
Douglas R. Reno
fb1f32be41 cyrus-sasl: Java support was removed in 2.1.28. 2022-07-23 16:23:44 -05:00
Bruce Dubbs
43fb57ca50 Update to nss-3.81. 2022-07-22 13:12:39 -05:00
Douglas R. Reno
6b7a631375 Package Updates:
Update to stunnel-5.65
Update to samba-4.16.3
Update to openldap-2.6.3
2022-07-21 12:26:27 -05:00
Pierre Labastie
449c5526b7 qemu: a reference to "below" needs to be "above" 2022-07-21 16:43:18 +02:00
Douglas R. Reno
7d5d3d4bf5 Package Updates:
Update to polkit-121
Update to mesa-22.1.4
Update to libwebp-1.2.3
Update to inkscape-1.2.1
2022-07-20 21:47:56 -05:00
Douglas R. Reno
c2051dbdc3 Five Security Updates:
Update to node.js-16.16.0
Update to php-8.1.8
Add security patch for Dovecot (fixes CVE-2022-30550)
Update to seamonkey-2.53.13
Update to gnupg-2.3.7
Mark git as a security update
2022-07-13 17:12:03 -05:00
Pierre Labastie
11ff30f344 Fix misplacement of role attributes in some dependencies 2022-07-12 23:38:22 +02:00
Xi Ruoyao
aebcd92ce0
update to efibootmgr-18
Add "| cut -f 1" to efibootmgr command for checking the configuration,
so long boring paths will not show up.

Update unifont version, and kernel version (in example) by the way.
2022-07-12 01:07:10 +08:00
Thomas Trepl (Moody)
9e2db6f700 Upgrade mousepad-0.5.10 2022-07-10 21:14:29 +02:00
Bruce Dubbs
7acef603a2 Update to vim-9.0.0006. 2022-06-30 16:42:28 -05:00
Ken Moffat
0fa93ad43e Update to nss-3.80. 2022-06-26 18:05:26 +01:00
Bruce Dubbs
b76b9a36c2 Update to sudo-1.9.11p3. 2022-06-23 22:28:01 -05:00
Xi Ruoyao
d6b45f7ae5
change egrep to grep -E
egrep is deprecated since 2007, and the next grep release (3.8 or 4.0)
will print a warning if it's used.

Url: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a951562
2022-06-23 18:15:12 +08:00
Bruce Dubbs
a8368655aa Update to sudo-1.9.11p2. 2022-06-13 14:06:53 -05:00
Xi Ruoyao
4f4e7f18af
zsh: enable libcap and gdbm
They are already in LFS so there is no significant reason not to use
them.  Using gdbm may cause license issue but AFAIK as long as we don't
edit gdbm or zsh code in a hidden way we'll not violate the license.

And zsh does not use pam_cap (or any PAM module) at all.  Perhaps we
should perform a cleanup on pam_cap dependencies.
2022-06-11 15:52:51 +08:00
Bruce Dubbs
3ee1d767da Update to sudo-1.9.11p1. 2022-06-09 10:55:05 -05:00
Xi Ruoyao
217e54c920
uefi: use simpledrmfb instead of efifb
efifb driver is considered "legacy" now.  Tested this configuration on
my two UEFI systems.
2022-06-09 14:40:19 +08:00
Bruce Dubbs
d458b1c1aa Update to sudo-1.9.11. 2022-06-07 13:31:50 -05:00
Bruce Dubbs
7778b157e1 Update to btrfs-progs-v5.18.1. 2022-06-07 13:26:50 -05:00
Xi Ruoyao
7dd1546260
firmware: fix a typo 2022-06-07 16:00:43 +08:00
Xi Ruoyao
3b50f0de2b
firmware: stop using late loading
The kernel dev describes late loading as "just lottery and broken".
From Linux 5.19 it will produce a warning and taint the kernel.  And, we
can simply compare the microcode version number to know if there is an
update so there is no reason to use late loading at all.

Update the example for Intel microcode by the way.
2022-06-06 20:25:00 +08: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
74591e7051 Update to xfsprogs-5.18.0. 2022-06-04 16:04:39 -05:00
Xi Ruoyao
36357196f2
zsh: remove an extra comma 2022-06-03 15:42:44 +08:00
Douglas R. Reno
785c02f0f4 Package Updates:
Update to nettle-3.8
Update to gnome-desktop-42.2
2022-06-03 00:37:18 -05:00
Bruce Dubbs
c996623547 Update to btrfs-progs-v5.18. 2022-05-31 15:33:25 -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
Xi Ruoyao
6a63267c0b
update to vim-8.2.5014. Sync with LFS. 2022-05-29 13:50:11 +08:00
Bruce Dubbs
e1be4fda9d Update to gnutls-3.7.6. 2022-05-28 10:57:51 -05:00
Bruce Dubbs
f61d267d75 Update to gedit-42.1. 2022-05-27 10:48:42 -05:00
Bruce Dubbs
8d024f31d4 Update to sshfs-3.7.3. 2022-05-27 10:45:30 -05:00
Pierre Labastie
dd3a9414fd Update to MIT Kerberos V5-1.20 2022-05-27 15:47:04 +02:00
Bruce Dubbs
f9478ee04a Update to LVM2.2.03.16. 2022-05-19 11:27:06 -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
f959ec4f55 Update to iptables-1.8.8. 2022-05-15 16:24:52 -05:00
Bruce Dubbs
660581e142 Update to kf5-gear-22.04.1 (was kf5-apps).
This commit changes falkon to kf5-gear.  Other packages updated:
ark5.xml
gwenview.xml
k3b.xml
kdenlive5.xml
khelpcenter.xml
kio-extras.xml
kmix5.xml
konsole5.xml
libkcddb.xml
libkdcraw.xml
libkexiv2.xml
okular5.xml
kwave.xml
kate5.xml
2022-05-15 12:40:30 -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
6ae9cf91c1 Update to tcsh-6.24.01. 2022-05-13 10:56:18 -05:00
Xi Ruoyao
3bf9519654
update to gnutls-3.7.5 (#16533)
Also add brotli as optinonal.
2022-05-13 20:06:51 +08:00
Ken Moffat
9f4b2b89a6 Update Intel microcode to 20220510. 2022-05-11 02:18:52 +01:00
Pierre Labastie
7ca5792f44 Use gcc-&gcc-version; for grub-uefi
To prevent version mismatch between downloaded compiler and
instructions to build it.
2022-05-09 18:39:01 +02:00
Bruce Dubbs
0f21ee62a3 Minor grammar changes. 2022-05-09 11:08:59 -05:00
Bruce Dubbs
4ee58817f1 Fix md5sum for gcc in EFI page 2022-05-09 10:35:16 -05:00
Xi Ruoyao
94206044db
update to fuse-3.11.0 (#16499) 2022-05-09 16:41:19 +08:00
Bruce Dubbs
e329cfce0a Update to stunnel-5.64. 2022-05-08 13:02:05 -05:00
Xi Ruoyao
3a8682fc2a
gpgme: remove unneeded workaround
This is already fixed by upstream.

I'm not sure if the sed for Python 3.10 is still required: I don't have
SWIG.
2022-05-09 01:13:24 +08:00
Ken Moffat
83cc2cc372 Add 'Firmware for AMD/ATI amdgpu video chips'
Bruce noticed this was not explicity covered, my skim-reading
had noticed the details for ATI video chips without spotting that
was only for radeon.

In both the amdgpu and radeon xorg drivers, clarify that firmware
might have been provided in a modular build in /lib/firmware.
2022-05-07 08:33:11 +01:00
Ken Moffat
083a8d7ec7 Rework various items in About Firmware.
In particular, CPU microcode now that the affected AMD processors
can be identified. For both Intel and AMD determine the hex triplet.

Also, rework the Nvidia details to reflect the current situation.
2022-05-07 00:45:05 +01:00
Xi Ruoyao
29b434b6ba
update to vim-8.2.4814. Sync with LFS. 2022-05-06 21:14:32 +08:00
Bruce Dubbs
4180699f87 Package updates.
Update to libnotify-0.7.12.
Update to wireshark-3.6.4.
Update to xfsprogs-5.16.0.
2022-05-05 14:56:39 -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
b0b536c65d Update to nss-3.78 2022-04-30 17:04:43 +02:00
Bruce Dubbs
0fdae3590b Update to nano-6.3. 2022-04-28 18:27:51 -05:00
Bruce Dubbs
27cee7a98c Update to btrfs-progs-v5.17. 2022-04-27 15:37:44 -05:00
Bruce Dubbs
9465bea3f5 Update to gnupg-2.3.6. 2022-04-26 12:31:08 -05:00
Xi Ruoyao
9e1670e1f1
Revert "nss: document fails about PayPal certs"
This reverts commit 83996dc912.

The upstream has updated PayPal certs and added a check to skip the test
if the certs expire again.
2022-04-25 02:15:46 +08:00
Bruce Dubbs
6a1db365e3 Update to gnupg-2.3.5. 2022-04-22 12:14:19 -05:00
Tim Tassonis
dff46c682c Update to qemu-7.0.0 2022-04-21 20:10:39 +02:00
Pierre Labastie
7a9a7b2665 Remove spaces at the end of lines 2022-04-20 15:36:11 +02:00
Pierre Labastie
d2e6aa7d72 Fix XML in parted... Sorry 2022-04-19 20:49:34 +02:00
Pierre Labastie
7be8b4f48d Update to parted-3.5 2022-04-19 20:31:31 +02:00
Bruce Dubbs
6545853c57 Comment out obsolete command in gnutls 2022-04-17 09:39:34 -05:00
Bruce Dubbs
e4cdecab60 Update to gptfdisk-1.0.9. 2022-04-14 21:44:50 -05:00
Bruce Dubbs
e21d198428 Update to libcap-2.64 2022-04-14 12:18:34 -05:00
Bruce Dubbs
81a094829e Update to openssh-9.0p1. Includes ssh-askpass. 2022-04-13 11:30:40 -05:00
Bruce Dubbs
0141c45905 Update to xfsprogs-5.15.0. 2022-04-12 15:09:18 -05:00
Bruce Dubbs
9169ed5d00 Update to python-dbusmock-0.27.4. 2022-04-07 17:26:06 -05:00
Pierre Labastie
ff12c0f742 systemd: prevent a dead lock at boot
The default configuration uses /var/lock/lvm as the locking directory
but on BLFS, /var/lock is a symlink to /run/lock. This create a race
condition at boot when some lvm volumes from /etc/fstab are mounted:
The system tries to use /var/lock while /run/lock is not yet mounted.
If /var/lock/lvm is changed to /run/lock/lvm in /etc/lvm/lvm.conf,
/run/lock is created first, and there is no race.
2022-04-07 23:48:45 +02:00
Tim Tassonis
1aa82479a1 Update to emacs-28.1. 2022-04-05 11:45:34 +02:00
Pierre Labastie
aa1a6bb2ee gnupg2: typo 2022-04-04 14:05:06 +02:00
Xi Ruoyao
33f6542406
gnupg2: comment out everything related to gpg-zip
In 2.3.x we can't install it via the sed anymore.  If we need it, we'll
have to get it from somewhere else.
2022-04-04 18:39:50 +08:00
Bruce Dubbs
ee15a73618 Update to gnupg-2.3.4 2022-04-03 20:37:28 -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
c609f95a3a Fix gedit url 2022-04-03 10:45:23 -05:00
Bruce Dubbs
f63c6a7365 Update to gedit-42.0. 2022-04-02 15:58:12 -05:00
Bruce Dubbs
a3fa2d4bb6 Package updates.
Update to libreoffice-7.3.2.2.
Update to nss-3.77.
2022-04-01 15:14:39 -05:00
Bruce Dubbs
a44d504818 Package updates.
Update to nss-3.76.1.
Update to gparted-1.4.0.
2022-03-29 14:29:38 -05:00
Ken Moffat
b9c353b87a Typo fixes from rhubarbpieguy. 2022-03-25 03:29:22 +00:00
Pierre Labastie
4d15c65857 openssh: don't use ChallengeResponseAuthentication
It is deprecated and replaced with KbdInteractiveAuthentication.
See sshd_config(5):
"KbdInteractiveAuthentication
 Specifies whether to use keyboard-interactive authentication.
 The argument to this keyword must be yes (the default) or no.
 ChallengeResponseAuthentication is a deprecated alias for this."
2022-03-24 17:04:04 +01:00
Pierre Labastie
aa59fb3160 Fix patch version in kerberos "patch" command 2022-03-23 11:58:22 +01: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
Bruce Dubbs
a2047917dd Update to gnutls-3.7.4. 2022-03-20 13:20:35 -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
Pierre Labastie
d32d872dbd shadow: allow any user to use su
With the present /etc/pam.d/su, the usage of "su" is restricted
to users in the wheel group. Comment out that rule.
2022-03-19 21:22:55 +01: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
Xi Ruoyao
1f9fd2d06e
vim: update to 8.2.4567
Sync with LFS.
2022-03-16 00:18:55 +08: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
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
Xi Ruoyao
3b88aed743
openssh: add which as optional dependency for tests
It's used at regress/test-exec.sh:317 and invoked multiple times during
test.
2022-03-08 03:31:04 +08:00
Xi Ruoyao
bf654b16dc
polkit: uncomment test dependencies
Forgot to do this yesterday...
2022-03-08 01:49:30 +08:00
Douglas R. Reno
e7dc117818 OpenSSH: Comment out the description for --with-md5-passwords, and move
the commented option above the <screen> statement so that we're not
causing formatting issues
2022-03-06 16:07:23 -06:00
Pierre Labastie
406e51c953 Update to smartmontools-7.3 2022-03-06 10:50:13 +01:00
Pierre Labastie
02cb684932 Update to openssh-8.9p1 with ssh-askpass 2022-03-06 10:50:13 +01:00
Xi Ruoyao
492cca2c43
polkit: document -Dtests=true 2022-03-06 17:24:10 +08:00
Xi Ruoyao
60caf48d89
polkit: use archive tarball and enable tests
Normally we perfer release tarballs than archives.  But for polkit, we
are using meson so the generated configure script is not needed.  And,
the release tarball lacks test support files and prevents us from
running tests.

For such a "security related" package, skipping test seems not good...
(That being said, we'd been busying fix CVEs not found by the test. :( )
2022-03-06 16:45:02 +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
4483a9ae12 Package updates and a security fix
Fix CVE-2021-4115 in Polkit
Update to cyrus-sasl-2.1.28 (Security Update)
Update to flac-1.3.4 (Security Update)
Update to seamonkey-2.53.11 (Security Update)
2022-03-03 13:15:04 -06:00
Douglas R. Reno
1ec7ed59dc VIM: Note that tests fail in a 'screen' session and update the URL for
the vimrc example
2022-03-03 11:01:55 -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
Xi Ruoyao
43397b0e18
grub efi cfg: update fdisk instruction for latest util-linux
In util-linux-2.37, fdisk uses partition type name instead of hex code.
2022-02-26 23:17:34 +08:00
Xi Ruoyao
672f2a570f
grub-efi: allows building on 32-bit LFS for x86_64 EFI 2022-02-26 16:31:27 +08:00
Xi Ruoyao
e724cb78d0
grub-efi: warn that it won't work for 32-bit LFS, and mention i386-efi 2022-02-26 02:10:37 +08:00
Bruce Dubbs
0755478bc9 Tag most gnome apps 2022-02-23 22:17:17 -06:00
Pierre Labastie
fdec60aa62 Do not try to create group kvm for qemu for sysv
It is created in lfs chapter 7 both for sysv and systemd
2022-02-23 08:25:11 +01:00
Bruce Dubbs
01de26c8ca Tags, mostly kde and related 2022-02-20 16:35:55 -06:00
Bruce Dubbs
4347e152b2 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-02-20 14:31:02 -06:00
Bruce Dubbs
db8d276a9d Tags and a minor dependency upgrade 2022-02-20 14:30:51 -06:00
Pierre Labastie
a99fc41757 mdadm: restore correct md5sum and really tag
Looks like a "0a" in the md5 has been changed to "1" instead of
in the tag...
2022-02-20 19:41:12 +01:00
Thomas Trepl (Moody)
66544f2cd4 Tag xfce4 2022-02-20 09:51:45 +01:00
Bruce Dubbs
ef8290b1d0 Tags - mostly multimedia 2022-02-19 16:48:51 -06:00
Bruce Dubbs
7107b6ef0f Package updates.
Update to nano-6.2.
Update to vim-8.2.4383. Sync with LFS.
2022-02-19 00:02:53 -06:00
Bruce Dubbs
de22bfa148 Tags 2022-02-18 21:48:44 -06:00
Douglas R. Reno
f1a479c7e7 Package Updates and Tags
Update to xf86-input-wacom-1.0.0
Update to libdrm-2.4.110
Update to XWayland-22.1.0
2022-02-18 13:06:30 -06:00
Xi Ruoyao
7d95c1c138
tag efibootmgr and grub-efi 2022-02-18 13:50:41 +08:00
Bruce Dubbs
b2254004b5 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2022-02-17 23:47:20 -06:00
Bruce Dubbs
c2f9a33871 tags 2022-02-17 23:47:09 -06:00
Xi Ruoyao
ab01ea5cef
shadow: add --disable-static
Sync with LFS.
2022-02-18 12:53:58 +08:00
Bruce Dubbs
8feee677b7 Update to btrfs-progs-v5.16.2. 2022-02-17 22:34:32 -06:00
Douglas R. Reno
ca783379c5 Package Updates and Tags:
Update to tree-2.0.2
Update to scons-4.3.0
2022-02-17 19:44:13 -06:00
Douglas R. Reno
d962244313 Tags and add text regarding failing tests in libevent
Off to a few utilities next, and then X...
2022-02-17 14:06:36 -06:00
Xi Ruoyao
9c7363e58d
Tag dependencies for UEFI packages
Will tag the UEFI packages themselves tomorrow.
2022-02-17 23:49:05 +08:00
Xi Ruoyao
7a91c80c31
package updates for UEFI
* Update to efivar-38.
* Update to unifont-14.0.01.
* Add mandoc-1.14.6.
* Fix efibootmgr build.
2022-02-17 23:43:37 +08:00
Bruce Dubbs
03a2986c05 A package update and some tags.
Update to libqalculate-4.0.0.
2022-02-16 22:44:55 -06:00
Bruce Dubbs
2c871871fb Spelling fixes 2022-02-16 15:04:13 -06:00
Bruce Dubbs
b21f9be7d5 Initial 11.1 tags 2022-02-15 16:43:23 -06:00
Douglas R. Reno
074eb7b270 Package Updates:
Update to vala-0.54.7
Update to gedit-41.0
Update to gnome-control-center-41.4
Update to gucharmap-14.0.2
Update to gnome-user-docs-41.2
Update to gnome-maps-41.4
Update to evolution-3.42.4
Update to evolution-data-server-3.42.4
Update to gnome-autoar-0.4.3
2022-02-15 00:05:25 -06:00
Bruce Dubbs
f36ab176d2 KDE updates and a new library
Update to plasma5-5.24.0.
Added libqalculate-3.22.0. Required for plasma.
Update to kf5-apps-21.12.2, including kate and kwave.
Update to kf5-5.91.
2022-02-14 00:15:39 -06:00
Bruce Dubbs
3e6ac08f9e Package updates.
Update to hexchat-2.16.1.
Update to harfbuzz-3.4.0.
Update to zsh-5.8.1.
2022-02-13 11:51:14 -06:00
Ken Moffat
bfd2ba3cfc Package update and some rewording:
Update to fetchmail-6.4.27.

Rewording about the examples in Intel microcode, they are old and
that machine now runs version 0xec (although I guess they will soon
stop providing newer updates for Skylake) and of course the kernel
versions are way out of date.
2022-02-12 14:50:53 +00:00
Xi Ruoyao
83996dc912
nss: document fails about PayPal certs 2022-02-10 13:58:00 +08:00
Bruce Dubbs
ac451b94f8 Package updates.
Update to pango-1.50.4.
Update to nano-6.1.
Update to gjs-1.70.1.
Update to node.js-16.14.0.
Update to libarchive-3.6.0.
2022-02-09 15:30:06 -06:00
Bruce Dubbs
0b5bf8edca Update text to indicate intel-microcode-20220207 2022-02-08 21:59:24 -06:00
Bruce Dubbs
0a18d81c5d Package updates.
Update to LVM2.2.03.15.
Update to gpgme-1.17.0.
Update to imlib2-1.8.0.
Update to xkeyboard-config-2.35.
2022-02-08 18:47:33 -06:00
Xi Ruoyao
a37759bb9d
gnupg: update to gnupg-2.2.34 2022-02-08 09:23:47 +08:00
Bruce Dubbs
9fc3125db6 Package updates and a typo.
Update to harfbuzz-3.3.2.
Update to ed-1.18.
Update to postfix-3.7.0.
Update to libreoffice-7.3.0.3.
Update to inkscape-1.1.2.
Fix typo in vim.
2022-02-07 12:49:56 -06:00
Bruce Dubbs
b4ca8bbb9b Package updates ang sme tweaks.
Update to nss-3.75.
Update to libical-3.0.14.
2022-02-06 16:06:01 -06:00
Bruce Dubbs
5ff076a692 Package updates.
Update to pycryptodome-3.14.1.
Update to libxkbcommon-1.4.0.
Update to btrfs-progs-v5.16.1.
2022-02-06 13:56:21 -06:00
Douglas R. Reno
de149fd64c Drop systemd-bus-proxy from About System Users and Groups 2022-02-05 10:58:41 -06:00
Bruce Dubbs
42fc81b5f6 Package updates and a dependency fix
Update to pipewire-0.3.45.
Update to lcms2-2.13.1.
Update to tcsh-6.24.00.
Update falkon dependencies.
Update to screen-4.9.0.
2022-02-04 15:31:38 -06:00
Bruce Dubbs
9501a015ca Package updates.
Update to vim-8.2.4236.
Update to git-2.35.1.
Update to accountsservice-22.04.62.
Update to cups-2.4.1.
Update to pipewire-0.3.44.
2022-01-31 13:16:50 -06:00
Bruce Dubbs
6ccde291b2 Package updates.
Update to pycryptodome-3.14.0 (Python module).
Update to lcms2-2.13.
Update to sudo-1.9.9.
Update to wayland-protocols-1.25.
Update to libgpg-error-1.44.
2022-01-31 11:46:34 -06:00
Bruce Dubbs
f948b300ae Package and some dependency updates
Update to libcap-2.63.
Update to Python3-3.10.2.
Update to libwacom-2.0.0.
Dependency updates for libbytesize, libgrss, and telepathy-glib
Add ./bootstrap to libyaml
2022-01-31 10:51:18 -06:00
Xi Ruoyao
7e280b4547
polkit: add patch to fix CVE-2021-4034 (#16012) 2022-01-27 00:56:23 +08:00
Pierre Labastie
02cfd6d342 Fix gedit for newer meson 2022-01-22 20:39:41 +01:00
Bruce Dubbs
65c5c56a7e Package updates.
Update to gnumeric-1.12.51.
Update to goffice-0.10.51.
Update to libwebp-1.2.2.
Update to dash-0.5.11.5.
+
2022-01-22 13:07:17 -06:00
Bruce Dubbs
811f63dfca Package updates.
Update to icewm-2.9.5.
Update to libnma-1.8.34.
Update to stunnel-5.62.
Update to p10-kit-0.24.1.
2022-01-20 13:17:59 -06:00
Pierre Labastie
113f4e697a Package updates
gnutls-3.7.3 (security fix)
libical-3.0.13
folks-0.15.4
umockdev-0.17.5
2022-01-19 17:20:41 +01:00
Pierre Labastie
07be534fc3 Update to shadow-4.11.1 2022-01-15 11:35:31 +01:00
Pierre Labastie
ef94f43f0f btrf-progs : patch for kernel headers version < 5.12 2022-01-15 00:47:41 -08:00
Bruce Dubbs
61ed6e9472 Update to btrfs-progs-5.16. 2022-01-13 18:46:08 -06:00