2024-11-14 21:00:55 +01:00
|
|
|
Thu Nov 14 19:47:07 UTC 2024
|
|
|
|
setup: export INSIDE_INSTALLER=true, which install scripts can use to see if
|
|
|
|
they are running from the installer. We'll replace hacks such as looking for
|
|
|
|
/usr/lib/setup/setup and test for this variable instead.
|
|
|
|
+--------------------------+
|
2024-10-05 23:24:49 +02:00
|
|
|
Sat Oct 5 21:15:53 UTC 2024
|
|
|
|
Ope, that last one didn't boot because of a wrong CONFIG_PREFIX in
|
|
|
|
busybox-dot-config. Fixed.
|
|
|
|
+--------------------------+
|
2024-10-05 21:17:05 +02:00
|
|
|
Sat Oct 5 19:01:54 UTC 2024
|
|
|
|
It's possible that an unformatted EFI System Partition could still have
|
|
|
|
traces of an old filesystem (such as NTFS) that could cause it to "mount"
|
|
|
|
but then not function correctly. When test-mounting the partition in SeTEFI,
|
|
|
|
specify "-t vfat" to avoid this, and offer to format it if it will not
|
|
|
|
mount as vfat.
|
|
|
|
Thanks to Karl Magnus Kolstø for the bug report.
|
|
|
|
+--------------------------+
|
2024-10-05 01:37:01 +02:00
|
|
|
Fri Oct 4 19:04:54 UTC 2024
|
|
|
|
sources/busybox/busybox-1.18.4.tar.bz2: Upgraded.
|
|
|
|
+--------------------------+
|
2024-09-18 23:23:19 +02:00
|
|
|
Wed Sep 18 19:31:12 UTC 2024
|
|
|
|
SeTEFI: Fixed a bug where an EFI System Partition would be detected as
|
|
|
|
unformatted if it had a label. Luckily the formatting would also fail. ;-)
|
|
|
|
Thanks to Karl Magnus Kolstø for the bug report.
|
|
|
|
build_installer.sh: Added ntfs-3g package.
|
|
|
|
+--------------------------+
|
2024-09-13 03:32:33 +02:00
|
|
|
Thu Sep 12 21:55:48 UTC 2024
|
|
|
|
Since huge is gone, I guess the installer's going to be booting generic. :-)
|
|
|
|
On UEFI systems, use GRUB to boot the installer since elilo sucks.
|
|
|
|
Include all the kernel modules. It's not all that much bloat, makes the
|
|
|
|
installer more useful for rescue purposes, and relieves us of having to
|
|
|
|
trace out all the deps for the included kernel modules.
|
|
|
|
Handle having the kernel modules provided by kernel-generic.
|
|
|
|
Handle precompressed modules (but mkinitrd isn't ready for this yet).
|
|
|
|
+--------------------------+
|
2024-07-29 20:32:35 +02:00
|
|
|
Sun Jul 28 20:52:21 UTC 2024
|
|
|
|
/etc/profile: export MANPAGER="less -r" to display pages correctly.
|
|
|
|
Also export LESSQUIET=true.
|
|
|
|
Use real "less".
|
|
|
|
Thanks to Brent Earl.
|
|
|
|
module-blacklist: don't blacklist modules that wouldn't be installed anyway.
|
|
|
|
compress dropbear.8 so that it's converted properly to catman format.
|
|
|
|
+--------------------------+
|
2024-07-25 22:22:54 +02:00
|
|
|
Thu Jul 25 20:06:25 UTC 2024
|
|
|
|
Updated compiler flags for i686 and x86_64.
|
|
|
|
+--------------------------+
|
2024-07-12 20:35:06 +02:00
|
|
|
Fri Jul 12 17:12:33 UTC 2024
|
|
|
|
Upgrade to nano-8.1.
|
|
|
|
+--------------------------+
|
2024-05-28 20:08:19 +02:00
|
|
|
Tue May 28 17:53:49 UTC 2024
|
|
|
|
Add /sbin/zramctl.
|
|
|
|
rc.S: Set up some swap on a ZRAM device.
|
|
|
|
SeTpartitions: Support installing to bcachefs filesystems.
|
|
|
|
SeTpartitions: quit offering reiserfs which will be gone in Linux 6.10.
|
|
|
|
+--------------------------+
|
2024-05-26 02:07:39 +02:00
|
|
|
Sat May 25 17:39:17 UTC 2024
|
|
|
|
Add zram.ko.
|
|
|
|
+--------------------------+
|
Thu May 16 02:31:40 UTC 2024
a/bcachefs-tools-1.7.0-x86_64-1.txz: Added.
a/kernel-generic-6.9.0-x86_64-2.txz: Upgraded.
a/kernel-huge-6.9.0-x86_64-2.txz: Upgraded.
a/kernel-modules-6.9.0-x86_64-2.txz: Upgraded.
d/git-2.45.1-x86_64-1.txz: Upgraded.
This update fixes security issues:
Recursive clones on case-insensitive filesystems that support symbolic
links are susceptible to case confusion that can be exploited to
execute just-cloned code during the clone operation.
Repositories can be configured to execute arbitrary code during local
clones. To address this, the ownership checks introduced in v2.30.3
are now extended to cover cloning local repositories.
Local clones may end up hardlinking files into the target repository's
object database when source and target repository reside on the same
disk. If the source repository is owned by a different user, then
those hardlinked files may be rewritten at any point in time by the
untrusted user.
When cloning a local source repository that contains symlinks via the
filesystem, Git may create hardlinks to arbitrary user-readable files
on the same filesystem as the target repository in the objects/
directory.
It is supposed to be safe to clone untrusted repositories, even those
unpacked from zip archives or tarballs originating from untrusted
sources, but Git can be tricked to run arbitrary code as part of the
clone.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2024-32002
https://www.cve.org/CVERecord?id=CVE-2024-32004
https://www.cve.org/CVERecord?id=CVE-2024-32020
https://www.cve.org/CVERecord?id=CVE-2024-32021
https://www.cve.org/CVERecord?id=CVE-2024-32465
(* Security fix *)
d/kernel-headers-6.9.0-x86-2.txz: Upgraded.
d/strace-6.9-x86_64-1.txz: Upgraded.
k/kernel-source-6.9.0-noarch-2.txz: Upgraded.
BCACHEFS_FS m -> y
CRYPTO_CHACHA20 m -> y
CRYPTO_LIB_CHACHA_GENERIC m -> y
CRYPTO_LIB_POLY1305_GENERIC m -> y
CRYPTO_POLY1305 m -> y
MITIGATION_GDS_FORCE y -> n
kde/wcslib-8.3-x86_64-1.txz: Upgraded.
l/gdk-pixbuf2-2.42.12-x86_64-1.txz: Upgraded.
ani: Reject files with multiple INA or IART chunks.
ani: Reject files with multiple anih chunks.
ani: validate chunk size.
Thanks to 0xvhp, pedrib, and Benjamin Gilbert.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2022-48622
(* Security fix *)
l/gtk+3-3.24.42-x86_64-1.txz: Upgraded.
n/bind-9.18.27-x86_64-1.txz: Upgraded.
This is a bugfix release.
n/popa3d-1.0.3-x86_64-8.txz: Rebuilt.
This is a bugfix release:
Build with AUTH_PAM, not AUTH_SHADOW.
Thanks to jayjwa.
x/xorg-server-xwayland-23.2.7-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2024-05-16 04:31:40 +02:00
|
|
|
Wed May 15 22:32:33 UTC 2024
|
|
|
|
Force compress the hwdata files. Thanks to Stuart Winter.
|
|
|
|
Include rescan_scsi_bus.sh, sg_inq, sg_turs, and libsgutils2 from the
|
|
|
|
sg3_utils package. Thanks to ikocher.
|
|
|
|
Include bcachefs-tools.
|
|
|
|
Add libsodium for bcachefs-tools.
|
|
|
|
No menu-driven installer support yet (nor immediately pending).
|
|
|
|
+--------------------------+
|
2024-05-14 21:07:51 +02:00
|
|
|
Tue May 14 18:24:45 UTC 2024
|
|
|
|
Disable CONFIG_TC in busybox-dot-config.
|
|
|
|
+--------------------------+
|
2024-05-08 23:05:29 +02:00
|
|
|
Wed May 8 09:26:31 UTC 2024
|
|
|
|
build_installer.sh: Switch to the 'pciutils' implementation of 'lspci' since
|
|
|
|
Busybox's implementation lacks the capability to map hardware IDs to model
|
|
|
|
names; a feature we rely on for the conditional loading of Kernel modules on
|
|
|
|
AArch64.
|
|
|
|
gzip the content of /usr/share/hwdata to conserve space.
|
|
|
|
+--------------------------+
|
2024-03-18 22:44:21 +01:00
|
|
|
Mon Mar 18 08:08:08 UTC 2024
|
|
|
|
Added console font 'ter-v18n' to accommodate the Raspberry Pi 400's screen.
|
|
|
|
Thanks to BrianL.
|
|
|
|
+--------------------------+
|
2024-03-11 19:29:55 +01:00
|
|
|
Sun Mar 10 17:49:27 UTC 2024
|
|
|
|
mkbindmounts: also bind mount /sys/firmware/efi/efivars if it exists.
|
|
|
|
SeTconfig: also bind mount /sys/firmware/efi/efivars if it exists.
|
|
|
|
+--------------------------+
|
2024-02-01 20:51:54 +01:00
|
|
|
Thu Feb 1 19:36:54 UTC 2024
|
|
|
|
Don't add elilo boot support to the 32-bit installer image. This had been
|
|
|
|
done previously, but began being siliently dropped when the 32-bit kernel
|
|
|
|
changed from i586 to i686. But it's just as well since UEFI cannot directly
|
|
|
|
boot a 32-bit kernel anyway. Legacy BIOS is the only option.
|
|
|
|
+--------------------------+
|
2024-01-31 22:19:19 +01:00
|
|
|
Wed Jan 31 20:35:22 UTC 2024
|
|
|
|
Added libnvme.
|
|
|
|
+--------------------------+
|
2024-01-03 21:25:45 +01:00
|
|
|
Tue Jan 2 09:03:56 UTC 2024
|
|
|
|
build_installer.sh: Switch /sbin/modinfo from BusyBox's implementation to
|
|
|
|
kmod's, as the busybox implementation doesn't work.
|
|
|
|
Switch /bin/grep to the GNU implementation for a richer feature set.
|
|
|
|
Use the /bin/{e,f}grep shell wrappers, aligned with the OS.
|
|
|
|
/etc/rc.d/rc.S: Call /bin/grep rather than /bin/grep.bin
|
|
|
|
+--------------------------+
|
2023-12-11 23:18:13 +01:00
|
|
|
Mon Dec 11 20:24:00 UTC 2023
|
|
|
|
build_installer.sh: On x86, don't try to use a kernel with an -smp
|
|
|
|
LOCALVERSION as it's no longer built. The regularly-named kernels are now
|
|
|
|
the SMP/i686 versions.
|
|
|
|
repack_installer.SlackBuild: Change x86 $ARCH to i686 and drop -smp
|
|
|
|
LOCALVERSION.
|
|
|
|
+--------------------------+
|
2023-12-02 21:46:52 +01:00
|
|
|
Fri Dec 1 09:49:03 GMT 2023
|
|
|
|
Busybox's version of 'xzcat' creates distinct output compared to the actual
|
|
|
|
'xz' when combined with 'dd' through piping. This issue is fixed by creating
|
|
|
|
a symbolic link from /bin/xzcat to /bin/xz (the 'real' xz).
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2023-11-25 20:44:38 +01:00
|
|
|
Sat Nov 25 17:21:48 UTC 2023
|
|
|
|
Added /usr/libexec/nfsrahead from nfs-utils package to fix error:
|
|
|
|
udevd[452]: failed to execute '/usr/libexec/nfsrahead'
|
|
|
|
'/usr/libexec/nfsrahead 254:0': No such file or directory
|
|
|
|
Thanks to Brent Earl.
|
|
|
|
+--------------------------+
|
2023-11-08 23:04:25 +01:00
|
|
|
Wed Nov 8 21:01:19 UTC 2023
|
|
|
|
Include the original keymaps from the kbd package, as well as the official
|
|
|
|
loadkeys binary and supporting libraries. Some keymaps seem to get broken
|
|
|
|
or mangled from being converted to a binary keymap and loaded with the
|
|
|
|
busybox loadkmap tool.
|
|
|
|
If a keymap is specified on the kernel command line, like: kbd=azerty
|
|
|
|
then after loading it, save the name to /tmp/Pkeymap so that setup knows
|
|
|
|
about it.
|
|
|
|
Construct the list of keymaps on the fly from the /usr/share/kbd/keymaps/i386
|
|
|
|
directory.
|
|
|
|
+--------------------------+
|
2023-09-21 21:32:42 +02:00
|
|
|
Wed Sep 20 08:08:08 UTC 2023
|
|
|
|
Changes for AArch64 architecture:
|
|
|
|
/sbin/probe: Updated reserved file system labels for Hardware Models with
|
|
|
|
UEFI firmware.
|
|
|
|
In 'list_mmc' MMC discovery function, prevent duplication of multi-path
|
|
|
|
devices.
|
|
|
|
/usr/lib/setup/SeTEFI: The Slackware Installer image has its own EFI boot
|
|
|
|
partition named 'SLKins_efi' to support Hardware Models using UEFI firmware.
|
|
|
|
This partition must be filtered out here to avoid it being incorrectly
|
|
|
|
selected as the OS's EFI partition.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2023-08-16 22:45:00 +02:00
|
|
|
Tue Aug 15 19:15:38 UTC 2023
|
|
|
|
Don't run rc.font unless a kernel command-line flag RCFONT is provided.
|
|
|
|
Legacy BIOS tends to get a correct sized font without it, as does recent
|
|
|
|
UEFI. Running it by default with a HiDPI screen can result in an
|
|
|
|
unreadably small font.
|
|
|
|
+--------------------------+
|
2023-08-01 21:50:53 +02:00
|
|
|
Tue Aug 1 09:09:59 UTC 2023
|
|
|
|
Added /usr/lib(64)/libatomic.so for 'lsusb'
|
|
|
|
Thanks to William PC for the report.
|
|
|
|
+--------------------------+
|
2023-07-09 20:35:37 +02:00
|
|
|
Sun Jul 9 18:25:37 UTC 2023
|
|
|
|
setup: mount /dev, /proc, and /sys with -rbind, and unmount them with -R.
|
|
|
|
mkbindmounts: usr -rbind instead of -bind.
|
|
|
|
reboot: use -R when unmounting /dev, /proc, and /sys.
|
|
|
|
These changes should fix "EFI variables are not supported on this system"
|
|
|
|
when chrooting into /mnt to do additional tasks such as setting up grub.
|
|
|
|
Thanks to downhomechunk.
|
|
|
|
+--------------------------+
|
2023-07-02 20:44:20 +02:00
|
|
|
Sat Jul 1 03:15:09 UTC 2023
|
|
|
|
AArch64:
|
|
|
|
/sbin/probe: Added reserved file system labels for Hardware Models
|
|
|
|
with UEFI firmware:
|
|
|
|
SLKefi = FAT32 file system, /boot/efi mountpoint within the OS.
|
|
|
|
SLKefi_fw = ext4 file system within the Installer image containing UEFI
|
|
|
|
firmware. The firmware can be offered up for flashing to SPI from
|
|
|
|
within the post installation scripts.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2023-06-30 22:20:35 +02:00
|
|
|
Fri Jun 30 19:34:16 UTC 2023
|
|
|
|
Make /etc/mtab a symlink to /proc/mounts. (I thought we did this before?)
|
|
|
|
Remove /etc/mounts symlink.
|
|
|
|
In rc.S, don't try to initialize /etc/mtab or fake mount /.
|
|
|
|
+--------------------------+
|
2023-06-13 22:15:52 +02:00
|
|
|
Tue Jun 13 20:02:38 UTC 2023
|
|
|
|
Added liburcu and liburcu-common libraries for xfsprogs.
|
|
|
|
+--------------------------+
|
2023-05-25 02:24:33 +02:00
|
|
|
Thu May 25 00:15:21 UTC 2023
|
|
|
|
Mount efivarfs.
|
|
|
|
+--------------------------+
|
2023-04-07 02:51:44 +02:00
|
|
|
Wed Apr 5 19:09:55 UTC 2023
|
|
|
|
build_installer.sh: Switch /sbin/depmod from BusyBox's implementation to
|
|
|
|
kmod's, as the busybox implementation doesn't work.
|
|
|
|
Get rid of broken /sbin/lspci symlink.
|
|
|
|
+--------------------------+
|
2023-03-21 22:18:59 +01:00
|
|
|
Tue Mar 21 21:05:06 UTC 2023
|
|
|
|
setup: if UEFI is detected, mount efivarfs.
|
|
|
|
+--------------------------+
|
2023-03-20 23:29:32 +01:00
|
|
|
Mon Mar 20 22:18:55 UTC 2023
|
|
|
|
Keep efivarfs kernel module. Thanks to AlleyTrotter.
|
|
|
|
+--------------------------+
|
2023-03-01 22:21:21 +01:00
|
|
|
Wed Mar 1 21:15:12 UTC 2023
|
|
|
|
Add libreiserfscore.so.0.0.0.
|
|
|
|
+--------------------------+
|
2023-01-24 21:32:45 +01:00
|
|
|
Tue Jan 24 20:26:12 UTC 2023
|
|
|
|
build_installer.sh: when compressing the completed installer with xz, use
|
|
|
|
option -vv instead of -v, since the change of default verbosity level seems
|
|
|
|
to have caused just a single -v to be ignored.
|
|
|
|
+--------------------------+
|
2023-01-19 22:07:32 +01:00
|
|
|
Thu Jan 19 20:44:24 UTC 2023
|
|
|
|
build_installer.sh: Switch /bin/dd from BusyBox's implementation to
|
|
|
|
Coreutils', which offers a richer feature set. For example, the command line
|
|
|
|
parameter 'status=progress' provides realtime visibility of critical metrics
|
|
|
|
(transfer speed, ETA, % complete). This helps when working with the storage,
|
|
|
|
where the installer is used as an preparation and test environment.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
Added "bricktick", an ncurses based game (why not, it's only 31K)
|
|
|
|
+--------------------------+
|
2023-01-19 01:40:12 +01:00
|
|
|
Wed Jan 18 20:30:13 UTC 2023
|
|
|
|
/usr/lib/setup/INS-all-in-one: Added.
|
|
|
|
This detects the AiO (All in One Offline) partition labeled 'SLKins_aio-pkgs'
|
|
|
|
that houses the Slackware source media (installable packages), and configures
|
|
|
|
the Installer to use it as the media source.
|
|
|
|
/usr/lib/setup/SeTmedia: Call INS-all-in-one first to discover the A-i-O media
|
|
|
|
partition. If unavailable, fails sanity check or the user opted not to use
|
|
|
|
the included media, the regular set of source media selection options are
|
|
|
|
presented.
|
|
|
|
/usr/lib/setup/setup: Post install: If the A-i-O partition is mounted, umount
|
|
|
|
and suggest to physically unplug the Slackware Installer USB stick.
|
|
|
|
This is skipped on ARM since the A-i-O partition resides on the same storage
|
|
|
|
as the OS' /boot partition, so cannot/should not be removed.
|
|
|
|
Fixed white space in license header.
|
|
|
|
/usr/lib/setup/SeTpasswd: Clear screen before setting 'root' user password to
|
|
|
|
fix a text overlap from the 'dialog' box when installing over SSH.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2023-01-18 07:11:54 +01:00
|
|
|
Tue Jan 17 20:55:17 UTC 2023
|
|
|
|
pxesetup: after sorting the partition list, run it through 'uniq' to ensure
|
|
|
|
no duplicates are listed. Thanks to 'opty' in Libera.Chat ##slackware.
|
|
|
|
+--------------------------+
|
Mon Jan 9 20:10:55 UTC 2023
a/aaa_libraries-15.1-x86_64-16.txz: Rebuilt.
Upgraded: libncurses.so.6.4, libncursesw.so.6.4, libtinfo.so.6.4,
libform.so.6.4, libformw.so.6.4, libmenu.so.6.4, libmenuw.so.6.4,
libpanel.so.6.4, libglib-2.0.so.0.7400.4, libgmodule-2.0.so.0.7400.4,
libgobject-2.0.so.0.7400.4, libgthread-2.0.so.0.7400.4, libmpfr.so.6.2.0.
a/aaa_terminfo-6.4-x86_64-1.txz: Upgraded.
ap/man-db-2.11.2-x86_64-1.txz: Upgraded.
kde/kio-5.101.0-x86_64-2.txz: Rebuilt.
[PATCH] Restore old behavior for KFileFilterCombo::setFilter
Thanks to marav.
kde/okteta-0.26.10-x86_64-1.txz: Upgraded.
l/libspectre-0.2.12-x86_64-1.txz: Upgraded.
l/mpfr-4.2.0-x86_64-1.txz: Upgraded.
l/ncurses-6.4-x86_64-1.txz: Upgraded.
x/xterm-378-x86_64-1.txz: Upgraded.
xap/libnma-1.10.6-x86_64-1.txz: Upgraded.
2023-01-09 21:10:55 +01:00
|
|
|
Mon Jan 9 09:37:40 UTC 2023
|
|
|
|
/sbin/probe: Removed old mmc discovery code.
|
|
|
|
Filter devices that contain reserved file system labels for Slackware
|
|
|
|
ARM/AArch64 and the A-i-O (All in One Offline) Installer.
|
|
|
|
This prevents the installation media and Slackware ARM system partitions from
|
|
|
|
appearing as candidates for formatting/mounting during setup.
|
|
|
|
Reserved labels:
|
|
|
|
SLKins = Media (usually a USB stick) containing the Slackware install media.
|
|
|
|
SLKboot = Slackware OS /boot partition; only reserved only on ARM/AArch64.
|
|
|
|
SLKhwm_bw = Hardware Model Bootware - native Bootware firmware/assets.
|
|
|
|
SLKins_aio-pkgs = A-i-O Installer's partition containing Slackware packages.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2022-10-14 03:39:37 +02:00
|
|
|
Thu Oct 13 12:29:18 UTC 2022
|
|
|
|
Moved libpcre2 from /usr/lib(64) to /lib(64). Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2022-09-26 21:43:54 +02:00
|
|
|
Mon Sep 26 14:43:44 UTC 2022
|
|
|
|
/sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD cards).
|
|
|
|
Thanks to gsl on LQ for the report.
|
|
|
|
+--------------------------+
|
2022-09-12 21:00:55 +02:00
|
|
|
Mon Sep 12 18:09:41 UTC 2022
|
|
|
|
Removed pcre, added pcre2. Needed for GNU grep.
|
|
|
|
Thanks to EdGr.
|
|
|
|
+--------------------------+
|
2022-09-06 22:21:24 +02:00
|
|
|
Tue Sep 6 18:34:42 UTC 2022
|
|
|
|
rc.pcmcia: change fgrep to grep -F.
|
|
|
|
/sbin/probe: change egrep to grep -E.
|
|
|
|
+--------------------------+
|
2022-08-21 20:58:29 +02:00
|
|
|
Fri Aug 19 08:08:08 UTC 2022
|
|
|
|
/etc/rc.d/rc.S: Added support for setting the Installer's root password
|
|
|
|
from a Kernel cmdline key value pair, instrootpw=yourpassword
|
|
|
|
This is intended for network installations where otherwise the root password
|
|
|
|
would be unset.
|
|
|
|
Note: this does not configure the OS root password.
|
|
|
|
Passwords should be set as follows within the Kernel cmdline:
|
|
|
|
instrootpw=yourpassword
|
|
|
|
MoZes.
|
|
|
|
+--------------------------+
|
2022-07-01 03:23:50 +02:00
|
|
|
Wed Jun 29 19:13:25 UTC 2022
|
|
|
|
Added smartctl, smartctl.8, and dmidecode.8.
|
|
|
|
+--------------------------+
|
2022-06-15 20:29:59 +02:00
|
|
|
Tue Jun 14 08:08:08 UTC 2022
|
|
|
|
Added liblz4 for fsck.f2fs. Thanks to Brent Earl.
|
|
|
|
+--------------------------+
|
2022-02-10 02:46:55 +01:00
|
|
|
Mon Feb 7 19:03:07 UTC 2022
|
|
|
|
Add a /usr/bin/dbclient symlink. Thanks to alienBOB.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Feb 5 23:02:19 UTC 2022
|
|
|
|
Build a simplified version of dnsmasq that doesn't require libraries not
|
|
|
|
found on the installer. Unfortunately this bug broke PXE installation.
|
|
|
|
If you require PXE support for your installs, use this installer instead.
|
|
|
|
It will work on Slackware 15.0 as well.
|
|
|
|
Not entirely sure if this merits respinning the ISOs for 15.0... feel free
|
|
|
|
to make a thread on LQ and weigh in with any comments.
|
|
|
|
+--------------------------+
|
2022-01-23 02:17:39 +01:00
|
|
|
Sat Jan 22 21:34:07 UTC 2022
|
|
|
|
Reverted to an older simpler version of rescan-scsi-bus that does what we
|
|
|
|
need it to on the installer. Apparently the one we upgraded to requires the
|
|
|
|
real version of "find" and has additional requirements resulting in it being
|
|
|
|
broken for almost a year. Since nobody noticed until now, I wonder to what
|
|
|
|
extent this functionality is still important on modern hardware, but we'll
|
|
|
|
fix it anyway just in case. Thanks to almope.
|
|
|
|
Added sg.ko kernel module (rescan-scsi-bus has always wanted this but never
|
|
|
|
previously got it, so we'll add it and hope it helps).
|
|
|
|
+--------------------------+
|
2022-01-18 21:39:39 +01:00
|
|
|
Tue Jan 18 11:42:59 UTC 2022
|
|
|
|
/usr/lib/setup/setup: If a Slackware USB stick was used as the package
|
|
|
|
source, prompt user to unplug the USB stick when the installation
|
|
|
|
completes.
|
|
|
|
/usr/lib/setup/INSUSB: Fix a cosmetic bug if the USB stick has no partitions.
|
|
|
|
MoZes.
|
|
|
|
+--------------------------+
|
2022-01-16 22:33:27 +01:00
|
|
|
Sun Jan 16 20:51:35 UTC 2022
|
|
|
|
Fix installation of the exfat kernel module(s).
|
|
|
|
Thanks to Nille_kungen.
|
|
|
|
+--------------------------+
|
2022-01-12 23:04:33 +01:00
|
|
|
Wed Jan 12 19:45:11 UTC 2022
|
|
|
|
Added "nvme" command-line utility. Thanks to peake.
|
|
|
|
+--------------------------+
|
2021-12-16 22:34:10 +01:00
|
|
|
Wed Dec 15 04:07:42 UTC 2021
|
|
|
|
/sbin/probe: Discover MMC storage devices using lsblk.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2021-11-09 21:22:27 +01:00
|
|
|
Sun Nov 7 06:11:40 UTC 2021
|
|
|
|
usr/lib/setup/setup: Added 'power off' to the list of available options
|
|
|
|
('reboot' and 'shell'), when the installer completes successfully.
|
|
|
|
+--------------------------+
|
2021-11-04 05:43:31 +01:00
|
|
|
Wed Nov 3 19:36:08 UTC 2021
|
|
|
|
Added ntfs3.ko.xz module.
|
|
|
|
SeTDOS: use FS type ntfs3 for NTFS partitions in /etc/fstab.
|
|
|
|
+--------------------------+
|
2021-10-12 01:45:10 +02:00
|
|
|
Mon Oct 11 17:33:21 UTC 2021
|
|
|
|
/etc/issue: Don't tell people to enter TERM=vt100 if they do not have a
|
|
|
|
color monitor. That's so last century.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2021-10-06 21:25:04 +02:00
|
|
|
Wed Oct 6 12:16:57 UTC 2021
|
|
|
|
build_installer.sh: Added console font 'ter-732b.psf.gz'
|
|
|
|
for the AArch64/PineBook Pro.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2021-09-03 20:51:49 +02:00
|
|
|
Fri Sep 3 18:06:38 UTC 2021
|
|
|
|
Added dhcpcd user/group to passwd/group/shadow.
|
|
|
|
Added /var/lib/dhcpcd directory.
|
|
|
|
Thanks to Stuart Winter.
|
|
|
|
+--------------------------+
|
2021-05-26 22:00:32 +02:00
|
|
|
Wed May 26 19:51:53 UTC 2021
|
|
|
|
Keep PCI controller kernel modules. Thanks to andygoth.
|
|
|
|
+--------------------------+
|
2021-04-30 20:09:21 +02:00
|
|
|
Fri Apr 30 17:30:36 UTC 2021
|
|
|
|
setup: filter partition list through sort | uniq to prevent duplicates.
|
|
|
|
Thanks to Heinz Wiesinger.
|
|
|
|
+--------------------------+
|
2021-04-23 02:44:22 +02:00
|
|
|
Thu Apr 22 16:56:28 UTC 2021
|
|
|
|
setup: fix running ldconfig. Thanks to alienBOB and MoZes.
|
|
|
|
+--------------------------+
|
2021-04-20 21:44:02 +02:00
|
|
|
Tue Apr 20 18:46:38 UTC 2021
|
|
|
|
setup: run ldconfig after the packages are installed.
|
|
|
|
Thanks to average_user.
|
|
|
|
+--------------------------+
|
2021-04-12 22:07:12 +02:00
|
|
|
Sat Apr 10 18:46:46 UTC 2021
|
|
|
|
setup: update size estimate of a complete installation to 15+ GB.
|
|
|
|
+--------------------------+
|
2021-03-10 02:30:34 +01:00
|
|
|
Tue Mar 9 19:09:33 UTC 2021
|
|
|
|
Update /etc/nsswitch.conf from the etc package.
|
|
|
|
+--------------------------+
|
2021-03-05 03:58:29 +01:00
|
|
|
Thu Mar 4 09:17:54 UTC 2021
|
|
|
|
build_installer.sh: Updated support for AArch64.
|
|
|
|
MoZes.
|
|
|
|
+--------------------------+
|
2021-02-20 22:04:15 +01:00
|
|
|
Sat Feb 20 20:40:32 UTC 2021
|
|
|
|
Updated /sbin/rescan-scsi-bus to fix a misplaced "break". Thanks to andygoth.
|
|
|
|
+--------------------------+
|
Mon Feb 15 19:23:44 UTC 2021
Here we go again... upgraded to glibc-2.33 and one last mass rebuild for
Slackware 15.0. The only packages upgraded in this batch are glibc and the
kernels - everything else is just a rebuild against the new glibc. Not
rebuilt in this batch: devs (best to just leave this alone), glibc-zoneinfo,
kernel-firmware, rust, linux-faqs, linux-howtos, aspell-en, mozilla-firefox,
mozilla-thunderbird, and seamonkey. There's a new Rust compiler but Firefox
and Thunderbird will need to be patched to use it, so we'll hold off on
those until they're ready for the new Rust either with patches or new
upstream releases. Until we have that and a few more scheduled upgrades I'm
not quite ready to call this beta yet, but you can call it 15.0-alpha1. :-)
Cheers!
a/aaa_base-14.2-x86_64-7.txz: Rebuilt.
a/aaa_glibc-solibs-2.33-x86_64-1.txz: Upgraded.
a/aaa_libraries-15.0-x86_64-2.txz: Rebuilt.
Upgraded: libnsl-2.33.so, libglib-2.0.so.0.6600.7,
libgmodule-2.0.so.0.6600.7, libgobject-2.0.so.0.6600.7,
libgthread-2.0.so.0.6600.7.
a/aaa_terminfo-6.2_20201219-x86_64-4.txz: Rebuilt.
a/acl-2.2.53-x86_64-3.txz: Rebuilt.
a/acpid-2.0.32-x86_64-3.txz: Rebuilt.
a/attr-2.4.48-x86_64-3.txz: Rebuilt.
a/bash-5.1.004-x86_64-3.txz: Rebuilt.
a/bin-11.1-x86_64-5.txz: Rebuilt.
a/btrfs-progs-5.10.1-x86_64-2.txz: Rebuilt.
a/bzip2-1.0.8-x86_64-3.txz: Rebuilt.
a/coreutils-8.32-x86_64-3.txz: Rebuilt.
a/cpio-2.13-x86_64-3.txz: Rebuilt.
a/cpufrequtils-008-x86_64-4.txz: Rebuilt.
a/cracklib-2.9.7-x86_64-3.txz: Rebuilt.
a/cryptsetup-2.3.4-x86_64-3.txz: Rebuilt.
a/dbus-1.12.20-x86_64-5.txz: Rebuilt.
a/dcron-4.5-x86_64-11.txz: Rebuilt.
a/dialog-1.3_20210117-x86_64-2.txz: Rebuilt.
a/dosfstools-4.2-x86_64-2.txz: Rebuilt.
a/e2fsprogs-1.46.1-x86_64-2.txz: Rebuilt.
a/ed-1.17-x86_64-3.txz: Rebuilt.
a/efibootmgr-20191011_e8ce9fe-x86_64-4.txz: Rebuilt.
a/efivar-20191015_ca85d51-x86_64-3.txz: Rebuilt.
a/elilo-3.16-x86_64-12.txz: Rebuilt.
a/elogind-246.9.2-x86_64-3.txz: Rebuilt.
a/elvis-2.2_0-x86_64-7.txz: Rebuilt.
a/etc-15.0-x86_64-13.txz: Rebuilt.
a/eudev-3.2.10-x86_64-2.txz: Rebuilt.
a/exfatprogs-1.1.0-x86_64-2.txz: Rebuilt.
a/f2fs-tools-1.14.0-x86_64-3.txz: Rebuilt.
a/file-5.39-x86_64-3.txz: Rebuilt.
a/findutils-4.8.0-x86_64-3.txz: Rebuilt.
a/floppy-5.5-x86_64-4.txz: Rebuilt.
a/gawk-5.1.0-x86_64-3.txz: Rebuilt.
a/genpower-1.0.5-x86_64-5.txz: Rebuilt.
a/gettext-0.21-x86_64-3.txz: Rebuilt.
a/gpm-1.20.7-x86_64-9.txz: Rebuilt.
a/gptfdisk-1.0.6-x86_64-3.txz: Rebuilt.
a/grep-3.6-x86_64-3.txz: Rebuilt.
a/grub-2.04-x86_64-3.txz: Rebuilt.
a/gzip-1.10-x86_64-3.txz: Rebuilt.
a/haveged-1.9.14-x86_64-3.txz: Rebuilt.
a/hdparm-9.60-x86_64-3.txz: Rebuilt.
a/hostname-3.23-x86_64-3.txz: Rebuilt.
a/hwdata-0.344-noarch-2.txz: Rebuilt.
a/infozip-6.0-x86_64-7.txz: Rebuilt.
a/inih-53-x86_64-2.txz: Rebuilt.
a/inotify-tools-3.20.11.0-x86_64-3.txz: Rebuilt.
a/jfsutils-1.1.15-x86_64-4.txz: Rebuilt.
a/kbd-1.15.3-x86_64-6.txz: Rebuilt.
a/kernel-generic-5.10.16-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.16-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.16-x86_64-1.txz: Upgraded.
a/kmod-28-x86_64-3.txz: Rebuilt.
a/lbzip2-2.5-x86_64-4.txz: Rebuilt.
a/less-563-x86_64-3.txz: Rebuilt.
a/lhasa-0.3.1-x86_64-3.txz: Rebuilt.
a/libblockdev-2.25-x86_64-3.txz: Rebuilt.
a/libbytesize-2.5-x86_64-2.txz: Rebuilt.
a/libcgroup-0.41-x86_64-9.txz: Rebuilt.
a/libgudev-234-x86_64-3.txz: Rebuilt.
a/libpwquality-1.4.4-x86_64-4.txz: Rebuilt.
a/lilo-24.2-x86_64-12.txz: Rebuilt.
a/logrotate-3.18.0-x86_64-3.txz: Rebuilt.
a/lrzip-0.631-x86_64-4.txz: Rebuilt.
a/lvm2-2.03.11-x86_64-3.txz: Rebuilt.
a/lzip-1.22-x86_64-3.txz: Rebuilt.
a/lzlib-1.12-x86_64-3.txz: Rebuilt.
a/mcelog-175-x86_64-3.txz: Rebuilt.
a/mdadm-4.1-x86_64-3.txz: Rebuilt.
a/minicom-2.8-x86_64-3.txz: Rebuilt.
a/mkinitrd-1.4.11-x86_64-19.txz: Rebuilt.
a/mlocate-0.26-x86_64-4.txz: Rebuilt.
a/mt-st-1.4-x86_64-3.txz: Rebuilt.
a/mtx-1.3.12-x86_64-4.txz: Rebuilt.
a/ncompress-5.0-x86_64-2.txz: Rebuilt.
a/ndctl-71.1-x86_64-4.txz: Rebuilt.
a/ntfs-3g-2017.3.23-x86_64-4.txz: Rebuilt.
a/nvi-1.81.6-x86_64-3.txz: Rebuilt.
a/openssl-solibs-1.1.1i-x86_64-3.txz: Rebuilt.
a/os-prober-1.78-x86_64-2.txz: Rebuilt.
a/pam-1.5.1-x86_64-3.txz: Rebuilt.
a/patch-2.7.6-x86_64-5.txz: Rebuilt.
a/pciutils-3.7.0-x86_64-3.txz: Rebuilt.
a/pcmciautils-018-x86_64-4.txz: Rebuilt.
a/pkgtools-15.0-noarch-36.txz: Rebuilt.
a/plzip-1.9-x86_64-3.txz: Rebuilt.
a/procps-ng-3.3.17-x86_64-2.txz: Rebuilt.
a/quota-4.06-x86_64-3.txz: Rebuilt.
a/reiserfsprogs-3.6.27-x86_64-4.txz: Rebuilt.
a/rpm2tgz-1.2.2-x86_64-4.txz: Rebuilt.
a/sdparm-1.11-x86_64-3.txz: Rebuilt.
a/sed-4.8-x86_64-3.txz: Rebuilt.
a/shadow-4.8.1-x86_64-12.txz: Rebuilt.
a/sharutils-4.15.2-x86_64-4.txz: Rebuilt.
a/smartmontools-7.2-x86_64-3.txz: Rebuilt.
a/splitvt-1.6.6-x86_64-5.txz: Rebuilt.
a/sysfsutils-2.1.0-x86_64-4.txz: Rebuilt.
a/sysklogd-2.2.1-x86_64-2.txz: Rebuilt.
a/syslinux-4.07-x86_64-4.txz: Rebuilt.
a/sysvinit-2.98-x86_64-3.txz: Rebuilt.
a/sysvinit-functions-8.53-x86_64-5.txz: Rebuilt.
a/sysvinit-scripts-2.1-noarch-39.txz: Rebuilt.
a/tar-1.33-x86_64-3.txz: Rebuilt.
a/tcsh-6.22.03-x86_64-3.txz: Rebuilt.
a/time-1.9-x86_64-4.txz: Rebuilt.
a/tree-1.8.0-x86_64-3.txz: Rebuilt.
a/udisks-1.0.5-x86_64-8.txz: Rebuilt.
a/udisks2-2.9.2-x86_64-2.txz: Rebuilt.
a/unarj-265-x86_64-4.txz: Rebuilt.
a/upower-0.99.11-x86_64-4.txz: Rebuilt.
a/usb_modeswitch-2.6.1-x86_64-3.txz: Rebuilt.
a/usbutils-013-x86_64-3.txz: Rebuilt.
a/utempter-1.2.0-x86_64-3.txz: Rebuilt.
a/util-linux-2.36.2-x86_64-2.txz: Rebuilt.
a/volume_key-0.3.12-x86_64-3.txz: Rebuilt.
a/which-2.21-x86_64-4.txz: Rebuilt.
a/xfsprogs-5.10.0-x86_64-3.txz: Rebuilt.
a/xz-5.2.5-x86_64-3.txz: Rebuilt.
a/zerofree-1.1.1-x86_64-3.txz: Rebuilt.
a/zoo-2.10_22-x86_64-4.txz: Rebuilt.
ap/a2ps-4.14-x86_64-9.txz: Rebuilt.
ap/acct-6.6.4-x86_64-4.txz: Rebuilt.
ap/alsa-utils-1.2.4-x86_64-3.txz: Rebuilt.
ap/amp-0.7.6-x86_64-5.txz: Rebuilt.
ap/at-3.2.1-x86_64-4.txz: Rebuilt.
ap/bc-1.07.1-x86_64-5.txz: Rebuilt.
ap/bpe-2.01.00-x86_64-6.txz: Rebuilt.
ap/cdparanoia-III_10.2-x86_64-5.txz: Rebuilt.
ap/cdrdao-1.2.4-x86_64-3.txz: Rebuilt.
ap/cdrtools-3.01-x86_64-6.txz: Rebuilt.
ap/cups-2.3.3-x86_64-5.txz: Rebuilt.
ap/cups-filters-1.28.7-x86_64-3.txz: Rebuilt.
ap/dash-0.5.11.2-x86_64-3.txz: Rebuilt.
ap/dc3dd-7.2.646-x86_64-4.txz: Rebuilt.
ap/ddrescue-1.25-x86_64-3.txz: Rebuilt.
ap/diffstat-1.64-x86_64-3.txz: Rebuilt.
ap/diffutils-3.7-x86_64-3.txz: Rebuilt.
ap/dmapi-2.2.12-x86_64-5.txz: Rebuilt.
ap/dmidecode-3.3-x86_64-3.txz: Rebuilt.
ap/dvd+rw-tools-7.1-x86_64-5.txz: Rebuilt.
ap/enscript-1.6.6-x86_64-4.txz: Rebuilt.
ap/flac-1.3.3-x86_64-3.txz: Rebuilt.
ap/ghostscript-9.53.3-x86_64-3.txz: Rebuilt.
ap/ghostscript-fonts-std-8.11-noarch-5.txz: Rebuilt.
ap/gphoto2-2.5.26-x86_64-3.txz: Rebuilt.
ap/groff-1.22.4-x86_64-4.txz: Rebuilt.
ap/gutenprint-5.3.4-x86_64-3.txz: Rebuilt.
ap/hplip-3.20.6-x86_64-6.txz: Rebuilt.
ap/htop-3.0.5-x86_64-3.txz: Rebuilt.
ap/inxi-20210113_1e2d470c-noarch-2.txz: Rebuilt.
ap/ispell-3.4.02-x86_64-3.txz: Rebuilt.
ap/itstool-2.0.6-x86_64-3.txz: Rebuilt.
ap/jed-0.99_19-x86_64-5.txz: Rebuilt.
ap/joe-4.6-x86_64-4.txz: Rebuilt.
ap/jove-4.16.0.74-x86_64-3.txz: Rebuilt.
ap/ksh93-20200131_e4fea8c5-x86_64-3.txz: Rebuilt.
ap/libx86-1.1-x86_64-5.txz: Rebuilt.
ap/linuxdoc-tools-0.9.73-x86_64-9.txz: Rebuilt.
ap/lm_sensors-3.6.0-x86_64-3.txz: Rebuilt.
ap/lsof-4.94.0-x86_64-3.txz: Rebuilt.
ap/lsscsi-0.31-x86_64-3.txz: Rebuilt.
ap/lxc-2.0.11_fad08f383-x86_64-7.txz: Rebuilt.
ap/madplay-0.15.2b-x86_64-7.txz: Rebuilt.
ap/man-db-2.9.4-x86_64-2.txz: Rebuilt.
ap/man-pages-5.10-noarch-3.txz: Rebuilt.
ap/mariadb-10.5.8-x86_64-3.txz: Rebuilt.
ap/mc-4.8.26-x86_64-2.txz: Rebuilt.
ap/moc-2.5.2-x86_64-8.txz: Rebuilt.
ap/most-5.1.0-x86_64-3.txz: Rebuilt.
ap/mpg123-1.26.4-x86_64-3.txz: Rebuilt.
ap/nano-5.5-x86_64-3.txz: Rebuilt.
ap/neofetch-20201126_6dd85d6-noarch-3.txz: Rebuilt.
ap/normalize-0.7.7-x86_64-5.txz: Rebuilt.
ap/nvme-cli-1.13-x86_64-3.txz: Rebuilt.
ap/opus-tools-0.2-x86_64-3.txz: Rebuilt.
ap/pamixer-1.4-x86_64-9.txz: Rebuilt.
ap/powertop-2.13-x86_64-3.txz: Rebuilt.
ap/qpdf-10.1.0-x86_64-3.txz: Rebuilt.
ap/radeontool-1.6.3-x86_64-4.txz: Rebuilt.
ap/rpm-4.16.1.2-x86_64-3.txz: Rebuilt.
ap/rzip-2.1-x86_64-4.txz: Rebuilt.
ap/sc-7.16-x86_64-10.txz: Rebuilt.
ap/sc-im-20200904_bdd936a-x86_64-3.txz: Rebuilt.
ap/screen-4.8.0-x86_64-4.txz: Rebuilt.
ap/seejpeg-1.10-x86_64-4.txz: Rebuilt.
ap/slackpkg-15.0-noarch-3.txz: Rebuilt.
ap/soma-3.3.7-noarch-2.txz: Rebuilt.
ap/sox-14.4.2-x86_64-8.txz: Rebuilt.
ap/sqlite-3.34.1-x86_64-2.txz: Rebuilt.
ap/squashfs-tools-4.4-x86_64-4.txz: Rebuilt.
ap/sudo-1.9.5p2-x86_64-2.txz: Rebuilt.
ap/sysstat-12.5.2-x86_64-3.txz: Rebuilt.
ap/terminus-font-4.49.1-noarch-3.txz: Rebuilt.
ap/texinfo-6.7-x86_64-4.txz: Rebuilt.
ap/tmux-3.1c-x86_64-3.txz: Rebuilt.
ap/undervolt-20201024_13fa33d-x86_64-3.txz: Rebuilt.
ap/usbmuxd-20200615_3daa1e9-x86_64-3.txz: Rebuilt.
ap/vbetool-1.2.2-x86_64-4.txz: Rebuilt.
ap/vim-8.2.2461-x86_64-2.txz: Rebuilt.
ap/vorbis-tools-1.4.2-x86_64-2.txz: Rebuilt.
ap/xfsdump-3.1.9-x86_64-3.txz: Rebuilt.
ap/xorriso-1.5.4.pl02-x86_64-2.txz: Rebuilt.
ap/zsh-5.8-x86_64-3.txz: Rebuilt.
d/Cython-0.29.21-x86_64-4.txz: Rebuilt.
d/autoconf-2.69-noarch-4.txz: Rebuilt.
d/autoconf-archive-2019.01.06-noarch-3.txz: Rebuilt.
d/automake-1.16.2-noarch-3.txz: Rebuilt.
d/binutils-2.36.1-x86_64-2.txz: Rebuilt.
d/bison-3.7.5-x86_64-2.txz: Rebuilt.
d/ccache-4.2-x86_64-2.txz: Rebuilt.
d/check-0.15.2-x86_64-3.txz: Rebuilt.
d/clisp-2.50_20191103_c26de7873-x86_64-4.txz: Rebuilt.
d/cmake-3.19.4-x86_64-2.txz: Rebuilt.
d/cscope-15.9-x86_64-3.txz: Rebuilt.
d/cvs-1.11.23-x86_64-7.txz: Rebuilt.
d/dev86-0.16.21-x86_64-4.txz: Rebuilt.
d/distcc-3.3.5-x86_64-4.txz: Rebuilt.
d/doxygen-1.8.20-x86_64-3.txz: Rebuilt.
d/flex-2.6.4-x86_64-5.txz: Rebuilt.
d/gcc-10.2.0-x86_64-4.txz: Rebuilt.
d/gcc-brig-10.2.0-x86_64-4.txz: Rebuilt.
d/gcc-g++-10.2.0-x86_64-4.txz: Rebuilt.
d/gcc-gdc-10.2.0-x86_64-4.txz: Rebuilt.
d/gcc-gfortran-10.2.0-x86_64-4.txz: Rebuilt.
d/gcc-gnat-10.2.0-x86_64-4.txz: Rebuilt.
d/gcc-go-10.2.0-x86_64-4.txz: Rebuilt.
d/gcc-objc-10.2.0-x86_64-4.txz: Rebuilt.
d/gdb-10.1-x86_64-3.txz: Rebuilt.
d/gettext-tools-0.21-x86_64-3.txz: Rebuilt.
d/git-2.30.1-x86_64-2.txz: Rebuilt.
d/gnucobol-3.1.2-x86_64-3.txz: Rebuilt.
d/gperf-3.1-x86_64-4.txz: Rebuilt.
d/guile-3.0.5-x86_64-3.txz: Rebuilt.
d/gyp-20200512_caa60026-x86_64-4.txz: Rebuilt.
d/help2man-1.48.1-x86_64-2.txz: Rebuilt.
d/icecream-1.3.1-x86_64-3.txz: Rebuilt.
d/indent-2.2.12-x86_64-3.txz: Rebuilt.
d/intltool-0.51.0-x86_64-6.txz: Rebuilt.
d/kernel-headers-5.10.16-x86-1.txz: Upgraded.
d/libtool-2.4.6-x86_64-16.txz: Rebuilt.
d/llvm-11.0.1-x86_64-3.txz: Rebuilt.
d/m4-1.4.18-x86_64-4.txz: Rebuilt.
d/make-4.3-x86_64-3.txz: Rebuilt.
d/mercurial-5.7-x86_64-2.txz: Rebuilt.
d/meson-0.56.2-x86_64-3.txz: Rebuilt.
d/nasm-2.15.05-x86_64-3.txz: Rebuilt.
d/ninja-1.10.2-x86_64-3.txz: Rebuilt.
d/opencl-headers-2.2-noarch-4.txz: Rebuilt.
d/oprofile-1.4.0-x86_64-7.txz: Rebuilt.
d/p2c-2.01-x86_64-3.txz: Rebuilt.
d/parallel-20210122-noarch-2.txz: Rebuilt.
d/patchelf-0.12-x86_64-3.txz: Rebuilt.
d/perl-5.32.1-x86_64-2.txz: Rebuilt.
d/pkg-config-0.29.2-x86_64-4.txz: Rebuilt.
d/pmake-1.111-x86_64-7.txz: Rebuilt.
d/python-pip-21.0.1-x86_64-2.txz: Rebuilt.
d/python-setuptools-53.0.0-x86_64-2.txz: Rebuilt.
d/python2-2.7.18-x86_64-4.txz: Rebuilt.
d/python3-3.9.1-x86_64-3.txz: Rebuilt.
d/rcs-5.10.0-x86_64-3.txz: Rebuilt.
d/re2c-2.0.3-x86_64-3.txz: Rebuilt.
d/rinutils-0.8.0-x86_64-3.txz: Rebuilt.
d/ruby-3.0.0-x86_64-3.txz: Rebuilt.
d/sassc-3.6.1-x86_64-3.txz: Rebuilt.
d/scons-4.0.1-x86_64-4.txz: Rebuilt.
d/slacktrack-2.20-x86_64-3.txz: Rebuilt.
d/strace-5.10-x86_64-3.txz: Rebuilt.
d/subversion-1.14.1-x86_64-2.txz: Rebuilt.
d/swig-4.0.2-x86_64-3.txz: Rebuilt.
d/vala-0.50.3-x86_64-3.txz: Rebuilt.
d/yasm-1.3.0-x86_64-4.txz: Rebuilt.
e/emacs-27.1-x86_64-5.txz: Rebuilt.
e/emacspeak-53.0-x86_64-3.txz: Rebuilt.
k/kernel-source-5.10.16-noarch-1.txz: Upgraded.
kde/akonadi-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadi-calendar-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadi-calendar-tools-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadi-contacts-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadi-import-wizard-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadi-mime-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadi-notes-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadi-search-20.12.2-x86_64-2.txz: Rebuilt.
kde/akonadiconsole-20.12.2-x86_64-2.txz: Rebuilt.
kde/akregator-20.12.2-x86_64-2.txz: Rebuilt.
kde/alkimia-8.0.4-x86_64-3.txz: Rebuilt.
kde/analitza-20.12.2-x86_64-2.txz: Rebuilt.
kde/ark-20.12.2-x86_64-2.txz: Rebuilt.
kde/artikulate-20.12.2-x86_64-2.txz: Rebuilt.
kde/attica-5.78.0-x86_64-3.txz: Rebuilt.
kde/audiocd-kio-20.12.2-x86_64-2.txz: Rebuilt.
kde/baloo-5.78.0-x86_64-3.txz: Rebuilt.
kde/baloo-widgets-20.12.2-x86_64-2.txz: Rebuilt.
kde/blinken-20.12.2-x86_64-2.txz: Rebuilt.
kde/bluedevil-5.20.5-x86_64-3.txz: Rebuilt.
kde/bluez-qt-5.78.0-x86_64-3.txz: Rebuilt.
kde/bomber-20.12.2-x86_64-2.txz: Rebuilt.
kde/bovo-20.12.2-x86_64-2.txz: Rebuilt.
kde/breeze-5.20.5-x86_64-3.txz: Rebuilt.
kde/breeze-grub-5.20.5-x86_64-3.txz: Rebuilt.
kde/breeze-gtk-5.20.5-x86_64-3.txz: Rebuilt.
kde/breeze-icons-5.78.0-noarch-3.txz: Rebuilt.
kde/calendarsupport-20.12.2-x86_64-2.txz: Rebuilt.
kde/calligra-3.2.1-x86_64-5.txz: Rebuilt.
kde/calligraplan-3.3.0-x86_64-2.txz: Rebuilt.
kde/cantor-20.12.2-x86_64-2.txz: Rebuilt.
kde/cervisia-20.12.2-x86_64-2.txz: Rebuilt.
kde/digikam-7.1.0-x86_64-5.txz: Rebuilt.
kde/dolphin-20.12.2-x86_64-2.txz: Rebuilt.
kde/dolphin-plugins-20.12.2-x86_64-2.txz: Rebuilt.
kde/dragon-20.12.2-x86_64-2.txz: Rebuilt.
kde/drkonqi-5.20.5-x86_64-3.txz: Rebuilt.
kde/elisa-20.12.2-x86_64-2.txz: Rebuilt.
kde/eventviews-20.12.2-x86_64-2.txz: Rebuilt.
kde/extra-cmake-modules-5.78.0-x86_64-3.txz: Rebuilt.
kde/falkon-3.1.0-x86_64-3.txz: Rebuilt.
kde/ffmpegthumbs-20.12.2-x86_64-2.txz: Rebuilt.
kde/filelight-20.12.2-x86_64-2.txz: Rebuilt.
kde/frameworkintegration-5.78.0-x86_64-3.txz: Rebuilt.
kde/granatier-20.12.2-x86_64-2.txz: Rebuilt.
kde/grantlee-editor-20.12.2-x86_64-2.txz: Rebuilt.
kde/grantleetheme-20.12.2-x86_64-2.txz: Rebuilt.
kde/gwenview-20.12.2-x86_64-2.txz: Rebuilt.
kde/incidenceeditor-20.12.2-x86_64-2.txz: Rebuilt.
kde/itinerary-20.12.2-x86_64-2.txz: Rebuilt.
kde/juk-20.12.2-x86_64-2.txz: Rebuilt.
kde/k3b-20.12.2-x86_64-2.txz: Rebuilt.
kde/kactivities-5.78.0-x86_64-3.txz: Rebuilt.
kde/kactivities-stats-5.78.0-x86_64-3.txz: Rebuilt.
kde/kactivitymanagerd-5.20.5-x86_64-3.txz: Rebuilt.
kde/kaddressbook-20.12.2-x86_64-2.txz: Rebuilt.
kde/kalarm-20.12.2-x86_64-2.txz: Rebuilt.
kde/kalarmcal-20.12.2-x86_64-2.txz: Rebuilt.
kde/kalgebra-20.12.2-x86_64-2.txz: Rebuilt.
kde/kalzium-20.12.2-x86_64-2.txz: Rebuilt.
kde/kamera-20.12.2-x86_64-2.txz: Rebuilt.
kde/kamoso-20.12.2-x86_64-2.txz: Rebuilt.
kde/kanagram-20.12.2-x86_64-2.txz: Rebuilt.
kde/kapidox-5.78.0-x86_64-3.txz: Rebuilt.
kde/kapman-20.12.2-x86_64-2.txz: Rebuilt.
kde/kapptemplate-20.12.2-x86_64-2.txz: Rebuilt.
kde/karchive-5.78.0-x86_64-3.txz: Rebuilt.
kde/kate-20.12.2-x86_64-2.txz: Rebuilt.
kde/katomic-20.12.2-x86_64-2.txz: Rebuilt.
kde/kauth-5.78.0-x86_64-3.txz: Rebuilt.
kde/kbackup-20.12.2-x86_64-2.txz: Rebuilt.
kde/kblackbox-20.12.2-x86_64-2.txz: Rebuilt.
kde/kblocks-20.12.2-x86_64-2.txz: Rebuilt.
kde/kbookmarks-5.78.0-x86_64-3.txz: Rebuilt.
kde/kbounce-20.12.2-x86_64-2.txz: Rebuilt.
kde/kbreakout-20.12.2-x86_64-2.txz: Rebuilt.
kde/kbruch-20.12.2-x86_64-2.txz: Rebuilt.
kde/kcachegrind-20.12.2-x86_64-2.txz: Rebuilt.
kde/kcalc-20.12.2-x86_64-2.txz: Rebuilt.
kde/kcalendarcore-5.78.0-x86_64-3.txz: Rebuilt.
kde/kcalutils-20.12.2-x86_64-2.txz: Rebuilt.
kde/kcharselect-20.12.2-x86_64-2.txz: Rebuilt.
kde/kcm-fcitx-0.5.6-x86_64-4.txz: Rebuilt.
kde/kcmutils-5.78.0-x86_64-3.txz: Rebuilt.
kde/kcodecs-5.78.0-x86_64-3.txz: Rebuilt.
kde/kcolorchooser-20.12.2-x86_64-2.txz: Rebuilt.
kde/kcompletion-5.78.0-x86_64-3.txz: Rebuilt.
kde/kconfig-5.78.0-x86_64-3.txz: Rebuilt.
kde/kconfigwidgets-5.78.0-x86_64-3.txz: Rebuilt.
kde/kcontacts-5.78.0-x86_64-3.txz: Rebuilt.
kde/kcoreaddons-5.78.0-x86_64-3.txz: Rebuilt.
kde/kcrash-5.78.0-x86_64-3.txz: Rebuilt.
kde/kcron-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdav-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdbusaddons-5.78.0-x86_64-3.txz: Rebuilt.
kde/kde-cli-tools-5.20.5-x86_64-3.txz: Rebuilt.
kde/kde-dev-scripts-20.12.2-x86_64-2.txz: Rebuilt.
kde/kde-dev-utils-20.12.2-x86_64-2.txz: Rebuilt.
kde/kde-gtk-config-5.20.5-x86_64-3.txz: Rebuilt.
kde/kdebugsettings-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdeclarative-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdeconnect-kde-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdecoration-5.20.5-x86_64-3.txz: Rebuilt.
kde/kded-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdeedu-data-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdegraphics-mobipocket-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdegraphics-thumbnailers-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdelibs4support-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdenetwork-filesharing-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdenlive-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdepim-addons-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdepim-runtime-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdeplasma-addons-5.20.5-x86_64-3.txz: Rebuilt.
kde/kdesdk-kioslaves-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdesdk-thumbnailers-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdesignerplugin-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdesu-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdev-php-5.6.2-x86_64-2.txz: Rebuilt.
kde/kdev-python-5.6.2-x86_64-2.txz: Rebuilt.
kde/kdevelop-5.6.2-x86_64-2.txz: Rebuilt.
kde/kdevelop-pg-qt-2.2.1-x86_64-3.txz: Rebuilt.
kde/kdewebkit-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdf-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdiagram-2.8.0-x86_64-3.txz: Rebuilt.
kde/kdialog-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdiamond-20.12.2-x86_64-2.txz: Rebuilt.
kde/kdnssd-5.78.0-x86_64-3.txz: Rebuilt.
kde/kdoctools-5.78.0-x86_64-3.txz: Rebuilt.
kde/keditbookmarks-20.12.2-x86_64-2.txz: Rebuilt.
kde/kemoticons-5.78.0-x86_64-3.txz: Rebuilt.
kde/kfilemetadata-5.78.0-x86_64-4.txz: Rebuilt.
kde/kfind-20.12.2-x86_64-2.txz: Rebuilt.
kde/kfloppy-20.12.2-x86_64-2.txz: Rebuilt.
kde/kfourinline-20.12.2-x86_64-2.txz: Rebuilt.
kde/kgamma5-5.20.5-x86_64-3.txz: Rebuilt.
kde/kgeography-20.12.2-x86_64-2.txz: Rebuilt.
kde/kget-20.12.2-x86_64-2.txz: Rebuilt.
kde/kglobalaccel-5.78.0-x86_64-3.txz: Rebuilt.
kde/kgoldrunner-20.12.2-x86_64-2.txz: Rebuilt.
kde/kgpg-20.12.2-x86_64-2.txz: Rebuilt.
kde/kguiaddons-5.78.0-x86_64-3.txz: Rebuilt.
kde/khangman-20.12.2-x86_64-2.txz: Rebuilt.
kde/khelpcenter-20.12.2-x86_64-2.txz: Rebuilt.
kde/kholidays-5.78.0-x86_64-3.txz: Rebuilt.
kde/khotkeys-5.20.5-x86_64-3.txz: Rebuilt.
kde/khtml-5.78.0-x86_64-3.txz: Rebuilt.
kde/ki18n-5.78.0-x86_64-3.txz: Rebuilt.
kde/kiconthemes-5.78.0-x86_64-3.txz: Rebuilt.
kde/kid3-3.8.5-x86_64-2.txz: Rebuilt.
kde/kidentitymanagement-20.12.2-x86_64-2.txz: Rebuilt.
kde/kidletime-5.78.0-x86_64-3.txz: Rebuilt.
kde/kig-20.12.2-x86_64-2.txz: Rebuilt.
kde/kigo-20.12.2-x86_64-2.txz: Rebuilt.
kde/kile-2.9.93-x86_64-5.txz: Rebuilt.
kde/killbots-20.12.2-x86_64-2.txz: Rebuilt.
kde/kimageformats-5.78.0-x86_64-3.txz: Rebuilt.
kde/kimagemapeditor-20.12.2-x86_64-2.txz: Rebuilt.
kde/kimap-20.12.2-x86_64-2.txz: Rebuilt.
kde/kinfocenter-5.20.5-x86_64-3.txz: Rebuilt.
kde/kinit-5.78.0-x86_64-3.txz: Rebuilt.
kde/kio-5.78.0-x86_64-3.txz: Rebuilt.
kde/kio-extras-20.12.2-x86_64-2.txz: Rebuilt.
kde/kio-gdrive-20.12.2-x86_64-2.txz: Rebuilt.
kde/kipi-plugins-20.12.2-x86_64-2.txz: Rebuilt.
kde/kirigami-gallery-20.12.2-x86_64-2.txz: Rebuilt.
kde/kirigami2-5.78.0-x86_64-3.txz: Rebuilt.
kde/kiriki-20.12.2-x86_64-2.txz: Rebuilt.
kde/kitemmodels-5.78.0-x86_64-3.txz: Rebuilt.
kde/kitemviews-5.78.0-x86_64-3.txz: Rebuilt.
kde/kiten-20.12.2-x86_64-2.txz: Rebuilt.
kde/kitinerary-20.12.2-x86_64-2.txz: Rebuilt.
kde/kjobwidgets-5.78.0-x86_64-3.txz: Rebuilt.
kde/kjots-20201206_f7d555c-x86_64-3.txz: Rebuilt.
kde/kjs-5.78.0-x86_64-3.txz: Rebuilt.
kde/kjsembed-5.78.0-x86_64-3.txz: Rebuilt.
kde/kjumpingcube-20.12.2-x86_64-2.txz: Rebuilt.
kde/kldap-20.12.2-x86_64-2.txz: Rebuilt.
kde/kleopatra-20.12.2-x86_64-2.txz: Rebuilt.
kde/klickety-20.12.2-x86_64-2.txz: Rebuilt.
kde/klines-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmag-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmahjongg-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmail-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmail-account-wizard-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmailtransport-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmbox-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmediaplayer-5.78.0-x86_64-3.txz: Rebuilt.
kde/kmenuedit-5.20.5-x86_64-3.txz: Rebuilt.
kde/kmime-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmines-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmix-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmousetool-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmouth-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmplot-20.12.2-x86_64-2.txz: Rebuilt.
kde/kmymoney-5.1.1-x86_64-3.txz: Rebuilt.
kde/knavalbattle-20.12.2-x86_64-2.txz: Rebuilt.
kde/knetwalk-20.12.2-x86_64-2.txz: Rebuilt.
kde/knewstuff-5.78.0-x86_64-3.txz: Rebuilt.
kde/knights-20.12.2-x86_64-2.txz: Rebuilt.
kde/knotes-20.12.2-x86_64-2.txz: Rebuilt.
kde/knotifications-5.78.0-x86_64-3.txz: Rebuilt.
kde/knotifyconfig-5.78.0-x86_64-3.txz: Rebuilt.
kde/kolf-20.12.2-x86_64-2.txz: Rebuilt.
kde/kollision-20.12.2-x86_64-2.txz: Rebuilt.
kde/kolourpaint-20.12.2-x86_64-2.txz: Rebuilt.
kde/kompare-20.12.2-x86_64-2.txz: Rebuilt.
kde/konqueror-20.12.2-x86_64-2.txz: Rebuilt.
kde/konquest-20.12.2-x86_64-2.txz: Rebuilt.
kde/konsole-20.12.2-x86_64-2.txz: Rebuilt.
kde/kontact-20.12.2-x86_64-2.txz: Rebuilt.
kde/kontactinterface-20.12.2-x86_64-2.txz: Rebuilt.
kde/kontrast-20.12.2-x86_64-2.txz: Rebuilt.
kde/konversation-20.12.2-x86_64-2.txz: Rebuilt.
kde/kopete-20.12.2-x86_64-2.txz: Rebuilt.
kde/korganizer-20.12.2-x86_64-2.txz: Rebuilt.
kde/kosmindoormap-20.12.2-x86_64-2.txz: Rebuilt.
kde/kpackage-5.78.0-x86_64-3.txz: Rebuilt.
kde/kparts-5.78.0-x86_64-3.txz: Rebuilt.
kde/kpat-20.12.2-x86_64-2.txz: Rebuilt.
kde/kpeople-5.78.0-x86_64-3.txz: Rebuilt.
kde/kpeoplevcard-0.1-x86_64-3.txz: Rebuilt.
kde/kpimtextedit-20.12.2-x86_64-2.txz: Rebuilt.
kde/kpkpass-20.12.2-x86_64-2.txz: Rebuilt.
kde/kplotting-5.78.0-x86_64-3.txz: Rebuilt.
kde/kpmcore-20.12.2-x86_64-2.txz: Rebuilt.
kde/kpty-5.78.0-x86_64-3.txz: Rebuilt.
kde/kpublictransport-20.12.2-x86_64-2.txz: Rebuilt.
kde/kqtquickcharts-20.12.2-x86_64-2.txz: Rebuilt.
kde/kquickcharts-5.78.0-x86_64-3.txz: Rebuilt.
kde/krdc-20.12.2-x86_64-2.txz: Rebuilt.
kde/krename-5.0.1-x86_64-3.txz: Rebuilt.
kde/kreversi-20.12.2-x86_64-2.txz: Rebuilt.
kde/krfb-20.12.2-x86_64-2.txz: Rebuilt.
kde/krita-4.4.2-x86_64-3.txz: Rebuilt.
kde/kross-5.78.0-x86_64-3.txz: Rebuilt.
kde/kross-interpreters-20.12.2-x86_64-2.txz: Rebuilt.
kde/kruler-20.12.2-x86_64-2.txz: Rebuilt.
kde/krunner-5.78.0-x86_64-3.txz: Rebuilt.
kde/krusader-2.7.2-x86_64-3.txz: Rebuilt.
kde/kscreen-5.20.5-x86_64-3.txz: Rebuilt.
kde/kscreenlocker-5.20.5-x86_64-3.txz: Rebuilt.
kde/kservice-5.78.0-x86_64-3.txz: Rebuilt.
kde/kshisen-20.12.2-x86_64-2.txz: Rebuilt.
kde/ksirk-20.12.2-x86_64-2.txz: Rebuilt.
kde/ksmtp-20.12.2-x86_64-2.txz: Rebuilt.
kde/ksnakeduel-20.12.2-x86_64-2.txz: Rebuilt.
kde/kspaceduel-20.12.2-x86_64-2.txz: Rebuilt.
kde/ksquares-20.12.2-x86_64-2.txz: Rebuilt.
kde/ksshaskpass-5.20.5-x86_64-3.txz: Rebuilt.
kde/kstars-3.5.1-x86_64-3.txz: Rebuilt.
kde/ksudoku-20.12.2-x86_64-2.txz: Rebuilt.
kde/ksysguard-5.20.5-x86_64-3.txz: Rebuilt.
kde/ksystemlog-20.12.2-x86_64-2.txz: Rebuilt.
kde/kteatime-20.12.2-x86_64-2.txz: Rebuilt.
kde/ktexteditor-5.78.0-x86_64-3.txz: Rebuilt.
kde/ktextwidgets-5.78.0-x86_64-3.txz: Rebuilt.
kde/ktimer-20.12.2-x86_64-2.txz: Rebuilt.
kde/ktimetracker-5.0.1-x86_64-3.txz: Rebuilt.
kde/ktnef-20.12.2-x86_64-2.txz: Rebuilt.
kde/ktorrent-20.12.2-x86_64-2.txz: Rebuilt.
kde/ktouch-20.12.2-x86_64-2.txz: Rebuilt.
kde/kturtle-20.12.2-x86_64-2.txz: Rebuilt.
kde/kubrick-20.12.2-x86_64-2.txz: Rebuilt.
kde/kunitconversion-5.78.0-x86_64-3.txz: Rebuilt.
kde/kwallet-5.78.0-x86_64-3.txz: Rebuilt.
kde/kwallet-pam-5.20.5-x86_64-3.txz: Rebuilt.
kde/kwalletmanager-20.12.2-x86_64-2.txz: Rebuilt.
kde/kwave-20.12.2-x86_64-2.txz: Rebuilt.
kde/kwayland-5.78.0-x86_64-3.txz: Rebuilt.
kde/kwayland-integration-5.20.5-x86_64-3.txz: Rebuilt.
kde/kwayland-server-5.20.5-x86_64-3.txz: Rebuilt.
kde/kwidgetsaddons-5.78.0-x86_64-3.txz: Rebuilt.
kde/kwin-5.20.5-x86_64-3.txz: Rebuilt.
kde/kwindowsystem-5.78.0-x86_64-3.txz: Rebuilt.
kde/kwordquiz-20.12.2-x86_64-2.txz: Rebuilt.
kde/kwrited-5.20.5-x86_64-3.txz: Rebuilt.
kde/kxmlgui-5.78.0-x86_64-3.txz: Rebuilt.
kde/kxmlrpcclient-5.78.0-x86_64-3.txz: Rebuilt.
kde/latte-dock-0.9.11-x86_64-3.txz: Rebuilt.
kde/libgravatar-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkcddb-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkcompactdisc-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkdcraw-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkdegames-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkdepim-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkeduvocdocument-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkexiv2-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkgapi-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkipi-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkleo-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkmahjongg-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkomparediff2-20.12.2-x86_64-2.txz: Rebuilt.
kde/libksane-20.12.2-x86_64-2.txz: Rebuilt.
kde/libkscreen-5.20.5-x86_64-3.txz: Rebuilt.
kde/libksieve-20.12.2-x86_64-2.txz: Rebuilt.
kde/libksysguard-5.20.5-x86_64-3.txz: Rebuilt.
kde/libktorrent-20.12.2-x86_64-2.txz: Rebuilt.
kde/lokalize-20.12.2-x86_64-2.txz: Rebuilt.
kde/lskat-20.12.2-x86_64-2.txz: Rebuilt.
kde/mailcommon-20.12.2-x86_64-2.txz: Rebuilt.
kde/mailimporter-20.12.2-x86_64-2.txz: Rebuilt.
kde/marble-20.12.2-x86_64-2.txz: Rebuilt.
kde/markdownpart-20.12.2-x86_64-2.txz: Rebuilt.
kde/mbox-importer-20.12.2-x86_64-2.txz: Rebuilt.
kde/messagelib-20.12.2-x86_64-2.txz: Rebuilt.
kde/milou-5.20.5-x86_64-3.txz: Rebuilt.
kde/minuet-20.12.2-x86_64-2.txz: Rebuilt.
kde/modemmanager-qt-5.78.0-x86_64-3.txz: Rebuilt.
kde/networkmanager-qt-5.78.0-x86_64-3.txz: Rebuilt.
kde/okteta-0.26.5-x86_64-2.txz: Rebuilt.
kde/okular-20.12.2-x86_64-2.txz: Rebuilt.
kde/oxygen-5.20.5-x86_64-3.txz: Rebuilt.
kde/oxygen-fonts-5.4.3-noarch-3.txz: Rebuilt.
kde/oxygen-gtk2-1.4.6-x86_64-3.txz: Rebuilt.
kde/oxygen-icons5-5.78.0-noarch-3.txz: Rebuilt.
kde/palapeli-20.12.2-x86_64-2.txz: Rebuilt.
kde/parley-20.12.2-x86_64-2.txz: Rebuilt.
kde/partitionmanager-20.12.2-x86_64-2.txz: Rebuilt.
kde/picmi-20.12.2-x86_64-2.txz: Rebuilt.
kde/pim-data-exporter-20.12.2-x86_64-2.txz: Rebuilt.
kde/pim-sieve-editor-20.12.2-x86_64-2.txz: Rebuilt.
kde/pimcommon-20.12.2-x86_64-2.txz: Rebuilt.
kde/plasma-browser-integration-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-desktop-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-disks-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-framework-5.78.0-x86_64-3.txz: Rebuilt.
kde/plasma-integration-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-nm-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-pa-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-sdk-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-vault-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-wayland-protocols-1.1.1-x86_64-3.txz: Rebuilt.
kde/plasma-workspace-5.20.5-x86_64-3.txz: Rebuilt.
kde/plasma-workspace-wallpapers-5.20.5-x86_64-3.txz: Rebuilt.
kde/polkit-kde-agent-1-5.20.5-x86_64-3.txz: Rebuilt.
kde/powerdevil-5.20.5-x86_64-3.txz: Rebuilt.
kde/poxml-20.12.2-x86_64-2.txz: Rebuilt.
kde/print-manager-20.12.2-x86_64-2.txz: Rebuilt.
kde/prison-5.78.0-x86_64-3.txz: Rebuilt.
kde/pulseaudio-qt-1.2-x86_64-3.txz: Rebuilt.
kde/purpose-5.78.0-x86_64-3.txz: Rebuilt.
kde/qqc2-desktop-style-5.78.0-x86_64-3.txz: Rebuilt.
kde/rocs-20.12.2-x86_64-2.txz: Rebuilt.
kde/sddm-0.19.0-x86_64-6.txz: Rebuilt.
kde/sddm-kcm-5.20.5-x86_64-3.txz: Rebuilt.
kde/skanlite-2.2.0-x86_64-3.txz: Rebuilt.
kde/solid-5.78.0-x86_64-3.txz: Rebuilt.
kde/sonnet-5.78.0-x86_64-3.txz: Rebuilt.
kde/spectacle-20.12.2-x86_64-2.txz: Rebuilt.
kde/step-20.12.2-x86_64-2.txz: Rebuilt.
kde/svgpart-20.12.2-x86_64-2.txz: Rebuilt.
kde/sweeper-20.12.2-x86_64-2.txz: Rebuilt.
kde/syndication-5.78.0-x86_64-3.txz: Rebuilt.
kde/syntax-highlighting-5.78.0-x86_64-3.txz: Rebuilt.
kde/systemsettings-5.20.5-x86_64-3.txz: Rebuilt.
kde/threadweaver-5.78.0-x86_64-3.txz: Rebuilt.
kde/umbrello-20.12.2-x86_64-2.txz: Rebuilt.
kde/wacomtablet-20201030_417d9d9-x86_64-3.txz: Rebuilt.
kde/xdg-desktop-portal-kde-5.20.5-x86_64-3.txz: Rebuilt.
kde/yakuake-20.12.2-x86_64-2.txz: Rebuilt.
kde/zeroconf-ioslave-20.12.2-x86_64-2.txz: Rebuilt.
l/GConf-3.2.6-x86_64-7.txz: Rebuilt.
l/LibRaw-0.20.2-x86_64-3.txz: Rebuilt.
l/M2Crypto-0.37.1-x86_64-3.txz: Rebuilt.
l/Mako-1.1.4-x86_64-3.txz: Rebuilt.
l/PyQt5-5.15.2-x86_64-3.txz: Rebuilt.
l/QScintilla-2.11.6-x86_64-3.txz: Rebuilt.
l/QtAV-20200910_2a470d2a-x86_64-3.txz: Rebuilt.
l/SDL2-2.0.14-x86_64-3.txz: Rebuilt.
l/SDL2_gfx-1.0.4-x86_64-3.txz: Rebuilt.
l/SDL2_image-2.0.5-x86_64-3.txz: Rebuilt.
l/SDL2_mixer-2.0.4-x86_64-4.txz: Rebuilt.
l/SDL2_net-2.0.1-x86_64-4.txz: Rebuilt.
l/SDL2_ttf-2.0.15-x86_64-3.txz: Rebuilt.
l/a52dec-0.7.4-x86_64-5.txz: Rebuilt.
l/aalib-1.4rc5-x86_64-8.txz: Rebuilt.
l/accountsservice-0.6.55-x86_64-4.txz: Rebuilt.
l/adwaita-icon-theme-3.38.0-noarch-3.txz: Rebuilt.
l/alsa-lib-1.2.4-x86_64-3.txz: Rebuilt.
l/alsa-oss-1.1.8-x86_64-3.txz: Rebuilt.
l/alsa-plugins-1.2.2-x86_64-3.txz: Rebuilt.
l/apr-1.7.0-x86_64-3.txz: Rebuilt.
l/apr-util-1.6.1-x86_64-10.txz: Rebuilt.
l/argon2-20190702-x86_64-5.txz: Rebuilt.
l/aspell-0.60.8-x86_64-3.txz: Rebuilt.
l/at-spi2-atk-2.38.0-x86_64-3.txz: Rebuilt.
l/at-spi2-core-2.38.0-x86_64-3.txz: Rebuilt.
l/atk-2.36.0-x86_64-3.txz: Rebuilt.
l/atkmm-2.28.1-x86_64-3.txz: Rebuilt.
l/audiofile-0.3.6-x86_64-4.txz: Rebuilt.
l/babl-0.1.84-x86_64-3.txz: Rebuilt.
l/boost-1.75.0-x86_64-3.txz: Rebuilt.
l/brotli-1.0.9-x86_64-5.txz: Rebuilt.
l/cairo-1.16.0-x86_64-3.txz: Rebuilt.
l/cairomm-1.12.2-x86_64-4.txz: Rebuilt.
l/cfitsio-3.49-x86_64-3.txz: Rebuilt.
l/chmlib-0.40-x86_64-5.txz: Rebuilt.
l/clucene-2.3.3.4-x86_64-5.txz: Rebuilt.
l/cryfs-0.10.2-x86_64-4.txz: Rebuilt.
l/cryptopp-8.2.0-x86_64-3.txz: Rebuilt.
l/db48-4.8.30-x86_64-6.txz: Rebuilt.
l/dbus-glib-0.110-x86_64-4.txz: Rebuilt.
l/dbus-python-1.2.16-x86_64-4.txz: Rebuilt.
l/dconf-0.38.0-x86_64-3.txz: Rebuilt.
l/dconf-editor-3.38.2-x86_64-3.txz: Rebuilt.
l/desktop-file-utils-0.26-x86_64-3.txz: Rebuilt.
l/djvulibre-3.5.28-x86_64-3.txz: Rebuilt.
l/dotconf-1.3-x86_64-3.txz: Rebuilt.
l/dvdauthor-0.7.2-x86_64-4.txz: Rebuilt.
l/ebook-tools-0.2.2-x86_64-7.txz: Rebuilt.
l/eigen2-2.0.17-x86_64-4.txz: Rebuilt.
l/eigen3-3.3.9-x86_64-3.txz: Rebuilt.
l/elfutils-0.183-x86_64-2.txz: Rebuilt.
l/enchant-1.6.1-x86_64-4.txz: Rebuilt.
l/esound-0.2.41-x86_64-5.txz: Rebuilt.
l/espeak-ng-1.50-x86_64-3.txz: Rebuilt.
l/exiv2-0.27.3-x86_64-3.txz: Rebuilt.
l/expat-2.2.10-x86_64-3.txz: Rebuilt.
l/farstream-0.2.9-x86_64-3.txz: Rebuilt.
l/ffmpeg-4.3.1-x86_64-3.txz: Rebuilt.
l/fftw-3.3.9-x86_64-3.txz: Rebuilt.
l/fluidsynth-1.1.11-x86_64-4.txz: Rebuilt.
l/freecell-solver-6.2.0-x86_64-3.txz: Rebuilt.
l/freetype-2.10.4-x86_64-3.txz: Rebuilt.
l/frei0r-plugins-1.7.0-x86_64-3.txz: Rebuilt.
l/fribidi-1.0.10-x86_64-3.txz: Rebuilt.
l/fuse-2.9.9-x86_64-3.txz: Rebuilt.
l/fuse3-3.10.2-x86_64-2.txz: Rebuilt.
l/gamin-0.1.10-x86_64-9.txz: Rebuilt.
l/gc-8.0.4-x86_64-3.txz: Rebuilt.
l/gcr-3.38.1-x86_64-3.txz: Rebuilt.
l/gd-2.3.1-x86_64-2.txz: Rebuilt.
l/gdbm-1.19-x86_64-3.txz: Rebuilt.
l/gdk-pixbuf2-2.42.2-x86_64-3.txz: Rebuilt.
l/gdk-pixbuf2-xlib-2.40.2-x86_64-3.txz: Rebuilt.
l/gegl-0.4.28-x86_64-4.txz: Rebuilt.
l/gexiv2-0.12.1-x86_64-3.txz: Rebuilt.
l/giflib-5.2.1-x86_64-4.txz: Rebuilt.
l/gjs-1.66.2-x86_64-3.txz: Rebuilt.
l/glade-3.38.2-x86_64-3.txz: Rebuilt.
l/glib-1.2.10-x86_64-9.txz: Rebuilt.
l/glib-networking-2.66.0-x86_64-3.txz: Rebuilt.
l/glib2-2.66.7-x86_64-2.txz: Rebuilt.
l/glibc-2.33-x86_64-1.txz: Upgraded.
l/glibc-i18n-2.33-x86_64-1.txz: Upgraded.
l/glibc-profile-2.33-x86_64-1.txz: Upgraded.
l/glibmm-2.64.5-x86_64-3.txz: Rebuilt.
l/gmime-3.2.7-x86_64-4.txz: Rebuilt.
l/gmm-5.4-noarch-3.txz: Rebuilt.
l/gmp-6.2.1-x86_64-3.txz: Rebuilt.
l/gnome-keyring-3.36.0-x86_64-4.txz: Rebuilt.
l/gnome-themes-extra-3.28-x86_64-3.txz: Rebuilt.
l/gnu-efi-3.0.12-x86_64-3.txz: Rebuilt.
l/gobject-introspection-1.66.1-x86_64-3.txz: Rebuilt.
l/grantlee-5.2.0-x86_64-3.txz: Rebuilt.
l/graphene-1.10.4-x86_64-2.txz: Rebuilt.
l/graphite2-1.3.14-x86_64-3.txz: Rebuilt.
l/gsettings-desktop-schemas-3.38.0-x86_64-3.txz: Rebuilt.
l/gsl-2.6-x86_64-3.txz: Rebuilt.
l/gst-plugins-base-1.18.3-x86_64-3.txz: Rebuilt.
l/gst-plugins-good-1.18.3-x86_64-3.txz: Rebuilt.
l/gst-plugins-libav-1.18.3-x86_64-3.txz: Rebuilt.
l/gstreamer-1.18.3-x86_64-3.txz: Rebuilt.
l/gtk+-1.2.10-x86_64-9.txz: Rebuilt.
l/gtk+2-2.24.33-x86_64-2.txz: Rebuilt.
l/gtk+3-3.24.24-x86_64-3.txz: Rebuilt.
l/gtkmm2-2.24.5-x86_64-4.txz: Rebuilt.
l/gtkmm3-3.24.3-x86_64-3.txz: Rebuilt.
l/gtksourceview3-3.24.11-x86_64-4.txz: Rebuilt.
l/gtkspell-2.0.16-x86_64-6.txz: Rebuilt.
l/gvfs-1.46.2-x86_64-3.txz: Rebuilt.
l/harfbuzz-2.7.4-x86_64-3.txz: Rebuilt.
l/hicolor-icon-theme-0.17-noarch-4.txz: Rebuilt.
l/hunspell-1.6.2-x86_64-5.txz: Rebuilt.
l/hyphen-2.8.8-x86_64-3.txz: Rebuilt.
l/icon-naming-utils-0.8.90-x86_64-5.txz: Rebuilt.
l/icu4c-68.2-x86_64-3.txz: Rebuilt.
l/id3lib-3.8.3-x86_64-4.txz: Rebuilt.
l/imagemagick-7.0.10_62-x86_64-2.txz: Rebuilt.
l/isl-0.23-x86_64-3.txz: Rebuilt.
l/iso-codes-4.5.0-noarch-3.txz: Rebuilt.
l/jansson-2.13.1-x86_64-3.txz: Rebuilt.
l/jasper-2.0.25-x86_64-2.txz: Rebuilt.
l/jemalloc-5.2.1-x86_64-3.txz: Rebuilt.
l/jmtpfs-0.5-x86_64-3.txz: Rebuilt.
l/json-c-0.15_20200726-x86_64-3.txz: Rebuilt.
l/json-glib-1.6.2-x86_64-2.txz: Rebuilt.
l/judy-1.0.5-x86_64-4.txz: Rebuilt.
l/kdsoap-1.10.0-x86_64-3.txz: Rebuilt.
l/keybinder3-3.0_0.3.2-x86_64-3.txz: Rebuilt.
l/keyutils-1.6.3-x86_64-3.txz: Rebuilt.
l/lame-3.100-x86_64-4.txz: Rebuilt.
l/lcms-1.19-x86_64-6.txz: Rebuilt.
l/lcms2-2.12-x86_64-2.txz: Rebuilt.
l/lensfun-0.3.95-x86_64-3.txz: Rebuilt.
l/libaio-0.3.112-x86_64-3.txz: Rebuilt.
l/libao-1.2.2-x86_64-4.txz: Rebuilt.
l/libappindicator-12.10.0-x86_64-3.txz: Rebuilt.
l/libarchive-3.5.1-x86_64-3.txz: Rebuilt.
l/libasyncns-0.8-x86_64-5.txz: Rebuilt.
l/libatasmart-0.19-x86_64-5.txz: Rebuilt.
l/libbluray-1.2.1-x86_64-3.txz: Rebuilt.
l/libburn-1.5.4-x86_64-2.txz: Rebuilt.
l/libcaca-0.99.beta19-x86_64-9.txz: Rebuilt.
l/libcanberra-0.30-x86_64-8.txz: Rebuilt.
l/libcap-2.48-x86_64-2.txz: Rebuilt.
l/libcap-ng-0.8.2-x86_64-3.txz: Rebuilt.
l/libcddb-1.3.2-x86_64-8.txz: Rebuilt.
l/libcdio-2.1.0-x86_64-3.txz: Rebuilt.
l/libcdio-paranoia-10.2+2.0.1-x86_64-3.txz: Rebuilt.
l/libclc-11.0.1-x86_64-3.txz: Rebuilt.
l/libcue-2.2.1-x86_64-3.txz: Rebuilt.
l/libdbusmenu-16.04.0-x86_64-3.txz: Rebuilt.
l/libdbusmenu-qt-0.9.3+16.04.20160218-x86_64-3.txz: Rebuilt.
l/libdiscid-0.6.2-x86_64-4.txz: Rebuilt.
l/libdmtx-0.7.5-x86_64-3.txz: Rebuilt.
l/libdvdnav-6.1.0-x86_64-4.txz: Rebuilt.
l/libdvdread-6.1.1-x86_64-3.txz: Rebuilt.
l/libedit-20191231_3.1-x86_64-3.txz: Rebuilt.
l/libevent-2.1.12-x86_64-3.txz: Rebuilt.
l/libexif-0.6.22-x86_64-3.txz: Rebuilt.
l/libfakekey-0.3-x86_64-4.txz: Rebuilt.
l/libffi-3.3-x86_64-3.txz: Rebuilt.
l/libglade-2.6.4-x86_64-8.txz: Rebuilt.
l/libgnome-keyring-3.12.0-x86_64-4.txz: Rebuilt.
l/libgphoto2-2.5.26-x86_64-3.txz: Rebuilt.
l/libgpod-0.8.3-x86_64-9.txz: Rebuilt.
l/libgsf-1.14.47-x86_64-3.txz: Rebuilt.
l/libgtop-2.40.0-x86_64-3.txz: Rebuilt.
l/libical-3.0.9-x86_64-3.txz: Rebuilt.
l/libid3tag-0.15.1b-x86_64-7.txz: Rebuilt.
l/libidl-0.8.14-x86_64-4.txz: Rebuilt.
l/libidn-1.36-x86_64-3.txz: Rebuilt.
l/libidn2-2.3.0-x86_64-3.txz: Rebuilt.
l/libieee1284-0.2.11-x86_64-6.txz: Rebuilt.
l/libimobiledevice-20200615_4791a82-x86_64-4.txz: Rebuilt.
l/libindicator-12.10.1-x86_64-3.txz: Rebuilt.
l/libiodbc-3.52.13-x86_64-3.txz: Rebuilt.
l/libjpeg-turbo-2.0.6-x86_64-3.txz: Rebuilt.
l/libkarma-0.1.2-x86_64-3.txz: Rebuilt.
l/libmad-0.15.1b-x86_64-6.txz: Rebuilt.
l/libmcrypt-2.5.8-x86_64-4.txz: Rebuilt.
l/libmng-2.0.3-x86_64-4.txz: Rebuilt.
l/libmpc-1.2.1-x86_64-3.txz: Rebuilt.
l/libmtp-1.1.18-x86_64-3.txz: Rebuilt.
l/libnice-0.1.18-x86_64-3.txz: Rebuilt.
l/libnih-1.0.3-x86_64-5.txz: Rebuilt.
l/libnjb-2.2.7-x86_64-4.txz: Rebuilt.
l/libnl-1.1.4-x86_64-5.txz: Rebuilt.
l/libnl3-3.5.0-x86_64-3.txz: Rebuilt.
l/libnotify-0.7.9-x86_64-3.txz: Rebuilt.
l/libnsl-1.3.0-x86_64-3.txz: Rebuilt.
l/libnss_nis-3.1-x86_64-3.txz: Rebuilt.
l/libodfgen-0.1.8-x86_64-3.txz: Rebuilt.
l/libogg-1.3.4-x86_64-3.txz: Rebuilt.
l/liboggz-1.1.1-x86_64-5.txz: Rebuilt.
l/liboil-0.3.17-x86_64-4.txz: Rebuilt.
l/libopusenc-0.2.1-x86_64-3.txz: Rebuilt.
l/libpcap-1.10.0-x86_64-2.txz: Rebuilt.
l/libplist-2.2.0-x86_64-3.txz: Rebuilt.
l/libpng-1.6.37-x86_64-3.txz: Rebuilt.
l/libproxy-0.4.17-x86_64-3.txz: Rebuilt.
l/libpsl-0.21.1-x86_64-4.txz: Rebuilt.
l/libqalculate-3.16.1-x86_64-3.txz: Rebuilt.
l/libraw1394-2.1.2-x86_64-4.txz: Rebuilt.
l/librevenge-0.0.4-x86_64-4.txz: Rebuilt.
l/librsvg-2.50.3-x86_64-2.txz: Rebuilt.
l/libsamplerate-0.2.1-x86_64-2.txz: Rebuilt.
l/libsass-3.6.4-x86_64-3.txz: Rebuilt.
l/libsecret-0.20.4-x86_64-3.txz: Rebuilt.
l/libsigc++-2.10.2-x86_64-3.txz: Rebuilt.
l/libsigsegv-2.13-x86_64-3.txz: Rebuilt.
l/libsndfile-1.0.31-x86_64-2.txz: Rebuilt.
l/libsodium-1.0.18-x86_64-3.txz: Rebuilt.
l/libsoup-2.72.0-x86_64-3.txz: Rebuilt.
l/libspectre-0.2.9-x86_64-4.txz: Rebuilt.
l/libssh-0.9.5-x86_64-3.txz: Rebuilt.
l/libssh2-1.9.0-x86_64-3.txz: Rebuilt.
l/libtasn1-4.16.0-x86_64-3.txz: Rebuilt.
l/libtheora-1.1.1-x86_64-4.txz: Rebuilt.
l/libtiff-4.2.0-x86_64-3.txz: Rebuilt.
l/libunistring-0.9.10-x86_64-3.txz: Rebuilt.
l/libunwind-1.5.0-x86_64-3.txz: Rebuilt.
l/libusb-1.0.24-x86_64-3.txz: Rebuilt.
l/libusb-compat-0.1.5-x86_64-5.txz: Rebuilt.
l/libusbmuxd-20200615_c7d7d1a-x86_64-3.txz: Rebuilt.
l/libuv-1.40.0-x86_64-3.txz: Rebuilt.
l/libvisio-0.1.7-x86_64-6.txz: Rebuilt.
l/libvisual-0.4.0-x86_64-6.txz: Rebuilt.
l/libvisual-plugins-0.4.0-x86_64-7.txz: Rebuilt.
l/libvncserver-0.9.13-x86_64-3.txz: Rebuilt.
l/libvorbis-1.3.7-x86_64-3.txz: Rebuilt.
l/libvpx-1.9.0-x86_64-3.txz: Rebuilt.
l/libwebp-1.2.0-x86_64-2.txz: Rebuilt.
l/libwmf-0.2.12-x86_64-3.txz: Rebuilt.
l/libwnck-2.31.0-x86_64-5.txz: Rebuilt.
l/libwnck3-3.36.0-x86_64-3.txz: Rebuilt.
l/libwpd-0.10.3-x86_64-3.txz: Rebuilt.
l/libwpg-0.3.3-x86_64-3.txz: Rebuilt.
l/libxkbcommon-1.0.3-x86_64-3.txz: Rebuilt.
l/libxklavier-5.4-x86_64-4.txz: Rebuilt.
l/libxml2-2.9.10-x86_64-5.txz: Rebuilt.
l/libxslt-1.1.34-x86_64-3.txz: Rebuilt.
l/libyaml-0.2.5-x86_64-3.txz: Rebuilt.
l/libzip-1.7.3-x86_64-3.txz: Rebuilt.
l/lmdb-0.9.28-x86_64-2.txz: Rebuilt.
l/loudmouth-1.5.4-x86_64-2.txz: Rebuilt.
l/lz4-1.9.3-x86_64-3.txz: Rebuilt.
l/lzo-2.10-x86_64-4.txz: Rebuilt.
l/media-player-info-24-noarch-3.txz: Rebuilt.
l/mhash-0.9.9.9-x86_64-6.txz: Rebuilt.
l/mlt-6.24.0-x86_64-4.txz: Rebuilt.
l/mm-1.4.2-x86_64-5.txz: Rebuilt.
l/mozilla-nss-3.61-x86_64-2.txz: Rebuilt.
l/mozjs78-78.7.1esr-x86_64-2.txz: Rebuilt.
l/mpfr-4.1.0-x86_64-3.txz: Rebuilt.
l/ncurses-6.2_20201219-x86_64-4.txz: Rebuilt.
l/neon-0.31.2-x86_64-3.txz: Rebuilt.
l/netpbm-10.93.00-x86_64-3.txz: Rebuilt.
l/newt-0.52.21-x86_64-5.txz: Rebuilt.
l/ocl-icd-2.2.14-x86_64-3.txz: Rebuilt.
l/oniguruma-6.9.6-x86_64-3.txz: Rebuilt.
l/openal-soft-1.21.1-x86_64-2.txz: Rebuilt.
l/opencv-4.5.1-x86_64-3.txz: Rebuilt.
l/openexr-2.5.5-x86_64-2.txz: Rebuilt.
l/openjpeg-2.4.0-x86_64-3.txz: Rebuilt.
l/opus-1.3.1-x86_64-3.txz: Rebuilt.
l/opusfile-0.12-x86_64-3.txz: Rebuilt.
l/orc-0.4.32-x86_64-3.txz: Rebuilt.
l/pango-1.48.2-x86_64-2.txz: Rebuilt.
l/pangomm-2.42.2-x86_64-3.txz: Rebuilt.
l/parted-3.4-x86_64-2.txz: Rebuilt.
l/pcaudiolib-1.1-x86_64-3.txz: Rebuilt.
l/pcre-8.44-x86_64-3.txz: Rebuilt.
l/pcre2-10.36-x86_64-3.txz: Rebuilt.
l/phonon-4.11.1-x86_64-3.txz: Rebuilt.
l/phonon-backend-gstreamer-4.10.0-x86_64-3.txz: Rebuilt.
l/pilot-link-0.12.5-x86_64-16.txz: Rebuilt.
l/pipewire-0.3.21-x86_64-2.txz: Rebuilt.
l/polkit-0.118-x86_64-5.txz: Rebuilt.
l/polkit-gnome-0.105-x86_64-4.txz: Rebuilt.
l/polkit-qt-1-0.113.0-x86_64-3.txz: Rebuilt.
l/poppler-21.02.0-x86_64-2.txz: Rebuilt.
l/poppler-data-0.4.10-noarch-3.txz: Rebuilt.
l/popt-1.18-x86_64-3.txz: Rebuilt.
l/pulseaudio-14.2-x86_64-3.txz: Rebuilt.
l/pycairo-1.20.0-x86_64-4.txz: Rebuilt.
l/pycups-2.0.1-x86_64-4.txz: Rebuilt.
l/pycurl-7.43.0.6-x86_64-4.txz: Rebuilt.
l/pygobject-2.28.7-x86_64-8.txz: Rebuilt.
l/pygobject3-3.38.0-x86_64-3.txz: Rebuilt.
l/pygtk-2.24.0-x86_64-7.txz: Rebuilt.
l/pyparsing-2.4.7-x86_64-4.txz: Rebuilt.
l/python-appdirs-1.4.4-x86_64-4.txz: Rebuilt.
l/python-certifi-2020.12.5-x86_64-3.txz: Rebuilt.
l/python-chardet-4.0.0-x86_64-3.txz: Rebuilt.
l/python-distro-1.5.0-x86_64-4.txz: Rebuilt.
l/python-docutils-0.16-x86_64-6.txz: Rebuilt.
l/python-future-0.18.2-x86_64-5.txz: Rebuilt.
l/python-idna-3.1-x86_64-3.txz: Rebuilt.
l/python-notify2-0.3.1-x86_64-8.txz: Rebuilt.
l/python-packaging-20.9-x86_64-2.txz: Rebuilt.
l/python-pillow-8.1.0-x86_64-3.txz: Rebuilt.
l/python-ply-3.11-x86_64-6.txz: Rebuilt.
l/python-pygments-2.7.4-x86_64-3.txz: Rebuilt.
l/python-pysol_cards-0.10.1-x86_64-3.txz: Rebuilt.
l/python-random2-1.0.1-x86_64-3.txz: Rebuilt.
l/python-requests-2.25.1-x86_64-3.txz: Rebuilt.
l/python-sane-2.9.1-x86_64-3.txz: Rebuilt.
l/python-six-1.15.0-x86_64-4.txz: Rebuilt.
l/python-urllib3-1.26.3-x86_64-2.txz: Rebuilt.
l/python2-module-collection-2.7.18-x86_64-3.txz: Rebuilt.
l/qca-2.3.2-x86_64-2.txz: Rebuilt.
l/qrencode-4.1.1-x86_64-3.txz: Rebuilt.
l/qt5-5.15.2-x86_64-4.txz: Rebuilt.
l/qt5-webkit-5.212.0_alpha4-x86_64-6.txz: Rebuilt.
l/qtkeychain-0.12.0-x86_64-3.txz: Rebuilt.
l/quazip-1.1-x86_64-3.txz: Rebuilt.
l/readline-8.1.000-x86_64-3.txz: Rebuilt.
l/rpcsvc-proto-1.4.2-x86_64-3.txz: Rebuilt.
l/rttr-0.9.6-x86_64-4.txz: Rebuilt.
l/sbc-1.5-x86_64-3.txz: Rebuilt.
l/sdl-1.2.15-x86_64-11.txz: Rebuilt.
l/serf-1.3.9-x86_64-6.txz: Rebuilt.
l/sg3_utils-1.45-x86_64-3.txz: Rebuilt.
l/shared-desktop-ontologies-0.11.0-x86_64-4.txz: Rebuilt.
l/shared-mime-info-2.1-x86_64-3.txz: Rebuilt.
l/sip-4.19.23-x86_64-4.txz: Rebuilt.
l/slang-2.3.2-x86_64-5.txz: Rebuilt.
l/slang1-1.4.9-x86_64-4.txz: Rebuilt.
l/sound-theme-freedesktop-0.8-noarch-4.txz: Rebuilt.
l/speech-dispatcher-0.10.2-x86_64-3.txz: Rebuilt.
l/speex-1.2.0-x86_64-4.txz: Rebuilt.
l/speexdsp-1.2.0-x86_64-3.txz: Rebuilt.
l/startup-notification-0.12-x86_64-5.txz: Rebuilt.
l/svgalib-1.9.25-x86_64-6.txz: Rebuilt.
l/system-config-printer-1.5.15-x86_64-3.txz: Rebuilt.
l/t1lib-5.1.2-x86_64-6.txz: Rebuilt.
l/taglib-1.11.1-x86_64-5.txz: Rebuilt.
l/taglib-extras-1.0.1-x86_64-4.txz: Rebuilt.
l/talloc-2.3.2-x86_64-2.txz: Rebuilt.
l/tango-icon-theme-0.8.90-noarch-6.txz: Rebuilt.
l/tango-icon-theme-extras-0.1.0-noarch-4.txz: Rebuilt.
l/tdb-1.4.3-x86_64-6.txz: Rebuilt.
l/tevent-0.10.2-x86_64-6.txz: Rebuilt.
l/tidy-html5-5.6.0-x86_64-3.txz: Rebuilt.
l/utf8proc-2.6.1-x86_64-3.txz: Rebuilt.
l/v4l-utils-1.20.0-x86_64-3.txz: Rebuilt.
l/vid.stab-20200916_e851e7b-x86_64-3.txz: Rebuilt.
l/vte-0.62.2-x86_64-2.txz: Rebuilt.
l/wavpack-5.4.0-x86_64-3.txz: Rebuilt.
l/woff2-20180531_a0d0ed7-x86_64-3.txz: Rebuilt.
l/xapian-core-1.4.18-x86_64-3.txz: Rebuilt.
l/xxHash-0.8.0-x86_64-3.txz: Rebuilt.
l/zlib-1.2.11-x86_64-4.txz: Rebuilt.
l/zstd-1.4.8-x86_64-3.txz: Rebuilt.
n/ModemManager-1.14.10-x86_64-3.txz: Rebuilt.
n/NetworkManager-1.28.0-x86_64-5.txz: Rebuilt.
n/alpine-2.24-x86_64-3.txz: Rebuilt.
n/autofs-5.1.7-x86_64-2.txz: Rebuilt.
n/biff+comsat-0.17-x86_64-4.txz: Rebuilt.
n/bind-9.16.11-x86_64-2.txz: Rebuilt.
n/bluez-5.55-x86_64-4.txz: Rebuilt.
n/bluez-firmware-1.2-x86_64-4.txz: Rebuilt.
n/bootp-2.4.3-x86_64-5.txz: Rebuilt.
n/bridge-utils-1.7-x86_64-3.txz: Rebuilt.
n/bsd-finger-0.17-x86_64-5.txz: Rebuilt.
n/ca-certificates-20201219-noarch-3.txz: Rebuilt.
n/cifs-utils-6.12-x86_64-3.txz: Rebuilt.
n/conntrack-tools-1.4.6-x86_64-3.txz: Rebuilt.
n/crda-4.14-x86_64-3.txz: Rebuilt.
n/curl-7.75.0-x86_64-2.txz: Rebuilt.
n/cyrus-sasl-2.1.27-x86_64-7.txz: Rebuilt.
n/dehydrated-0.7.0-noarch-3.txz: Rebuilt.
n/dhcp-4.4.2-x86_64-3.txz: Rebuilt.
n/dhcpcd-8.1.9-x86_64-3.txz: Rebuilt.
n/dnsmasq-2.84-x86_64-2.txz: Rebuilt.
n/dovecot-2.3.13-x86_64-3.txz: Rebuilt.
n/ebtables-2.0.11-x86_64-3.txz: Rebuilt.
n/elm-2.5.8-x86_64-7.txz: Rebuilt.
n/epic5-2.1.2-x86_64-7.txz: Rebuilt.
n/ethtool-5.10-x86_64-3.txz: Rebuilt.
n/fetchmail-6.4.16-x86_64-2.txz: Rebuilt.
n/getmail-6.14-x86_64-3.txz: Rebuilt.
n/gnupg-1.4.23-x86_64-4.txz: Rebuilt.
n/gnupg2-2.2.27-x86_64-3.txz: Rebuilt.
n/gnutls-3.6.15-x86_64-3.txz: Rebuilt.
n/gpa-0.10.0-x86_64-3.txz: Rebuilt.
n/gpgme-1.15.1-x86_64-3.txz: Rebuilt.
n/htdig-3.2.0b6-x86_64-8.txz: Rebuilt.
n/httpd-2.4.46-x86_64-3.txz: Rebuilt.
n/icmpinfo-1.11-x86_64-5.txz: Rebuilt.
n/iftop-1.0pre4-x86_64-4.txz: Rebuilt.
n/inetd-1.79s-x86_64-14.txz: Rebuilt.
n/iproute2-5.10.0-x86_64-3.txz: Rebuilt.
n/ipset-7.10-x86_64-3.txz: Rebuilt.
n/iptables-1.8.7-x86_64-3.txz: Rebuilt.
n/iptraf-ng-1.2.1-x86_64-3.txz: Rebuilt.
n/iputils-20210202-x86_64-2.txz: Rebuilt.
n/ipw2100-fw-1.3-fw-3.txz: Rebuilt.
n/ipw2200-fw-3.1-fw-3.txz: Rebuilt.
n/irssi-1.2.2-x86_64-6.txz: Rebuilt.
n/iw-5.9-x86_64-3.txz: Rebuilt.
n/krb5-1.19-x86_64-2.txz: Rebuilt.
n/lftp-4.9.2-x86_64-3.txz: Rebuilt.
n/libassuan-2.5.4-x86_64-3.txz: Rebuilt.
n/libgcrypt-1.9.1-x86_64-2.txz: Rebuilt.
n/libgpg-error-1.41-x86_64-3.txz: Rebuilt.
n/libksba-1.5.0-x86_64-3.txz: Rebuilt.
n/libmbim-1.24.6-x86_64-2.txz: Rebuilt.
n/libmilter-8.16.1-x86_64-3.txz: Rebuilt.
n/libmnl-1.0.4-x86_64-5.txz: Rebuilt.
n/libndp-1.7-x86_64-3.txz: Rebuilt.
n/libnetfilter_acct-1.0.3-x86_64-4.txz: Rebuilt.
n/libnetfilter_conntrack-1.0.8-x86_64-3.txz: Rebuilt.
n/libnetfilter_cthelper-1.0.0-x86_64-4.txz: Rebuilt.
n/libnetfilter_cttimeout-1.0.0-x86_64-4.txz: Rebuilt.
n/libnetfilter_log-1.0.1-x86_64-4.txz: Rebuilt.
n/libnetfilter_queue-1.0.5-x86_64-3.txz: Rebuilt.
n/libnfnetlink-1.0.1-x86_64-4.txz: Rebuilt.
n/libnftnl-1.1.9-x86_64-3.txz: Rebuilt.
n/libqmi-1.26.8-x86_64-3.txz: Rebuilt.
n/libtirpc-1.3.1-x86_64-3.txz: Rebuilt.
n/links-2.21-x86_64-3.txz: Rebuilt.
n/lynx-2.8.9rel.1-x86_64-3.txz: Rebuilt.
n/mcabber-1.1.2-x86_64-3.txz: Rebuilt.
n/metamail-2.7-x86_64-9.txz: Rebuilt.
n/mobile-broadband-provider-info-20201225-x86_64-3.txz: Rebuilt.
n/mtr-0.94-x86_64-3.txz: Rebuilt.
n/mutt-2.0.5-x86_64-2.txz: Rebuilt.
n/nc-1.10-x86_64-4.txz: Rebuilt.
n/ncftp-3.2.6-x86_64-4.txz: Rebuilt.
n/net-snmp-5.9-x86_64-5.txz: Rebuilt.
n/net-tools-20181103_0eebece-x86_64-3.txz: Rebuilt.
n/netatalk-3.1.12-x86_64-7.txz: Rebuilt.
n/netdate-bsd4-x86_64-4.txz: Rebuilt.
n/netkit-bootparamd-0.17-x86_64-6.txz: Rebuilt.
n/netkit-ftp-0.17-x86_64-7.txz: Rebuilt.
n/netkit-ntalk-0.17-x86_64-7.txz: Rebuilt.
n/netkit-routed-0.17-x86_64-4.txz: Rebuilt.
n/netkit-rsh-0.17-x86_64-5.txz: Rebuilt.
n/netkit-rusers-0.17-x86_64-5.txz: Rebuilt.
n/netkit-rwall-0.17-x86_64-5.txz: Rebuilt.
n/netkit-rwho-0.17-x86_64-5.txz: Rebuilt.
n/netkit-timed-0.17-x86_64-4.txz: Rebuilt.
n/netpipes-4.2-x86_64-4.txz: Rebuilt.
n/nettle-3.7-x86_64-3.txz: Rebuilt.
n/netwatch-1.3.1_2-x86_64-5.txz: Rebuilt.
n/network-scripts-15.0-noarch-11.txz: Rebuilt.
n/netwrite-0.17-x86_64-4.txz: Rebuilt.
n/newspost-2.1.1-x86_64-4.txz: Rebuilt.
n/nfacct-1.0.2-x86_64-4.txz: Rebuilt.
n/nfs-utils-2.5.2-x86_64-4.txz: Rebuilt.
n/nftables-0.9.8-x86_64-3.txz: Rebuilt.
n/nghttp2-1.43.0-x86_64-2.txz: Rebuilt.
n/nmap-7.91-x86_64-3.txz: Rebuilt.
n/nn-6.7.3-x86_64-8.txz: Rebuilt.
n/npth-1.6-x86_64-3.txz: Rebuilt.
n/nss-pam-ldapd-0.9.11-x86_64-3.txz: Rebuilt.
n/ntp-4.2.8p15-x86_64-6.txz: Rebuilt.
n/obexftp-0.24.2-x86_64-8.txz: Rebuilt.
n/openldap-2.4.57-x86_64-2.txz: Rebuilt.
n/openobex-1.7.2-x86_64-5.txz: Rebuilt.
n/openssh-8.4p1-x86_64-5.txz: Rebuilt.
n/openssl-1.1.1i-x86_64-3.txz: Rebuilt.
n/openvpn-2.5.0-x86_64-3.txz: Rebuilt.
n/p11-kit-0.23.22-x86_64-3.txz: Rebuilt.
n/pam-krb5-4.9-x86_64-4.txz: Rebuilt.
n/php-7.4.15-x86_64-2.txz: Rebuilt.
n/pidentd-3.0.19-x86_64-6.txz: Rebuilt.
n/pinentry-1.1.1-x86_64-2.txz: Rebuilt.
n/popa3d-1.0.3-x86_64-6.txz: Rebuilt.
n/postfix-3.5.9-x86_64-3.txz: Rebuilt.
n/ppp-2.4.9-x86_64-2.txz: Rebuilt.
n/procmail-3.22-x86_64-6.txz: Rebuilt.
n/proftpd-1.3.7a-x86_64-4.txz: Rebuilt.
n/pssh-2.3.4-x86_64-4.txz: Rebuilt.
n/rdist-6.1.5-x86_64-5.txz: Rebuilt.
n/rp-pppoe-3.14-x86_64-4.txz: Rebuilt.
n/rpcbind-1.2.5-x86_64-5.txz: Rebuilt.
n/rsync-3.2.3-x86_64-3.txz: Rebuilt.
n/s-nail-14.9.21-x86_64-2.txz: Rebuilt.
n/samba-4.13.4-x86_64-3.txz: Rebuilt.
n/slrn-1.0.3a-x86_64-3.txz: Rebuilt.
n/snownews-1.6.10-x86_64-3.txz: Rebuilt.
n/socat-1.7.4.1-x86_64-3.txz: Rebuilt.
n/sshfs-3.7.1-x86_64-3.txz: Rebuilt.
n/stunnel-5.57-x86_64-4.txz: Rebuilt.
n/tcp_wrappers-7.6-x86_64-6.txz: Rebuilt.
n/tcpdump-4.99.0-x86_64-2.txz: Rebuilt.
n/telnet-0.17-x86_64-6.txz: Rebuilt.
n/tftp-hpa-5.2-x86_64-8.txz: Rebuilt.
n/tin-2.4.5-x86_64-2.txz: Rebuilt.
n/traceroute-2.1.0-x86_64-4.txz: Rebuilt.
n/ulogd-2.0.7-x86_64-4.txz: Rebuilt.
n/uucp-1.07-x86_64-5.txz: Rebuilt.
n/vlan-1.9-x86_64-5.txz: Rebuilt.
n/vsftpd-3.0.3-x86_64-9.txz: Rebuilt.
n/wget-1.21.1-x86_64-3.txz: Rebuilt.
n/whois-5.5.7-x86_64-3.txz: Rebuilt.
n/wireless_tools-30.pre9-x86_64-3.txz: Rebuilt.
n/wpa_supplicant-2.9-x86_64-6.txz: Rebuilt.
n/yptools-4.2.3-x86_64-3.txz: Rebuilt.
n/ytalk-3.3.0-x86_64-6.txz: Rebuilt.
n/zd1211-firmware-1.5-fw-4.txz: Rebuilt.
t/fig2dev-3.2.8-x86_64-3.txz: Rebuilt.
t/texlive-2020.200608-x86_64-4.txz: Rebuilt.
t/xfig-3.2.8-x86_64-3.txz: Rebuilt.
tcl/expect-5.45.4-x86_64-4.txz: Rebuilt.
tcl/hfsutils-3.2.6-x86_64-8.txz: Rebuilt.
tcl/tcl-8.6.11-x86_64-3.txz: Rebuilt.
tcl/tclx-8.4.4-x86_64-3.txz: Rebuilt.
tcl/tix-8.4.3-x86_64-6.txz: Rebuilt.
tcl/tk-8.6.11.1-x86_64-3.txz: Rebuilt.
x/OpenCC-1.1.1-x86_64-3.txz: Rebuilt.
x/anthy-9100h-x86_64-4.txz: Rebuilt.
x/appres-1.0.5-x86_64-4.txz: Rebuilt.
x/bdftopcf-1.1-x86_64-4.txz: Rebuilt.
x/beforelight-1.0.5-x86_64-5.txz: Rebuilt.
x/bitmap-1.0.9-x86_64-3.txz: Rebuilt.
x/cldr-emoji-annotation-37.0_13.0_0_2-noarch-3.txz: Rebuilt.
x/compiz-0.8.18-x86_64-3.txz: Rebuilt.
x/dejavu-fonts-ttf-2.37-noarch-6.txz: Rebuilt.
x/editres-1.0.7-x86_64-4.txz: Rebuilt.
x/encodings-1.0.5-noarch-3.txz: Rebuilt.
x/fcitx-4.2.9.8-x86_64-3.txz: Rebuilt.
x/fcitx-anthy-0.2.3-x86_64-3.txz: Rebuilt.
x/fcitx-configtool-0.4.10-x86_64-3.txz: Rebuilt.
x/fcitx-hangul-0.3.1-x86_64-3.txz: Rebuilt.
x/fcitx-kkc-0.1.4-x86_64-3.txz: Rebuilt.
x/fcitx-libpinyin-0.5.4-x86_64-2.txz: Rebuilt.
x/fcitx-m17n-0.2.4-x86_64-3.txz: Rebuilt.
x/fcitx-qt5-1.2.5-x86_64-3.txz: Rebuilt.
x/fcitx-sayura-0.1.2-x86_64-3.txz: Rebuilt.
x/fcitx-table-extra-0.3.8-x86_64-3.txz: Rebuilt.
x/fcitx-table-other-0.2.4-x86_64-3.txz: Rebuilt.
x/fcitx-unikey-0.2.7-x86_64-3.txz: Rebuilt.
x/font-adobe-100dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-adobe-75dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-adobe-utopia-100dpi-1.0.4-noarch-5.txz: Rebuilt.
x/font-adobe-utopia-75dpi-1.0.4-noarch-5.txz: Rebuilt.
x/font-adobe-utopia-type1-1.0.4-noarch-5.txz: Rebuilt.
x/font-alias-1.0.4-noarch-3.txz: Rebuilt.
x/font-arabic-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-bh-100dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-bh-75dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-bh-lucidatypewriter-100dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-bh-lucidatypewriter-75dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-bh-ttf-1.0.3-noarch-5.txz: Rebuilt.
x/font-bh-type1-1.0.3-noarch-5.txz: Rebuilt.
x/font-bitstream-100dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-bitstream-75dpi-1.0.3-noarch-5.txz: Rebuilt.
x/font-bitstream-speedo-1.0.2-noarch-5.txz: Rebuilt.
x/font-bitstream-type1-1.0.3-noarch-5.txz: Rebuilt.
x/font-cronyx-cyrillic-1.0.3-noarch-5.txz: Rebuilt.
x/font-cursor-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-daewoo-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-dec-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-ibm-type1-1.0.3-noarch-5.txz: Rebuilt.
x/font-isas-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-jis-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-micro-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-misc-cyrillic-1.0.3-noarch-5.txz: Rebuilt.
x/font-misc-ethiopic-1.0.4-noarch-3.txz: Rebuilt.
x/font-misc-meltho-1.0.3-noarch-5.txz: Rebuilt.
x/font-misc-misc-1.1.2-noarch-5.txz: Rebuilt.
x/font-mutt-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-schumacher-misc-1.1.2-noarch-5.txz: Rebuilt.
x/font-screen-cyrillic-1.0.4-noarch-5.txz: Rebuilt.
x/font-sony-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-sun-misc-1.0.3-noarch-5.txz: Rebuilt.
x/font-util-1.3.2-x86_64-3.txz: Rebuilt.
x/font-winitzki-cyrillic-1.0.3-noarch-5.txz: Rebuilt.
x/font-xfree86-type1-1.0.4-noarch-5.txz: Rebuilt.
x/fontconfig-2.13.92-x86_64-3.txz: Rebuilt.
x/fonttosfnt-1.2.1-x86_64-3.txz: Rebuilt.
x/freeglut-3.2.1-x86_64-3.txz: Rebuilt.
x/fslsfonts-1.0.5-x86_64-5.txz: Rebuilt.
x/fstobdf-1.0.6-x86_64-5.txz: Rebuilt.
x/gccmakedep-1.0.3-noarch-4.txz: Rebuilt.
x/glew-2.2.0-x86_64-3.txz: Rebuilt.
x/glu-9.0.1-x86_64-3.txz: Rebuilt.
x/hack-fonts-ttf-3.003-noarch-3.txz: Rebuilt.
x/ibus-1.5.23-x86_64-3.txz: Rebuilt.
x/ibus-anthy-1.5.11-x86_64-3.txz: Rebuilt.
x/ibus-hangul-1.5.4-x86_64-3.txz: Rebuilt.
x/ibus-kkc-1.5.22-x86_64-3.txz: Rebuilt.
x/ibus-libpinyin-1.12.0-x86_64-2.txz: Rebuilt.
x/ibus-m17n-1.4.4-x86_64-2.txz: Rebuilt.
x/ibus-table-1.12.4-x86_64-2.txz: Rebuilt.
x/ibus-unikey-0.6.1-x86_64-3.txz: Rebuilt.
x/iceauth-1.0.8-x86_64-4.txz: Rebuilt.
x/ico-1.0.5-x86_64-4.txz: Rebuilt.
x/igt-gpu-tools-1.25-x86_64-3.txz: Rebuilt.
x/imake-1.0.8-x86_64-3.txz: Rebuilt.
x/intel-vaapi-driver-2.4.1-x86_64-3.txz: Rebuilt.
x/libFS-1.0.8-x86_64-3.txz: Rebuilt.
x/libICE-1.0.10-x86_64-3.txz: Rebuilt.
x/libSM-1.2.3-x86_64-3.txz: Rebuilt.
x/libX11-1.7.0-x86_64-3.txz: Rebuilt.
x/libXScrnSaver-1.2.3-x86_64-3.txz: Rebuilt.
x/libXau-1.0.9-x86_64-3.txz: Rebuilt.
x/libXaw-1.0.13-x86_64-4.txz: Rebuilt.
x/libXaw3d-1.6.3-x86_64-3.txz: Rebuilt.
x/libXaw3dXft-1.6.2h-x86_64-3.txz: Rebuilt.
x/libXcm-0.5.4-x86_64-3.txz: Rebuilt.
x/libXcomposite-0.4.5-x86_64-3.txz: Rebuilt.
x/libXcursor-1.2.0-x86_64-3.txz: Rebuilt.
x/libXdamage-1.1.5-x86_64-3.txz: Rebuilt.
x/libXdmcp-1.1.3-x86_64-3.txz: Rebuilt.
x/libXevie-1.0.3-x86_64-5.txz: Rebuilt.
x/libXext-1.3.4-x86_64-3.txz: Rebuilt.
x/libXfixes-5.0.3-x86_64-4.txz: Rebuilt.
x/libXfont2-2.0.4-x86_64-3.txz: Rebuilt.
x/libXfontcache-1.0.5-x86_64-5.txz: Rebuilt.
x/libXft-2.3.3-x86_64-3.txz: Rebuilt.
x/libXi-1.7.10-x86_64-3.txz: Rebuilt.
x/libXinerama-1.1.4-x86_64-3.txz: Rebuilt.
x/libXmu-1.1.3-x86_64-3.txz: Rebuilt.
x/libXp-1.0.3-x86_64-5.txz: Rebuilt.
x/libXpm-3.5.13-x86_64-3.txz: Rebuilt.
x/libXpresent-1.0.0-x86_64-4.txz: Rebuilt.
x/libXrandr-1.5.2-x86_64-3.txz: Rebuilt.
x/libXrender-0.9.10-x86_64-4.txz: Rebuilt.
x/libXres-1.2.0-x86_64-4.txz: Rebuilt.
x/libXt-1.2.1-x86_64-2.txz: Rebuilt.
x/libXtst-1.2.3-x86_64-4.txz: Rebuilt.
x/libXv-1.0.11-x86_64-4.txz: Rebuilt.
x/libXvMC-1.0.12-x86_64-5.txz: Rebuilt.
x/libXxf86dga-1.1.5-x86_64-3.txz: Rebuilt.
x/libXxf86misc-1.0.4-x86_64-3.txz: Rebuilt.
x/libXxf86vm-1.1.4-x86_64-5.txz: Rebuilt.
x/libdmx-1.1.4-x86_64-3.txz: Rebuilt.
x/libdrm-2.4.104-x86_64-3.txz: Rebuilt.
x/libepoxy-1.5.5-x86_64-3.txz: Rebuilt.
x/liberation-fonts-ttf-2.1.2-noarch-3.txz: Rebuilt.
x/libevdev-1.11.0-x86_64-2.txz: Rebuilt.
x/libfontenc-1.1.4-x86_64-3.txz: Rebuilt.
x/libgee-0.20.3-x86_64-3.txz: Rebuilt.
x/libglvnd-1.3.2-x86_64-3.txz: Rebuilt.
x/libhangul-0.1.0-x86_64-4.txz: Rebuilt.
x/libinput-1.16.4-x86_64-3.txz: Rebuilt.
x/libkkc-0.3.5-x86_64-3.txz: Rebuilt.
x/libkkc-data-0.2.7-x86_64-3.txz: Rebuilt.
x/libmypaint-1.6.1-x86_64-4.txz: Rebuilt.
x/libpciaccess-0.16-x86_64-3.txz: Rebuilt.
x/libpinyin-2.6.0-x86_64-2.txz: Rebuilt.
x/libpthread-stubs-0.4-x86_64-5.txz: Rebuilt.
x/libva-2.10.0-x86_64-3.txz: Rebuilt.
x/libva-utils-2.10.0-x86_64-3.txz: Rebuilt.
x/libvdpau-1.4-x86_64-3.txz: Rebuilt.
x/libwacom-1.8-x86_64-2.txz: Rebuilt.
x/libxcb-1.14-x86_64-3.txz: Rebuilt.
x/libxkbfile-1.1.0-x86_64-3.txz: Rebuilt.
x/libxshmfence-1.3-x86_64-4.txz: Rebuilt.
x/listres-1.0.4-x86_64-4.txz: Rebuilt.
x/lndir-1.0.3-x86_64-5.txz: Rebuilt.
x/luit-1.1.1-x86_64-5.txz: Rebuilt.
x/m17n-lib-1.8.0-x86_64-4.txz: Rebuilt.
x/makedepend-1.0.6-x86_64-3.txz: Rebuilt.
x/marisa-0.2.6-x86_64-4.txz: Rebuilt.
x/mesa-20.3.4-x86_64-2.txz: Rebuilt.
x/mkcomposecache-1.2.1-x86_64-5.txz: Rebuilt.
x/mkfontscale-1.2.1-x86_64-4.txz: Rebuilt.
x/motif-2.3.8-x86_64-5.txz: Rebuilt.
x/mtdev-1.1.6-x86_64-3.txz: Rebuilt.
x/mypaint-brushes-1.3.0-noarch-3.txz: Rebuilt.
x/noto-cjk-fonts-ttf-2.001-noarch-3.txz: Rebuilt.
x/noto-fonts-ttf-20171024-noarch-3.txz: Rebuilt.
x/oclock-1.0.4-x86_64-4.txz: Rebuilt.
x/pixman-0.40.0-x86_64-3.txz: Rebuilt.
x/pyxdg-0.27-x86_64-4.txz: Rebuilt.
x/rendercheck-1.5-x86_64-4.txz: Rebuilt.
x/rgb-1.0.6-x86_64-5.txz: Rebuilt.
x/sazanami-fonts-ttf-20040629-noarch-5.txz: Rebuilt.
x/sessreg-1.1.2-x86_64-3.txz: Rebuilt.
x/setxkbmap-1.3.2-x86_64-3.txz: Rebuilt.
x/showfont-1.0.5-x86_64-5.txz: Rebuilt.
x/sinhala_lklug-font-ttf-20060929-noarch-5.txz: Rebuilt.
x/skkdic-20200128-noarch-3.txz: Rebuilt.
x/smproxy-1.0.6-x86_64-4.txz: Rebuilt.
x/tibmachuni-font-ttf-1.901b-noarch-5.txz: Rebuilt.
x/transset-1.0.2-x86_64-4.txz: Rebuilt.
x/ttf-indic-fonts-0.5.14-noarch-5.txz: Rebuilt.
x/ttf-tlwg-0.7.2-noarch-3.txz: Rebuilt.
x/twm-1.0.11-x86_64-3.txz: Rebuilt.
x/urw-core35-fonts-otf-20170801_91edd6e_git-noarch-4.txz: Rebuilt.
x/util-macros-1.19.3-noarch-2.txz: Rebuilt.
x/viewres-1.0.6-x86_64-3.txz: Rebuilt.
x/vulkan-sdk-1.2.141.0-x86_64-4.txz: Rebuilt.
x/wayland-1.19.0-x86_64-2.txz: Rebuilt.
x/wayland-protocols-1.20-noarch-3.txz: Rebuilt.
x/wqy-zenhei-font-ttf-0.8.38_1-noarch-9.txz: Rebuilt.
x/x11-skel-7.7-x86_64-8.txz: Rebuilt.
x/x11perf-1.6.1-x86_64-3.txz: Rebuilt.
x/xauth-1.1-x86_64-3.txz: Rebuilt.
x/xbacklight-1.2.3-x86_64-3.txz: Rebuilt.
x/xbiff-1.0.4-x86_64-3.txz: Rebuilt.
x/xbitmaps-1.1.2-x86_64-4.txz: Rebuilt.
x/xcalc-1.1.0-x86_64-3.txz: Rebuilt.
x/xcb-proto-1.14.1-x86_64-4.txz: Rebuilt.
x/xcb-util-0.4.0-x86_64-5.txz: Rebuilt.
x/xcb-util-cursor-0.1.3-x86_64-4.txz: Rebuilt.
x/xcb-util-errors-1.0-x86_64-4.txz: Rebuilt.
x/xcb-util-image-0.4.0-x86_64-5.txz: Rebuilt.
x/xcb-util-keysyms-0.4.0-x86_64-5.txz: Rebuilt.
x/xcb-util-renderutil-0.3.9-x86_64-5.txz: Rebuilt.
x/xcb-util-wm-0.4.1-x86_64-5.txz: Rebuilt.
x/xclipboard-1.1.3-x86_64-5.txz: Rebuilt.
x/xclock-1.0.9-x86_64-3.txz: Rebuilt.
x/xcm-0.5.4-x86_64-4.txz: Rebuilt.
x/xcmsdb-1.0.5-x86_64-4.txz: Rebuilt.
x/xcompmgr-1.1.8-x86_64-3.txz: Rebuilt.
x/xconsole-1.0.7-x86_64-4.txz: Rebuilt.
x/xcursor-themes-1.0.6-noarch-3.txz: Rebuilt.
x/xcursorgen-1.0.7-x86_64-3.txz: Rebuilt.
x/xdbedizzy-1.1.0-x86_64-5.txz: Rebuilt.
x/xdg-user-dirs-0.17-x86_64-3.txz: Rebuilt.
x/xdg-utils-1.1.3-noarch-4.txz: Rebuilt.
x/xditview-1.0.5-x86_64-3.txz: Rebuilt.
x/xdm-1.1.11-x86_64-14.txz: Rebuilt.
x/xdpyinfo-1.3.2-x86_64-4.txz: Rebuilt.
x/xdriinfo-1.0.6-x86_64-4.txz: Rebuilt.
x/xedit-1.2.2-x86_64-5.txz: Rebuilt.
x/xev-1.2.4-x86_64-3.txz: Rebuilt.
x/xeyes-1.1.2-x86_64-4.txz: Rebuilt.
x/xf86-input-acecad-1.5.0-x86_64-14.txz: Rebuilt.
x/xf86-input-evdev-2.10.6-x86_64-3.txz: Rebuilt.
x/xf86-input-joystick-1.6.3-x86_64-5.txz: Rebuilt.
x/xf86-input-keyboard-1.9.0-x86_64-5.txz: Rebuilt.
x/xf86-input-libinput-0.30.0-x86_64-3.txz: Rebuilt.
x/xf86-input-mouse-1.9.3-x86_64-3.txz: Rebuilt.
x/xf86-input-penmount-1.5.0-x86_64-14.txz: Rebuilt.
x/xf86-input-synaptics-1.9.1-x86_64-3.txz: Rebuilt.
x/xf86-input-vmmouse-13.1.0-x86_64-9.txz: Rebuilt.
x/xf86-input-void-1.4.1-x86_64-3.txz: Rebuilt.
x/xf86-input-wacom-0.40.0-x86_64-2.txz: Rebuilt.
x/xf86-video-amdgpu-19.1.0-x86_64-3.txz: Rebuilt.
x/xf86-video-apm-1.3.0-x86_64-3.txz: Rebuilt.
x/xf86-video-ark-0.7.5-x86_64-13.txz: Rebuilt.
x/xf86-video-ast-1.1.5-x86_64-7.txz: Rebuilt.
x/xf86-video-ati-19.1.0-x86_64-3.txz: Rebuilt.
x/xf86-video-chips-1.4.0-x86_64-3.txz: Rebuilt.
x/xf86-video-cirrus-1.5.3-x86_64-7.txz: Rebuilt.
x/xf86-video-dummy-0.3.8-x86_64-5.txz: Rebuilt.
x/xf86-video-glint-1.2.9-x86_64-5.txz: Rebuilt.
x/xf86-video-i128-1.4.0-x86_64-3.txz: Rebuilt.
x/xf86-video-i740-1.4.0-x86_64-3.txz: Rebuilt.
x/xf86-video-intel-20201215_a511f22c-x86_64-3.txz: Rebuilt.
x/xf86-video-mach64-6.9.6-x86_64-3.txz: Rebuilt.
x/xf86-video-mga-2.0.0-x86_64-3.txz: Rebuilt.
x/xf86-video-neomagic-1.3.0-x86_64-3.txz: Rebuilt.
x/xf86-video-nouveau-1.0.17-x86_64-2.txz: Rebuilt.
x/xf86-video-nv-2.1.21-x86_64-5.txz: Rebuilt.
x/xf86-video-openchrome-0.6.0-x86_64-5.txz: Rebuilt.
x/xf86-video-r128-6.12.0-x86_64-3.txz: Rebuilt.
x/xf86-video-rendition-4.2.7-x86_64-3.txz: Rebuilt.
x/xf86-video-s3-0.7.0-x86_64-3.txz: Rebuilt.
x/xf86-video-s3virge-1.11.0-x86_64-3.txz: Rebuilt.
x/xf86-video-savage-20190128_8579718-x86_64-3.txz: Rebuilt.
x/xf86-video-siliconmotion-1.7.9-x86_64-5.txz: Rebuilt.
x/xf86-video-sis-0.12.0-x86_64-3.txz: Rebuilt.
x/xf86-video-sisusb-0.9.7-x86_64-5.txz: Rebuilt.
x/xf86-video-tdfx-1.5.0-x86_64-3.txz: Rebuilt.
x/xf86-video-tga-1.2.2-x86_64-13.txz: Rebuilt.
x/xf86-video-trident-1.3.8-x86_64-5.txz: Rebuilt.
x/xf86-video-tseng-1.2.5-x86_64-13.txz: Rebuilt.
x/xf86-video-v4l-0.3.0-x86_64-3.txz: Rebuilt.
x/xf86-video-vboxvideo-1.0.0-x86_64-5.txz: Rebuilt.
x/xf86-video-vesa-2.5.0-x86_64-3.txz: Rebuilt.
x/xf86-video-vmware-13.3.0-x86_64-5.txz: Rebuilt.
x/xf86-video-voodoo-1.2.5-x86_64-14.txz: Rebuilt.
x/xf86dga-1.0.3-x86_64-5.txz: Rebuilt.
x/xfd-1.1.3-x86_64-3.txz: Rebuilt.
x/xfontsel-1.0.6-x86_64-4.txz: Rebuilt.
x/xfs-1.2.0-x86_64-4.txz: Rebuilt.
x/xfsinfo-1.0.6-x86_64-3.txz: Rebuilt.
x/xgamma-1.0.6-x86_64-4.txz: Rebuilt.
x/xgc-1.0.5-x86_64-4.txz: Rebuilt.
x/xhost-1.0.8-x86_64-3.txz: Rebuilt.
x/xinit-1.4.1-x86_64-4.txz: Rebuilt.
x/xinput-1.6.3-x86_64-3.txz: Rebuilt.
x/xisxwayland-1-x86_64-3.txz: Rebuilt.
x/xkbcomp-1.4.4-x86_64-3.txz: Rebuilt.
x/xkbevd-1.1.4-x86_64-4.txz: Rebuilt.
x/xkbprint-1.0.5-x86_64-3.txz: Rebuilt.
x/xkbutils-1.0.4-x86_64-5.txz: Rebuilt.
x/xkeyboard-config-2.31-noarch-3.txz: Rebuilt.
x/xkill-1.0.5-x86_64-4.txz: Rebuilt.
x/xload-1.1.3-x86_64-4.txz: Rebuilt.
x/xlogo-1.0.5-x86_64-3.txz: Rebuilt.
x/xlsatoms-1.1.3-x86_64-3.txz: Rebuilt.
x/xlsclients-1.1.4-x86_64-4.txz: Rebuilt.
x/xlsfonts-1.0.6-x86_64-4.txz: Rebuilt.
x/xmag-1.0.6-x86_64-4.txz: Rebuilt.
x/xman-1.1.5-x86_64-3.txz: Rebuilt.
x/xmessage-1.0.5-x86_64-4.txz: Rebuilt.
x/xmh-1.0.3-x86_64-4.txz: Rebuilt.
x/xmodmap-1.0.10-x86_64-3.txz: Rebuilt.
x/xmore-1.0.3-x86_64-3.txz: Rebuilt.
x/xorg-cf-files-1.0.6-x86_64-5.txz: Rebuilt.
x/xorg-docs-1.7.1-noarch-4.txz: Rebuilt.
x/xorg-server-1.20.10-x86_64-5.txz: Rebuilt.
x/xorg-server-xephyr-1.20.10-x86_64-5.txz: Rebuilt.
x/xorg-server-xnest-1.20.10-x86_64-5.txz: Rebuilt.
x/xorg-server-xvfb-1.20.10-x86_64-5.txz: Rebuilt.
x/xorg-server-xwayland-1.20.10-x86_64-5.txz: Rebuilt.
x/xorg-sgml-doctools-1.11-x86_64-5.txz: Rebuilt.
x/xorgproto-2020.1-x86_64-3.txz: Rebuilt.
x/xpr-1.0.5-x86_64-4.txz: Rebuilt.
x/xprop-1.2.5-x86_64-3.txz: Rebuilt.
x/xpyb-1.3.1-x86_64-7.txz: Rebuilt.
x/xrandr-1.5.1-x86_64-3.txz: Rebuilt.
x/xrdb-1.2.0-x86_64-3.txz: Rebuilt.
x/xrefresh-1.0.6-x86_64-4.txz: Rebuilt.
x/xscope-1.4.1-x86_64-5.txz: Rebuilt.
x/xset-1.2.4-x86_64-4.txz: Rebuilt.
x/xsetroot-1.1.2-x86_64-4.txz: Rebuilt.
x/xsm-1.0.4-x86_64-4.txz: Rebuilt.
x/xstdcmap-1.0.4-x86_64-3.txz: Rebuilt.
x/xterm-366-x86_64-2.txz: Rebuilt.
x/xtrans-1.4.0-noarch-3.txz: Rebuilt.
x/xvidtune-1.0.3-x86_64-5.txz: Rebuilt.
x/xvinfo-1.1.4-x86_64-3.txz: Rebuilt.
x/xwd-1.0.7-x86_64-4.txz: Rebuilt.
x/xwininfo-1.1.5-x86_64-3.txz: Rebuilt.
x/xwud-1.0.5-x86_64-4.txz: Rebuilt.
xap/MPlayer-20200103-x86_64-4.txz: Rebuilt.
xap/NetworkManager-openvpn-1.8.12-x86_64-3.txz: Rebuilt.
xap/audacious-4.1-x86_64-2.txz: Rebuilt.
xap/audacious-plugins-4.1-x86_64-2.txz: Rebuilt.
xap/blackbox-0.76-x86_64-3.txz: Rebuilt.
xap/blueman-2.1.4-x86_64-5.txz: Rebuilt.
xap/ddd-3.3.12-x86_64-8.txz: Rebuilt.
xap/easytag-2.4.3-x86_64-4.txz: Rebuilt.
xap/electricsheep-20090306-x86_64-7.txz: Rebuilt.
xap/ffmpegthumbnailer-2.2.2-x86_64-3.txz: Rebuilt.
xap/fluxbox-1.3.7-x86_64-5.txz: Rebuilt.
xap/fvwm-2.6.9-x86_64-4.txz: Rebuilt.
xap/geeqie-1.6-x86_64-3.txz: Rebuilt.
xap/gftp-2.7.0b-x86_64-2.txz: Rebuilt.
xap/gimp-2.10.22-x86_64-4.txz: Rebuilt.
xap/gkrellm-2.3.11-x86_64-3.txz: Rebuilt.
xap/gnuchess-6.2.7-x86_64-3.txz: Rebuilt.
xap/gnuplot-5.4.1-x86_64-3.txz: Rebuilt.
xap/gparted-1.2.0-x86_64-2.txz: Rebuilt.
xap/gucharmap-12.0.1-x86_64-3.txz: Rebuilt.
xap/gv-3.7.4-x86_64-5.txz: Rebuilt.
xap/hexchat-2.14.3-x86_64-7.txz: Rebuilt.
xap/libnma-1.8.30-x86_64-3.txz: Rebuilt.
xap/network-manager-applet-1.20.0-x86_64-2.txz: Rebuilt.
xap/pan-0.146-x86_64-4.txz: Rebuilt.
xap/pavucontrol-4.0-x86_64-3.txz: Rebuilt.
xap/pidgin-2.14.1-x86_64-4.txz: Rebuilt.
xap/rdesktop-1.9.0-x86_64-4.txz: Rebuilt.
xap/rxvt-unicode-9.22-x86_64-11.txz: Rebuilt.
xap/sane-1.0.31-x86_64-3.txz: Rebuilt.
xap/seyon-2.20c-x86_64-6.txz: Rebuilt.
xap/ssr-0.4.2-x86_64-4.txz: Rebuilt.
xap/vim-gvim-8.2.2461-x86_64-2.txz: Rebuilt.
xap/windowmaker-0.95.9-x86_64-3.txz: Rebuilt.
xap/x11-ssh-askpass-1.2.4.1-x86_64-5.txz: Rebuilt.
xap/x3270-3.3.12ga7-x86_64-7.txz: Rebuilt.
xap/xaos-4.2.1-x86_64-2.txz: Rebuilt.
xap/xgames-0.3-x86_64-8.txz: Rebuilt.
xap/xine-lib-1.2.11-x86_64-4.txz: Rebuilt.
xap/xine-ui-0.99.12-x86_64-4.txz: Rebuilt.
xap/xlockmore-5.66-x86_64-3.txz: Rebuilt.
xap/xmms-1.2.11-x86_64-8.txz: Rebuilt.
xap/xpaint-3.0.3-x86_64-3.txz: Rebuilt.
xap/xpdf-4.03-x86_64-2.txz: Rebuilt.
xap/xsane-0.999-x86_64-5.txz: Rebuilt.
xap/xscreensaver-5.45-x86_64-4.txz: Rebuilt.
xap/xsnow-3.2.2-x86_64-2.txz: Rebuilt.
xfce/Greybird-3.22.14-noarch-3.txz: Rebuilt.
xfce/elementary-xfce-0.15.1-x86_64-3.txz: Rebuilt.
xfce/exo-4.16.0-x86_64-3.txz: Rebuilt.
xfce/garcon-4.16.1-x86_64-3.txz: Rebuilt.
xfce/libxfce4ui-4.16.0-x86_64-3.txz: Rebuilt.
xfce/libxfce4util-4.16.0-x86_64-3.txz: Rebuilt.
xfce/mousepad-0.5.2-x86_64-2.txz: Rebuilt.
xfce/thunar-4.16.3-x86_64-2.txz: Rebuilt.
xfce/thunar-volman-4.16.0-x86_64-3.txz: Rebuilt.
xfce/tumbler-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfce4-appfinder-4.16.1-x86_64-3.txz: Rebuilt.
xfce/xfce4-clipman-plugin-1.6.1-x86_64-4.txz: Rebuilt.
xfce/xfce4-dev-tools-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfce4-notifyd-0.6.2-x86_64-4.txz: Rebuilt.
xfce/xfce4-panel-4.16.1-x86_64-2.txz: Rebuilt.
xfce/xfce4-panel-profiles-1.0.12-x86_64-3.txz: Rebuilt.
xfce/xfce4-power-manager-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfce4-pulseaudio-plugin-0.4.3-x86_64-4.txz: Rebuilt.
xfce/xfce4-screensaver-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfce4-screenshooter-1.9.8-x86_64-3.txz: Rebuilt.
xfce/xfce4-session-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfce4-settings-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfce4-systemload-plugin-1.2.4-x86_64-4.txz: Rebuilt.
xfce/xfce4-taskmanager-1.4.0-x86_64-3.txz: Rebuilt.
xfce/xfce4-terminal-0.8.10-x86_64-3.txz: Rebuilt.
xfce/xfce4-weather-plugin-0.10.2-x86_64-4.txz: Rebuilt.
xfce/xfce4-whiskermenu-plugin-2.5.3-x86_64-2.txz: Rebuilt.
xfce/xfconf-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfdesktop-4.16.0-x86_64-3.txz: Rebuilt.
xfce/xfwm4-4.16.1-x86_64-3.txz: Rebuilt.
y/bsd-games-2.17-x86_64-3.txz: Rebuilt.
y/nethack-3.6.6-x86_64-3.txz: Rebuilt.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-15 20:23:44 +01:00
|
|
|
Sun Feb 14 19:39:31 UTC 2021
|
|
|
|
Might as well add libINIReader since we have libinih already.
|
|
|
|
+--------------------------+
|
2021-02-12 22:42:42 +01:00
|
|
|
Thu Feb 11 21:11:56 UTC 2021
|
|
|
|
Added getcap/setcap.
|
|
|
|
+--------------------------+
|
Mon Feb 8 05:13:26 UTC 2021
a/aaa_elflibs-15.0-x86_64-30.txz: Removed.
Renamed to aaa_libraries.
a/aaa_glibc-solibs-2.32-x86_64-2.txz: Added.
This package has been renamed from glibc-solibs, which helps avoid trouble
if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading
this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded
first any libraries in it that are linked against a newer version of glibc
than the one installed on the system would refuse to load.
a/aaa_libraries-15.0-x86_64-1.txz: Added.
This package has been renamed from aaa_elflibs to insure that it will come
after aaa_glibc-solibs when upgraded in alphabetical order.
Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6,
libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6,
libgthread-2.0.so.0.6600.6.
Added: libtirpc.so.3.0.0.
a/btrfs-progs-5.10.1-x86_64-1.txz: Upgraded.
a/glibc-solibs-2.32-x86_64-1.txz: Removed.
Renamed to aaa_glibc-solibs.
a/kernel-generic-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.14-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.14-x86_64-1.txz: Upgraded.
ap/slackpkg-15.0-noarch-1.txz: Upgraded.
These are some of the important changes (see the ChangeLog for more):
Note that this slackpkg release contains a backwards-incompatible change to
the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior
behavior of the blacklist function; previously, adding "glibc" to the
blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be
ignored by slackpkg. The new behavior is that *only* the glibc package is
ignored. If you want to blacklist all packages whose names begin with glibc,
you would need to add "glibc.*" to the blacklist now. Also note that any
special characters, e.g. "+", will need to be escaped in the blacklist file.
To blacklist entire package sets, a trailing slash is now required: e.g. kde/
Another backwards-incompatibility warning: check-updates will now return 1 if
there are updates available - this will make it easier to use this feature
with cron (thanks to Peter Hyman).
Added support for Slackware-AArch64 (thanks to Stuart Winter).
Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine.
Thanks to Robby Workman for the new slackpkg release!
ap/soma-3.3.7-noarch-1.txz: Upgraded.
Thanks to David Woodfall.
ap/xorriso-1.5.4.pl02-x86_64-1.txz: Upgraded.
d/help2man-1.48.1-x86_64-1.txz: Upgraded.
d/kernel-headers-5.10.14-x86-1.txz: Upgraded.
k/kernel-source-5.10.14-noarch-1.txz: Upgraded.
l/elfutils-0.183-x86_64-1.txz: Upgraded.
l/glibc-2.32-x86_64-2.txz: Rebuilt.
l/glibc-i18n-2.32-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.32-x86_64-2.txz: Rebuilt.
l/lcms2-2.12-x86_64-1.txz: Upgraded.
l/libburn-1.5.4-x86_64-1.txz: Upgraded.
x/xf86-input-wacom-0.40.0-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2021-02-08 06:13:26 +01:00
|
|
|
Fri Feb 5 20:56:27 UTC 2021
|
|
|
|
Patched for aaa_glibc-solibs rename.
|
|
|
|
+--------------------------+
|
2021-02-01 22:53:09 +01:00
|
|
|
Mon Feb 1 18:59:32 UTC 2021
|
|
|
|
Add upgradepkg to the installer image.
|
|
|
|
+--------------------------+
|
2021-01-18 00:48:59 +01:00
|
|
|
Sun Jan 17 20:08:17 UTC 2021
|
|
|
|
Upgrade to busybox-1.32.1.
|
|
|
|
+--------------------------+
|
2021-01-09 21:53:30 +01:00
|
|
|
Sat Jan 9 19:43:33 UTC 2021
|
|
|
|
Add libzstd.so.1, needed by kmod.
|
|
|
|
+--------------------------+
|
2020-12-31 21:42:33 +01:00
|
|
|
Thu Dec 31 20:35:53 UTC 2020
|
|
|
|
Add libelogind.so.0, needed by libprocps.so.8.
|
|
|
|
+--------------------------+
|
2020-12-18 00:02:41 +01:00
|
|
|
Thu Dec 17 20:19:08 UTC 2020
|
|
|
|
Add libinih, needed by xfsprogs.
|
|
|
|
+--------------------------+
|
2020-12-15 21:39:53 +01:00
|
|
|
Tue Dec 15 19:24:23 UTC 2020
|
|
|
|
Update dropbear to get ecdsa support. Thanks to Robby Workman.
|
|
|
|
+--------------------------+
|
2020-12-08 20:29:55 +01:00
|
|
|
Tue Dec 8 19:22:18 UTC 2020
|
|
|
|
SeTPKG: Change KDE blurb to say "The KDE Plasma Desktop"
|
|
|
|
+--------------------------+
|
2020-10-31 02:29:37 +01:00
|
|
|
Fri Oct 30 22:06:27 UTC 2020
|
|
|
|
Add libnsl. Thanks to Olek.
|
|
|
|
+--------------------------+
|
Thu Oct 29 21:55:56 UTC 2020
a/aaa_elflibs-15.0-x86_64-26.txz: Rebuilt.
Upgraded: liblber-2.4.so.2.11.3, libldap-2.4.so.2.11.3, libmpc.so.3.2.1.
Added temporarily to allow for third-party packages to be recompiled:
libHalf.so.12.0.0, libIex-2_2.so.12.0.0, libIexMath-2_2.so.12.0.0,
libIlmImf-2_2.so.22.0.0, libIlmImfUtil-2_2.so.22.0.0,
libIlmThread-2_2.so.12.0.0, libImath-2_2.so.12.0.0,
libpoppler-qt4.so.4.11.0, libpoppler.so.79.0.0.
a/kernel-generic-5.4.73-x86_64-1.txz: Upgraded.
a/kernel-huge-5.4.73-x86_64-1.txz: Upgraded.
a/kernel-modules-5.4.73-x86_64-1.txz: Upgraded.
d/kernel-headers-5.4.73-x86-1.txz: Upgraded.
k/kernel-source-5.4.73-noarch-1.txz: Upgraded.
l/LibRaw-0.20.2-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/exiv2-0.27.3-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/gegl-0.4.26-x86_64-2.txz: Rebuilt.
Recompiled against openexr-2.5.3.
l/gexiv2-0.12.1-x86_64-1.txz: Upgraded.
Compiled against exiv2-0.27.3.
l/graphene-1.10.2-x86_64-1.txz: Added.
l/gst-plugins-base-1.18.1-x86_64-2.txz: Rebuilt.
Recompiled against system libgraphene.
l/ilmbase-2.2.0-x86_64-2.txz: Removed.
These libraries are now part of openexr.
l/imagemagick-7.0.10_34-x86_64-2.txz: Rebuilt.
Recompiled against LibRaw-0.20.2 and openexr-2.5.3.
l/openexr-2.5.3-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/poppler-20.10.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
Qt4 support dropped.
n/samba-4.13.1-x86_64-1.txz: Upgraded.
This update fixes security issues:
Missing handle permissions check in SMB1/2/3 ChangeNotify.
Denial-of-service vulnerabilities.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14318
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14323
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14383
(* Security fix *)
xap/geeqie-1.5.1-x86_64-2.txz: Rebuilt.
Recompiled against exiv2-0.27.3.
xap/gimp-2.10.22-x86_64-2.txz: Rebuilt.
Recompiled against openexr-2.5.3.
xap/xlockmore-5.66-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
2020-10-29 22:55:56 +01:00
|
|
|
Thu Oct 29 21:50:02 UTC 2020
|
|
|
|
Don't build the inetd busybox applet.
|
|
|
|
+--------------------------+
|
2020-08-24 22:48:03 +02:00
|
|
|
Thu Aug 20 05:22:35 UTC 2020
|
|
|
|
Include /usr/bin/env.
|
|
|
|
+--------------------------+
|
2020-07-26 20:59:24 +02:00
|
|
|
Sun Jul 26 18:30:17 UTC 2020
|
|
|
|
Add neofetch. Seems like a useful system information tool to have in the
|
|
|
|
installer, and it's small enough.
|
|
|
|
Note that without /etc/os-release, this gives a generic Tux logo instead of
|
|
|
|
the Slackware logo, but that also keeps the system information from getting
|
|
|
|
clipped if the terminal is 80 columns.
|
|
|
|
+--------------------------+
|
2020-07-10 02:40:43 +02:00
|
|
|
Fri Jul 10 00:21:42 UTC 2020
|
|
|
|
Add speakup modules to the installer image. We'll hopefully figure out how to
|
|
|
|
better handle these in the future.
|
|
|
|
+--------------------------+
|
2020-06-08 01:31:27 +02:00
|
|
|
Sun Jun 7 23:24:18 UTC 2020
|
|
|
|
Fix NTFS partition detection, and add support for exFAT.
|
|
|
|
+--------------------------+
|
Mon May 18 19:17:21 UTC 2020
Greetings! After three months in /testing, the PAM merge into the main tree
is now complete. When updating, be sure to install the new pam, cracklib, and
libpwquality packages or you may find yourself locked out of your machine.
Otherwise, these changes should be completely transparent and you shouldn't
notice any obvious operational differences. Be careful if you make any changes
in /etc/pam.d/ - leaving an extra console logged in while testing PAM config
changes is a recommended standard procedure. Thanks again to Robby Workman,
Vincent Batts, Phantom X, and ivandi for help implementing this. It's not
done yet and there will be more fine-tuning of the config files, but now we
can move on to build some other updates. Enjoy!
a/cracklib-2.9.7-x86_64-1.txz: Added.
a/kernel-firmware-20200517_f8d32e4-noarch-1.txz: Upgraded.
a/libcgroup-0.41-x86_64-7.txz: Rebuilt.
Rebuilt to add PAM support.
a/libpwquality-1.4.2-x86_64-1.txz: Added.
a/lilo-24.2-x86_64-9.txz: Rebuilt.
Enable the "compact" option by default.
liloconfig: correctly set the root partition.
a/pam-1.3.1-x86_64-1.txz: Added.
a/shadow-4.8.1-x86_64-7.txz: Rebuilt.
Rebuilt to add PAM support.
a/utempter-1.2.0-x86_64-1.txz: Upgraded.
a/util-linux-2.35.1-x86_64-6.txz: Rebuilt.
Rebuilt to add PAM support.
a/xfsprogs-5.6.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
ap/at-3.2.1-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
ap/cups-2.3.3-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
ap/hplip-3.20.5-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
ap/mariadb-10.4.13-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
ap/screen-4.8.0-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
ap/soma-3.3.0-noarch-1.txz: Upgraded.
Thanks to David Woodfall.
ap/sqlite-3.31.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
ap/sudo-1.9.0-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
ap/vim-8.2.0788-x86_64-1.txz: Upgraded.
d/bison-3.6.2-x86_64-1.txz: Upgraded.
d/meson-0.54.2-x86_64-1.txz: Upgraded.
d/python-setuptools-46.4.0-x86_64-1.txz: Upgraded.
d/vala-0.48.6-x86_64-1.txz: Upgraded.
kde/calligra-2.9.11-x86_64-36.txz: Rebuilt.
Recompiled against icu4c-67.1.
kde/kde-workspace-4.11.22-x86_64-7.txz: Rebuilt.
Rebuilt to add PAM support.
l/ConsoleKit2-1.2.1-x86_64-4.txz: Rebuilt.
Rebuilt to add PAM support.
l/boost-1.73.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/gnome-keyring-3.36.0-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
l/harfbuzz-2.6.6-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/icu4c-67.1-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/imagemagick-7.0.10_13-x86_64-1.txz: Upgraded.
l/libcap-2.34-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
l/libical-3.0.8-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/libuv-1.38.0-x86_64-1.txz: Upgraded.
l/libvisio-0.1.7-x86_64-3.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/polkit-0.116-x86_64-3.txz: Rebuilt.
Rebuilt to add PAM support.
l/qt-4.8.7-x86_64-16.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/qt5-5.13.2-x86_64-4.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/qt5-webkit-5.212.0_alpha4-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/raptor2-2.0.15-x86_64-9.txz: Rebuilt.
Recompiled against icu4c-67.1.
l/system-config-printer-1.5.12-x86_64-4.txz: Rebuilt.
Rebuilt to add PAM support.
l/vte-0.60.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
n/cifs-utils-6.10-x86_64-4.txz: Rebuilt.
Rebuilt to add PAM support.
n/cyrus-sasl-2.1.27-x86_64-4.txz: Rebuilt.
Rebuilt to add PAM support.
n/dovecot-2.3.10.1-x86_64-1.txz: Upgraded.
Rebuilt to add PAM support.
Compiled against icu4c-67.1.
This update fixes several denial-of-service vulnerabilities.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10957
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10958
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10967
(* Security fix *)
n/mutt-1.14.1-x86_64-1.txz: Upgraded.
n/netatalk-3.1.12-x86_64-3.txz: Rebuilt.
Rebuilt to add PAM support.
n/netkit-rsh-0.17-x86_64-3.txz: Rebuilt.
Rebuilt to add PAM support.
n/nss-pam-ldapd-0.9.11-x86_64-1.txz: Added.
n/openssh-8.2p1-x86_64-3.txz: Rebuilt.
Rebuilt to add PAM support.
n/openvpn-2.4.9-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
n/pam-krb5-4.9-x86_64-1.txz: Added.
n/php-7.4.6-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
n/popa3d-1.0.3-x86_64-4.txz: Rebuilt.
Rebuilt to add PAM support.
n/postfix-3.5.2-x86_64-1.txz: Upgraded.
Compiled against icu4c-67.1.
n/ppp-2.4.8-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
n/proftpd-1.3.6c-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
n/samba-4.12.2-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
Recompiled against icu4c-67.1.
n/tin-2.4.4-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
n/vsftpd-3.0.3-x86_64-6.txz: Rebuilt.
Rebuilt to add PAM support.
t/texlive-2019.190626-x86_64-4.txz: Rebuilt.
Recompiled against icu4c-67.1.
x/vulkan-sdk-1.2.135.0-x86_64-1.txz: Upgraded.
x/xdm-1.1.11-x86_64-10.txz: Rebuilt.
Rebuilt to add PAM support.
x/xisxwayland-1-x86_64-1.txz: Added.
xap/sane-1.0.30-x86_64-1.txz: Upgraded.
This update fixes several security issues.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12867
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12862
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12863
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12865
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12866
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12861
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12864
(* Security fix *)
xap/vim-gvim-8.2.0788-x86_64-1.txz: Upgraded.
xap/xlockmore-5.63-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
xap/xscreensaver-5.44-x86_64-2.txz: Rebuilt.
Rebuilt to add PAM support.
extra/brltty/brltty-6.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-67.1.
extra/pure-alsa-system/qt5-5.13.2-x86_64-4_alsa.txz: Rebuilt.
Recompiled against icu4c-67.1.
isolinux/initrd.img: Rebuilt.
Added PAM libraries, security modules, and config files.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Added PAM libraries, security modules, and config files.
2020-05-18 21:17:21 +02:00
|
|
|
Sun May 17 19:57:48 UTC 2020
|
|
|
|
Added PAM libraries, security modules, and config files.
|
|
|
|
+--------------------------+
|
2020-03-31 21:01:17 +02:00
|
|
|
Tue Mar 31 18:02:13 UTC 2020
|
|
|
|
In series selection menu, don't (falsely) mention Qt being in the KDE series.
|
|
|
|
+--------------------------+
|
2020-02-29 20:20:21 +01:00
|
|
|
Sat Feb 29 06:17:27 UTC 2020
|
|
|
|
Added kernel modules:
|
|
|
|
dm-bufio, dm-bio-prison, dm-persistent-data, dm-snapshot, dm-thin-pool.
|
|
|
|
Don't include dm-snapshot in module-blacklist.
|
|
|
|
These changes prompted by the suggestion to include dm-thin-pool.ko in the
|
|
|
|
installer by jr_bob_dobbs.
|
|
|
|
+--------------------------+
|
2020-02-01 23:45:14 +01:00
|
|
|
Sat Feb 1 22:31:14 UTC 2020
|
|
|
|
Compress kernel modules in parallel.
|
|
|
|
Install packages with --terse mode.
|
|
|
|
Touch /etc/shells to prevent harmless but ugly build-time error.
|
|
|
|
+--------------------------+
|
2020-01-31 21:46:25 +01:00
|
|
|
Fri Jan 31 20:25:54 UTC 2020
|
|
|
|
Added zerofree and sparsify binaries and zerofree manpage.
|
|
|
|
+--------------------------+
|
2020-01-27 01:48:51 +01:00
|
|
|
Mon Jan 27 00:09:05 UTC 2020
|
|
|
|
Added libkeyutils.so.1, needed by the krb5 libraries.
|
|
|
|
Thanks to dodoLQ.
|
|
|
|
Added nano editor. See build script for additional options ;-)
|
|
|
|
Thanks to Didier Spaier.
|
|
|
|
Fix ldd shebang.
|
|
|
|
+--------------------------+
|
2020-01-24 01:51:23 +01:00
|
|
|
Fri Jan 24 00:35:26 UTC 2020
|
|
|
|
Added libraries: libgssapi_krb5, libk5crypto, libkrb5, libkrb5support.
|
|
|
|
+--------------------------+
|
2020-01-13 01:11:55 +01:00
|
|
|
Sun Jan 12 20:36:57 UTC 2020
|
|
|
|
/sbin/reboot: Attempt to kill running processes and sync/umount/sync
|
|
|
|
filesystems before rebooting. Thanks to Jeebizz.
|
|
|
|
+--------------------------+
|
2019-12-31 06:17:04 +01:00
|
|
|
Mon Dec 30 20:05:46 UTC 2019
|
|
|
|
SeTEFI: Patched to remove extra whitespace from lsblk output.
|
|
|
|
Thanks to Didier Spaier.
|
|
|
|
+--------------------------+
|
2019-12-07 22:42:59 +01:00
|
|
|
Sat Dec 7 02:24:58 UTC 2019
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz:
|
|
|
|
/sbin/probe: adjust to newer "cryptsetup status" output. This fixes all LVM
|
|
|
|
volumes being listed twice.
|
|
|
|
+--------------------------+
|
2019-12-07 01:22:04 +01:00
|
|
|
Fri Dec 6 20:16:45 UTC 2019
|
|
|
|
repack_installer.SlackBuild: Added.
|
|
|
|
This repacks the installer from the tree found under
|
|
|
|
$TMP/build-slackware-installer, allowing changes to be made and tested.
|
|
|
|
build_installer.sh: Trivial typo fix - add a space in a comment.
|
|
|
|
+--------------------------+
|
2019-11-30 22:17:21 +01:00
|
|
|
Sat Nov 30 21:01:01 UTC 2019
|
|
|
|
Use $NUMJOBS with busybox make install.
|
|
|
|
+--------------------------+
|
2019-08-21 21:21:45 +02:00
|
|
|
Wed Aug 21 18:57:50 UTC 2019
|
|
|
|
Properly install libcryptsetup since it has moved under /usr.
|
|
|
|
Thanks to formalist for the bug report.
|
|
|
|
+--------------------------+
|
2019-08-05 09:33:15 +02:00
|
|
|
Mon Aug 5 07:05:18 UTC 2019
|
|
|
|
Don't use -s (--stupid) when installing syslinux. This loads much faster and
|
|
|
|
_probably_ won't increase the probability of boot failure. But, if it fails
|
|
|
|
let me know.
|
|
|
|
+--------------------------+
|
2019-07-30 01:17:22 +02:00
|
|
|
Mon Jul 29 21:51:59 UTC 2019
|
|
|
|
Include libraries from the argon2 and json-c packages, needed by cryptsetup.
|
|
|
|
+--------------------------+
|
2019-07-12 20:52:15 +02:00
|
|
|
Fri Jul 12 18:42:02 UTC 2019
|
|
|
|
build-installer.sh: Add cqhci.ko kernel module.
|
|
|
|
Thanks to Pomme Raccoon.
|
|
|
|
+--------------------------+
|
2019-07-11 01:56:13 +02:00
|
|
|
Wed Jul 10 22:33:27 UTC 2019
|
|
|
|
/sbin/reboot: shell script to call the real reboot with "reboot -f" to
|
|
|
|
prevent a reboot hang after installation.
|
|
|
|
+--------------------------+
|
2019-04-27 22:04:59 +02:00
|
|
|
Sat Apr 27 19:53:20 UTC 2019
|
|
|
|
build_installer.sh: remove final dangling symlink check. This gets into
|
|
|
|
a filesystem loop that takes a bit of time, and has never turned up any
|
|
|
|
dangling symlinks that actually need attention.
|
|
|
|
+--------------------------+
|
2019-03-03 23:03:39 +01:00
|
|
|
Sun Mar 3 19:17:45 UTC 2019
|
|
|
|
Update busybox to 1.30.1.
|
|
|
|
+--------------------------+
|
2019-01-26 21:44:46 +01:00
|
|
|
Sat Jan 26 19:58:30 UTC 2019
|
|
|
|
Fixed detecting FAT/NTFS partitions on UEFI systems.
|
|
|
|
+--------------------------+
|
2019-01-26 05:15:08 +01:00
|
|
|
Fri Jan 25 23:06:42 UTC 2019
|
|
|
|
Updated the elilo bootloaders in /EFI/BOOT which were older versions
|
|
|
|
(possibly with the 8MB kernel size limit?)
|
|
|
|
+--------------------------+
|
|
|
|
Thu Jan 24 20:01:25 UTC 2019
|
|
|
|
SeTEFI: If the kernel doesn't detect efi, bail.
|
|
|
|
SeTEFI: Detect EFI partition using lsblk. Thanks to Didier Spaier.
|
|
|
|
+--------------------------+
|
2019-01-23 05:39:04 +01:00
|
|
|
Tue Jan 22 22:42:47 UTC 2019
|
|
|
|
Before running the CONFIGURE section, create bind mounts to /dev, /proc, and
|
|
|
|
/sys. This is useful for chrooting and setting up boot loaders.
|
|
|
|
Also add "mkbindmounts" command to do this manually for anything that's
|
|
|
|
mounted on /mnt. This avoids having to type these commands when using the
|
|
|
|
installer for system rescue purposes.
|
|
|
|
+--------------------------+
|
2019-01-06 21:03:14 +01:00
|
|
|
Sun Jan 6 19:54:10 UTC 2019
|
|
|
|
Account for .x64 suffix on /boot/config-* files with x86_64 when installing
|
|
|
|
the config files and /boot/config symlink. Thanks to Edward Grattan.
|
|
|
|
+--------------------------+
|
2018-11-28 08:25:32 +01:00
|
|
|
Wed Nov 28 05:31:04 UTC 2018
|
|
|
|
Activate LVM volumes at boot, not only when setup is run.
|
|
|
|
Make /etc/mtab a symlink to /proc/mounts on the installer.
|
|
|
|
On a freshly installed system, make /etc/mtab a symlink to /proc/mounts.
|
|
|
|
Include f2fs-tools on the installer.
|
|
|
|
Support installing on F2FS partitions.
|
|
|
|
+--------------------------+
|
2018-10-11 01:09:36 +02:00
|
|
|
Wed Oct 10 22:41:29 UTC 2018
|
|
|
|
Added Hyper-V keyboard and framebuffer modules.
|
|
|
|
+--------------------------+
|
Thu Sep 13 21:41:51 UTC 2018
a/sysvinit-scripts-2.1-noarch-20.txz: Rebuilt.
rc.6: it was reported by birdboy that JFS is not properly unmounted unless
the order of unmounting local filesystems followed by remounting the root
filesystem read-only is inverted. I tried that, and although it did get rid
of a "/ filesystem is busy" error during shutdown, the JFS / filesystem was
still checked at boot (and found to be clean). I believe that the existing
order of unmounting non-root filesystems followed by remounting the root
filesystem as read-only is the correct order, and found that putting
another sync between these also gets rid of the error on shutdown, so I've
done that. When using JFS as the root filesystem there's still another
similar error message that's generated earlier in the boot, though. I'm
unable to find any way to shut down a JFS root partition in a way that
leaves it clean enough that fsck will not check it at boot, but it is always
found to be clean so this should only be cosmetic. I recall this behavior of
JFS going all the way back to when it was first added to the kernel. If
anyone has a better fix, I'll take a look at it, but in my opinion it's not
really anything to worry about.
ap/ghostscript-9.25-x86_64-1.txz: Upgraded.
This release fixes problems with argument handling, some unintended
results of the security fixes to the SAFER file access restrictions
(specifically accessing ICC profile files), and some additional
security issues over the recent 9.24 release.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-16509
(* Security fix *)
ap/squashfs-tools-20180612_6e242dc-x86_64-1.txz: Upgraded.
Linked against libzstd.so.1. Thanks to alienBOB.
ap/sudo-1.8.25p1-x86_64-1.txz: Upgraded.
d/binutils-2.31.1-x86_64-4.txz: Rebuilt.
Since baldzhang has pointed out a valid use case for windres on Linux,
we are restoring the "Windows only" utilities, as none of them are
very large and there may be valid uses for the other ones as well.
l/freetype-2.9.1-x86_64-2.txz: Rebuilt.
Patched to build properly if windres is present on the machine.
l/sg3_utils-1.44-x86_64-1.txz: Upgraded.
l/zstd-1.3.5-x86_64-1.txz: Added.
Thanks to alienBOB.
xfce/tumbler-0.2.3-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
Use the ter-114v terminus font. It has been reported that the font we were
using (ter-v14v) restricts the available console colors from 16 to 8 due
to needing an extra bit for the higher number of available glyphs (though
in testing here I couldn't see any difference). The new font covers
ISO8859-1, ISO8859-15, and Windows-1252 codepages. I'm still not sure it's
the best choice, so additional input is welcomed.
Thanks to bormant.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Use the ter-114v terminus font.
2018-09-13 23:41:51 +02:00
|
|
|
Thu Sep 13 19:42:20 UTC 2018
|
|
|
|
Load ter-114v.psf.gz in rc.font.
|
|
|
|
+--------------------------+
|
2018-09-10 23:00:00 +02:00
|
|
|
Mon Sep 10 20:41:59 UTC 2018
|
|
|
|
Switch to ter-114v.psf.gz as the consolefont. It has been reported that the
|
|
|
|
font we were using (ter-v14v.psf.gz) restricts the available console colors
|
|
|
|
from 16 to 8 due to needing an extra bit for the higher number of available
|
|
|
|
glyphs (though in testing here I couldn't see any difference). The new font
|
|
|
|
covers ISO8859-1, ISO8859-15, and Windows-1252 codepages. I'm still not sure
|
|
|
|
it's the best choice, so additional input is welcomed.
|
|
|
|
+--------------------------+
|
2018-07-25 05:50:17 +02:00
|
|
|
Wed Jul 25 03:29:26 UTC 2018
|
|
|
|
Use ter-v14v.psf.gz as the consolefont. It supports more character sets, and
|
|
|
|
the larger font was causing wraparound on UEFI (at least on bare metal here).
|
|
|
|
+--------------------------+
|
2018-06-23 03:22:07 +02:00
|
|
|
Fri Jun 22 23:38:50 UTC 2018
|
|
|
|
Added libaio (needed by lvm).
|
|
|
|
+--------------------------+
|
2018-06-21 07:18:41 +02:00
|
|
|
Wed Jun 20 21:08:45 UTC 2018
|
|
|
|
Upgraded dropbear. Thanks to Robby Workman.
|
|
|
|
+--------------------------+
|
2018-06-18 20:33:23 +02:00
|
|
|
Mon Jun 18 17:53:56 UTC 2018
|
|
|
|
When compressing the initrd with xz, add: -C crc32
|
|
|
|
Use xzcat instead of zcat in a few places where the build script wants to
|
|
|
|
extract a previous initrd.
|
|
|
|
+--------------------------+
|
2018-06-18 08:19:23 +02:00
|
|
|
Mon Jun 18 04:13:53 UTC 2018
|
|
|
|
Copy libefiboot to the installer (needed by efibootmgr).
|
|
|
|
Compress the kernel modules with xz.
|
|
|
|
Compress the initrd image with xz.
|
|
|
|
+--------------------------+
|
2018-06-15 02:03:49 +02:00
|
|
|
Thu Jun 14 01:16:42 UTC 2018
|
|
|
|
Copy libefivar to the installer (needed by efibootmgr).
|
|
|
|
+--------------------------+
|
2018-06-07 00:19:01 +02:00
|
|
|
Wed Jun 6 20:31:26 UTC 2018
|
|
|
|
Fix finding some DOS/Win partition types. Thanks to Stuart Winter.
|
|
|
|
Wipe the probe md5sum to force rescanning partitions if setup is restarted.
|
|
|
|
+--------------------------+
|
2018-05-28 21:12:29 +02:00
|
|
|
Sat Apr 28 20:04:23 UTC 2018
|
|
|
|
Reduce sleep times in the installer. You'll just have to read faster. ;-)
|
|
|
|
+--------------------------+
|
|
|
|
Sat Apr 21 00:29:54 UTC 2018
|
|
|
|
Use busybox's dd after all... it wasn't the cause of the size display bug.
|
|
|
|
Don't try to migrate /tmp storage to the hard drive. We're not in the
|
|
|
|
floppy disk era any more and are unlikely to run out of space on a tmpfs.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Apr 18 04:06:45 UTC 2018
|
|
|
|
Update busybox to 1.28.3.
|
|
|
|
Add dd and mcookie to the installer.
|
|
|
|
Add a dialog when setup starts to tell the user that partition information
|
|
|
|
is being collected.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 31 18:00:31 UTC 2018
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz:
|
|
|
|
/sbin/probe: use md5sum of /proc/partitions to determine if previously
|
|
|
|
cached results should be returned.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Mar 22 09:51:59 UTC 2018
|
|
|
|
Fixes for ARM:
|
|
|
|
* Fix module loading from etc/rc.d/rc.S
|
|
|
|
* Update architecture quadlet for build target
|
|
|
|
+--------------------------+
|
|
|
|
Thu Mar 1 21:56:38 UTC 2018
|
|
|
|
Put up "Scanning for USB stick..." dialog during the scan delay.
|
|
|
|
Make "terse" the pre-selected menu mode.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Mar 1 06:55:30 UTC 2018
|
|
|
|
/sbin/probe: Add -c option to use the cached previous results if possible.
|
|
|
|
Use cached probe where possible in /usr/lib/setup scripts.
|
|
|
|
In many places, remove double spaces from after sentences in accordance with
|
|
|
|
the Chicago Manual of Style recommendations.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Feb 19 22:30:33 UTC 2018
|
|
|
|
Add packages: lzip, lzlib, plzip.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Feb 13 06:43:38 UTC 2018
|
|
|
|
Put files in the same places that they would be on a real install, instead
|
|
|
|
of shoving everything into /bin. Remove busybox symlinks if we have a real
|
|
|
|
version to use instead.
|
|
|
|
Don't copy /bin/tar-[0-9]* to the installer. /bin/tar is good enough
|
|
|
|
(check it with --version ;-), and the pkgtools no longer use tar-1.13.
|
|
|
|
Don't sed the ldd shebang, no need now that we have a /usr/bin/bash symlink.
|
|
|
|
Make sure that /bin/sh points to bash, but don't mess with other shell links.
|
|
|
|
Copy /usr/bin/ddrescue from the package to the installer.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Feb 4 04:24:08 UTC 2018
|
|
|
|
Create /etc/default directory.
|
|
|
|
Include /etc/default/{nfs,rpc}
|
|
|
|
+--------------------------+
|
|
|
|
Wed Nov 22 18:34:44 UTC 2017
|
|
|
|
Update to the newer elilo.x64 binary in sources/efi*
|
|
|
|
+--------------------------+
|
|
|
|
Wed Nov 22 04:49:08 UTC 2017
|
|
|
|
SeTEFI: Don't use fdisk -l (unneccessary). Thanks to Didier Spaier.
|
|
|
|
SetEFI: Scan /dev/mmcblk[0-9]. Thanks to zerouno.
|
|
|
|
probe: Filter another possible EFI partition label.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Nov 12 22:08:51 UTC 2017
|
|
|
|
Include iproute2 and hostname packages (to get hostname and ip man pages).
|
|
|
|
+--------------------------+
|
|
|
|
Mon Oct 2 17:35:19 UTC 2017
|
|
|
|
slackinstall: When doing a network install, don't download a package if the
|
|
|
|
tagfile is going to skip installing it. Thanks to ivandi.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Sep 30 21:06:10 UTC 2017
|
|
|
|
SeTnet attempts to cat $TMP/SeTT_PX at boot time, when it doesn't exist.
|
|
|
|
I just directed stderr from these attempts to /dev/null to get rid of the
|
|
|
|
error message, but perhaps there's a bug here that needs to be addressed?
|
|
|
|
SeTnet doesn't actually seem to use $T_PX for anything other than determining
|
|
|
|
if it's running on the installer or an installed system.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Jul 28 17:09:07 UTC 2017
|
|
|
|
Upgraded to busybox-1.27.1, and enabled damn near everything. Might as well,
|
|
|
|
since the size of e.g. kernel modules will dwarf the busybox binary anyway,
|
|
|
|
and any real utilities we use will be copied over the symlinks after busybox
|
|
|
|
is built.
|
|
|
|
Removed /usr/bin/man shell script -- use busybox man applet instead.
|
|
|
|
Create /usr/bin/man? -> cat? symlinks to make busybox man happy with the
|
|
|
|
preprocessed manpages.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Jul 17 18:47:36 UTC 2017
|
|
|
|
In busybox-dot-config, add support for findfs and volume ids.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Jul 7 18:53:31 UTC 2017
|
|
|
|
Dnsmasq has changed to using libidn2, so add the libidn2 library and the
|
|
|
|
libunistring library to the installer. Don't add libidn version 1 anymore,
|
|
|
|
as nothing else on the installer uses it.
|
|
|
|
+--------------------------+
|
|
|
|
Tue May 9 20:22:15 UTC 2017
|
|
|
|
Replace hardcoded /mnt with ${T_PX} in many places.
|
|
|
|
Thanks to alienBOB.
|
|
|
|
+--------------------------+
|
|
|
|
Tue May 9 18:43:55 UTC 2017
|
|
|
|
Use nosuid,nodev,noexec mount options for /dev/shm in installer-created
|
|
|
|
/etc/fstab.
|
|
|
|
+--------------------------+
|
|
|
|
Thu May 4 21:31:35 UTC 2017
|
|
|
|
Patched SeTEFI and probe to fix NVMe support.
|
|
|
|
Thanks to Didier Spaier.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Feb 23 19:00:56 UTC 2017
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz:
|
|
|
|
/sbin/probe, line 156: filter output through strings to avoid bash warning
|
|
|
|
about NUL bytes in input.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Jan 2 23:34:36 UTC 2017
|
|
|
|
build_installer: Use the 'bash' package rather than compiling it.
|
|
|
|
Removed some old ARM cruft.
|
|
|
|
Added some basic 'aarch64' (arm64) support.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Dec 24 00:53:47 UTC 2016
|
|
|
|
build_installer: Do not include libtermcap.
|
|
|
|
Also, I'd rather see this use the bash package than compile bash, just to
|
|
|
|
save a bit of compile time. There's currently no reason to be compiling
|
|
|
|
this, and the given reason is "in case we might need diet configure flags
|
|
|
|
sometime in the future". YAGNI.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Jul 12 17:25:10 UTC 2016
|
|
|
|
build_installer: Switched soft->hard float CFLAGS.
|
|
|
|
Removed trailing white space.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Jun 7 10:36:58 UTC 2016
|
|
|
|
build_installer: Added /etc/nfsmount.conf so that any default changes
|
|
|
|
made to the nfs-utils package exist within the installer.
|
|
|
|
Moved some of the file copying script around.
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz:
|
|
|
|
Removed etc/nfsmount.conf, etc/dialogrc (was already copied by the
|
|
|
|
build_installer script).
|
|
|
|
MoZes.
|
|
|
|
+--------------------------+
|
|
|
|
Fri May 27 19:45:28 UTC 2016
|
|
|
|
Forgot to make rc.dropbear executable, AAAAAARGH
|
|
|
|
+--------------------------+
|
|
|
|
Wed May 25 23:08:19 UTC 2016
|
|
|
|
In rc.dropbear, don't tell it to use motd.net, which no longer exists.
|
|
|
|
+--------------------------+
|
|
|
|
Fri May 20 17:10:54 UTC 2016
|
|
|
|
Include /sbin/e4crypt.
|
|
|
|
+--------------------------+
|
|
|
|
Wed May 11 23:43:13 UTC 2016
|
|
|
|
In rc.S, comment out making motd.net telling the user to source /etc/profile.
|
|
|
|
Dropbear handles things properly without that now.
|
|
|
|
+--------------------------+
|
|
|
|
Tue May 3 19:53:33 UTC 2016
|
|
|
|
Include md/dm-raid.ko module for LVM with internal RAID support.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Apr 24 00:27:03 UTC 2016
|
|
|
|
Patched busybox to fix newly created directory perms on 64-bit platforms.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 19 21:27:44 UTC 2016
|
|
|
|
Increase "full install" size estimate to 9+ GB.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 19 19:01:06 UTC 2016
|
|
|
|
Add libpci.so.* to the installer, since lspci needs that now.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 5 18:12:03 UTC 2016
|
|
|
|
Use "mkfs.brtfs -f" in SeTpartitions. Thanks to Didier Spaier.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Mar 2 20:01:32 UTC 2016
|
|
|
|
Patch /sbin/probe (again) to hopefully fix NVMe devices on Dell laptops.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Feb 20 17:50:37 UTC 2016
|
|
|
|
Set empty password for root in /etc/shadow so that root can log in using
|
|
|
|
dropbear. Thanks to MoZes.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Feb 3 00:13:29 UTC 2016
|
|
|
|
Include all cpufreq modules.
|
|
|
|
Keep acpi/processor.ko, needed by acpi-cpufreq.
|
|
|
|
Use 'LANG=C fdisk -l' in SeTEFI.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Jan 13 19:15:03 UTC 2016
|
|
|
|
Fixed this line in /sbin/probe:
|
|
|
|
elif [ "$MAJOR" = "259" ]; then
|
|
|
|
+--------------------------+
|
|
|
|
#NOT ACTUALLY MERGED SINCE IT DOESN'T WORK
|
|
|
|
#Tue Jan 12 07:26:02 UTC 2016
|
|
|
|
# Use tar to extract the kernel module directory version number from the
|
|
|
|
# kernel-modules package. This is needed for a kernel such as 4.4 which
|
|
|
|
# installs modules in /lib/modules/4.4.0/.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Dec 24 20:35:26 UTC 2015
|
|
|
|
Patched /sbin/probe for nvme partitions.
|
|
|
|
Thanks to Didier Spaier.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Dec 23 04:09:29 UTC 2015
|
|
|
|
Added kernel modules: block/nvme.ko, mmc/host/sdhci-acpi.ko.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Dec 21 08:40:29 UTC 2015
|
|
|
|
Updates for auto NFS mounting:
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz:
|
|
|
|
usr/lib/setup/INSNFS: Use '/etc/rc.d/rc.rpc restart' rather than starting
|
|
|
|
rpcbind and rpc.statd directly.
|
|
|
|
etc/services: Removed. Now added by the build_installer.sh script.
|
|
|
|
build_installer.sh:
|
|
|
|
Add /etc/rc.d/rc.rpc to the installer image and chmod +x.
|
|
|
|
Add /usr/sbin/sm-notify from nfs-utils package.
|
|
|
|
Copy /etc/services from the 'a/etc' package to ensure that it's always up to date.
|
|
|
|
Copy /etc/netconfig from the libtirpc package (required for rpc.statd/rpcbind).
|
|
|
|
MoZes.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Dec 15 21:04:25 UTC 2015
|
|
|
|
Remove portmap from package list, add libtirpc and rpcbind.
|
|
|
|
Patch INSNFS to run rpcbind instead of rpc.portmap.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Dec 1 22:28:10 UTC 2015
|
|
|
|
In /etc/motd, don't suggest gdisk and cgdisk for partitioning GPT, since
|
|
|
|
fdisk and cfdisk work just fine now. Also, remove instructions for starting
|
|
|
|
PCMCIA and Cardbus devices. I doubt many people are still using that.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Nov 25 05:17:36 UTC 2015
|
|
|
|
Add /dev/shm and /dev/pts to /etc/fstab.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Nov 25 02:34:25 UTC 2015
|
|
|
|
Change 32-bit x86 $ARCH to i586.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Nov 24 21:54:15 UTC 2015
|
|
|
|
Added /bin/numfmt to use for converting bytes into K, M, T, or even P.
|
|
|
|
Used in the installer itself and in pkgtools.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Nov 19 18:02:48 UTC 2015
|
|
|
|
Replace udev with eudev/libgudev.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Nov 18 23:25:57 UTC 2015
|
|
|
|
Also support T (although it's not like I wasn't already)
|
|
|
|
+--------------------------+
|
|
|
|
Wed Nov 18 22:04:08 UTC 2015
|
|
|
|
Correct partition sizes, and use K, M, or G.
|
|
|
|
Use -F -F for all mkfs.ext* (shut up and do what I say mode)
|
|
|
|
+--------------------------+
|
|
|
|
Sat Nov 14 18:54:26 UTC 2015
|
|
|
|
Add hwdata package to get pci.ids and usb.ids.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Nov 3 19:40:22 UTC 2015
|
|
|
|
Added libpcre.so.1, needed by the new grep.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Oct 29 19:42:58 GMT 2015
|
|
|
|
No longer build dhcpcd version 3, use the dhcpcd package from the 'n'
|
|
|
|
series.
|
|
|
|
Removed some superfluous white space. Still more to do ;-)
|
|
|
|
+--------------------------+
|
|
|
|
Thu Aug 27 19:55:26 UTC 2015
|
|
|
|
Patched build-installer.sh to allow for non-numeric $VERSION in packages.
|
|
|
|
Thanks to MoZes.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Aug 6 23:42:10 UTC 2015
|
|
|
|
sed s/procps/procps-ng/g in build-installer.sh.
|
|
|
|
+--------------------------+
|
|
|
|
Mon May 25 09:47:32 UTC 2015
|
|
|
|
Merged fixes from MoZes:
|
|
|
|
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz:
|
|
|
|
1) etc/profile:
|
|
|
|
The code to parse TERM= from /proc/cmdline only worked properly if TERM=
|
|
|
|
was at a particular position in the string.
|
|
|
|
This is for handling installations on ARM using the serial console and 'screen':
|
|
|
|
--- etc/profile.orig 2013-12-03 09:04:26.000000000 +0000
|
|
|
|
+++ etc/profile 2015-05-25 09:44:02.078325859 +0100
|
|
|
|
@@ -7,8 +7,8 @@
|
|
|
|
|
|
|
|
# Allow a user to set the default TERM entry by specifying TERM=<name>
|
|
|
|
# as a kernel command line parameter:
|
|
|
|
-if cat /proc/cmdline | grep TERM= 1> /dev/null 2> /dev/null ; then
|
|
|
|
- export $( sed -n -e "s/.*\(TERM=.*\ \).*/\1/p" < /proc/cmdline )
|
|
|
|
+if cat /proc/cmdline | grep "TERM=[a-zA-Z0-9]" 1> /dev/null 2> /dev/null ; then
|
|
|
|
+ export TERM=$( sed 's/.*TERM=\([^ ]*\).*/\1/' < /proc/cmdline )
|
|
|
|
elif cat /proc/cmdline | grep console=ttyS 1> /dev/null 2> /dev/null ; then
|
|
|
|
|
|
|
|
2) etc/rc.d/rc.inet1
|
|
|
|
10 seconds timeout is too little on the SheevaPlug and I've also seen a report
|
|
|
|
on LQ about the same issue on x86_64 -- I suppose it depends on the network driver
|
|
|
|
or the NIC itself.
|
|
|
|
I needed at _least_ 30 seconds for the SheevaPlug to get an IP, and about 12 seconds
|
|
|
|
for the Banana Pi.
|
|
|
|
--- etc/rc.d/rc.inet1.orig 2011-04-15 13:48:22.000000000 +0100
|
|
|
|
+++ etc/rc.d/rc.inet1 2015-05-25 10:01:19.357259132 +0100
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
|
if grep -q $(echo ${EDEV}: | cut -f 1 -d :): /proc/net/wireless ; then
|
|
|
|
continue # skip wireless interfaces
|
|
|
|
fi
|
|
|
|
- /sbin/dhcpcd -t 10 -L -T $EDEV 1>/etc/dhcpc/dhcpcd-${EDEV}.info 2>/dev/null &
|
|
|
|
+ /sbin/dhcpcd -t 35 -L -T $EDEV 1>/etc/dhcpc/dhcpcd-${EDEV}.info 2>/dev/null &
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
|
|
|
/build_installer.sh: (ARM only):
|
|
|
|
Set the system clock from the RTC prior to fudging the date because on some
|
|
|
|
devices the system clock is not set when the RTC module loads.
|
|
|
|
+--------------------------+
|
|
|
|
Mon May 4 04:13:36 UTC 2015
|
|
|
|
In rc.S, move fakedate hack so that udev runs first.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Apr 29 18:56:54 UTC 2015
|
|
|
|
Merged updates from MoZes:
|
|
|
|
build_installer.sh: Enable setting the terminal window title even through
|
|
|
|
'screen'.
|
|
|
|
Fri Feb 20 19:18:22 UTC 2015
|
|
|
|
Fetch libfdisk and libsmartcols from /lib, not /usr/lib.
|
|
|
|
The location was changed since there are binaries outside of /usr
|
|
|
|
that link to these.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Feb 20 01:19:54 UTC 2015
|
|
|
|
Updated /sbin/probe to work with the new util-linux fdisk.
|
|
|
|
Updated SeTEFI to work with the new util-linux fdisk.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Feb 13 22:27:44 UTC 2015
|
|
|
|
Fix calls to setterm that reset the foreground/background to set the desired
|
|
|
|
colors rather than use "default" since it appears the util-linux people broke
|
|
|
|
that, too.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Feb 13 20:41:50 UTC 2015
|
|
|
|
Updates to rc.S in the skeleton_initrd.tar.gz to fix issues with the new
|
|
|
|
util-linux update. Also, use -F with mke2fs, otherwise it'll hang if the
|
|
|
|
partition was previously formatted.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Feb 11 01:10:20 UTC 2015
|
|
|
|
Add libsmartcols fom the new util-linux.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Feb 8 14:40:19 GMT 2015
|
|
|
|
Merged updates from MoZes:
|
|
|
|
build_installer.sh: Added rtl_nic to the list of firmwares to include.
|
|
|
|
This firmware is added to the ARM 'a/kernel-firmware' package so will not be present
|
|
|
|
on x86.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Nov 16 19:12:13 UTC 2014
|
|
|
|
Applied fixes from MoZes:
|
|
|
|
1) bash patch #12 is UTF8 so it was not caught by the grep, so anything past patch 11
|
|
|
|
was never applied. Fixed to match file types of 'ASCII' and 'text'.
|
|
|
|
2) ARM does not have syslinux, so we don't want to exit the Installer build because of this.
|
|
|
|
Only try and move the syslinux-nomtools binary if we're running on an *86* platform.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Sep 9 03:31:31 UTC 2014
|
|
|
|
Use syslinux-nomtools on the installer. Thanks to Didier Spaier.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Jul 23 22:08:21 UTC 2014
|
|
|
|
Fix SeTDOS script to show the partition device properly when setting the
|
|
|
|
security level. Thanks to luvr on LQ.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Apr 18 11:13:15 BST 2014
|
|
|
|
All of these changes have been tested on ARM and x86.
|
|
|
|
|
|
|
|
1. build_installer.sh
|
|
|
|
|
|
|
|
Include both versions of tar from the a/tar-*.t?z package:
|
|
|
|
|
|
|
|
Many users use the installer as a rescue system and tar-1.13 has issues with
|
|
|
|
files with long file names:
|
|
|
|
http://www.linuxquestions.org/questions/slackware-14/%5Bto-devs%5D-slackware-install-iso-tar-version-tooo-old-4175497116/
|
|
|
|
|
|
|
|
The pkgtools inside the installer call tar-1.13 directly. All other
|
|
|
|
scripts that call tar (font setting) work properly with tar-1.26.
|
|
|
|
|
|
|
|
2. installer/sources/initrd/skeleton_initrd.tar.gz
|
|
|
|
|
|
|
|
All of these changes are baked into the new version of the archive.
|
|
|
|
|
|
|
|
Summary:-
|
|
|
|
|
|
|
|
etc/inittab:
|
|
|
|
Upon shutdown of the installer, kill dropbear to prevent installations
|
|
|
|
performed over SSH from hanging until the SSH client times out.
|
|
|
|
|
|
|
|
usr/lib/setup/setup:
|
|
|
|
Move from x86-centric man-at-keyboard method of finalising the
|
|
|
|
installation. Offer 'reboot' or 'shell' from a dialog prompt - helpful
|
|
|
|
for systems that were remotely installed.
|
|
|
|
Switch single line of text instruction to remove CD with a dialog box.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Feb 15 22:26:01 UTC 2014
|
|
|
|
Merged updates from MoZes:
|
|
|
|
build_installer.diff
|
|
|
|
Changelog:
|
|
|
|
Add 's' and 'x' termcaps so the installation looks pretty when
|
|
|
|
installed over serial console using 'screen' as a terminal emulator.
|
|
|
|
ARM: Switch the 'versatile' kernel name to 'armv7'.
|
|
|
|
Drop an ancient serial console bug fix.
|
|
|
|
|
|
|
|
skeleton_initrd.tar.gz:
|
|
|
|
Modified etc/profile:
|
|
|
|
to allow user to set TERM= as a kernel paramater, so as to set $TERM up front.
|
|
|
|
The previous logic was that when console=ttyS was found, the TERM defaulted to vt100
|
|
|
|
which was unfortunate because the ARM devices are usually always booted from a serial
|
|
|
|
console with that kernel parameter, but are controlled from a fully functional
|
|
|
|
Linux terminal emulator.
|
|
|
|
|
|
|
|
Modified etc/rc.S
|
|
|
|
Move the keyboard selector to after the profile scripts have been executed, so
|
|
|
|
the user can set a useful TERM value that works properly with dialog.
|
|
|
|
|
|
|
|
Modified: usr/lib/setup/SeTnet
|
|
|
|
Added 'clear' after dialog finishes, to avoid a messy screen on the serial port
|
|
|
|
(for example, after eth0 is initialised with DHCP, drop bear starts and splatters
|
|
|
|
its key generation over the blue background, looking badly integrated).
|
|
|
|
+--------------------------+
|
|
|
|
Fri Nov 1 01:02:38 UTC 2013
|
|
|
|
Mute the LVM scan at the end of package installation.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Oct 27 21:53:15 UTC 2013
|
|
|
|
Filter "partitions" found on a USB installer stick in SeTDOS so that
|
|
|
|
they don't appear in the menu.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Oct 13 23:49:24 UTC 2013
|
|
|
|
Rework /sbin/probe to use gdisk instead of parted, as parted does not
|
|
|
|
display the partition type code. This allows detecting swap space
|
|
|
|
without first running mkswap on it, and prevents unknown partition types
|
|
|
|
from showing up as Linux partitions.
|
|
|
|
Added SeTEFI script, which will set up an EFI System Partition.
|
|
|
|
A partition found on the same device as the root Linux partition will be
|
|
|
|
preferred, but otherwise any EFI partition found on /dev/sd{a,b,c...}
|
|
|
|
will be used.
|
|
|
|
Add /bin/pr, needed by rescan-scsi-bus.sh.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Sep 25 05:12:29 UTC 2013
|
|
|
|
Add support for installing the packages from a USB stick.
|
|
|
|
This will require changing usbimg2disk to not modify the initrd.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Sep 12 07:19:29 UTC 2013
|
|
|
|
Add freq_table.ko if KMS is requested in the build.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Sep 7 21:08:24 UTC 2013
|
|
|
|
Don't install pt_chown. It's been removed from glibc-2.18 as a possible
|
|
|
|
security hole, and is patched out of the glibc-2.17 in -current.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Sep 5 22:23:36 UTC 2013
|
|
|
|
Added os-prober package, since liloconfig is going to use that to find
|
|
|
|
Windows partitions (avoiding the issue of a USB installer stick being
|
|
|
|
detected as a Window installation).
|
|
|
|
+--------------------------+
|
|
|
|
Fri Aug 16 20:25:48 UTC 2013
|
|
|
|
Fixed SeTPKG to handle changed output from "dialog --checklist" that no
|
|
|
|
longer includes quotes. Also handles the older versions of dialog.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Aug 12 20:50:58 UTC 2013
|
|
|
|
Use /etc/dialogrc from the dialog package, since the syntax has changed.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Aug 6 01:46:50 UTC 2013
|
|
|
|
Fixed a couple typos in PROMPThelp.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Jul 24 20:09:54 UTC 2013
|
|
|
|
Added liblzo2, needed by mkfs.btrfs.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Jul 15 20:46:24 UTC 2013
|
|
|
|
Stop removing 8021q module, which is needed to use VLANs.
|
|
|
|
+--------------------------+
|
|
|
|
Sun Jul 7 06:48:25 UTC 2013
|
|
|
|
Apply mancha's glibc crypt() patch to dropbear.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Jun 20 20:07:11 UTC 2013
|
|
|
|
Add /etc/nfsmount.conf to default to use NFSv3.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Jun 10 18:49:44 UTC 2013
|
|
|
|
Reset background color after a CD switch during installation.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Apr 19 05:43:00 UTC 2013
|
|
|
|
In probe script (part of initrd skel), set LANG to C.
|
|
|
|
This will avoid parsing issues if we ever i18n this thing...
|
|
|
|
+--------------------------+
|
|
|
|
Wed Mar 27 03:37:00 UTC 2013
|
|
|
|
By default, add nomodeset to the kernel command line.
|
|
|
|
If modesetting is needed, boot with kms.s or kmssmp.s.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Mar 19 05:30:44 UTC 2013
|
|
|
|
Added missing ehci-hcd module.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 16 05:45:29 UTC 2013
|
|
|
|
Modified usbboot.img to work with EFI as well.
|
|
|
|
Don't build efiboot.img.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Mar 12 04:35:07 UTC 2013
|
|
|
|
Keep GPU modules, needed for video on UEFI. (ADD_KMS=1)
|
|
|
|
Support building an EFI boot image. (EFIBOOT=1)
|
|
|
|
Keep USB host modules, as huge.s is no longer building those in.
|
|
|
|
Added two Terminus fonts to the initrd.
|
|
|
|
Added setfont to busybox (needed to load an appropriate sized Terminus
|
|
|
|
font when KMS is used).
|
|
|
|
Patched busybox to fix a compile issue with glibc-2.17.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Feb 20 18:53:11 UTC 2013
|
|
|
|
Support not adding network card firmware. (Stuart Winter)
|
|
|
|
+--------------------------+
|
|
|
|
Fri Sep 7 18:06:06 UTC 2012
|
|
|
|
Updated /sbin/rescan-scsi-bus.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Sep 4 19:06:38 UTC 2012
|
|
|
|
Added comment=x-gvfs-show to /etc/fstab's cdrom entry.
|
|
|
|
Increased full install size in setup to 7.3+ GB.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Aug 23 17:25:09 UTC 2012
|
|
|
|
Include sdhci.ko and sdhci-pci.ko.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Aug 13 20:01:09 UTC 2012
|
|
|
|
Include the staging/hv modules.
|
|
|
|
Bind mount /dev in SeTconfig.
|
|
|
|
Support virtual devices such as /dev/vda and /dev/xvda in /sbin/probe.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Aug 9 02:36:37 UTC 2012
|
|
|
|
Added support for MMC devices to /sbin/probe (needed for Raspberry Pi).
|
|
|
|
Thanks to David Spencer.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Aug 4 21:05:51 UTC 2012
|
|
|
|
Switch from gdisk to gptdisk, and add new cgdisk and fixparts tools.
|
|
|
|
Copy /etc/modprobe.d/ and /lib/modprobe.d/ to the installer.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Jul 26 21:52:59 UTC 2012
|
|
|
|
Use '-s' option with eject, otherwise it fails.
|
|
|
|
Fixed a missing space that broke a SeTnet dialog:
|
|
|
|
- "\nAttempting to fetch a remote configuration file using $PROTO ..."54 56
|
|
|
|
+ "\nAttempting to fetch a remote configuration file using $PROTO ..." 54 56
|
|
|
|
+--------------------------+
|
|
|
|
Sun Jul 22 16:33:05 UTC 2012
|
|
|
|
Added XFCE series in SeTPKG.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Jul 16 23:37:35 UTC 2012
|
|
|
|
Add toplevel /run directory.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Jul 3 16:23:38 UTC 2012
|
|
|
|
Allow nic=auto for headless installs.
|
|
|
|
Fixed /sbin/probe for systems that mix HP RAID with regular hard drives.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Jul 3 03:11:40 UTC 2012
|
|
|
|
Change location of usb.ids and pci.ids to /usr/share/hwdata.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Jul 2 04:01:09 UTC 2012
|
|
|
|
Patched busybox to fix wget -P option.
|
|
|
|
Thanks to Kirill Smirnoff.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Jun 28 16:42:39 UTC 2012
|
|
|
|
Added installer-arm.diff from MoZes (identify ARM installer via dropbear)
|
|
|
|
+--------------------------+
|
|
|
|
Thu Jun 28 16:04:57 UTC 2012
|
|
|
|
Switch from module-init-tools to kmod.
|
|
|
|
Added missing dosfsck (the dangling symlinks were there already :)
|
|
|
|
+--------------------------+
|
|
|
|
Thu Apr 12 22:06:48 UTC 2012
|
|
|
|
Fix missing bash on 32-bit by adding an i486) options section
|
|
|
|
to build_installer.sh.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Apr 7 17:10:14 UTC 2012
|
|
|
|
Use real GNU bash as the shell.
|
|
|
|
Point /bin/sh -> /bin/bash
|
|
|
|
Don't build a shell into busybox.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Mar 28 01:30:00 UTC 2012
|
|
|
|
fixed placement of /lib{,64}/libz.so.*, danke MoZes
|
|
|
|
+--------------------------+
|
|
|
|
Mon Mar 26 00:53:08 UTC 2012
|
|
|
|
In SeTpartitions, use -d single -m single as it increases performance by
|
|
|
|
about 15%, and Luigi Genoni says multiple metadata copies are useless when
|
|
|
|
using a btrfs filesystem consisting of a single device or partition (which
|
|
|
|
is all the installer currently supports).
|
|
|
|
+--------------------------+
|
|
|
|
Sat Apr 23 18:17:21 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Try to load loop device module.
|
|
|
|
build_installer.sh: Try to load loop device module.
|
|
|
|
Copy loop.ko to the installer.
|
|
|
|
+--------------------------+
|
|
|
|
Thu Apr 21 21:20:23 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Fixed GPT on RAID controllers.
|
|
|
|
Slightly less trivial. ;-)
|
|
|
|
+--------------------------+
|
|
|
|
Thu Apr 21 02:54:52 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Added GPT support on RAID devices
|
|
|
|
in /sbin/probe. Thanks to Greg Chandler.
|
|
|
|
(This was trivial, really!)
|
|
|
|
+--------------------------+
|
|
|
|
Sun Apr 17 19:25:03 UTC 2011
|
|
|
|
build_installer.sh: ADD_MANPAGES to arm.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Apr 15 18:25:28 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Merged updated skel from alienBOB
|
|
|
|
with PXE server changes.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Apr 12 19:21:47 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: applied skeleton_dhcpcd.diff.
|
|
|
|
+--------------------------+
|
|
|
|
Tue Apr 12 00:19:24 UTC 2011
|
|
|
|
Added busybox httpd applet with all options.
|
|
|
|
+--------------------------+
|
|
|
|
Mon Apr 11 05:35:21 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: SetDOS, add umask modes for vfat
|
|
|
|
similar to ntfs.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 26 18:58:48 UTC 2011
|
|
|
|
build_installer.sh: Retain virtio kernel modules.
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 26 04:33:40 UTC 2011
|
|
|
|
sources/busybox/busybox-1.18.4.tar.bz2: Upgraded.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Mar 25 04:01:51 UTC 2011
|
|
|
|
build_installer.sh: Add fsck.*.
|
|
|
|
Adjusted kernel installation to handle /kernels/memtest/memtest
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: rc.S, scan RAID better
|
|
|
|
+--------------------------+
|
|
|
|
Sat Mar 19 01:40:10 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Add terse installation mode that only
|
|
|
|
displays one line per package so that people's heads do not explode
|
|
|
|
+--------------------------+
|
|
|
|
Fri Mar 18 04:44:04 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Increase estimate of full install
|
|
|
|
size to "6.5+ GB"
|
|
|
|
+--------------------------+
|
|
|
|
Tue Mar 8 05:13:38 UTC 2011
|
|
|
|
build_installer.sh: Add a kludgy but working man page whitelist and get
|
|
|
|
man pages on the x86 and x86_64 installers for partitioning tools,
|
|
|
|
filesystem tools, network stuff, and a few other things.
|
|
|
|
Added partx, findmnt, lsblk, fsfreeze, fstrim, and swaplabel.
|
|
|
|
Don't wipe /usr/man.
|
|
|
|
Use bzip2 for man pages (wins compression tests on man page text here easily)
|
|
|
|
ln -sf /etc/motd /root/README
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Add /usr/man directory.
|
|
|
|
rc.S: chmod 755 /etc/rc.d/rc.pcmcia
|
|
|
|
+--------------------------+
|
|
|
|
Fri Mar 4 03:29:09 UTC 2011
|
|
|
|
build_installer.sh: Add btrfs-progs, gdisk, and gcc-g++ (for libstdc++).
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: support btrfs.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Feb 25 20:36:22 UTC 2011
|
|
|
|
build_installer.sh: Add ddrescue package.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Feb 25 05:44:11 UTC 2011
|
|
|
|
build_installer.sh: Support ADD_MANPAGES option
|
|
|
|
to add preprocessed manpages.
|
|
|
|
Not enabled for now.
|
|
|
|
This would really need a blacklist and/or whitelist first.
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Replace broken zcat symlink
|
|
|
|
with the proper script.
|
|
|
|
Point /usr/bin/zcat at the zcat script.
|
|
|
|
Add a quick+dirty /usr/bin/man shell script to display man pages.
|
|
|
|
sources/busybox/busybox-1.18.3.tar.bz2: Upgraded.
|
|
|
|
sources/busybox/busybox-dot-config: Upgraded.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Feb 18 03:22:17 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: fdisk -l now shows HPFS/NTFS/exFAT, so
|
|
|
|
we need to check for NTFS before FAT in SeTDOS to avoid a false FAT detection.
|
|
|
|
+--------------------------+
|
|
|
|
Wed Feb 16 07:45:13 UTC 2011
|
|
|
|
build_installer.sh: util-linux-ng -> util-linux
|
|
|
|
+--------------------------+
|
|
|
|
Tue Feb 15 23:04:25 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Patched /sbin/probe to add support for
|
|
|
|
GPT partitions.
|
|
|
|
+--------------------------+
|
|
|
|
Fri Jan 21 16:08:24 UTC 2011
|
|
|
|
sources/initrd/skeleton_initrd.tar.gz: Remove /etc/modprobe.conf
|
|
|
|
(request from MoZes)
|
|
|
|
+--------------------------+
|