Update to wayland-protocols-1.24.
Update to docutils-0.18.1.
Update to rxvt-unicode-9.29.
Added libptytty-2.0 required by rxvt-unicode-9.29.
Update to wireshark-3.6.0.
Update to libjpeg-turbo-2.1.2.
Update to php-8.0.13.
Update to xfsprogs-5.14.0.
Added userspace-rcu-0.13.0 (iburcu) required by xfsprogs-5.14.0.
Update to cmake-3.22.0.
The tools (like mkfs.ntfs) is still useful, and one may be puzzled if he
uses:
mount /dev/sdb1 /mnt
Then `mount` will find out that /dev/sdb1 is NTFS, and use the *old*
NTFS support (read-only) in kernel for it. The user will then be
puzzled. Mention how to create a wrapper script for `mount` to use the
new NTFS3 driver for ntfs.
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
It turns out that the download link to tags on GitHub releases page has
changed, but the "old fashion" URLs still work.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24400 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to libhandy-1.2.0
Update to NetworkManager-1.30.2
Update to gtk+3-3.24.27
Update to epiphany-3.38.3
Update to dconf-0.40.0
Update to xfsprogs-5.11.0
Update to libgusb-0.3.6
Update to sqlite-3.35.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24374 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to libxkbcommon-1.1.0
Update to gptfdisk-1.0.7
Update to cryptsetup-2.3.5
Update to pango-1.48.3
Update to Wireshark-3.4.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24371 af4574ff-66df-0310-9fd7-8a98e5e911e0
Move -I and -D into CPPFLAGS, and for others use ${CFLAGS:--O2 -g} to
prevent from building "non-optimized" binary.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24334 af4574ff-66df-0310-9fd7-8a98e5e911e0
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to libfm-1.3.2
Update to libfm-extra-1.3.2
Update to fuse-3.10.2
Update to btrfs-progs-5.10.1
Update to libisoburn-1.5.4
Update to libisofs-1.5.4
Update to libburn-1.5.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24203 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to parted-3.4
Update to libwebp-1.2.0
Update to mesa-20.3.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24168 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to vlc-3.0.12 (security update)
Update to libgcrypt-1.9.1
Update to gtk-doc-1.33.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24154 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to doxygen-1.9.1
Update to LVM2-2.03.11
Update to gpgme-1.15.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24106 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to dhcpcd-9.4.0.
Update to libhandy-1.0.3.
Update to geoclue-2.5.7.
Update to opencv-4.5.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24044 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to xfsprogs-5.10.0.
Update to libusb-1.0.24.
Update to qemu-5.2.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23977 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to tracker-miners-3.0.3
Update to tracker-3.0.2
Update to NetworkManager-1.28.0
Update to fuse3-3.10.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23975 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to alsa-lib, alsa-utils, and alsa-firmware-1.2.4
Update to faad2-2_10_0
Update to poppler-data-0.4.10
Update to List-MoreUtils-XS-0.430 (Perl Module)
Update to List-MoreUtils-0.430 (Perl Module)
Update to URI-5.05 (Perl Module)
Update to bind9 and bind-utils 9.16.8
Update to nfs-utils-2.5.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23834 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to gvfs-1.46.1
Update to Samba-4.13.0
Update to fuse-3.10.0
Update to gnome-backgrounds-3.10.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23801 af4574ff-66df-0310-9fd7-8a98e5e911e0
This link is not needed: the shell scripts all have #!/bin/sh
Also remove redundant additions of mdadm and udevd, which are added
to sbinfiles in a loop, and move all the additions to sbinfiles
to the same place so that it is easier to see what is in there.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23769 af4574ff-66df-0310-9fd7-8a98e5e911e0