Commit Graph

3679 Commits

Author SHA1 Message Date
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