From e826043c5cdfbf634b9a2ea38d55e86cbcf2ec44 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 27 Apr 2022 21:26:19 -0400 Subject: [PATCH] changelog: add test for slackwareaarch64 Signed-off-by: Vincent Batts --- changelog/feeds_test.go | 62 +- .../slackwareaarch64-current/ChangeLog.txt | 6544 +++++++++++++++++ 2 files changed, 6583 insertions(+), 23 deletions(-) create mode 100644 changelog/testdata/slackwareaarch64-current/ChangeLog.txt diff --git a/changelog/feeds_test.go b/changelog/feeds_test.go index 1570110..6188650 100644 --- a/changelog/feeds_test.go +++ b/changelog/feeds_test.go @@ -6,33 +6,49 @@ import ( "testing" ) +var changelogs = []struct { + File string + Url string +}{ + { + File: "testdata/slackwareaarch64-current/ChangeLog.txt", + Url: "http://ftp.arm.slackware.com/slackwarearm/slackwareaarch64-current/ChangeLog.txt", + }, + { + File: "testdata/slackware64/ChangeLog.txt", + Url: "http://slackware.osuosl.org/slackware64-current/ChangeLog.txt", + }, +} + func TestFeed(t *testing.T) { - fh, err := os.Open("testdata/slackware64/ChangeLog.txt") - if err != nil { - t.Fatal(err) - } - defer fh.Close() + for _, cl := range changelogs { + fh, err := os.Open(cl.File) + if err != nil { + t.Fatal(err) + } + defer fh.Close() - e, err := Parse(fh) - if err != nil { - t.Fatal(err) - } + e, err := Parse(fh) + if err != nil { + t.Fatal(err) + } - f, err := ToFeed("http://slackware.osuosl.org/slackware64-current/ChangeLog.txt", e) - if err != nil { - t.Fatal(err) - } + f, err := ToFeed(cl.Url, e) + if err != nil { + t.Fatal(err) + } - rss, err := f.ToRss() - if err != nil { - t.Fatal(err) - } - //println(rss) - if len(rss) == 0 { - t.Error("rss output is empty") - } + rss, err := f.ToRss() + if err != nil { + t.Fatal(err) + } + //println(rss) + if len(rss) == 0 { + t.Error("rss output is empty") + } - if err := f.WriteRss(ioutil.Discard); err != nil { - t.Error(err) + if err := f.WriteRss(ioutil.Discard); err != nil { + t.Error(err) + } } } diff --git a/changelog/testdata/slackwareaarch64-current/ChangeLog.txt b/changelog/testdata/slackwareaarch64-current/ChangeLog.txt new file mode 100644 index 0000000..7f6ea8e --- /dev/null +++ b/changelog/testdata/slackwareaarch64-current/ChangeLog.txt @@ -0,0 +1,6544 @@ +Wed Apr 20 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +Notes for this batch of updates: + +[1] In the previous batches, if the Kernel modules package was upgraded ahead of +the base Kernel package, os-initrd-mgr was unable to discover and re-incorporate +any firmware within the OS InitRD. + +In this batch, prior to upgrading the packages you first need to create a new +firmware inventory cache. Run os-initrd-mgr as root: + + $ su -c os-initrd-mgr + +This will enabling automatic handling of firmware moving forwards - you won't +need to do this again. You can then apply the updates and reboot into the new +Linux Kernel. + +[2] Raspberry Pi3 support should again be working in the Slackware Installer. +Thanks to kaott on LQ for the report and Brent Earl for testing the fixes. + +a/aaa_libraries-15.1-aarch64-4.txz: Rebuilt. +a/coreutils-9.1-aarch64-1.txz: Upgraded. +a/dialog-1.3_20220414-aarch64-1.txz: Upgraded. +a/gptfdisk-1.0.9-aarch64-1.txz: Upgraded. +a/kernel-modules-armv8-5.17.4_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.17.4-aarch64-1.txz: Upgraded. + Added these configuration options for HoneyComb LX2: + +CONFIG_SFP=m + +CONFIG_MARVELL_88X2222_PHY=m + +CONFIG_MDIO_I2C=m + Thanks to Brent Earl. + os-initrd-mgr: Handle situations where the a/kernel-modules package is + upgraded ahead of a/kernel (inhibiting the discovery of firmware) by falling back + to the inventory cache from a previous invocation. +ap/pamixer-1.5-aarch64-3.txz: Rebuilt. + Recompiled against boost-1.79.0. +d/kernel-headers-5.17.4-aarch64-1.txz: Upgraded. +k/kernel-source-5.17.4-aarch64-1.txz: Upgraded. +kde/kig-21.12.3-aarch64-2.txz: Rebuilt. + Recompiled against boost-1.79.0. +kde/kopeninghours-21.12.3-aarch64-2.txz: Rebuilt. + Recompiled against boost-1.79.0. +kde/krita-5.0.5-aarch64-2.txz: Rebuilt. + Recompiled against boost-1.79.0. + Recompiled against quazip-1.3. +l/boost-1.79.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/cfitsio-4.1.0-aarch64-1.txz: Upgraded. +l/cryfs-0.10.3-aarch64-5.txz: Rebuilt. + Recompiled against boost-1.79.0. +l/enchant-2.3.3-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_30-aarch64-1.txz: Upgraded. +l/json-c-0.16_20220414-aarch64-1.txz: Upgraded. +l/libnl3-3.6.0-aarch64-1.txz: Upgraded. +l/openexr-2.5.7-aarch64-6.txz: Rebuilt. + Recompiled against boost-1.79.0. +l/pcre2-10.40-aarch64-1.txz: Upgraded. +l/quazip-1.3-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +n/rsync-3.2.4-aarch64-1.txz: Upgraded. +x/libpinyin-2.6.2-aarch64-1.txz: Upgraded. +xap/xsnow-3.5.0-aarch64-1.txz: Upgraded. +extra/php80/php80-8.0.18-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Fri Apr 15 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/kernel-firmware-20220413_8a2d811-noarch-1.txz: Upgraded. +a/sysvinit-3.03-aarch64-1.txz: Upgraded. +a/xz-5.2.5-aarch64-2.txz: Rebuilt. + This update fixes a security issue: + xzgrep applied to a crafted file name with two or more newlines can no + longer overwrite an arbitrary, attacker-selected file. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271 + (* Security fix *) +d/git-2.35.3-aarch64-1.txz: Upgraded. + This update fixes a security issue where a Git worktree created by another + user might be able to execute arbitrary code. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765 + (* Security fix *) +l/icu4c-71.1-aarch64-1.txz: Upgraded. + This is a cosmetic rebuild to correct the Slackware package name. + Thanks to gsl for the report. +l/libaio-0.3.113-aarch64-1.txz: Upgraded. +l/tevent-0.12.0-aarch64-1.txz: Upgraded. +n/php-7.4.29-aarch64-1.txz: Upgraded. +extra/php81/php81-8.1.5-aarch64-1.txz: Upgraded. ++--------------------------+ +Thu Apr 14 08:08:08 UTC 2022 + +I think we've made progress on the video driver support on the Raspberry Pi4. +For RPi4 users, you might want to try the latest settings. +After upgrading to the new Kernel: +Enter the Raspberry Pi bootware directory: + # cd /boot/platform/hwm_bw +Backup the existing config (if you made changes): + # mv -f config.txt{,.bak} +Download and install the latest version: + # wget http://ftp.arm.slackware.com/slackwarearm/platform/aarch64/bootware/src/platform/aarch64/bcm2711/assets/config.txt + # reboot +New installations using this batch will have the new configuration out +of the box. + +This should result in a small performance boost - it does here anyway! + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.1-aarch64-3.txz: Rebuilt. +a/haveged-1.9.18-aarch64-1.txz: Upgraded. + Start at boot by default, after consideration of the comments in + README.md. It doesn't hurt to have an additional source of entropy + (especially in early boot), and the overhead from running this daemon is + negligible. +a/hwm-bw-raspberrypi-1.20220331-aarch64-1.txz: Upgraded. + Upgraded to U-Boot v2022.04. + Upgraded to lastest RPi bootware tag: 1.20220331 + The messages that the RPi4 VC4 video driver emits to the Kernel ring buffer + look more positive. + More information about the firmware and VC4 can found here: + https://github.com/raspberrypi/firmware/issues/1705 +a/kernel-firmware-20220411_f219d61-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.17.3_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.17.3-aarch64-1.txz: Upgraded. + /boot/initrd/[load_kernel_modules.scr/platform/aarch64/bcm2711]: + Load v3d module on the RPi4. Thanks to Brent Earl. +a/sysvinit-scripts-15.0-noarch-13.txz: Rebuilt. + rc.S, rc.6: use a temporary umask and more syncing to avoid any races when + creating the random seed directory and files. Use the poolsize rather than + a hardcoded 512 bytes when creating a non-creditable seed in the fallback + scripts. Thanks to Jason A. Donenfeld. +a/xfsprogs-5.13.0-aarch64-3.txz: Rebuilt. + Recompiled against icu4c-71.1. +ap/cups-filters-1.28.15-aarch64-1.txz: Upgraded. +ap/inxi-3.3.15_1-noarch-1.txz: Upgraded. +ap/lxc-4.0.12-aarch64-2.txz: Rebuilt. + Updated the Slackware LXC template to support the AArch64 architecture. + Thanks to Brent Earl. +ap/sqlite-3.38.2-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +d/cmake-3.23.1-aarch64-1.txz: Upgraded. +d/doxygen-1.9.3-aarch64-2.txz: Rebuilt. +d/help2man-1.49.2-aarch64-1.txz: Upgraded. +d/kernel-headers-5.17.3-aarch64-1.txz: Upgraded. +d/ruby-3.1.2-aarch64-1.txz: Upgraded. + This update fixes bugs and security issues: + Double free in Regexp compilation. + Buffer overrun in String-to-Float conversion. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28738 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28739 + (* Security fix *) +d/subversion-1.14.2-aarch64-1.txz: Upgraded. +d/u-boot-tools-2022.04-aarch64-1.txz: Added. + Moved to the 'd' series since this is only required during the build of + the U-Boot within the /platform directory. + Removed legacy examples from the 32bit armv5 days. +k/kernel-source-5.17.3-aarch64-1.txz: Upgraded. +kde/attica-5.93.0-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.12.3-aarch64-1.txz: Upgraded. +kde/baloo-5.93.0-aarch64-1.txz: Upgraded. +kde/bluez-qt-5.93.0-aarch64-1.txz: Upgraded. +kde/breeze-icons-5.93.0-noarch-1.txz: Upgraded. +kde/extra-cmake-modules-5.93.0-aarch64-1.txz: Upgraded. +kde/frameworkintegration-5.93.0-aarch64-1.txz: Upgraded. +kde/kactivities-5.93.0-aarch64-1.txz: Upgraded. +kde/kactivities-stats-5.93.0-aarch64-1.txz: Upgraded. +kde/kapidox-5.93.0-aarch64-1.txz: Upgraded. +kde/karchive-5.93.0-aarch64-1.txz: Upgraded. +kde/kauth-5.93.0-aarch64-1.txz: Upgraded. +kde/kbookmarks-5.93.0-aarch64-1.txz: Upgraded. +kde/kcalendarcore-5.93.0-aarch64-1.txz: Upgraded. +kde/kcmutils-5.93.0-aarch64-1.txz: Upgraded. +kde/kcodecs-5.93.0-aarch64-1.txz: Upgraded. +kde/kcompletion-5.93.0-aarch64-1.txz: Upgraded. +kde/kconfig-5.93.0-aarch64-1.txz: Upgraded. +kde/kconfigwidgets-5.93.0-aarch64-1.txz: Upgraded. +kde/kcontacts-5.93.0-aarch64-1.txz: Upgraded. +kde/kcoreaddons-5.93.0-aarch64-1.txz: Upgraded. +kde/kcrash-5.93.0-aarch64-1.txz: Upgraded. +kde/kdav-5.93.0-aarch64-1.txz: Upgraded. +kde/kdbusaddons-5.93.0-aarch64-1.txz: Upgraded. +kde/kdeclarative-5.93.0-aarch64-1.txz: Upgraded. +kde/kded-5.93.0-aarch64-1.txz: Upgraded. +kde/kdelibs4support-5.93.0-aarch64-1.txz: Upgraded. +kde/kdesignerplugin-5.93.0-aarch64-1.txz: Upgraded. +kde/kdesu-5.93.0-aarch64-1.txz: Upgraded. +kde/kdewebkit-5.93.0-aarch64-1.txz: Upgraded. +kde/kdnssd-5.93.0-aarch64-1.txz: Upgraded. +kde/kdoctools-5.93.0-aarch64-1.txz: Upgraded. +kde/kemoticons-5.93.0-aarch64-1.txz: Upgraded. +kde/kfilemetadata-5.93.0-aarch64-1.txz: Upgraded. +kde/kglobalaccel-5.93.0-aarch64-1.txz: Upgraded. +kde/kguiaddons-5.93.0-aarch64-1.txz: Upgraded. +kde/kholidays-5.93.0-aarch64-1.txz: Upgraded. +kde/khtml-5.93.0-aarch64-1.txz: Upgraded. +kde/ki18n-5.93.0-aarch64-1.txz: Upgraded. +kde/kiconthemes-5.93.0-aarch64-1.txz: Upgraded. +kde/kidletime-5.93.0-aarch64-1.txz: Upgraded. +kde/kimageformats-5.93.0-aarch64-1.txz: Upgraded. +kde/kinit-5.93.0-aarch64-1.txz: Upgraded. +kde/kio-5.93.0-aarch64-1.txz: Upgraded. +kde/kirigami2-5.93.0-aarch64-1.txz: Upgraded. +kde/kitemmodels-5.93.0-aarch64-1.txz: Upgraded. +kde/kitemviews-5.93.0-aarch64-1.txz: Upgraded. +kde/kjobwidgets-5.93.0-aarch64-1.txz: Upgraded. +kde/kjs-5.93.0-aarch64-1.txz: Upgraded. +kde/kjsembed-5.93.0-aarch64-1.txz: Upgraded. +kde/kmediaplayer-5.93.0-aarch64-1.txz: Upgraded. +kde/knewstuff-5.93.0-aarch64-1.txz: Upgraded. +kde/knotifications-5.93.0-aarch64-1.txz: Upgraded. +kde/knotifyconfig-5.93.0-aarch64-1.txz: Upgraded. +kde/kpackage-5.93.0-aarch64-1.txz: Upgraded. +kde/kparts-5.93.0-aarch64-1.txz: Upgraded. +kde/kpeople-5.93.0-aarch64-1.txz: Upgraded. +kde/kplotting-5.93.0-aarch64-1.txz: Upgraded. +kde/kpty-5.93.0-aarch64-1.txz: Upgraded. +kde/kquickcharts-5.93.0-aarch64-1.txz: Upgraded. +kde/krita-5.0.5-aarch64-1.txz: Upgraded. +kde/kross-5.93.0-aarch64-1.txz: Upgraded. +kde/krunner-5.93.0-aarch64-1.txz: Upgraded. +kde/kservice-5.93.0-aarch64-1.txz: Upgraded. +kde/ktexteditor-5.93.0-aarch64-1.txz: Upgraded. +kde/ktextwidgets-5.93.0-aarch64-1.txz: Upgraded. +kde/kunitconversion-5.93.0-aarch64-1.txz: Upgraded. +kde/kwallet-5.93.0-aarch64-1.txz: Upgraded. +kde/kwayland-5.93.0-aarch64-1.txz: Upgraded. +kde/kwidgetsaddons-5.93.0-aarch64-1.txz: Upgraded. +kde/kwindowsystem-5.93.0-aarch64-1.txz: Upgraded. +kde/kxmlgui-5.93.0-aarch64-1.txz: Upgraded. +kde/kxmlrpcclient-5.93.0-aarch64-1.txz: Upgraded. +kde/modemmanager-qt-5.93.0-aarch64-1.txz: Upgraded. +kde/networkmanager-qt-5.93.0-aarch64-1.txz: Upgraded. +kde/oxygen-icons5-5.93.0-noarch-1.txz: Upgraded. +kde/plasma-framework-5.93.0-aarch64-1.txz: Upgraded. +kde/prison-5.93.0-aarch64-1.txz: Upgraded. +kde/purpose-5.93.0-aarch64-1.txz: Upgraded. +kde/qqc2-desktop-style-5.93.0-aarch64-1.txz: Upgraded. +kde/solid-5.93.0-aarch64-1.txz: Upgraded. +kde/sonnet-5.93.0-aarch64-1.txz: Upgraded. +kde/syndication-5.93.0-aarch64-1.txz: Upgraded. +kde/syntax-highlighting-5.93.0-aarch64-1.txz: Upgraded. +kde/threadweaver-5.93.0-aarch64-1.txz: Upgraded. +l/boost-1.78.0-aarch64-4.txz: Rebuilt. + Recompiled against icu4c-71.1. +l/harfbuzz-4.2.0-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +l/icu4c-70.1-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/libical-3.0.14-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +l/libqalculate-4.1.1-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +l/libvisio-0.1.7-aarch64-8.txz: Rebuilt. + Recompiled against icu4c-71.1. +l/nodejs-16.14.2-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +l/pipewire-0.3.50-aarch64-1.txz: Upgraded. +l/qt5-5.15.3_20220407_9b1efa0e-aarch64-1.txz: Upgraded. + Compiled against icu4c-71.1. +l/qt5-webkit-5.212.0_alpha4-aarch64-8.txz: Rebuilt. + Recompiled against icu4c-71.1. +l/vte-0.66.2-aarch64-3.txz: Rebuilt. + Recompiled against icu4c-71.1. +n/dovecot-2.3.18-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +n/httpd-2.4.53-aarch64-2.txz: Rebuilt. +n/links-2.26-aarch64-1.txz: Upgraded. +n/mutt-2.2.3-aarch64-1.txz: Upgraded. +n/openssh-9.0p1-aarch64-1.txz: Upgraded. + This update contains some potentially incompatible changes regarding the + scp utility. For more information, see: + https://www.openssh.com/releasenotes.html#9.0 +n/php-7.4.28-aarch64-3.txz: Rebuilt. + Recompiled against icu4c-71.1. +n/postfix-3.7.0-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +n/samba-4.16.0-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +n/tin-2.6.1-aarch64-3.txz: Rebuilt. + Recompiled against icu4c-71.1. +n/whois-5.5.13-aarch64-1.txz: Upgraded. +t/texlive-2021.210418-aarch64-4.txz: Rebuilt. + Recompiled against icu4c-71.1. +x/xclock-1.1.1-aarch64-1.txz: Upgraded. +x/xdpyinfo-1.3.3-aarch64-1.txz: Upgraded. +xap/geeqie-1.7.3-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-99.0.1-aarch64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/firefox/99.0.1/releasenotes/ +extra/brltty/brltty-6.4-aarch64-4.txz: Rebuilt. + Recompiled against icu4c-71.1. +extra/php80/php80-8.0.17-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +extra/php81/php81-8.1.4-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +extra/sendmail/sendmail-8.17.1-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +extra/sendmail/sendmail-cf-8.17.1-noarch-2.txz: Rebuilt. + Recompiled against icu4c-71.1. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Mon Apr 11 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/gzip-1.12-aarch64-1.txz: Upgraded. +a/haveged-1.9.17-aarch64-2.txz: Rebuilt. + Install /etc/rc.d/rc.haveged as non-executable. For existing installations + running a recent kernel, it is safe to turn this off. + Back when we added the haveged package we were using the 4.4 kernel, but + since Linux 5.4 this same entropy generating algorithm has been built into + the kernel, so there's no reason to also run it in userspace. We'll keep + the package around (for now, anyway) in case someone might be running an + old kernel. Thanks to Jason A. Donenfeld. +a/hwdata-0.358-aarch64-1.txz: Upgraded. +a/kernel-modules-armv8-5.17.2_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.17.2-aarch64-1.txz: Upgraded. +a/sysvinit-scripts-15.0-noarch-12.txz: Rebuilt. + rc.S, rc.6: use the seedrng utility to seed and initialize the kernel + random number generator and generate a new seed. + If seedrng is missing, we'll attempt to do these things with scripting. + Thanks to Jason A. Donenfeld for hints about how to make a modest + improvement in that regard (blame me for any problems with my own changes), + but because you can't force the kernel RNG to initialize with a script + (it needs an ioctl), you won't get the same guarantees that you do when + using the new seedrng utility. +a/util-linux-2.38-aarch64-2.txz: Rebuilt. + Added seedrng utility, used to seed and initialize the kernel random number + generator and to generate new seeds for carrying entropy across reboots. + Thanks to Jason A. Donenfeld. +ap/cups-filters-1.28.14-aarch64-1.txz: Upgraded. +ap/ghostscript-9.56.1-aarch64-1.txz: Upgraded. +d/kernel-headers-5.17.2-aarch64-1.txz: Upgraded. +d/mercurial-6.1.1-aarch64-1.txz: Upgraded. +d/meson-0.62.0-aarch64-1.txz: Upgraded. +d/poke-2.3-aarch64-1.txz: Upgraded. +d/rust-1.60.0-aarch64-1.txz: Upgraded. +e/emacs-28.1-aarch64-1.txz: Upgraded. +k/kernel-source-5.17.2-aarch64-1.txz: Upgraded. +l/espeak-ng-1.51-aarch64-1.txz: Upgraded. +l/freetype-2.12.0-aarch64-1.txz: Upgraded. +l/frei0r-plugins-1.8.0-aarch64-1.txz: Upgraded. +l/libarchive-3.6.1-aarch64-1.txz: Upgraded. + This is a bugfix and security release. + Security fixes: + 7zip reader: fix PPMD read beyond boundary. + ZIP reader: fix possible out of bounds read. + ISO reader: fix possible heap buffer overflow in read_children(). + RARv4 redaer: fix multiple issues in RARv4 filter code (introduced in + libarchive 3.6.0). + Fix heap use after free in archive_read_format_rar_read_data(). + Fix null dereference in read_data_compressed(). + Fix heap user after free in run_filters(). + (* Security fix *) +l/libqalculate-4.1.1-aarch64-1.txz: Upgraded. +l/libsigc++-2.10.8-aarch64-1.txz: Upgraded. +l/libsndfile-1.1.0-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.77-aarch64-1.txz: Upgraded. +l/netpbm-10.98.00-aarch64-1.txz: Upgraded. +n/ca-certificates-20220403-noarch-1.txz: Upgraded. + This update provides the latest CA certificates to check for the + authenticity of SSL connections. +n/ethtool-5.17-aarch64-1.txz: Upgraded. +n/libgpg-error-1.45-aarch64-1.txz: Upgraded. +n/libmnl-1.0.5-aarch64-1.txz: Upgraded. +n/libnfnetlink-1.0.2-aarch64-1.txz: Upgraded. +n/procmail-3.24-aarch64-1.txz: Upgraded. +x/appres-1.0.6-aarch64-1.txz: Upgraded. +x/editres-1.0.8-aarch64-1.txz: Upgraded. +x/iceauth-1.0.9-aarch64-1.txz: Upgraded. +x/libX11-1.7.5-aarch64-1.txz: Upgraded. +x/libXcursor-1.2.1-aarch64-1.txz: Upgraded. +x/listres-1.0.5-aarch64-1.txz: Upgraded. +x/mkcomposecache-1.2.2-aarch64-1.txz: Upgraded. +x/mkfontscale-1.2.2-aarch64-1.txz: Upgraded. +x/setxkbmap-1.3.3-aarch64-1.txz: Upgraded. +x/twm-1.0.12-aarch64-1.txz: Upgraded. +x/xcalc-1.1.1-aarch64-1.txz: Upgraded. +x/xclock-1.1.0-aarch64-1.txz: Upgraded. +x/xedit-1.2.3-aarch64-1.txz: Upgraded. +x/xf86-video-dummy-0.4.0-aarch64-1.txz: Upgraded. +x/xload-1.1.4-aarch64-1.txz: Upgraded. +x/xlsfonts-1.0.7-aarch64-1.txz: Upgraded. +x/xorg-docs-1.7.2-aarch64-1.txz: Upgraded. +x/xorg-sgml-doctools-1.12-aarch64-1.txz: Upgraded. +x/xsm-1.0.5-aarch64-1.txz: Upgraded. +xap/libnma-1.8.38-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-99.0-aarch64-1.txz: Upgraded. + This update contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/firefox/99.0/releasenotes/ + https://www.mozilla.org/security/advisories/mfsa2022-13/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1097 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28281 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28282 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28283 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28284 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28285 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28286 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28287 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24713 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28289 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28288 + (* Security fix *) +xap/mozilla-thunderbird-91.8.0-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/91.8.0/releasenotes/ + https://www.mozilla.org/en-US/security/advisories/mfsa2022-15/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1097 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28281 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1197 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1196 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28282 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28285 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28286 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24713 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28289 + (* Security fix *) +xfce/mousepad-0.5.9-aarch64-1.txz: Upgraded. +xfce/thunar-4.16.11-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. + /usr/share/hwm-configure/platform/aarch64/installer/helper.scr/rpi: + Added Raspberry Pi Hardware Model helper, configuring U-Boot to + prevent handling the Flattened Device Tree. This responsibility has + been moved to the Rasperry Pi's first stage Native Boot Loader, as it + handles the various hardware differences properly and enables easy + configuration of Device Tree Overlays. + Thanks to gsl on LQ for the R&D. +isolinux/initrd-armv8.img: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Thu Mar 31 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +installdocs/INSTALLATION.txt: Added. + Point to online installation documentation. + Thanks to cycojesus on LQ. +a/inih-55-aarch64-1.txz: Upgraded. +a/inotify-tools-3.22.1.0-aarch64-1.txz: Upgraded. +a/kernel-modules-armv8-5.17.1_armv8-aarch64-2.txz: Rebuilt. +a/kernel_armv8-5.17.1-aarch64-2.txz: Rebuilt. + Added Video Core driver for bcm2835 to enable sound on the Raspberry Pi4. + Thanks to Brent Earl and netcrawl on LQ. +a/sysvinit-3.02-aarch64-1.txz: Upgraded. +a/sysvinit-scripts-15.0-noarch-11.txz: Rebuilt. + rc.M: Fix cosmetic mistake where a couple of paths were relative instead of + absolute. Thanks to babydr. +a/u-boot-tools-2022.01-aarch64-1.txz: Removed. + This is no longer required and hasn't been since removal of the 32bit Compulab + Trimslice. +ap/vim-8.2.4649-aarch64-1.txz: Upgraded. + Fixes a use-after-free in utf_ptr2char in vim/vim prior to 8.2.4646. + This vulnerability is capable of crashing software, bypassing protection + mechanisms, modifying memory, and possibly execution of arbitrary code. + Thanks to marav for the heads-up. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1154 + https://huntr.dev/bounties/7f0ec6bc-ea0e-45b0-8128-caac72d23425 + https://github.com/vim/vim/commit/b55986c52d4cd88a22d0b0b0e8a79547ba13e1d5 + (* Security fix *) +d/cmake-3.23.0-aarch64-1.txz: Upgraded. +d/kernel-headers-5.17.1-aarch64-2.txz: Rebuilt. +d/meson-0.61.4-aarch64-1.txz: Upgraded. +k/kernel-source-5.17.1-aarch64-2.txz: Rebuilt. +kde/bluedevil-5.24.4-aarch64-1.txz: Upgraded. +kde/breeze-5.24.4-aarch64-1.txz: Upgraded. +kde/breeze-gtk-5.24.4-aarch64-1.txz: Upgraded. +kde/drkonqi-5.24.4-aarch64-1.txz: Upgraded. +kde/kactivitymanagerd-5.24.4-aarch64-1.txz: Upgraded. +kde/kde-cli-tools-5.24.4-aarch64-1.txz: Upgraded. +kde/kde-gtk-config-5.24.4-aarch64-1.txz: Upgraded. +kde/kdecoration-5.24.4-aarch64-1.txz: Upgraded. +kde/kdeplasma-addons-5.24.4-aarch64-1.txz: Upgraded. +kde/kgamma5-5.24.4-aarch64-1.txz: Upgraded. +kde/khotkeys-5.24.4-aarch64-1.txz: Upgraded. +kde/kinfocenter-5.24.4-aarch64-1.txz: Upgraded. +kde/kmenuedit-5.24.4-aarch64-1.txz: Upgraded. +kde/kscreen-5.24.4-aarch64-1.txz: Upgraded. +kde/kscreenlocker-5.24.4-aarch64-1.txz: Upgraded. +kde/ksshaskpass-5.24.4-aarch64-1.txz: Upgraded. +kde/ksystemstats-5.24.4-aarch64-1.txz: Upgraded. +kde/kwallet-pam-5.24.4-aarch64-1.txz: Upgraded. +kde/kwayland-integration-5.24.4-aarch64-1.txz: Upgraded. +kde/kwayland-server-5.24.4-aarch64-1.txz: Upgraded. +kde/kwin-5.24.4-aarch64-1.txz: Upgraded. +kde/kwrited-5.24.4-aarch64-1.txz: Upgraded. +kde/layer-shell-qt-5.24.4-aarch64-1.txz: Upgraded. +kde/libkscreen-5.24.4-aarch64-1.txz: Upgraded. +kde/libksysguard-5.24.4-aarch64-1.txz: Upgraded. +kde/milou-5.24.4-aarch64-1.txz: Upgraded. +kde/oxygen-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-browser-integration-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-desktop-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-disks-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-firewall-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-integration-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-nm-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-pa-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-sdk-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-vault-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.24.4-aarch64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.24.4-aarch64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.24.4-aarch64-1.txz: Upgraded. +kde/powerdevil-5.24.4-aarch64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.24.4-aarch64-1.txz: Upgraded. +kde/sddm-kcm-5.24.4-aarch64-1.txz: Upgraded. +kde/systemsettings-5.24.4-aarch64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.24.4-aarch64-1.txz: Upgraded. +l/expat-2.4.8-aarch64-1.txz: Upgraded. +l/harfbuzz-4.2.0-aarch64-1.txz: Upgraded. +l/libcap-ng-0.8.3-aarch64-1.txz: Upgraded. +l/mlt-7.6.0-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.76.1-aarch64-1.txz: Upgraded. +l/pipewire-0.3.49-aarch64-1.txz: Upgraded. +x/xdg-desktop-portal-1.14.2-aarch64-1.txz: Upgraded. +xap/gparted-1.4.0-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.4649-aarch64-1.txz: Upgraded. +kernels/*: Upgraded. +isolinux/*: Rebuilt. ++--------------------------+ +Tue Mar 29 08:08:08 UTC 2022 + +Hello! + +After 15 months of development, Slackware AArch64 (ARM64) is released in +-current (development) form. The initial porting only took a few months but +I've taken this opportunity to re-architect the entire ARM platform support, +as the previous design had reached the limits of scalability, and the technology +has moved on sufficiently to enable a far smoother installation experience than +was possible in 2006 when I onboarded the 32bit SheevaPlug. + +This new port also enables the community to get more deeply involved by helping +add support for new Hardware Models (more information on that at a later date when +I finish writing the documentation!). + +The installation documentation is still a work-in-progress, but is complete +enough to be followed:- + https://docs.slackware.com/slackwarearm:inst_sa64_cur + +It is prudent that you read the bright red WARNING boxes in the documentation! +Additionally there is a known bugs section at the bottom, which you should +consult first - particularly for the Raspberry Pi4. + +Initially Slackware AArch64 will receive regular updates to incorporate fixes +from the community; with the long term plan moving to a monthly update cadence +(with security fixes supplied as soon as possible in the interim). + +For those of you who would like to become a Hardware Model Custodian +(http://arm.slackware.com/slackwarearm-devel/) I'll be providing early access +for you to test on your Hardware Model prior to the public releases. Again, +more information on that once the documentation is complete and things have +settled down. + +Thanks to Brent Earl for his continued help and support with the development, +and the early testers for their testing and feedback. Thanks to Patrick Volkerding +for accommodating the ARM platform during the world rebuilds, and for merging +the updates to the Installer and the OS, significantly aiding the forward +development here. + +Let us know how you get on using the Slackware ARM forum as usual: + https://www.linuxquestions.org/questions/slackware-arm-108/ + +Enjoy. + +Stuart + + +a/aaa_libraries-15.1-aarch64-2.txz: Rebuilt. +a/util-linux-2.38-aarch64-1.txz: Upgraded. +ap/cups-filters-1.28.13-aarch64-1.txz: Upgraded. +l/shared-mime-info-2.2-aarch64-1.txz: Upgraded. +l/zlib-1.2.12-aarch64-1.txz: Upgraded. + This update fixes memory corruption when deflating (i.e., when compressing) + if the input has many distant matches. Thanks to marav. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032 + (* Security fix *) +n/epic5-2.1.7-aarch64-1.txz: Upgraded. +n/libgcrypt-1.10.1-aarch64-1.txz: Upgraded. +n/s-nail-14.9.24-aarch64-1.txz: Upgraded. +x/libwacom-2.2.0-aarch64-1.txz: Upgraded. ++--------------------------+ +Mon Mar 28 08:08:08 UTC 2022 +a/kernel-modules-armv8-5.17.1_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.17.1-aarch64-1.txz: Upgraded. + install/doinst.sh: Remove os-initrd-mgr's inventory caches to cause + the required re-sync. +ap/inxi-3.3.14_1-noarch-1.txz: Upgraded. +ap/mc-4.8.28-aarch64-1.txz: Upgraded. +ap/sqlite-3.38.2-aarch64-1.txz: Upgraded. +ap/vim-8.2.4639-aarch64-1.txz: Upgraded. +d/kernel-headers-5.17.1-aarch64-1.txz: Upgraded. +d/strace-5.17-aarch64-1.txz: Upgraded. +k/kernel-source-5.17.1-aarch64-1.txz: Upgraded. +l/babl-0.1.92-aarch64-1.txz: Upgraded. +l/fluidsynth-2.2.6-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_29-aarch64-1.txz: Upgraded. +l/netpbm-10.97.06-aarch64-1.txz: Upgraded. +n/mutt-2.2.2-aarch64-1.txz: Upgraded. +n/netatalk-3.1.13-aarch64-1.txz: Upgraded. +x/libXvMC-1.0.13-aarch64-1.txz: Upgraded. +x/libevdev-1.12.1-aarch64-1.txz: Upgraded. +x/xdg-desktop-portal-1.14.1-aarch64-1.txz: Upgraded. +xap/libnma-1.8.36-aarch64-1.txz: Upgraded. +xap/seamonkey-2.53.11.1-aarch64-1.txz: Upgraded. + This update contains security fixes and improvements. + For more information, see: + https://www.seamonkey-project.org/releases/seamonkey2.53.11.1 + (* Security fix *) +xap/vim-gvim-8.2.4639-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Fri Mar 25 08:08:08 UTC 2022 +a/hwm-bw-raspberrypi-1.20220308-aarch64-2.txz: Rebuilt. + Updated U-Boot to display the Slackware boot logo. +a/kernel-firmware-20220318_681281e-noarch-2.txz: Rebuilt. + Upgraded Broadcom firmware for the RPi. +a/kernel-modules-armv8-5.15.31_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.31-aarch64-1.txz: Upgraded. + /boot/initrd/[load_kernel_modules]: Support automatic modprobe configuration + at runtime based on the Hardware Model. At present the aim is to enable the + Slackware ARM developers to blacklist or adjust the parameters of particular + modules based on the Hardware Model detected. Local customisations support + (keeping in sync with the OS) may be added in OS in the future if need be. +d/kernel-headers-5.15.31-aarch64-1.txz: Upgraded. +d/python3-3.9.12-aarch64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://pythoninsider.blogspot.com/2022/03/python-3104-and-3912-are-now-available.html +k/kernel-source-5.15.31-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. + /[load_kernel_modules]: Support automatic modprobe configuration + at runtime based on the Hardware Model. +kernels/*: Upgraded. ++--------------------------+ +Thu Mar 24 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +ap/dash-0.5.11.5-aarch64-1.txz: Upgraded. +d/parallel-20220322-noarch-1.txz: Upgraded. +l/adwaita-icon-theme-42.0-aarch64-1.txz: Upgraded. +l/gsettings-desktop-schemas-42.0-aarch64-1.txz: Upgraded. +l/harfbuzz-4.1.0-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_28-aarch64-1.txz: Upgraded. +l/libqalculate-4.1.0-aarch64-1.txz: Upgraded. +l/rubygem-asciidoctor-2.0.17-aarch64-1.txz: Upgraded. + Upgraded and built for Ruby 3.1.1. Thanks to marrowsuck. +n/NetworkManager-1.36.4-aarch64-1.txz: Upgraded. +n/fetchmail-6.4.29-aarch64-1.txz: Upgraded. +n/iproute2-5.17.0-aarch64-1.txz: Upgraded. +n/samba-4.16.0-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-98.0.2-aarch64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/firefox/98.0.2/releasenotes/ +xap/network-manager-applet-1.26.0-aarch64-1.txz: Upgraded. ++--------------------------+ +Tue Mar 22 08:08:08 UTC 2022 + +Work now begins on upgrading to Linux 5.17. + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.1-aarch64-1.txz: Upgraded. +a/dbus-1.14.0-aarch64-1.txz: Upgraded. +a/glibc-zoneinfo-2022a-noarch-1.txz: Upgraded. +a/hwm-bw-raspberrypi-1.20220308-aarch64-1.txz: Upgraded. + Updated to latest version of U-Boot and RPi bootware. + Tested on Linux 5.15.30. +a/kernel-firmware-20220318_681281e-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.15.30_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.30-aarch64-1.txz: Upgraded. + os-initrd-mgr: handle firmware syncronisation between the OS and + the InitRD. This will help where firmware for peripherals is required + early on in the boot sequence. +a/logrotate-3.19.0-aarch64-1.txz: Upgraded. +a/lrzip-0.651-aarch64-1.txz: Upgraded. +a/openssl-solibs-1.1.1n-aarch64-1.txz: Upgraded. +a/sysfsutils-2.1.1-aarch64-1.txz: Upgraded. +ap/ispell-3.4.05-aarch64-1.txz: Upgraded. +ap/man-db-2.10.2-aarch64-1.txz: Upgraded. +ap/qpdf-10.6.3-aarch64-1.txz: Upgraded. +ap/sqlite-3.38.1-aarch64-1.txz: Upgraded. +ap/squashfs-tools-4.5.1-aarch64-1.txz: Upgraded. +d/cmake-3.22.3-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.30-aarch64-1.txz: Upgraded. +d/meson-0.61.3-aarch64-1.txz: Upgraded. +d/perl-5.34.1-aarch64-1.txz: Upgraded. + Upgraded: IO-Socket-SSL-2.074, Net-SSLeay-1.92, Path-Tiny-0.122, + Template-Toolkit-3.010, URI-5.10. +d/python3-3.9.11-aarch64-1.txz: Upgraded. + This update fixes bugs and security issues: + libexpat upgraded from 2.4.1 to 2.4.7 + bundled pip upgraded from 21.2.4 to 22.0.4 + authorization bypass fixed in urllib.request + REDoS avoided in importlib.metadata + For more information, see: + https://pythoninsider.blogspot.com/2022/03/python-3103-3911-3813-and-3713-are-now.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28363 + (* Security fix *) +k/kernel-source-5.15.30-aarch64-1.txz: Upgraded. +kde/akonadi-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-tools-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadi-contacts-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadi-import-wizard-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadi-mime-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadi-notes-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadi-search-21.12.3-aarch64-1.txz: Upgraded. +kde/akonadiconsole-21.12.3-aarch64-1.txz: Upgraded. +kde/akregator-21.12.3-aarch64-1.txz: Upgraded. +kde/analitza-21.12.3-aarch64-1.txz: Upgraded. +kde/ark-21.12.3-aarch64-1.txz: Upgraded. +kde/artikulate-21.12.3-aarch64-1.txz: Upgraded. +kde/attica-5.92.0-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.12.3-aarch64-1.txz: Upgraded. +kde/baloo-5.92.0-aarch64-1.txz: Upgraded. +kde/baloo-widgets-21.12.3-aarch64-1.txz: Upgraded. +kde/blinken-21.12.3-aarch64-1.txz: Upgraded. +kde/bluedevil-5.24.3-aarch64-1.txz: Upgraded. +kde/bluez-qt-5.92.0-aarch64-1.txz: Upgraded. +kde/bomber-21.12.3-aarch64-1.txz: Upgraded. +kde/bovo-21.12.3-aarch64-1.txz: Upgraded. +kde/breeze-5.24.3-aarch64-1.txz: Upgraded. +kde/breeze-gtk-5.24.3-aarch64-1.txz: Upgraded. +kde/breeze-icons-5.92.0-noarch-1.txz: Upgraded. +kde/calendarsupport-21.12.3-aarch64-1.txz: Upgraded. +kde/cantor-21.12.3-aarch64-1.txz: Upgraded. +kde/cervisia-21.12.3-aarch64-1.txz: Upgraded. +kde/digikam-7.6.0-aarch64-1.txz: Upgraded. +kde/dolphin-21.12.3-aarch64-1.txz: Upgraded. +kde/dolphin-plugins-21.12.3-aarch64-1.txz: Upgraded. +kde/dragon-21.12.3-aarch64-1.txz: Upgraded. +kde/drkonqi-5.24.3-aarch64-1.txz: Upgraded. +kde/elisa-21.12.3-aarch64-1.txz: Upgraded. +kde/eventviews-21.12.3-aarch64-1.txz: Upgraded. +kde/extra-cmake-modules-5.92.0-aarch64-1.txz: Upgraded. +kde/ffmpegthumbs-21.12.3-aarch64-1.txz: Upgraded. +kde/filelight-21.12.3-aarch64-1.txz: Upgraded. +kde/frameworkintegration-5.92.0-aarch64-1.txz: Upgraded. +kde/granatier-21.12.3-aarch64-1.txz: Upgraded. +kde/grantlee-editor-21.12.3-aarch64-1.txz: Upgraded. +kde/grantleetheme-21.12.3-aarch64-1.txz: Upgraded. +kde/gwenview-21.12.3-aarch64-1.txz: Upgraded. +kde/incidenceeditor-21.12.3-aarch64-1.txz: Upgraded. +kde/itinerary-21.12.3-aarch64-1.txz: Upgraded. +kde/juk-21.12.3-aarch64-1.txz: Upgraded. +kde/k3b-21.12.3-aarch64-1.txz: Upgraded. +kde/kactivities-5.92.0-aarch64-1.txz: Upgraded. +kde/kactivities-stats-5.92.0-aarch64-1.txz: Upgraded. +kde/kactivitymanagerd-5.24.3-aarch64-1.txz: Upgraded. +kde/kaddressbook-21.12.3-aarch64-1.txz: Upgraded. +kde/kalarm-21.12.3-aarch64-1.txz: Upgraded. +kde/kalarmcal-21.12.3-aarch64-1.txz: Upgraded. +kde/kalgebra-21.12.3-aarch64-1.txz: Upgraded. +kde/kalzium-21.12.3-aarch64-1.txz: Upgraded. +kde/kamera-21.12.3-aarch64-1.txz: Upgraded. +kde/kamoso-21.12.3-aarch64-1.txz: Upgraded. +kde/kanagram-21.12.3-aarch64-1.txz: Upgraded. +kde/kapidox-5.92.0-aarch64-1.txz: Upgraded. +kde/kapman-21.12.3-aarch64-1.txz: Upgraded. +kde/kapptemplate-21.12.3-aarch64-1.txz: Upgraded. +kde/karchive-5.92.0-aarch64-1.txz: Upgraded. +kde/kate-21.12.3-aarch64-1.txz: Upgraded. +kde/katomic-21.12.3-aarch64-1.txz: Upgraded. +kde/kauth-5.92.0-aarch64-1.txz: Upgraded. +kde/kbackup-21.12.3-aarch64-1.txz: Upgraded. +kde/kblackbox-21.12.3-aarch64-1.txz: Upgraded. +kde/kblocks-21.12.3-aarch64-1.txz: Upgraded. +kde/kbookmarks-5.92.0-aarch64-1.txz: Upgraded. +kde/kbounce-21.12.3-aarch64-1.txz: Upgraded. +kde/kbreakout-21.12.3-aarch64-1.txz: Upgraded. +kde/kbruch-21.12.3-aarch64-1.txz: Upgraded. +kde/kcachegrind-21.12.3-aarch64-1.txz: Upgraded. +kde/kcalc-21.12.3-aarch64-1.txz: Upgraded. +kde/kcalendarcore-5.92.0-aarch64-1.txz: Upgraded. +kde/kcalutils-21.12.3-aarch64-1.txz: Upgraded. +kde/kcharselect-21.12.3-aarch64-1.txz: Upgraded. +kde/kcmutils-5.92.0-aarch64-1.txz: Upgraded. +kde/kcodecs-5.92.0-aarch64-1.txz: Upgraded. +kde/kcolorchooser-21.12.3-aarch64-1.txz: Upgraded. +kde/kcompletion-5.92.0-aarch64-1.txz: Upgraded. +kde/kconfig-5.92.0-aarch64-1.txz: Upgraded. +kde/kconfigwidgets-5.92.0-aarch64-1.txz: Upgraded. +kde/kcontacts-5.92.0-aarch64-1.txz: Upgraded. +kde/kcoreaddons-5.92.0-aarch64-1.txz: Upgraded. +kde/kcrash-5.92.0-aarch64-1.txz: Upgraded. +kde/kcron-21.12.3-aarch64-1.txz: Upgraded. +kde/kdav-5.92.0-aarch64-1.txz: Upgraded. +kde/kdbusaddons-5.92.0-aarch64-1.txz: Upgraded. +kde/kde-cli-tools-5.24.3-aarch64-1.txz: Upgraded. +kde/kde-dev-scripts-21.12.3-aarch64-1.txz: Upgraded. +kde/kde-dev-utils-21.12.3-aarch64-1.txz: Upgraded. +kde/kde-gtk-config-5.24.3-aarch64-1.txz: Upgraded. +kde/kdebugsettings-21.12.3-aarch64-1.txz: Upgraded. +kde/kdeclarative-5.92.0-aarch64-1.txz: Upgraded. +kde/kdeconnect-kde-21.12.3-aarch64-1.txz: Upgraded. +kde/kdecoration-5.24.3-aarch64-1.txz: Upgraded. +kde/kded-5.92.0-aarch64-1.txz: Upgraded. +kde/kdeedu-data-21.12.3-aarch64-1.txz: Upgraded. +kde/kdegraphics-mobipocket-21.12.3-aarch64-1.txz: Upgraded. +kde/kdegraphics-thumbnailers-21.12.3-aarch64-1.txz: Upgraded. +kde/kdelibs4support-5.92.0-aarch64-1.txz: Upgraded. +kde/kdenetwork-filesharing-21.12.3-aarch64-1.txz: Upgraded. +kde/kdenlive-21.12.3-aarch64-1.txz: Upgraded. +kde/kdepim-addons-21.12.3-aarch64-1.txz: Upgraded. +kde/kdepim-runtime-21.12.3-aarch64-1.txz: Upgraded. +kde/kdeplasma-addons-5.24.3-aarch64-1.txz: Upgraded. +kde/kdesdk-kioslaves-21.12.3-aarch64-1.txz: Upgraded. +kde/kdesdk-thumbnailers-21.12.3-aarch64-1.txz: Upgraded. +kde/kdesignerplugin-5.92.0-aarch64-1.txz: Upgraded. +kde/kdesu-5.92.0-aarch64-1.txz: Upgraded. +kde/kdev-php-21.12.3-aarch64-1.txz: Upgraded. +kde/kdev-python-21.12.3-aarch64-1.txz: Upgraded. +kde/kdevelop-21.12.3-aarch64-1.txz: Upgraded. +kde/kdewebkit-5.92.0-aarch64-1.txz: Upgraded. +kde/kdf-21.12.3-aarch64-1.txz: Upgraded. +kde/kdialog-21.12.3-aarch64-1.txz: Upgraded. +kde/kdiamond-21.12.3-aarch64-1.txz: Upgraded. +kde/kdnssd-5.92.0-aarch64-1.txz: Upgraded. +kde/kdoctools-5.92.0-aarch64-1.txz: Upgraded. +kde/keditbookmarks-21.12.3-aarch64-1.txz: Upgraded. +kde/kemoticons-5.92.0-aarch64-1.txz: Upgraded. +kde/kfilemetadata-5.92.0-aarch64-1.txz: Upgraded. +kde/kfind-21.12.3-aarch64-1.txz: Upgraded. +kde/kfloppy-21.12.3-aarch64-1.txz: Upgraded. +kde/kfourinline-21.12.3-aarch64-1.txz: Upgraded. +kde/kgamma5-5.24.3-aarch64-1.txz: Upgraded. +kde/kgeography-21.12.3-aarch64-1.txz: Upgraded. +kde/kget-21.12.3-aarch64-1.txz: Upgraded. +kde/kglobalaccel-5.92.0-aarch64-1.txz: Upgraded. +kde/kgoldrunner-21.12.3-aarch64-1.txz: Upgraded. +kde/kgpg-21.12.3-aarch64-1.txz: Upgraded. +kde/kguiaddons-5.92.0-aarch64-1.txz: Upgraded. +kde/khangman-21.12.3-aarch64-1.txz: Upgraded. +kde/khelpcenter-21.12.3-aarch64-1.txz: Upgraded. +kde/kholidays-5.92.0-aarch64-1.txz: Upgraded. +kde/khotkeys-5.24.3-aarch64-1.txz: Upgraded. +kde/khtml-5.92.0-aarch64-1.txz: Upgraded. +kde/ki18n-5.92.0-aarch64-1.txz: Upgraded. +kde/kiconthemes-5.92.0-aarch64-1.txz: Upgraded. +kde/kidentitymanagement-21.12.3-aarch64-1.txz: Upgraded. +kde/kidletime-5.92.0-aarch64-1.txz: Upgraded. +kde/kig-21.12.3-aarch64-1.txz: Upgraded. +kde/kigo-21.12.3-aarch64-1.txz: Upgraded. +kde/killbots-21.12.3-aarch64-1.txz: Upgraded. +kde/kimageformats-5.92.0-aarch64-1.txz: Upgraded. +kde/kimagemapeditor-21.12.3-aarch64-1.txz: Upgraded. +kde/kimap-21.12.3-aarch64-1.txz: Upgraded. +kde/kinfocenter-5.24.3-aarch64-1.txz: Upgraded. +kde/kinit-5.92.0-aarch64-1.txz: Upgraded. +kde/kio-5.92.0-aarch64-1.txz: Upgraded. +kde/kio-extras-21.12.3-aarch64-1.txz: Upgraded. +kde/kio-gdrive-21.12.3-aarch64-1.txz: Upgraded. +kde/kipi-plugins-21.12.3-aarch64-1.txz: Upgraded. +kde/kirigami-gallery-21.12.3-aarch64-1.txz: Upgraded. +kde/kirigami2-5.92.0-aarch64-1.txz: Upgraded. +kde/kiriki-21.12.3-aarch64-1.txz: Upgraded. +kde/kitemmodels-5.92.0-aarch64-1.txz: Upgraded. +kde/kitemviews-5.92.0-aarch64-1.txz: Upgraded. +kde/kiten-21.12.3-aarch64-1.txz: Upgraded. +kde/kitinerary-21.12.3-aarch64-1.txz: Upgraded. +kde/kjobwidgets-5.92.0-aarch64-1.txz: Upgraded. +kde/kjs-5.92.0-aarch64-1.txz: Upgraded. +kde/kjsembed-5.92.0-aarch64-1.txz: Upgraded. +kde/kjumpingcube-21.12.3-aarch64-1.txz: Upgraded. +kde/kldap-21.12.3-aarch64-1.txz: Upgraded. +kde/kleopatra-21.12.3-aarch64-1.txz: Upgraded. +kde/klickety-21.12.3-aarch64-1.txz: Upgraded. +kde/klines-21.12.3-aarch64-1.txz: Upgraded. +kde/kmag-21.12.3-aarch64-1.txz: Upgraded. +kde/kmahjongg-21.12.3-aarch64-1.txz: Upgraded. +kde/kmail-21.12.3-aarch64-1.txz: Upgraded. +kde/kmail-account-wizard-21.12.3-aarch64-1.txz: Upgraded. +kde/kmailtransport-21.12.3-aarch64-1.txz: Upgraded. +kde/kmbox-21.12.3-aarch64-1.txz: Upgraded. +kde/kmediaplayer-5.92.0-aarch64-1.txz: Upgraded. +kde/kmenuedit-5.24.3-aarch64-1.txz: Upgraded. +kde/kmime-21.12.3-aarch64-1.txz: Upgraded. +kde/kmines-21.12.3-aarch64-1.txz: Upgraded. +kde/kmix-21.12.3-aarch64-1.txz: Upgraded. +kde/kmousetool-21.12.3-aarch64-1.txz: Upgraded. +kde/kmouth-21.12.3-aarch64-1.txz: Upgraded. +kde/kmplot-21.12.3-aarch64-1.txz: Upgraded. +kde/knavalbattle-21.12.3-aarch64-1.txz: Upgraded. +kde/knetwalk-21.12.3-aarch64-1.txz: Upgraded. +kde/knewstuff-5.92.0-aarch64-1.txz: Upgraded. +kde/knights-21.12.3-aarch64-1.txz: Upgraded. +kde/knotes-21.12.3-aarch64-1.txz: Upgraded. +kde/knotifications-5.92.0-aarch64-1.txz: Upgraded. +kde/knotifyconfig-5.92.0-aarch64-1.txz: Upgraded. +kde/kolf-21.12.3-aarch64-1.txz: Upgraded. +kde/kollision-21.12.3-aarch64-1.txz: Upgraded. +kde/kolourpaint-21.12.3-aarch64-1.txz: Upgraded. +kde/kompare-21.12.3-aarch64-1.txz: Upgraded. +kde/konqueror-21.12.3-aarch64-1.txz: Upgraded. +kde/konquest-21.12.3-aarch64-1.txz: Upgraded. +kde/konsole-21.12.3-aarch64-1.txz: Upgraded. +kde/kontact-21.12.3-aarch64-1.txz: Upgraded. +kde/kontactinterface-21.12.3-aarch64-1.txz: Upgraded. +kde/kontrast-21.12.3-aarch64-1.txz: Upgraded. +kde/konversation-21.12.3-aarch64-1.txz: Upgraded. +kde/kopeninghours-21.12.3-aarch64-1.txz: Upgraded. +kde/kopete-21.12.3-aarch64-1.txz: Upgraded. +kde/korganizer-21.12.3-aarch64-1.txz: Upgraded. +kde/kosmindoormap-21.12.3-aarch64-1.txz: Upgraded. +kde/kpackage-5.92.0-aarch64-1.txz: Upgraded. +kde/kparts-5.92.0-aarch64-1.txz: Upgraded. +kde/kpat-21.12.3-aarch64-1.txz: Upgraded. +kde/kpeople-5.92.0-aarch64-1.txz: Upgraded. +kde/kpimtextedit-21.12.3-aarch64-1.txz: Upgraded. +kde/kpkpass-21.12.3-aarch64-1.txz: Upgraded. +kde/kplotting-5.92.0-aarch64-1.txz: Upgraded. +kde/kpmcore-21.12.3-aarch64-1.txz: Upgraded. +kde/kpty-5.92.0-aarch64-1.txz: Upgraded. +kde/kpublictransport-21.12.3-aarch64-1.txz: Upgraded. +kde/kqtquickcharts-21.12.3-aarch64-1.txz: Upgraded. +kde/kquickcharts-5.92.0-aarch64-1.txz: Upgraded. +kde/krdc-21.12.3-aarch64-1.txz: Upgraded. +kde/kreversi-21.12.3-aarch64-1.txz: Upgraded. +kde/krfb-21.12.3-aarch64-1.txz: Upgraded. +kde/kross-5.92.0-aarch64-1.txz: Upgraded. +kde/kross-interpreters-21.12.3-aarch64-1.txz: Upgraded. +kde/kruler-21.12.3-aarch64-1.txz: Upgraded. +kde/krunner-5.92.0-aarch64-1.txz: Upgraded. +kde/kscreen-5.24.3-aarch64-1.txz: Upgraded. +kde/kscreenlocker-5.24.3-aarch64-1.txz: Upgraded. +kde/kservice-5.92.0-aarch64-1.txz: Upgraded. +kde/kshisen-21.12.3-aarch64-1.txz: Upgraded. +kde/ksirk-21.12.3-aarch64-1.txz: Upgraded. +kde/ksmtp-21.12.3-aarch64-1.txz: Upgraded. +kde/ksnakeduel-21.12.3-aarch64-1.txz: Upgraded. +kde/kspaceduel-21.12.3-aarch64-1.txz: Upgraded. +kde/ksquares-21.12.3-aarch64-1.txz: Upgraded. +kde/ksshaskpass-5.24.3-aarch64-1.txz: Upgraded. +kde/kstars-3.5.8-aarch64-1.txz: Upgraded. +kde/ksudoku-21.12.3-aarch64-1.txz: Upgraded. +kde/ksystemlog-21.12.3-aarch64-1.txz: Upgraded. +kde/ksystemstats-5.24.3-aarch64-1.txz: Upgraded. +kde/kteatime-21.12.3-aarch64-1.txz: Upgraded. +kde/ktexteditor-5.92.0-aarch64-1.txz: Upgraded. +kde/ktextwidgets-5.92.0-aarch64-1.txz: Upgraded. +kde/ktimer-21.12.3-aarch64-1.txz: Upgraded. +kde/ktnef-21.12.3-aarch64-1.txz: Upgraded. +kde/ktorrent-21.12.3-aarch64-1.txz: Upgraded. +kde/ktouch-21.12.3-aarch64-1.txz: Upgraded. +kde/kturtle-21.12.3-aarch64-1.txz: Upgraded. +kde/kubrick-21.12.3-aarch64-1.txz: Upgraded. +kde/kunitconversion-5.92.0-aarch64-1.txz: Upgraded. +kde/kwallet-5.92.0-aarch64-1.txz: Upgraded. +kde/kwallet-pam-5.24.3-aarch64-1.txz: Upgraded. +kde/kwalletmanager-21.12.3-aarch64-1.txz: Upgraded. +kde/kwave-21.12.3-aarch64-1.txz: Upgraded. +kde/kwayland-5.92.0-aarch64-1.txz: Upgraded. +kde/kwayland-integration-5.24.3-aarch64-1.txz: Upgraded. +kde/kwayland-server-5.24.3-aarch64-1.txz: Upgraded. +kde/kwidgetsaddons-5.92.0-aarch64-1.txz: Upgraded. +kde/kwin-5.24.3-aarch64-1.txz: Upgraded. +kde/kwindowsystem-5.92.0-aarch64-1.txz: Upgraded. +kde/kwordquiz-21.12.3-aarch64-1.txz: Upgraded. +kde/kwrited-5.24.3-aarch64-1.txz: Upgraded. +kde/kxmlgui-5.92.0-aarch64-1.txz: Upgraded. +kde/kxmlrpcclient-5.92.0-aarch64-1.txz: Upgraded. +kde/layer-shell-qt-5.24.3-aarch64-1.txz: Upgraded. +kde/libgravatar-21.12.3-aarch64-1.txz: Upgraded. +kde/libkcddb-21.12.3-aarch64-1.txz: Upgraded. +kde/libkcompactdisc-21.12.3-aarch64-1.txz: Upgraded. +kde/libkdcraw-21.12.3-aarch64-1.txz: Upgraded. +kde/libkdegames-21.12.3-aarch64-1.txz: Upgraded. +kde/libkdepim-21.12.3-aarch64-1.txz: Upgraded. +kde/libkeduvocdocument-21.12.3-aarch64-1.txz: Upgraded. +kde/libkexiv2-21.12.3-aarch64-1.txz: Upgraded. +kde/libkgapi-21.12.3-aarch64-1.txz: Upgraded. +kde/libkipi-21.12.3-aarch64-1.txz: Upgraded. +kde/libkleo-21.12.3-aarch64-1.txz: Upgraded. +kde/libkmahjongg-21.12.3-aarch64-1.txz: Upgraded. +kde/libkomparediff2-21.12.3-aarch64-1.txz: Upgraded. +kde/libksane-21.12.3-aarch64-1.txz: Upgraded. +kde/libkscreen-5.24.3-aarch64-1.txz: Upgraded. +kde/libksieve-21.12.3-aarch64-1.txz: Upgraded. +kde/libksysguard-5.24.3-aarch64-1.txz: Upgraded. +kde/libktorrent-21.12.3-aarch64-1.txz: Upgraded. +kde/lokalize-21.12.3-aarch64-1.txz: Upgraded. +kde/lskat-21.12.3-aarch64-1.txz: Upgraded. +kde/mailcommon-21.12.3-aarch64-1.txz: Upgraded. +kde/mailimporter-21.12.3-aarch64-1.txz: Upgraded. +kde/marble-21.12.3-aarch64-1.txz: Upgraded. +kde/markdownpart-21.12.3-aarch64-1.txz: Upgraded. +kde/mbox-importer-21.12.3-aarch64-1.txz: Upgraded. +kde/messagelib-21.12.3-aarch64-1.txz: Upgraded. +kde/milou-5.24.3-aarch64-1.txz: Upgraded. +kde/minuet-21.12.3-aarch64-1.txz: Upgraded. +kde/modemmanager-qt-5.92.0-aarch64-1.txz: Upgraded. +kde/networkmanager-qt-5.92.0-aarch64-1.txz: Upgraded. +kde/okteta-0.26.7-aarch64-1.txz: Upgraded. +kde/okular-21.12.3-aarch64-1.txz: Upgraded. +kde/oxygen-5.24.3-aarch64-1.txz: Upgraded. +kde/oxygen-icons5-5.92.0-noarch-1.txz: Upgraded. +kde/palapeli-21.12.3-aarch64-1.txz: Upgraded. +kde/parley-21.12.3-aarch64-1.txz: Upgraded. +kde/partitionmanager-21.12.3-aarch64-1.txz: Upgraded. +kde/picmi-21.12.3-aarch64-1.txz: Upgraded. +kde/pim-data-exporter-21.12.3-aarch64-1.txz: Upgraded. +kde/pim-sieve-editor-21.12.3-aarch64-1.txz: Upgraded. +kde/pimcommon-21.12.3-aarch64-1.txz: Upgraded. +kde/plasma-browser-integration-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-desktop-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-disks-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-firewall-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-framework-5.92.0-aarch64-1.txz: Upgraded. +kde/plasma-integration-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-nm-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-pa-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-sdk-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-vault-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.24.3-aarch64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.24.3-aarch64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.24.3-aarch64-1.txz: Upgraded. +kde/powerdevil-5.24.3-aarch64-1.txz: Upgraded. +kde/poxml-21.12.3-aarch64-1.txz: Upgraded. +kde/print-manager-21.12.3-aarch64-1.txz: Upgraded. +kde/prison-5.92.0-aarch64-1.txz: Upgraded. +kde/purpose-5.92.0-aarch64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.24.3-aarch64-1.txz: Upgraded. +kde/qqc2-desktop-style-5.92.0-aarch64-1.txz: Upgraded. +kde/rocs-21.12.3-aarch64-1.txz: Upgraded. +kde/sddm-kcm-5.24.3-aarch64-1.txz: Upgraded. +kde/skanlite-21.12.3-aarch64-1.txz: Upgraded. +kde/solid-5.92.0-aarch64-1.txz: Upgraded. +kde/sonnet-5.92.0-aarch64-1.txz: Upgraded. +kde/spectacle-21.12.3-aarch64-1.txz: Upgraded. +kde/step-21.12.3-aarch64-1.txz: Upgraded. +kde/svgpart-21.12.3-aarch64-1.txz: Upgraded. +kde/sweeper-21.12.3-aarch64-1.txz: Upgraded. +kde/syndication-5.92.0-aarch64-1.txz: Upgraded. +kde/syntax-highlighting-5.92.0-aarch64-1.txz: Upgraded. +kde/systemsettings-5.24.3-aarch64-1.txz: Upgraded. +kde/threadweaver-5.92.0-aarch64-1.txz: Upgraded. +kde/umbrello-21.12.3-aarch64-1.txz: Upgraded. +kde/wacomtablet-20220124_dd28b27-aarch64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.24.3-aarch64-1.txz: Upgraded. +kde/yakuake-21.12.3-aarch64-1.txz: Upgraded. +kde/zanshin-21.12.3-aarch64-1.txz: Upgraded. +kde/zeroconf-ioslave-21.12.3-aarch64-1.txz: Upgraded. +l/adwaita-icon-theme-41.0-aarch64-1.txz: Upgraded. +l/gmime-3.2.11-aarch64-1.txz: Upgraded. +l/graphene-1.10.8-aarch64-1.txz: Upgraded. +l/gsettings-desktop-schemas-41.0-aarch64-1.txz: Upgraded. +l/gst-plugins-bad-free-1.20.1-aarch64-1.txz: Upgraded. +l/gst-plugins-base-1.20.1-aarch64-1.txz: Upgraded. +l/gst-plugins-good-1.20.1-aarch64-1.txz: Upgraded. +l/gst-plugins-libav-1.20.1-aarch64-1.txz: Upgraded. +l/gstreamer-1.20.1-aarch64-1.txz: Upgraded. +l/harfbuzz-4.0.1-aarch64-1.txz: Upgraded. +l/jasper-3.0.3-aarch64-1.txz: Upgraded. +l/librsvg-2.52.7-aarch64-1.txz: Upgraded. +l/libuv-1.44.1-aarch64-1.txz: Upgraded. +l/nodejs-16.14.2-aarch64-1.txz: Upgraded. +l/polkit-0.120-aarch64-3.txz: Rebuilt. + Patched to fix a security issue where an unprivileged user could cause a + denial of service due to process file descriptor exhaustion. + Thanks to marav. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4115 + (* Security fix *) +l/qt5-5.15.3_20220318_e507d3e5-aarch64-1.txz: Upgraded. + Fixed syntax error in qt5.csh. Thanks to rkomar. + If a 32-bit userspace is detected, then: + export QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox" + This works around crashes occuring with 32-bit QtWebEngine applications. + Thanks to alienBOB. +l/qt5-webkit-5.212.0_alpha4-aarch64-7.txz: Rebuilt. + Recompiled against icu4c-70.1. +n/NetworkManager-1.36.2-aarch64-1.txz: Upgraded. +n/bind-9.18.1-aarch64-1.txz: Upgraded. + This update fixes bugs and the following security issues: + An assertion could occur in resume_dslookup() if the fetch had been shut + down earlier. + Lookups involving a DNAME could trigger an INSIST when "synth-from-dnssec" + was enabled. + A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer() + to be called recursively, which in turn left TCP connections hanging in the + CLOSE_WAIT state blocking indefinitely when out-of-order processing was + disabled. + The rules for acceptance of records into the cache have been tightened to + prevent the possibility of poisoning if forwarders send records outside + the configured bailiwick. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0667 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0635 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220 + (* Security fix *) +n/bluez-5.64-aarch64-1.txz: Upgraded. +n/ca-certificates-20220309-noarch-1.txz: Upgraded. + This update provides the latest CA certificates to check for the + authenticity of SSL connections. +n/dhcp-4.4.3-aarch64-1.txz: Upgraded. +n/gnutls-3.7.4-aarch64-1.txz: Upgraded. +n/gpgme-1.17.1-aarch64-2.txz: Rebuilt. + Also use -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 in $CXXFLAGS. +n/httpd-2.4.53-aarch64-1.txz: Upgraded. + This update fixes bugs and the following security issues: + mod_sed: Read/write beyond bounds + core: Possible buffer overflow with very large or unlimited + LimitXMLRequestBody + HTTP request smuggling vulnerability + mod_lua: Use of uninitialized value in r:parsebody + For more information, see: + https://downloads.apache.org/httpd/CHANGES_2.4.53 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719 + (* Security fix *) +n/krb5-1.19.3-aarch64-1.txz: Upgraded. +n/mobile-broadband-provider-info-20220316-aarch64-1.txz: Upgraded. +n/openssl-1.1.1n-aarch64-1.txz: Upgraded. + This update fixes a high severity security issue: + The BN_mod_sqrt() function, which computes a modular square root, contains + a bug that can cause it to loop forever for non-prime moduli. + For more information, see: + https://www.openssl.org/news/secadv/20220315.txt + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778 + (* Security fix *) +n/openvpn-2.5.6-aarch64-1.txz: Upgraded. +n/samba-4.15.6-aarch64-1.txz: Upgraded. +n/stunnel-5.63-aarch64-1.txz: Upgraded. +x/ibus-1.5.26-aarch64-1.txz: Upgraded. +x/libepoxy-1.5.10-aarch64-1.txz: Upgraded. +x/mesa-21.3.8-aarch64-1.txz: Upgraded. +x/xterm-372-aarch64-1.txz: Upgraded. +xap/NetworkManager-openvpn-1.8.18-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-98.0.1-aarch64-1.txz: Upgraded. + This release makes the following change: + Yandex and Mail.ru have been removed as optional search providers in the + drop-down search menu in Firefox. + For more information, see: + https://www.mozilla.org/en-US/firefox/98.0.1/releasenotes/ + (* Security fix *) +xap/mozilla-thunderbird-91.7.0-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/91.7.0/releasenotes/ + https://www.mozilla.org/en-US/security/advisories/mfsa2022-12/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26383 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26384 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26387 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26381 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26386 + (* Security fix *) +xap/xine-lib-1.2.12-aarch64-1.txz: Upgraded. +xap/xlockmore-5.69-aarch64-1.txz: Upgraded. +xap/xsnow-3.4.4-aarch64-1.txz: Upgraded. +xfce/xfce4-screenshooter-1.9.10-aarch64-1.txz: Upgraded. +extra/php80/php80-8.0.17-aarch64-1.txz: Upgraded. +extra/php81/php81-8.1.4-aarch64-1.txz: Upgraded. +extra/xv/xv-3.10a-aarch64-1.txz: Upgraded. + Drop JasPer support until xv can be ported to the new JasPer library (or + preferably to openjpeg). +isolinux/*: Rebuilt. + Run os-initrd-mgr to syncronise firmware. +kernels/*: Upgraded. ++--------------------------+ +Tue Mar 15 08:08:08 UTC 2022 +a/aaa_base-15.1-aarch64-1.txz: Upgraded. + Corrected permission on /tmp. + Thanks to Mr Majika and the Magical Trampoline Group. +a/btrfs-progs-5.16.2-aarch64-1.txz: Upgraded. +a/dbus-1.12.22-aarch64-1.txz: Upgraded. +a/dialog-1.3_20220117-aarch64-1.txz: Upgraded. +a/ed-1.18-aarch64-1.txz: Upgraded. +a/findutils-4.9.0-aarch64-1.txz: Upgraded. +a/hwdata-0.357-aarch64-1.txz: Upgraded. +a/kernel-firmware-20220228_ee0667a-noarch-1.txz: Upgraded. +a/lrzip-0.650-aarch64-1.txz: Upgraded. +a/lzip-1.23-aarch64-1.txz: Upgraded. +a/quota-4.06-aarch64-3.txz: Rebuilt. + Recompiled against openldap-2.6.1. +a/smartmontools-7.3-aarch64-1.txz: Upgraded. +a/tcsh-6.24.00-aarch64-1.txz: Upgraded. +a/xfsprogs-5.13.0-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-70.1. +ap/alsa-utils-1.2.6-aarch64-1.txz: Upgraded. +ap/cups-2.4.1-aarch64-1.txz: Upgraded. +ap/cups-filters-1.28.12-aarch64-1.txz: Upgraded. + Recompiled against openldap-2.6.1. +ap/inxi-3.3.13_1-noarch-1.txz: Upgraded. +ap/ksh93-1.0_20220219_bc6c5dbd-aarch64-1.txz: Upgraded. +ap/lxc-4.0.12-aarch64-1.txz: Upgraded. +ap/man-db-2.10.1-aarch64-1.txz: Upgraded. +ap/mariadb-10.6.7-aarch64-1.txz: Upgraded. + This update fixes potential denial-of-service vulnerabilities. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46665 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46664 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46661 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46668 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46663 + (* Security fix *) +ap/nano-6.2-aarch64-1.txz: Upgraded. +ap/qpdf-10.6.2-aarch64-1.txz: Upgraded. +ap/sqlite-3.38.0-aarch64-1.txz: Upgraded. + Compiled against icu4c-70.1. +ap/sudo-1.9.10-aarch64-1.txz: Upgraded. +ap/sysstat-12.5.6-aarch64-1.txz: Upgraded. +ap/vim-8.2.4522-aarch64-1.txz: Upgraded. + Recompiled against ruby-3.1.1. + Patched ctags for glibc-2.35. Thanks to nobodino. +ap/zsh-5.8.1-aarch64-1.txz: Upgraded. +d/Cython-0.29.28-aarch64-1.txz: Upgraded. +d/autoconf-2.71-noarch-1.txz: Upgraded. +d/autoconf-archive-2022.02.11-aarch64-1.txz: Upgraded. +d/automake-1.16.5-noarch-1.txz: Upgraded. +d/binutils-2.38-aarch64-1.txz: Upgraded. + Fixed the SlackBuild to not run autoconf in the libiberty and intl + subdirectories. It doesn't work with the latest autoconf, and there + doesn't seem to be any need for it anyway. +d/ccache-4.6-aarch64-1.txz: Upgraded. +d/guile-3.0.8-aarch64-1.txz: Upgraded. +d/help2man-1.49.1-aarch64-1.txz: Upgraded. +d/icecream-1.4.0-aarch64-1.txz: Upgraded. +d/llvm-13.0.1-aarch64-1.txz: Upgraded. +d/mercurial-6.1-aarch64-1.txz: Upgraded. +d/meson-0.61.2-aarch64-1.txz: Upgraded. +d/oprofile-1.4.0-aarch64-8.txz: Rebuilt. + Recompiled against binutils-2.38. +d/parallel-20220222-noarch-1.txz: Upgraded. +d/patchelf-0.14.5-aarch64-1.txz: Upgraded. +d/poke-2.1-aarch64-1.txz: Upgraded. +d/rcs-5.10.1-aarch64-1.txz: Upgraded. + Patched for glibc-2.35. Thanks to nobodino. +d/re2c-3.0-aarch64-1.txz: Upgraded. +d/ruby-3.1.1-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +d/rust-1.59.0-aarch64-1.txz: Upgraded. +d/scons-4.3.0-aarch64-1.txz: Upgraded. +d/subversion-1.14.1-aarch64-5.txz: Rebuilt. + Recompiled against ruby-3.1.1. +d/vala-0.54.7-aarch64-1.txz: Upgraded. +e/emacs-27.2-aarch64-2.txz: Rebuilt. + Patched for glibc-2.35. Thanks to nobodino. +l/GConf-3.2.6-aarch64-7.txz: Rebuilt. + Recompiled against openldap-2.6.1. +l/LibRaw-0.20.2-aarch64-3.txz: Rebuilt. + Recompiled against jasper-3.0.2. + Recompiled against jasper-3.0.2. +l/accountsservice-22.08.8-aarch64-1.txz: Upgraded. +l/alsa-lib-1.2.6.1-aarch64-1.txz: Upgraded. +l/alsa-plugins-1.2.6-aarch64-1.txz: Upgraded. +l/apr-util-1.6.1-aarch64-11.txz: Rebuilt. + Recompiled against openldap-2.6.1. +l/babl-0.1.90-aarch64-1.txz: Upgraded. +l/boost-1.78.0-aarch64-3.txz: Rebuilt. + Recompiled against icu4c-70.1. +l/dconf-editor-3.38.3-aarch64-2.txz: Rebuilt. + Fixed build errors with meson. +l/fuse-2.9.9-aarch64-5.txz: Rebuilt. + Patched for glibc-2.35. Thanks to nobodino. +l/gcr-3.40.0-aarch64-2.txz: Rebuilt. + Fixed build errors with meson. +l/gdbm-1.23-aarch64-1.txz: Upgraded. +l/gdk-pixbuf2-2.42.6-aarch64-2.txz: Rebuilt. + Fixed meson options. +l/gdk-pixbuf2-xlib-2.40.2-aarch64-2.txz: Rebuilt. + Fixed meson options. +l/gegl-0.4.36-aarch64-3.txz: Rebuilt. + Recompiled against jasper-3.0.2. +l/gjs-1.70.1-aarch64-1.txz: Upgraded. +l/glade-3.38.2-aarch64-5.txz: Rebuilt. + Fixed build errors with meson. + Removed duplicated 'da' from help/LINGUAS. +l/glib2-2.70.4-aarch64-1.txz: Upgraded. +l/gobject-introspection-1.71.0-aarch64-1.txz: Upgraded. + This update was needed to solve failing tests with the new meson. +l/gst-plugins-bad-free-1.20.0-aarch64-1.txz: Upgraded. +l/gst-plugins-base-1.20.0-aarch64-1.txz: Upgraded. +l/gst-plugins-good-1.20.0-aarch64-1.txz: Upgraded. +l/gst-plugins-libav-1.20.0-aarch64-1.txz: Upgraded. +l/gstreamer-1.20.0-aarch64-1.txz: Upgraded. +l/gtk+2-2.24.33-aarch64-3.txz: Rebuilt. +l/gtk4-4.4.1-aarch64-2.txz: Rebuilt. + Fixed meson options. +l/gvfs-1.48.1-aarch64-2.txz: Rebuilt. + Fixed build errors with meson. +l/harfbuzz-4.0.0-aarch64-1.txz: Upgraded. + Recompiled against icu4c-70.1. +l/icu4c-70.1-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/imagemagick-7.1.0_27-aarch64-1.txz: Upgraded. +l/jasper-3.0.2-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/json-glib-1.6.6-aarch64-2.txz: Rebuilt. + Fixed meson options. +l/lcms2-2.13.1-aarch64-1.txz: Upgraded. +l/libarchive-3.6.0-aarch64-1.txz: Upgraded. +l/libbluray-1.3.1-aarch64-1.txz: Upgraded. +l/libgphoto2-2.5.29-aarch64-1.txz: Upgraded. +l/libical-3.0.14-aarch64-1.txz: Upgraded. + Recompiled against icu4c-70.1. +l/libjpeg-turbo-2.1.3-aarch64-1.txz: Upgraded. +l/libqalculate-4.0.0-aarch64-1.txz: Upgraded. + Recompiled against icu4c-70.1. +l/librsvg-2.52.6-aarch64-1.txz: Upgraded. +l/libsecret-0.20.5-aarch64-1.txz: Upgraded. +l/libspectre-0.2.10-aarch64-1.txz: Upgraded. +l/libuv-1.44.0-aarch64-1.txz: Upgraded. +l/libvisio-0.1.7-aarch64-7.txz: Rebuilt. + Recompiled against icu4c-70.1. +l/libxkbcommon-1.4.0-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.76-aarch64-1.txz: Upgraded. +l/netpbm-10.97.05-aarch64-1.txz: Upgraded. +l/pipewire-0.3.48-aarch64-1.txz: Upgraded. +l/qt5-5.15.3_20220304_a657406f-aarch64-1.txz: Upgraded. + Compiled against icu4c-70.1. + Thanks to Heinz Wiesinger for updating the fetch_sources.sh script to make + sure that the QtWebEngine version matches the rest of Qt, which got the + latest git pull compiling again. + Patched for glibc-2.35. Thanks to nobodino. + Recompiled against jasper-3.0.2. +l/quazip-1.2-aarch64-1.txz: Upgraded. +l/rubygem-asciidoctor-2.0.15-aarch64-2.txz: Rebuilt. +l/serf-1.3.9-aarch64-7.txz: Rebuilt. + Recompiled against openldap-2.6.1. +l/shared-mime-info-2.1-aarch64-3.txz: Rebuilt. + Fixed build errors with meson. +l/system-config-printer-1.5.16-aarch64-1.txz: Upgraded. +l/vte-0.66.2-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-70.1. +n/ModemManager-1.18.6-aarch64-1.txz: Upgraded. +n/NetworkManager-1.34.0-aarch64-1.txz: Upgraded. +n/alpine-2.25-aarch64-2.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/autofs-5.1.8-aarch64-2.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/bind-9.18.0-aarch64-1.txz: Upgraded. +n/curl-7.82.0-aarch64-1.txz: Upgraded. + Recompiled against openldap-2.6.1. +n/cyrus-sasl-2.1.28-aarch64-2.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/dovecot-2.3.18-aarch64-1.txz: Upgraded. + Recompiled against openldap-2.6.1. + Recompiled against icu4c-70.1. +n/epic5-2.1.6-aarch64-4.txz: Rebuilt. + Recompiled against ruby-3.1.1. +n/fetchmail-6.4.28-aarch64-1.txz: Upgraded. +n/gnupg-1.4.23-aarch64-5.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/gnupg2-2.2.34-aarch64-1.txz: Upgraded. + Recompiled against openldap-2.6.1. +n/gnutls-3.7.3-aarch64-1.txz: Upgraded. +n/gpgme-1.17.1-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +n/httpd-2.4.52-aarch64-2.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/krb5-1.19.2-aarch64-3.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/libgcrypt-1.10.0-aarch64-1.txz: Upgraded. +n/libqmi-1.30.4-aarch64-1.txz: Upgraded. +n/mutt-2.2.1-aarch64-1.txz: Upgraded. +n/netatalk-3.1.12-aarch64-7.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/nfs-utils-2.6.1-aarch64-1.txz: Upgraded. + Compiled against openldap-2.6.1. +n/nftables-1.0.2-aarch64-1.txz: Upgraded. +n/nghttp2-1.47.0-aarch64-1.txz: Upgraded. +n/nss-pam-ldapd-0.9.12-aarch64-2.txz: Rebuilt. + Recompiled against openldap-2.6.1. +n/ntp-4.2.8p15-aarch64-9.txz: Rebuilt. + Patched for glibc-2.35. Thanks to nobodino. +n/openldap-2.6.1-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +n/openssh-8.9p1-aarch64-1.txz: Upgraded. +n/php-7.4.28-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-70.1. + Recompiled against openldap-2.6.1. +n/postfix-3.7.0-aarch64-1.txz: Upgraded. + Recompiled against icu4c-70.1. + Recompiled against openldap-2.6.1. +n/samba-4.15.5-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-70.1. + Recompiled against openldap-2.6.1. +n/tin-2.6.1-aarch64-2.txz: Rebuilt. + Recompiled against icu4c-70.1. +n/wget-1.21.3-aarch64-1.txz: Upgraded. +n/whois-5.5.12-aarch64-1.txz: Upgraded. +t/texlive-2021.210418-aarch64-3.txz: Rebuilt. + Recompiled against icu4c-70.1. +x/freeglut-3.2.2-aarch64-1.txz: Upgraded. +x/ibus-table-1.16.7-aarch64-1.txz: Upgraded. +x/libdrm-2.4.110-aarch64-1.txz: Upgraded. +x/libgee-0.20.5-aarch64-1.txz: Upgraded. +x/libinput-1.20.0-aarch64-1.txz: Upgraded. + Recompiled against libwacom-2.1.0. +x/libva-2.14.0-aarch64-1.txz: Upgraded. +x/libva-utils-2.14.0-aarch64-1.txz: Upgraded. +x/libvdpau-1.5-aarch64-1.txz: Upgraded. +x/libwacom-2.1.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +x/marisa-0.2.6-aarch64-4.txz: Rebuilt. + Recompiled against ruby-3.1.1. +x/mesa-21.3.7-aarch64-1.txz: Upgraded. +x/motif-2.3.8-aarch64-6.txz: Rebuilt. + Fixed build with LEXLIB="-lfl". +x/vulkan-sdk-1.3.204.0-aarch64-1.txz: Upgraded. + Huge thanks to Heinz Wiesinger for updating the fetch_sources.sh script and + rewriting the SlackBuild to work with the latest upstream release. + Patched for glibc-2.35. Thanks to nobodino. +x/xf86-input-wacom-1.0.0-aarch64-1.txz: Upgraded. +x/xf86-video-amdgpu-22.0.0-aarch64-1.txz: Upgraded. +x/xf86-video-armsoc-1.4.1-aarch64-41.txz: Rebuilt. +x/xf86-video-armsoc_omap5-1.ca78c01-aarch64-27.txz: Rebuilt. +x/xf86-video-fbdev-116.4730f13-aarch64-21.txz: Rebuilt. +x/xf86-video-fbturbo-199.f9a6ed7-aarch64-42.txz: Rebuilt. +x/xf86-video-opentegra-0.7.0-aarch64-39.txz: Rebuilt. +x/xkeyboard-config-2.35.1-aarch64-1.txz: Upgraded. + Perhaps upstream didn't mean to move these files (or perhaps we should have + recompiled everything that looks for these), but they did switch to meson, + and the 'xkb-base' option to set the data directory doesn't work. Anyway, + I've placed a symlink at /etc/X11/xkb and that fixes the problem. + Thanks to Petri Kaukasoina and LuckyCyborg. + This package moves the data files out of /etc. +x/xorg-server-1.20.14-aarch64-3.txz: Rebuilt. + Rebuilt using --with-xkb-path=/usr/share/X11/xkb. Thanks to TheRealGrogan. + Bump OS name: --with-os-name="Slackware 15.1". +x/xorg-server-xephyr-1.20.14-aarch64-3.txz: Rebuilt. +x/xorg-server-xnest-1.20.14-aarch64-3.txz: Rebuilt. +x/xorg-server-xvfb-1.20.14-aarch64-3.txz: Rebuilt. +x/xorg-server-xwayland-21.1.4-aarch64-2.txz: Rebuilt. + Rebuilt using -Dxkb_dir=/usr/share/X11/xkb. +x/xterm-371-aarch64-1.txz: Upgraded. +xap/blueman-2.2.4-aarch64-1.txz: Upgraded. +xap/freerdp-2.6.1-aarch64-1.txz: Upgraded. +xap/gftp-2.9.1b-aarch64-1.txz: Upgraded. +xap/hexchat-2.16.1-aarch64-1.txz: Upgraded. +xap/libnma-1.8.34-aarch64-1.txz: Upgraded. +xap/network-manager-applet-1.24.0-aarch64-3.txz: Rebuilt. + Fixed build errors with meson. +xap/vim-gvim-8.2.4522-aarch64-1.txz: Upgraded. + Recompiled against ruby-3.1.1. +xap/xscreensaver-6.03-aarch64-1.txz: Upgraded. +xfce/xfce4-notifyd-0.6.3-aarch64-1.txz: Upgraded. ++--------------------------+ +Tue Mar 08 08:08:08 UTC 2022 +a/aaa_glibc-solibs-2.35-aarch64-1.txz: Upgraded. +l/boost-1.78.0-aarch64-2.txz: Rebuilt. + This update has been patched to fix a regression: + Boost.Build silently skips installation of library headers and binaries in + some cases. + Thanks to Willy Sudiarto Raharjo. +l/glibc-2.35-aarch64-1.txz: Upgraded. +l/glibc-i18n-2.35-aarch64-1.txz: Upgraded. +l/glibc-profile-2.35-aarch64-1.txz: Upgraded. +l/nodejs-16.14.0-aarch64-1.txz: Added. + Thanks to Audrius Kažukauskas, Ryan P.C. McQuen, and Willy Sudiarto Raharjo + for the slackbuilds.org version of the build script. +xap/mozilla-firefox-97.0.2-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/firefox/98.0/releasenotes/ + (* Security fix *) +xap/mozilla-thunderbird-91.6.2-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/91.6.2/releasenotes/ + (* Security fix *) ++--------------------------+ +Mon Mar 07 08:08:08 UTC 2022 +a/kernel-modules-armv8-5.15.26_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.26-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.26-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.26-aarch64-1.txz: Upgraded. +l/expat-2.4.7-aarch64-1.txz: Upgraded. + This is a bugfix release: + Relax fix to CVE-2022-25236 (introduced with release 2.4.5) with regard to + all valid URI characters (RFC 3986). +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Thu Mar 03 08:08:08 UTC 2022 +xap/seamonkey-2.53.11-aarch64-1.txz: Upgraded. + This update contains security fixes and improvements. + For more information, see: + https://www.seamonkey-project.org/releases/seamonkey2.53.11 + (* Security fix *) ++--------------------------+ +Tue Mar 01 08:08:08 UTC 2022 +l/libxml2-2.9.13-aarch64-1.txz: Upgraded. + This update fixes bugs and the following security issues: + Use-after-free of ID and IDREF attributes + (Thanks to Shinji Sato for the report) + Use-after-free in xmlXIncludeCopyRange (David Kilzer) + Fix Null-deref-in-xmlSchemaGetComponentTargetNs (huangduirong) + Fix memory leak in xmlXPathCompNodeTest + Fix null pointer deref in xmlStringGetNodeList + Fix several memory leaks found by Coverity (David King) + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23308 + (* Security fix *) +l/libxslt-1.1.35-aarch64-1.txz: Upgraded. + This update fixes bugs and the following security issues: + Fix use-after-free in xsltApplyTemplates + Fix memory leak in xsltDocumentElem (David King) + Fix memory leak in xsltCompileIdKeyPattern (David King) + Fix double-free with stylesheets containing entity nodes + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30560 + (* Security fix *) ++--------------------------+ +Fri Feb 25 08:08:08 UTC 2022 +n/cyrus-sasl-2.1.28-aarch64-1.txz: Upgraded. + This update fixes bugs and security issues. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19906 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24407 + (* Security fix *) +xap/mozilla-firefox-97.0.1-aarch64-1.txz: Upgraded. ++--------------------------+ +Tue Feb 22 08:08:08 UTC 2022 +ap/flac-1.3.4-aarch64-1.txz: Upgraded. + This update fixes overflow issues with encoding and decoding. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0499 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0561 + (* Security fix *) +ap/mariadb-10.5.15-aarch64-2.txz: Rebuilt. + Removed dangling symlink. +l/expat-2.4.6-aarch64-1.txz: Upgraded. + Fixed a regression introduced by the fix for CVE-2022-25313 that affects + applications that (1) call function XML_SetElementDeclHandler and (2) are + parsing XML that contains nested element declarations: + (e.g. ""). ++--------------------------+ +Mon Feb 21 08:08:08 UTC 2022 +l/expat-2.4.5-aarch64-1.txz: Upgraded. + Fixed security issues that could lead to denial of service or potentially + arbitrary code execution. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25313 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25314 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25315 + (* Security fix *) ++--------------------------+ +Fri Feb 18 08:08:08 UTC 2022 +n/php-7.4.28-aarch64-1.txz: Upgraded. + This update fixes bugs and a security issue: + UAF due to php_filter_float() failing for ints. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708 + (* Security fix *) +extra/php80/php80-8.0.16-aarch64-1.txz: Upgraded. + This update fixes bugs and a security issue: + UAF due to php_filter_float() failing for ints. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708 + (* Security fix *) +extra/php81/php81-8.1.3-aarch64-1.txz: Upgraded. + This update fixes bugs and a security issue: + UAF due to php_filter_float() failing for ints. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708 + (* Security fix *) ++--------------------------+ +Thu Feb 17 08:08:08 UTC 2022 +xap/mozilla-firefox-97.0-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/firefox/97.0/releasenotes/ + https://www.mozilla.org/security/advisories/mfsa2022-04/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22753 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22754 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22755 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22756 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22757 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22758 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22759 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22760 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22761 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22762 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22764 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0511 + (* Security fix *) +xap/mozilla-thunderbird-91.6.0-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/91.6.0/releasenotes/ + https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.6 + (* Security fix *) ++--------------------------+ +Wed Feb 16 08:08:08 UTC 2022 +a/aaa_base-15.0-aarch64-3.txz: Rebuilt. + If root's mailbox did not already exist, it would be created with insecure + permissions leading to possible local information disclosure. This update + ensures that a new mailbox will be created with proper permissions and + ownership, and corrects the permissions on an existing mailbox if they are + found to be incorrect. Thanks to Martin for the bug report. + (* Security fix *) +a/util-linux-2.37.4-aarch64-1.txz: Upgraded. + This release fixes a security issue in chsh(1) and chfn(8): + By default, these utilities had been linked with libreadline, which allows + the INPUTRC environment variable to be abused to produce an error message + containing data from an arbitrary file. So, don't link these utilities with + libreadline as it does not use secure_getenv() (or a similar concept), or + sanitize the config file path to avoid vulnerabilities that could occur in + set-user-ID or set-group-ID programs. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0563 + (* Security fix *) ++--------------------------+ +Mon Feb 14 08:08:08 UTC 2022 + +-current will resume in the next few weeks, then we'll move +to Linux 5.16 and I'll begin road-testing the new glibc. + +"Gone fishing" + +a/kernel-modules-armv8-5.15.23_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.23-aarch64-1.txz: Upgraded. + /boot/initrd-armv8: + Added cryptsetup and dependencies required for LUKS. + Thanks to Brent Earl. +ap/at-3.2.3-aarch64-1.txz: Upgraded. + Switched to at-3.2.3 since version 3.2.4 has a regression that causes + queued jobs to not always run on time when atd is run as a standalone + daemon. Thanks to Cesare. +ap/mariadb-10.5.15-aarch64-1.txz: Upgraded. + This update fixes potential denial-of-service vulnerabilities. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46665 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46664 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46661 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46668 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46663 + (* Security fix *) +ap/sysstat-12.5.5-aarch64-2.txz: Rebuilt. + Fixed double-compressed man pages. + Thanks to gsl on LQ. +d/kernel-headers-5.15.23-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.23-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Feb 09 08:08:08 UTC 2022 + +Welcome to the pre-current testers! + +Please post reports/feedback/questions to the Slackware ARM LQ forum: + +https://www.linuxquestions.org/questions/slackware-arm-108/ + +Within the next few weeks I'll be moving to the Linux 5.16 Kernel +and picking up x86 -current again. + +There are no changes in this batch other than this message. + +Stuart + ++--------------------------+ +Mon Feb 07 08:08:08 UTC 2022 +a/kernel-modules-armv8-5.15.21_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.21-aarch64-1.txz: Upgraded. + Config changes: + RTC_SYSTOHC y -> n +a/mtd-utils-040222-aarch64-1.txz: Upgraded. +a/u-boot-tools-2022.01-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.21-aarch64-2.txz: Rebuilt. +d/llvm-13.0.0-aarch64-3.txz: Rebuilt. + Build the LLVM linker 'lld'. + Thanks to Minime_2003 on LQ for the suggestion and testing. +k/kernel-source-5.15.21-aarch64-2.txz: Rebuilt. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Feb 02 08:08:08 UTC 2022 +a/kernel-modules-armv8-5.15.19_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.19-aarch64-1.txz: Upgraded. +ap/screen-4.9.0-aarch64-1.txz: Upgraded. + Patched possible denial of service via a crafted UTF-8 character sequence. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26937 + (* Security fix *) +d/kernel-headers-5.15.19-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.19-aarch64-1.txz: Upgraded. +l/lcms2-2.13-aarch64-2.txz: Rebuilt. + [PATCH] Fix for optimization error on grayscale. + Thanks to Aaron Boxer for reporting this issue. + Thanks to gmgf. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Tue Feb 01 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.0-aarch64-14.txz: Rebuilt. + Upgraded: libexpat.so.1.8.4, libjson-c.so.5.1.0 (thanks to peake). +a/hwm-bw-raspberrypi-1.20211118-aarch64-4.txz: Rebuilt. +a/kernel-modules-armv8-5.15.18_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.18-aarch64-1.txz: Upgraded. +a/rpm2tgz-1.2.2-aarch64-6.txz: Rebuilt. + Don't use --no-absolute-filenames, because inexplicably it also strips the + leading '/' from symlink targets, generally creating a broken symlink. + The problem we were attempting to fix is far less common than symlinks to + absolute filenames, so we'll revert this for further consideration. + Thanks to pghvlaans. +ap/at-3.2.4-aarch64-1.txz: Upgraded. + This update merges the patches we previously applied to expat-2.4.3. +ap/vim-8.2.4256-aarch64-1.txz: Upgraded. +d/git-2.35.1-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.18-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.18-aarch64-1.txz: Upgraded. +kde/falkon-3.2.0-aarch64-1.txz: Upgraded. +kde/ktexteditor-5.90.0-aarch64-2.txz: Rebuilt. + [PATCH] only start programs in user's path. + [PATCH] only execute diff in path. + Thanks to gmgf. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23853 + (* Security fix *) +l/expat-2.4.4-aarch64-1.txz: Upgraded. + This update merges the patches we previously applied to expat-2.4.3. +l/imagemagick-7.1.0_22-aarch64-1.txz: Upgraded. +l/lcms2-2.13-aarch64-1.txz: Upgraded. +l/libcanberra-0.30-aarch64-5.txz: Rebuilt. + Fix a bug crashing some applications in Wayland desktops. + Thanks to 01micko. +n/samba-4.15.5-aarch64-1.txz: Upgraded. + This is a security release in order to address the following defects: + UNIX extensions in SMB1 disclose whether the outside target of a symlink + exists. + Out-of-Bound Read/Write on Samba vfs_fruit module. This vulnerability + allows remote attackers to execute arbitrary code as root on affected Samba + installations that use the VFS module vfs_fruit. + Re-adding an SPN skips subsequent SPN conflict checks. An attacker who has + the ability to write to an account can exploit this to perform a + denial-of-service attack by adding an SPN that matches an existing service. + Additionally, an attacker who can intercept traffic can impersonate existing + services, resulting in a loss of confidentiality and integrity. + For more information, see: + https://www.samba.org/samba/security/CVE-2021-44141.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44141 + https://www.samba.org/samba/security/CVE-2021-44142.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44142 + https://www.samba.org/samba/security/CVE-2022-0336.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0336 + (* Security fix *) +x/x11-skel-7.7-aarch64-13.txz: Rebuilt. + No longer install an xorg.conf for the Raspberry Pi 4. +x/xterm-370-aarch64-3.txz: Rebuilt. + Rebuilt with --disable-sixel-graphics to fix a buffer overflow. + Thanks to gmgf. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24130 + (* Security fix *) +xap/vim-gvim-8.2.4256-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. + Configure 'suspend', disable 'hibernate' for the Pinebook Pro. + Thanks to Brenton Earl. ++--------------------------+ +Sat Jan 29 08:08:08 UTC 2022 +a/plzip-1.10-aarch64-1.txz: Upgraded. +a/rpm2tgz-1.2.2-aarch64-5.txz: Rebuilt. + rpm2targz: when extracting the cpio archive from inside the RPM, use + --no-absolute-filenames to protect against a poorly made RPM scribbling all + over system files/directories. Thanks to Sl4ck3ver. + Support -i option to ignore non-zero exit value from rpm2cpio. + This allows repackaging some malformed RPMs. + Thanks to ricky_cardo for the sample malformed RPM. +ap/sudo-1.9.9-aarch64-1.txz: Upgraded. +d/Cython-0.29.27-aarch64-1.txz: Upgraded. +d/poke-2.0-aarch64-1.txz: Upgraded. +l/python-charset-normalizer-2.0.10-aarch64-1.txz: Upgraded. +x/mesa-21.3.5-aarch64-2.txz: Rebuilt. + Include eglinfo utility. Thanks to LuckyCyborg. +x/wayland-protocols-1.25-aarch64-1.txz: Upgraded. ++--------------------------+ +Fri Jan 28 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.0-aarch64-13.txz: Rebuilt. + Upgraded: libcap.so.2.63, libglib-2.0.so.0.7000.3, + libgmodule-2.0.so.0.7000.3, libgobject-2.0.so.0.7000.3, + libgthread-2.0.so.0.7000.3, libtdb.so.1.4.6. + Updated libexpat.so.1.8.3. +a/kernel-modules-armv8-5.15.17_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.17-aarch64-1.txz: Upgraded. + /boot/initrd/[load_kernel_modules]: + Load: lz4hc_compress,lz4_compress,crc32_generic,crc32 + Thanks to Brenton Earl. +a/lzlib-1.13-aarch64-1.txz: Upgraded. +a/mkinitrd-1.4.11-aarch64-18.txz: Rebuilt. + Support kernel modules compressed with xz. Thanks to baldzhang. +a/sysvinit-scripts-15.0-noarch-10.txz: Rebuilt. + rc.S: clear /var/lock/subsys before starting libcgroup services. + Thanks to pyllyukko. +ap/pamixer-1.5-aarch64-2.txz: Rebuilt. + Recompiled against boost-1.78.0. +d/kernel-headers-5.15.17-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.17-aarch64-1.txz: Upgraded. +kde/kig-21.12.1-aarch64-2.txz: Rebuilt. + Recompiled against boost-1.78.0. +kde/kopeninghours-21.12.1-aarch64-2.txz: Rebuilt. + Recompiled against boost-1.78.0. +kde/krita-5.0.2-aarch64-2.txz: Rebuilt. + Recompiled against boost-1.78.0. +l/boost-1.78.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. + Thanks to bender647. +l/cryfs-0.10.3-aarch64-4.txz: Rebuilt. + Recompiled against boost-1.78.0. +l/expat-2.4.3-aarch64-3.txz: Rebuilt. + Prevent integer overflow in doProlog. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23990 + (* Security fix *) +l/glib2-2.70.3-aarch64-1.txz: Upgraded. +l/libcap-2.63-aarch64-1.txz: Upgraded. +l/netpbm-10.97.03-aarch64-1.txz: Upgraded. +l/openexr-2.5.7-aarch64-5.txz: Rebuilt. + Recompiled against boost-1.78.0. +l/pipewire-0.3.44-aarch64-1.txz: Upgraded. +n/bluez-5.63-aarch64-2.txz: Rebuilt. + rc.bluetooth: use #!/bin/bash shebang. + Filter commented and empty lines when parsing uart.conf. + Thanks to atelszewski. +n/fetchmail-6.4.27-aarch64-1.txz: Upgraded. +n/libgpg-error-1.44-aarch64-1.txz: Upgraded. +x/mesa-21.3.5-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-91.5.1esr-aarch64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/firefox/91.5.1/releasenotes/ + (* Security fix *) +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Jan 26 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_glibc-solibs-2.33-aarch64-4.txz: Rebuilt. +a/aaa_libraries-15.0-aarch64-12.txz: Rebuilt. + Rebuilt to pick up the patched libexpat.so.1.8.3. +a/kernel-firmware-20220124_eb8ea1b-noarch-1.txz: Upgraded. +a/mkinitrd-1.4.11-aarch64-17.txz: Rebuilt. +a/util-linux-2.37.3-aarch64-1.txz: Upgraded. + This release fixes two security mount(8) and umount(8) issues: + An issue related to parsing the /proc/self/mountinfo file allows an + unprivileged user to unmount other user's filesystems that are either + world-writable themselves or mounted in a world-writable directory. + Improper UID check in libmount allows an unprivileged user to unmount + FUSE filesystems of users with similar UID. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3995 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3996 + (* Security fix *) +ap/vim-8.2.4212-aarch64-1.txz: Upgraded. +d/git-2.35.0-aarch64-1.txz: Upgraded. +d/icecream-1.3.1-aarch64-3.txz: Rebuilt. + rc.icecream.conf: generate an error message and avoid a hang when + "hostname -d" doesn't work, usually because the hostname in /etc/HOSTNAME + can't be resolved. Thanks to franzen. +kde/latte-dock-0.10.8-aarch64-1.txz: Upgraded. +l/expat-2.4.3-aarch64-2.txz: Rebuilt. + Fix signed integer overflow in function XML_GetBuffer for when + XML_CONTEXT_BYTES is defined to >0 (which is both common and + default). Impact is denial of service or other undefined behavior. + While we're here, also patch a memory leak on output file opening error. + Thanks to marav. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23852 + (* Security fix *) +l/fluidsynth-2.2.5-aarch64-1.txz: Upgraded. +l/glibc-2.33-aarch64-4.txz: Rebuilt. + This update patches two security issues: + Unexpected return value from glibc's realpath(). + Off-by-one buffer overflow/underflow in glibc's getcwd(). + Thanks to Qualys Research Labs for reporting these issues. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3998 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999 + (* Security fix *) +l/glibc-i18n-2.33-aarch64-4.txz: Rebuilt. +l/glibc-profile-2.33-aarch64-4.txz: Rebuilt. +l/polkit-0.120-aarch64-2.txz: Rebuilt. + [PATCH] pkexec: local privilege escalation. + Thanks to Qualys Research Labs for reporting this issue. + For more information, see: + https://blog.qualys.com/vulnerabilities-threat-research/2022/01/25/pwnkit-local-privilege-escalation-vulnerability-discovered-in-polkits-pkexec-cve-2021-4034 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4034 + (* Security fix *) +l/tdb-1.4.6-aarch64-1.txz: Upgraded. +x/x11-skel-7.7-aarch64-12.txz: Rebuilt. + No longer deploy an xorg.conf for the Raspberry Pi 3. + Thanks to Brenton Earl. +x/xf86-input-libinput-1.2.1-aarch64-1.txz: Upgraded. +xap/geeqie-1.7.2-aarch64-1.txz: Upgraded. +xap/mozilla-thunderbird-91.5.1-aarch64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/91.5.1/releasenotes/ +xap/vim-gvim-8.2.4212-aarch64-1.txz: Upgraded. ++--------------------------+ +Mon Jan 24 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.0-aarch64-11.txz: Rebuilt. + Upgraded: libzstd.so.1.5.2. +a/kernel-firmware-20220119_0c6a7b3-noarch-1.txz: Upgraded. +a/sysvinit-scripts-15.0-noarch-9.txz: Rebuilt. + Install /etc/rc.d/rc.platform.conf with standard .conf.new + support. +ap/ddrescue-1.26-aarch64-1.txz: Upgraded. +ap/vim-8.2.4166-aarch64-1.txz: Upgraded. +d/parallel-20220122-noarch-1.txz: Upgraded. +d/rust-1.58.1-aarch64-1.txz: Upgraded. +kde/kconfigwidgets-5.90.1-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_20-aarch64-1.txz: Upgraded. + Built using --with-fftw. Thanks to stormbr. +l/libimobiledevice-20211124_2c6121d-aarch64-2.txz: Rebuilt. + Don't include compatibility pkgconfig symlink. It's unlikely that + anything requires it. +l/libimobiledevice-glue-20211125_3cb687b-aarch64-2.txz: Rebuilt. + Removed broken pkgconfig symlink. Thanks to marav. +l/libwebp-1.2.2-aarch64-1.txz: Upgraded. +l/qt5-5.15.3_20211130_014c375b-aarch64-2.txz: Rebuilt. + Applied upstream patch: + [PATCH] Move the wayland socket polling to a separate event thread. + Thanks to LuckyCyborg. +l/zstd-1.5.2-aarch64-1.txz: Upgraded. +x/ibus-m17n-1.4.9-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.4166-aarch64-1.txz: Upgraded. +extra/php80/php80-8.0.15-aarch64-1.txz: Upgraded. +extra/php81/php81-8.1.2-aarch64-1.txz: Upgraded. ++--------------------------+ +Fri Jan 21 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/etc-15.0-aarch64-18.txz: Rebuilt. +a/kernel-modules-armv8-5.15.16_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.16-aarch64-1.txz: Upgraded. +a/sysvinit-scripts-15.0-noarch-8.txz: Rebuilt. + Added run control script /etc/rc.d/rc.platform to perform any post + OS boot Hardware Model-specific activities, such as setting the fan + speed, LCD panel brightness. + This script executes any helper scripts found within + /etc/rc.d/rc.platform.d/ +ap/inxi-3.3.12_1-noarch-1.txz: Upgraded. +ap/man-db-2.9.4-aarch64-3.txz: Rebuilt. + Don't use --no-purge in the daily cron job to update the databases. +d/kernel-headers-5.15.16-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.16-aarch64-1.txz: Upgraded. +l/gst-plugins-bad-free-1.18.5-aarch64-4.txz: Rebuilt. + Link against neon-0.32.2. Thanks to marav. +l/rpcsvc-proto-1.4.3-aarch64-1.txz: Upgraded. +n/bind-9.16.25-aarch64-1.txz: Upgraded. +n/ethtool-5.16-aarch64-1.txz: Upgraded. +n/samba-4.15.4-aarch64-1.txz: Upgraded. +n/wpa_supplicant-2.10-aarch64-1.txz: Upgraded. + The implementations of EAP-pwd in hostapd before 2.10 and wpa_supplicant + before 2.10 are vulnerable to side-channel attacks as a result of cache + access patterns. + NOTE: this issue exists because of an incomplete fix for CVE-2019-9495. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23303 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23304 + (* Security fix *) +x/xterm-370-aarch64-2.txz: Rebuilt. + XTerm-console: don't include locale options by default. + Fix typo in comment. + Improve the font settings. Thanks to GazL. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Jan 19 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.0-aarch64-10.txz: Rebuilt. + Upgraded: libexpat.so.1.8.3. +a/btrfs-progs-5.16-aarch64-1.txz: Upgraded. +a/kernel-modules-armv8-5.15.15_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.15-aarch64-1.txz: Upgraded. + Configuration changes: + +CONFIG_CEC_CORE=y + +CONFIG_DRM_DP_AUX_CHARDEV=y + +CONFIG_DRM_DP_CEC=y + +CONFIG_DRM_VC4_HDMI_CEC=y +a/mkinitrd-1.4.11-aarch64-16.txz: Rebuilt. + Make /sbin/mkinitrd quit as it's not a user-facing tool on ARM/AArch64. + See os-initrd-mgr(8) for details. + Thanks to JayByrd for the bug report. +ap/cups-filters-1.28.11-aarch64-1.txz: Upgraded. +ap/ksh93-1.0_20220114_e569f23e-aarch64-1.txz: Upgraded. +ap/slackpkg-15.0.10-noarch-1.txz: Upgraded. + Fix mirrors.ucr.ac.cr link address (Emmet Ford) + Remove wroc.pl mirrors (Emmet Ford) + Remove kddilabs.jp from mirrors (Emmet Ford) + Unattended usage improvements (PiterPUNK) + Create file to flag if the system needs restart (PiterPUNK) + Thanks to Robby Workman. +ap/vim-8.2.4115-aarch64-1.txz: Upgraded. +d/gdb-11.2-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.15-aarch64-1.txz: Upgraded. +d/python3-3.9.10-aarch64-1.txz: Upgraded. +d/rust-1.58.0-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.15-aarch64-1.txz: Upgraded. +kde/digikam-7.5.0-aarch64-1.txz: Upgraded. +kde/kglobalaccel-5.90.0-aarch64-2.txz: Rebuilt. + Applied patch: + [PATCH] Prevent kglobalaccel5 getting activated on non-Plasma systems. + Although this patch was later reverted, I'm on board with the need for it. + If it causes any problems, please let me know soon. + Thanks to Lockywolf. +kde/kid3-3.9.1-aarch64-1.txz: Upgraded. +kde/kstars-3.5.7-aarch64-1.txz: Upgraded. +kde/kwayland-server-5.23.5-aarch64-2.txz: Rebuilt. + Applied upstream patch: + [PATCH] Store surface object in tablet cursor using QPointer. + Thanks to ZhaoLin1457. +kde/kwin-5.23.5-aarch64-2.txz: Rebuilt. + [PATCH] Bypass wayland interface blacklisting. + Thanks to LuckyCyborg. +kde/plasma-wayland-protocols-1.6.0-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.23.5-aarch64-3.txz: Rebuilt. + [PATCH 1/2] Revert "Drop setupX11 from startplasma-waylandsession." + [PATCH 2/2] Revert "Drop X11 root properties for KDE full session." + Thanks to LuckyCyborg. +kde/sddm-0.19.0-aarch64-8.txz: Rebuilt. + Allow the init program to properly supervise sddm when entering runlevel 4. + Thanks to mumahendras3. +l/expat-2.4.3-aarch64-1.txz: Upgraded. + Fix issues with left shifts by >=29 places resulting in: + a) realloc acting as free + b) realloc allocating too few bytes + c) undefined behavior + Fix integer overflow on variable m_groupSize in function doProlog leading + to realloc acting as free. Impact is denial of service or other undefined + behavior. + Prevent integer overflows near memory allocation at multiple places. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45960 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46143 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22822 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22823 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22824 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22825 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22826 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22827 + (* Security fix *) +l/libgpiod-1.6.3-aarch64-5.txz: Added. + Moved from /extra and rebuilt against the new Python. +l/libical-3.0.13-aarch64-1.txz: Upgraded. +l/libunwind-1.6.2-aarch64-1.txz: Upgraded. +l/neon-0.32.2-aarch64-1.txz: Upgraded. +l/netpbm-10.97.02-aarch64-1.txz: Upgraded. +n/p11-kit-0.24.1-aarch64-1.txz: Upgraded. +n/postfix-3.6.4-aarch64-1.txz: Upgraded. +n/stunnel-5.62-aarch64-1.txz: Upgraded. +x/mesa-21.3.4-aarch64-1.txz: Upgraded. +x/x11-skel-7.7-aarch64-11.txz: Rebuilt. + AArch64: Install a basic /etc/X11/xorg.conf.d/xorg.conf + file for the Raspberry Pi 3 & 4. +x/xterm-370-aarch64-1.txz: Upgraded. + Fixed XTerm-console (previously XTerm.linux.console). + Renamed XTerm.upstream.default to XTerm-upstream. + Thanks to GazL. + Ship a sample XTerm.linux.console app-defaults file. Thanks to GazL. + Use upstream app-defaults again. Thanks to OldHolborn. +xap/fluxbox-1.3.7-aarch64-1.txz: Upgraded. + [PATCH] replace FbRootWindow::depth with maxDepth. + Thanks to OldHolborn. +xap/geeqie-1.7.1-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.4115-aarch64-1.txz: Upgraded. +xap/xsnow-3.4.3-aarch64-1.txz: Upgraded. +extra/libgpiod/libgpiod-1.6.3-aarch64-4.txz: Removed. + Moved to l/ series. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Fri Jan 14 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.0-aarch64-9.txz: Rebuilt. + Upgraded: libsigsegv.so.2.0.7. +a/cryptsetup-2.4.3-aarch64-1.txz: Upgraded. + This update addresses a multi-step attack on LUKS2 format by orchestrating + LUKS2 reencryption metadata in existing LUKS2 header. An attacker is able to + trigger permanent data decryption (ciphertext->plaintext transformation) on + part of data device on next LUKS2 device activation. Attacker does _not_ + have to know passphrase or decrypted volume encryption key. + cryptsetup versions older than 2.2.0 are not affected by this, because they + do not support online LUKS2 reencryption. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4122 + (* Security fix *) +a/eudev-3.2.11-aarch64-1.txz: Upgraded. +a/haveged-1.9.17-aarch64-1.txz: Upgraded. +a/hdparm-9.63-aarch64-1.txz: Upgraded. +a/kernel-firmware-20220111_13dca28-noarch-1.txz: Upgraded. +ap/vim-8.2.4065-aarch64-1.txz: Upgraded. +d/strace-5.16-aarch64-1.txz: Upgraded. +d/vala-0.54.6-aarch64-1.txz: Upgraded. +kde/attica-5.90.0-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.12.1-aarch64-1.txz: Upgraded. +kde/baloo-5.90.0-aarch64-1.txz: Upgraded. +kde/bluez-qt-5.90.0-aarch64-1.txz: Upgraded. +kde/breeze-icons-5.90.0-noarch-1.txz: Upgraded. +kde/extra-cmake-modules-5.90.0-aarch64-1.txz: Upgraded. +kde/frameworkintegration-5.90.0-aarch64-1.txz: Upgraded. +kde/kactivities-5.90.0-aarch64-1.txz: Upgraded. +kde/kactivities-stats-5.90.0-aarch64-1.txz: Upgraded. +kde/kapidox-5.90.0-aarch64-1.txz: Upgraded. +kde/karchive-5.90.0-aarch64-1.txz: Upgraded. +kde/kauth-5.90.0-aarch64-1.txz: Upgraded. +kde/kbookmarks-5.90.0-aarch64-1.txz: Upgraded. +kde/kcalendarcore-5.90.0-aarch64-1.txz: Upgraded. +kde/kcmutils-5.90.0-aarch64-1.txz: Upgraded. +kde/kcodecs-5.90.0-aarch64-1.txz: Upgraded. +kde/kcompletion-5.90.0-aarch64-1.txz: Upgraded. +kde/kconfig-5.90.0-aarch64-1.txz: Upgraded. +kde/kconfigwidgets-5.90.0-aarch64-1.txz: Upgraded. +kde/kcontacts-5.90.0-aarch64-1.txz: Upgraded. +kde/kcoreaddons-5.90.0-aarch64-1.txz: Upgraded. +kde/kcrash-5.90.0-aarch64-1.txz: Upgraded. +kde/kdav-5.90.0-aarch64-1.txz: Upgraded. +kde/kdbusaddons-5.90.0-aarch64-1.txz: Upgraded. +kde/kdeclarative-5.90.0-aarch64-1.txz: Upgraded. +kde/kded-5.90.0-aarch64-1.txz: Upgraded. +kde/kdelibs4support-5.90.0-aarch64-1.txz: Upgraded. +kde/kdesignerplugin-5.90.0-aarch64-1.txz: Upgraded. +kde/kdesu-5.90.0-aarch64-1.txz: Upgraded. +kde/kdewebkit-5.90.0-aarch64-1.txz: Upgraded. +kde/kdnssd-5.90.0-aarch64-1.txz: Upgraded. +kde/kdoctools-5.90.0-aarch64-1.txz: Upgraded. +kde/kemoticons-5.90.0-aarch64-1.txz: Upgraded. +kde/kfilemetadata-5.90.0-aarch64-1.txz: Upgraded. +kde/kglobalaccel-5.90.0-aarch64-1.txz: Upgraded. +kde/kguiaddons-5.90.0-aarch64-1.txz: Upgraded. +kde/kholidays-5.90.0-aarch64-1.txz: Upgraded. +kde/khtml-5.90.0-aarch64-1.txz: Upgraded. +kde/ki18n-5.90.0-aarch64-1.txz: Upgraded. +kde/kiconthemes-5.90.0-aarch64-1.txz: Upgraded. +kde/kidletime-5.90.0-aarch64-1.txz: Upgraded. +kde/kimageformats-5.90.0-aarch64-1.txz: Upgraded. +kde/kinit-5.90.0-aarch64-1.txz: Upgraded. +kde/kio-5.90.0-aarch64-1.txz: Upgraded. +kde/kirigami2-5.90.0-aarch64-1.txz: Upgraded. +kde/kitemmodels-5.90.0-aarch64-1.txz: Upgraded. +kde/kitemviews-5.90.0-aarch64-1.txz: Upgraded. +kde/kjobwidgets-5.90.0-aarch64-1.txz: Upgraded. +kde/kjs-5.90.0-aarch64-1.txz: Upgraded. +kde/kjsembed-5.90.0-aarch64-1.txz: Upgraded. +kde/kmediaplayer-5.90.0-aarch64-1.txz: Upgraded. +kde/knewstuff-5.90.0-aarch64-1.txz: Upgraded. +kde/knotifications-5.90.0-aarch64-1.txz: Upgraded. +kde/knotifyconfig-5.90.0-aarch64-1.txz: Upgraded. +kde/kpackage-5.90.0-aarch64-1.txz: Upgraded. +kde/kparts-5.90.0-aarch64-1.txz: Upgraded. +kde/kpeople-5.90.0-aarch64-1.txz: Upgraded. +kde/kplotting-5.90.0-aarch64-1.txz: Upgraded. +kde/kpty-5.90.0-aarch64-1.txz: Upgraded. +kde/kquickcharts-5.90.0-aarch64-1.txz: Upgraded. +kde/kross-5.90.0-aarch64-1.txz: Upgraded. +kde/krunner-5.90.0-aarch64-1.txz: Upgraded. +kde/kservice-5.90.0-aarch64-1.txz: Upgraded. +kde/ktexteditor-5.90.0-aarch64-1.txz: Upgraded. +kde/ktextwidgets-5.90.0-aarch64-1.txz: Upgraded. +kde/kunitconversion-5.90.0-aarch64-1.txz: Upgraded. +kde/kwallet-5.90.0-aarch64-1.txz: Upgraded. +kde/kwayland-5.90.0-aarch64-1.txz: Upgraded. +kde/kwidgetsaddons-5.90.0-aarch64-1.txz: Upgraded. +kde/kwindowsystem-5.90.0-aarch64-1.txz: Upgraded. +kde/kxmlgui-5.90.0-aarch64-1.txz: Upgraded. +kde/kxmlrpcclient-5.90.0-aarch64-1.txz: Upgraded. +kde/latte-dock-0.10.7-aarch64-1.txz: Upgraded. +kde/modemmanager-qt-5.90.0-aarch64-1.txz: Upgraded. +kde/networkmanager-qt-5.90.0-aarch64-1.txz: Upgraded. +kde/oxygen-icons5-5.90.0-noarch-1.txz: Upgraded. +kde/plasma-framework-5.90.0-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.23.5-aarch64-2.txz: Rebuilt. + [PATCH] [libtaskmanager] Increase buffer for pipewire format negotiation. + Thanks to ZhaoLin1457. + [PATCH] runners/shell: Port from KToolInvocation::invokeTerminal + to KTerminalLauncherJob. + Thanks to gmgf. +kde/prison-5.90.0-aarch64-1.txz: Upgraded. +kde/purpose-5.90.0-aarch64-1.txz: Upgraded. +kde/qqc2-desktop-style-5.90.0-aarch64-1.txz: Upgraded. +kde/solid-5.90.0-aarch64-1.txz: Upgraded. +kde/sonnet-5.90.0-aarch64-1.txz: Upgraded. +kde/syndication-5.90.0-aarch64-1.txz: Upgraded. +kde/syntax-highlighting-5.90.0-aarch64-1.txz: Upgraded. +kde/threadweaver-5.90.0-aarch64-1.txz: Upgraded. +l/SDL2-2.0.20-aarch64-1.txz: Upgraded. +l/SDL2_ttf-2.0.18-aarch64-1.txz: Upgraded. +l/libsigsegv-2.14-aarch64-1.txz: Upgraded. +l/pango-1.48.11-aarch64-1.txz: Upgraded. +l/python-urllib3-1.26.8-aarch64-1.txz: Upgraded. +n/getmail-6.18.6-aarch64-1.txz: Upgraded. +n/iproute2-5.16.0-aarch64-1.txz: Upgraded. +n/metamail-2.7-aarch64-6.txz: Rebuilt. + Fixed misnamed mimencode man page. Thanks to mbeninca. +n/mtr-0.95-aarch64-1.txz: Upgraded. +n/socat-1.7.4.3-aarch64-1.txz: Upgraded. +xap/freerdp-2.5.0-aarch64-1.txz: Upgraded. +xap/gnuplot-5.4.3-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-91.5.0esr-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/firefox/91.5.0/releasenotes/ + https://www.mozilla.org/security/advisories/mfsa2022-02/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22746 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22743 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22742 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22741 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22740 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22738 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22737 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4140 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22748 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22745 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22744 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22747 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22739 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22751 + (* Security fix *) +xap/mozilla-thunderbird-91.5.0-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/91.5.0/releasenotes/ + https://www.mozilla.org/en-US/security/advisories/mfsa2022-03/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22746 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22743 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22742 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22741 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22740 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22738 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22737 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4140 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22748 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22745 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22744 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22747 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22739 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22751 + (* Security fix *) +xap/vim-gvim-8.2.4065-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. ++--------------------------+ +Thu Jan 13 08:08:08 UTC 2022 +d/device-tree-compiler-1.6.1-aarch64-2.txz: Rebuilt. + Added C headers. Thanks to Brenton Earl. ++--------------------------+ +Wed Jan 12 08:08:08 UTC 2022 +a/hwm-bw-raspberrypi-1.20211118-aarch64-3.txz: Rebuilt. +a/kernel-modules-armv8-5.15.14_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.14-aarch64-1.txz: Upgraded. +d/device-tree-compiler-1.6.1-aarch64-1.txz: Upgraded. + Thanks to Brenton Earl. +d/kernel-headers-5.15.14-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.14-aarch64-1.txz: Upgraded. +kde/akonadi-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-tools-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadi-contacts-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadi-import-wizard-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadi-mime-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadi-notes-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadi-search-21.12.1-aarch64-1.txz: Upgraded. +kde/akonadiconsole-21.12.1-aarch64-1.txz: Upgraded. +kde/akregator-21.12.1-aarch64-1.txz: Upgraded. +kde/analitza-21.12.1-aarch64-1.txz: Upgraded. +kde/ark-21.12.1-aarch64-1.txz: Upgraded. +kde/artikulate-21.12.1-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.12.1-aarch64-1.txz: Upgraded. +kde/baloo-widgets-21.12.1-aarch64-1.txz: Upgraded. +kde/blinken-21.12.1-aarch64-1.txz: Upgraded. +kde/bomber-21.12.1-aarch64-1.txz: Upgraded. +kde/bovo-21.12.1-aarch64-1.txz: Upgraded. +kde/calendarsupport-21.12.1-aarch64-1.txz: Upgraded. +kde/cantor-21.12.1-aarch64-1.txz: Upgraded. +kde/cervisia-21.12.1-aarch64-1.txz: Upgraded. +kde/dolphin-21.12.1-aarch64-1.txz: Upgraded. +kde/dolphin-plugins-21.12.1-aarch64-1.txz: Upgraded. +kde/dragon-21.12.1-aarch64-1.txz: Upgraded. +kde/elisa-21.12.1-aarch64-1.txz: Upgraded. +kde/eventviews-21.12.1-aarch64-1.txz: Upgraded. +kde/ffmpegthumbs-21.12.1-aarch64-1.txz: Upgraded. +kde/filelight-21.12.1-aarch64-1.txz: Upgraded. +kde/granatier-21.12.1-aarch64-1.txz: Upgraded. +kde/grantlee-editor-21.12.1-aarch64-1.txz: Upgraded. +kde/grantleetheme-21.12.1-aarch64-1.txz: Upgraded. +kde/gwenview-21.12.1-aarch64-1.txz: Upgraded. +kde/incidenceeditor-21.12.1-aarch64-1.txz: Upgraded. +kde/itinerary-21.12.1-aarch64-1.txz: Upgraded. +kde/juk-21.12.1-aarch64-1.txz: Upgraded. +kde/k3b-21.12.1-aarch64-1.txz: Upgraded. +kde/kaddressbook-21.12.1-aarch64-1.txz: Upgraded. +kde/kalarm-21.12.1-aarch64-1.txz: Upgraded. +kde/kalarmcal-21.12.1-aarch64-1.txz: Upgraded. +kde/kalgebra-21.12.1-aarch64-1.txz: Upgraded. +kde/kalzium-21.12.1-aarch64-1.txz: Upgraded. +kde/kamera-21.12.1-aarch64-1.txz: Upgraded. +kde/kamoso-21.12.1-aarch64-1.txz: Upgraded. +kde/kanagram-21.12.1-aarch64-1.txz: Upgraded. +kde/kapman-21.12.1-aarch64-1.txz: Upgraded. +kde/kapptemplate-21.12.1-aarch64-1.txz: Upgraded. +kde/kate-21.12.1-aarch64-1.txz: Upgraded. +kde/katomic-21.12.1-aarch64-1.txz: Upgraded. +kde/kbackup-21.12.1-aarch64-1.txz: Upgraded. +kde/kblackbox-21.12.1-aarch64-1.txz: Upgraded. +kde/kblocks-21.12.1-aarch64-1.txz: Upgraded. +kde/kbounce-21.12.1-aarch64-1.txz: Upgraded. +kde/kbreakout-21.12.1-aarch64-1.txz: Upgraded. +kde/kbruch-21.12.1-aarch64-1.txz: Upgraded. +kde/kcachegrind-21.12.1-aarch64-1.txz: Upgraded. +kde/kcalc-21.12.1-aarch64-1.txz: Upgraded. +kde/kcalutils-21.12.1-aarch64-1.txz: Upgraded. +kde/kcharselect-21.12.1-aarch64-1.txz: Upgraded. +kde/kcolorchooser-21.12.1-aarch64-1.txz: Upgraded. +kde/kcron-21.12.1-aarch64-1.txz: Upgraded. +kde/kde-dev-scripts-21.12.1-aarch64-1.txz: Upgraded. +kde/kde-dev-utils-21.12.1-aarch64-1.txz: Upgraded. +kde/kdebugsettings-21.12.1-aarch64-1.txz: Upgraded. +kde/kdeconnect-kde-21.12.1-aarch64-1.txz: Upgraded. +kde/kdeedu-data-21.12.1-aarch64-1.txz: Upgraded. +kde/kdegraphics-mobipocket-21.12.1-aarch64-1.txz: Upgraded. +kde/kdegraphics-thumbnailers-21.12.1-aarch64-1.txz: Upgraded. +kde/kdenetwork-filesharing-21.12.1-aarch64-1.txz: Upgraded. +kde/kdenlive-21.12.1-aarch64-1.txz: Upgraded. +kde/kdepim-addons-21.12.1-aarch64-1.txz: Upgraded. +kde/kdepim-runtime-21.12.1-aarch64-1.txz: Upgraded. +kde/kdesdk-kioslaves-21.12.1-aarch64-1.txz: Upgraded. +kde/kdesdk-thumbnailers-21.12.1-aarch64-1.txz: Upgraded. +kde/kdev-php-21.12.1-aarch64-1.txz: Upgraded. +kde/kdev-python-21.12.1-aarch64-1.txz: Upgraded. +kde/kdevelop-21.12.1-aarch64-1.txz: Upgraded. +kde/kdf-21.12.1-aarch64-1.txz: Upgraded. +kde/kdialog-21.12.1-aarch64-1.txz: Upgraded. +kde/kdiamond-21.12.1-aarch64-1.txz: Upgraded. +kde/keditbookmarks-21.12.1-aarch64-1.txz: Upgraded. +kde/kfind-21.12.1-aarch64-1.txz: Upgraded. +kde/kfloppy-21.12.1-aarch64-1.txz: Upgraded. +kde/kfourinline-21.12.1-aarch64-1.txz: Upgraded. +kde/kgeography-21.12.1-aarch64-1.txz: Upgraded. +kde/kget-21.12.1-aarch64-1.txz: Upgraded. +kde/kgoldrunner-21.12.1-aarch64-1.txz: Upgraded. +kde/kgpg-21.12.1-aarch64-1.txz: Upgraded. +kde/khangman-21.12.1-aarch64-1.txz: Upgraded. +kde/khelpcenter-21.12.1-aarch64-1.txz: Upgraded. +kde/kidentitymanagement-21.12.1-aarch64-1.txz: Upgraded. +kde/kig-21.12.1-aarch64-1.txz: Upgraded. +kde/kigo-21.12.1-aarch64-1.txz: Upgraded. +kde/killbots-21.12.1-aarch64-1.txz: Upgraded. +kde/kimagemapeditor-21.12.1-aarch64-1.txz: Upgraded. +kde/kimap-21.12.1-aarch64-1.txz: Upgraded. +kde/kio-extras-21.12.1-aarch64-1.txz: Upgraded. +kde/kio-gdrive-21.12.1-aarch64-1.txz: Upgraded. +kde/kipi-plugins-21.12.1-aarch64-1.txz: Upgraded. +kde/kirigami-gallery-21.12.1-aarch64-1.txz: Upgraded. +kde/kiriki-21.12.1-aarch64-1.txz: Upgraded. +kde/kiten-21.12.1-aarch64-1.txz: Upgraded. +kde/kitinerary-21.12.1-aarch64-1.txz: Upgraded. +kde/kjumpingcube-21.12.1-aarch64-1.txz: Upgraded. +kde/kldap-21.12.1-aarch64-1.txz: Upgraded. +kde/kleopatra-21.12.1-aarch64-1.txz: Upgraded. +kde/klickety-21.12.1-aarch64-1.txz: Upgraded. +kde/klines-21.12.1-aarch64-1.txz: Upgraded. +kde/kmag-21.12.1-aarch64-1.txz: Upgraded. +kde/kmahjongg-21.12.1-aarch64-1.txz: Upgraded. +kde/kmail-21.12.1-aarch64-1.txz: Upgraded. +kde/kmail-account-wizard-21.12.1-aarch64-1.txz: Upgraded. +kde/kmailtransport-21.12.1-aarch64-1.txz: Upgraded. +kde/kmbox-21.12.1-aarch64-1.txz: Upgraded. +kde/kmime-21.12.1-aarch64-1.txz: Upgraded. +kde/kmines-21.12.1-aarch64-1.txz: Upgraded. +kde/kmix-21.12.1-aarch64-1.txz: Upgraded. +kde/kmousetool-21.12.1-aarch64-1.txz: Upgraded. +kde/kmouth-21.12.1-aarch64-1.txz: Upgraded. +kde/kmplot-21.12.1-aarch64-1.txz: Upgraded. +kde/knavalbattle-21.12.1-aarch64-1.txz: Upgraded. +kde/knetwalk-21.12.1-aarch64-1.txz: Upgraded. +kde/knights-21.12.1-aarch64-1.txz: Upgraded. +kde/knotes-21.12.1-aarch64-1.txz: Upgraded. +kde/kolf-21.12.1-aarch64-1.txz: Upgraded. +kde/kollision-21.12.1-aarch64-1.txz: Upgraded. +kde/kolourpaint-21.12.1-aarch64-1.txz: Upgraded. +kde/kompare-21.12.1-aarch64-1.txz: Upgraded. +kde/konqueror-21.12.1-aarch64-1.txz: Upgraded. +kde/konquest-21.12.1-aarch64-1.txz: Upgraded. +kde/konsole-21.12.1-aarch64-1.txz: Upgraded. +kde/kontact-21.12.1-aarch64-1.txz: Upgraded. +kde/kontactinterface-21.12.1-aarch64-1.txz: Upgraded. +kde/kontrast-21.12.1-aarch64-1.txz: Upgraded. +kde/konversation-21.12.1-aarch64-1.txz: Upgraded. +kde/kopeninghours-21.12.1-aarch64-1.txz: Upgraded. +kde/kopete-21.12.1-aarch64-1.txz: Upgraded. +kde/korganizer-21.12.1-aarch64-1.txz: Upgraded. +kde/kosmindoormap-21.12.1-aarch64-1.txz: Upgraded. +kde/kpat-21.12.1-aarch64-1.txz: Upgraded. +kde/kpimtextedit-21.12.1-aarch64-1.txz: Upgraded. +kde/kpkpass-21.12.1-aarch64-1.txz: Upgraded. +kde/kpmcore-21.12.1-aarch64-1.txz: Upgraded. +kde/kpublictransport-21.12.1-aarch64-1.txz: Upgraded. +kde/kqtquickcharts-21.12.1-aarch64-1.txz: Upgraded. +kde/krdc-21.12.1-aarch64-1.txz: Upgraded. +kde/kreversi-21.12.1-aarch64-1.txz: Upgraded. +kde/krfb-21.12.1-aarch64-1.txz: Upgraded. +kde/krita-5.0.2-aarch64-1.txz: Upgraded. +kde/kross-interpreters-21.12.1-aarch64-1.txz: Upgraded. +kde/kruler-21.12.1-aarch64-1.txz: Upgraded. +kde/kshisen-21.12.1-aarch64-1.txz: Upgraded. +kde/ksirk-21.12.1-aarch64-1.txz: Upgraded. +kde/ksmtp-21.12.1-aarch64-1.txz: Upgraded. +kde/ksnakeduel-21.12.1-aarch64-1.txz: Upgraded. +kde/kspaceduel-21.12.1-aarch64-1.txz: Upgraded. +kde/ksquares-21.12.1-aarch64-1.txz: Upgraded. +kde/ksudoku-21.12.1-aarch64-1.txz: Upgraded. +kde/ksystemlog-21.12.1-aarch64-1.txz: Upgraded. +kde/kteatime-21.12.1-aarch64-1.txz: Upgraded. +kde/ktimer-21.12.1-aarch64-1.txz: Upgraded. +kde/ktnef-21.12.1-aarch64-1.txz: Upgraded. +kde/ktorrent-21.12.1-aarch64-1.txz: Upgraded. +kde/ktouch-21.12.1-aarch64-1.txz: Upgraded. +kde/kturtle-21.12.1-aarch64-1.txz: Upgraded. +kde/kubrick-21.12.1-aarch64-1.txz: Upgraded. +kde/kwalletmanager-21.12.1-aarch64-1.txz: Upgraded. +kde/kwave-21.12.1-aarch64-1.txz: Upgraded. +kde/kwordquiz-21.12.1-aarch64-1.txz: Upgraded. +kde/libgravatar-21.12.1-aarch64-1.txz: Upgraded. +kde/libkcddb-21.12.1-aarch64-1.txz: Upgraded. +kde/libkcompactdisc-21.12.1-aarch64-1.txz: Upgraded. +kde/libkdcraw-21.12.1-aarch64-1.txz: Upgraded. +kde/libkdegames-21.12.1-aarch64-1.txz: Upgraded. +kde/libkdepim-21.12.1-aarch64-1.txz: Upgraded. +kde/libkeduvocdocument-21.12.1-aarch64-1.txz: Upgraded. +kde/libkexiv2-21.12.1-aarch64-1.txz: Upgraded. +kde/libkgapi-21.12.1-aarch64-1.txz: Upgraded. +kde/libkipi-21.12.1-aarch64-1.txz: Upgraded. +kde/libkleo-21.12.1-aarch64-1.txz: Upgraded. +kde/libkmahjongg-21.12.1-aarch64-1.txz: Upgraded. +kde/libkomparediff2-21.12.1-aarch64-1.txz: Upgraded. +kde/libksane-21.12.1-aarch64-1.txz: Upgraded. +kde/libksieve-21.12.1-aarch64-1.txz: Upgraded. +kde/libktorrent-21.12.1-aarch64-1.txz: Upgraded. +kde/lokalize-21.12.1-aarch64-1.txz: Upgraded. +kde/lskat-21.12.1-aarch64-1.txz: Upgraded. +kde/mailcommon-21.12.1-aarch64-1.txz: Upgraded. +kde/mailimporter-21.12.1-aarch64-1.txz: Upgraded. +kde/marble-21.12.1-aarch64-1.txz: Upgraded. +kde/markdownpart-21.12.1-aarch64-1.txz: Upgraded. +kde/mbox-importer-21.12.1-aarch64-1.txz: Upgraded. +kde/messagelib-21.12.1-aarch64-1.txz: Upgraded. +kde/minuet-21.12.1-aarch64-1.txz: Upgraded. +kde/okular-21.12.1-aarch64-1.txz: Upgraded. +kde/palapeli-21.12.1-aarch64-1.txz: Upgraded. +kde/parley-21.12.1-aarch64-1.txz: Upgraded. +kde/partitionmanager-21.12.1-aarch64-1.txz: Upgraded. +kde/picmi-21.12.1-aarch64-1.txz: Upgraded. +kde/pim-data-exporter-21.12.1-aarch64-1.txz: Upgraded. +kde/pim-sieve-editor-21.12.1-aarch64-1.txz: Upgraded. +kde/pimcommon-21.12.1-aarch64-1.txz: Upgraded. +kde/poxml-21.12.1-aarch64-1.txz: Upgraded. +kde/print-manager-21.12.1-aarch64-1.txz: Upgraded. +kde/rocs-21.12.1-aarch64-1.txz: Upgraded. +kde/skanlite-21.12.1-aarch64-1.txz: Upgraded. +kde/spectacle-21.12.1-aarch64-1.txz: Upgraded. +kde/step-21.12.1-aarch64-1.txz: Upgraded. +kde/svgpart-21.12.1-aarch64-1.txz: Upgraded. +kde/sweeper-21.12.1-aarch64-1.txz: Upgraded. +kde/umbrello-21.12.1-aarch64-1.txz: Upgraded. +kde/yakuake-21.12.1-aarch64-1.txz: Upgraded. +kde/zanshin-21.12.1-aarch64-1.txz: Upgraded. +kde/zeroconf-ioslave-21.12.1-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. + Prompt to unplug a Slackware USB stick, if mounted. +kernels/*: Upgraded. ++--------------------------+ +Fri Jan 07 08:08:08 UTC 2022 +a/hwm-bw-raspberrypi-1.20211118-aarch64-3.txz: Upgraded. + During post installation, upgrade the U-Boot Boot Loader in + addition to upgrading the Raspberry Pi Native Boot Loader. +a/kernel-firmware-20220106_4aa2c65-noarch-1.txz: Upgraded. +a/tcsh-6.23.02-aarch64-1.txz: Upgraded. +ap/sqlite-3.37.2-aarch64-1.txz: Upgraded. +ap/vim-8.2.4018-aarch64-1.txz: Upgraded. +d/mercurial-6.0.1-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.74-aarch64-1.txz: Upgraded. +l/readline-8.1.002.002-aarch64-1.txz: Upgraded. +n/bluez-5.63-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.4018-aarch64-1.txz: Upgraded. ++--------------------------+ +Thu Jan 06 08:08:08 UTC 2022 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_base-15.0-aarch64-2.txz: Rebuilt. + /etc/os-release: Changed URLs to https:// (secure HTTP) +a/aaa_libraries-15.0-aarch64-8.txz: Rebuilt. +a/bash-5.1.016.000-aarch64-1.txz: Upgraded. +a/e2fsprogs-1.46.5-aarch64-1.txz: Upgraded. +a/haveged-1.9.16-aarch64-1.txz: Upgraded. +a/hwdata-0.355-aarch64-1.txz: Upgraded. +a/kernel-firmware-20211229_57d6b95-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.15.13_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.13-aarch64-1.txz: Upgraded. + /boot/initrd-armv8/[init]: + Added support for two functions 'hook_pre_switch_root', and + 'hwm_hook_pre_switch_root' to be called immediately prior to switching into + the Slackware OS proper. This is post initialisation of any Software RAID + arrays, etc. + + The 'hook_pre_switch_root' can be defined within + /boot/local/load_kernel_modules.post + The 'hwm_hook_pre_switch_root' can be defined within a Hardware Model's Kernel + Helper script. 'hook_pre_switch_root' is the last to run, as it's the + user-defined local customisations. + + /boot/local/load_kernel_modules.post.sample + Added example of how to use the 'hook_pre_switch_root' feature. + /boot/initrd/[load_kernel_modules.scr/platform/aarch64/bcm2837]: + AArch64: Added initial module list for the Raspberry Pi 3. + Thanks to Brenton Earl. +a/mdadm-4.2-aarch64-1.txz: Upgraded. +ap/gphoto2-2.5.28-aarch64-1.txz: Upgraded. +ap/sqlite-3.37.1-aarch64-1.txz: Upgraded. +ap/usbmuxd-20210925_e3a3180-aarch64-1.txz: Upgraded. + Updated to fix mounting devices with iOS 15.1. Thanks to qunying. +d/doxygen-1.9.3-aarch64-1.txz: Upgraded. + Fix manpage versions, build and install docs. Thanks to duncan_roe. +d/kernel-headers-5.15.13-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.13-aarch64-1.txz: Upgraded. +kde/bluedevil-5.23.5-aarch64-1.txz: Upgraded. +kde/breeze-5.23.5-aarch64-1.txz: Upgraded. +kde/breeze-gtk-5.23.5-aarch64-1.txz: Upgraded. +kde/drkonqi-5.23.5-aarch64-1.txz: Upgraded. +kde/kactivitymanagerd-5.23.5-aarch64-1.txz: Upgraded. +kde/kde-cli-tools-5.23.5-aarch64-1.txz: Upgraded. +kde/kde-gtk-config-5.23.5-aarch64-1.txz: Upgraded. +kde/kdecoration-5.23.5-aarch64-1.txz: Upgraded. +kde/kdeplasma-addons-5.23.5-aarch64-1.txz: Upgraded. +kde/kgamma5-5.23.5-aarch64-1.txz: Upgraded. +kde/khotkeys-5.23.5-aarch64-1.txz: Upgraded. +kde/kinfocenter-5.23.5-aarch64-1.txz: Upgraded. +kde/kmenuedit-5.23.5-aarch64-1.txz: Upgraded. +kde/konsole-21.12.0-aarch64-2.txz: Rebuilt. + Applied upstream patch: + [PATCH] Use tighter matching when finding the default profile file name. + Thanks to alienBOB. +kde/kscreen-5.23.5-aarch64-1.txz: Upgraded. +kde/kscreenlocker-5.23.5-aarch64-1.txz: Upgraded. +kde/ksshaskpass-5.23.5-aarch64-1.txz: Upgraded. +kde/ksystemstats-5.23.5-aarch64-1.txz: Upgraded. +kde/kwallet-pam-5.23.5-aarch64-1.txz: Upgraded. +kde/kwayland-integration-5.23.5-aarch64-1.txz: Upgraded. +kde/kwayland-server-5.23.5-aarch64-1.txz: Upgraded. +kde/kwin-5.23.5-aarch64-1.txz: Upgraded. +kde/kwrited-5.23.5-aarch64-1.txz: Upgraded. +kde/layer-shell-qt-5.23.5-aarch64-1.txz: Upgraded. +kde/libkscreen-5.23.5-aarch64-1.txz: Upgraded. +kde/libksysguard-5.23.5-aarch64-1.txz: Upgraded. +kde/milou-5.23.5-aarch64-1.txz: Upgraded. +kde/oxygen-5.23.5-aarch64-1.txz: Upgraded. + Fix manpage versions, build and install docs. Thanks to duncan_roe. +kde/plasma-browser-integration-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-desktop-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-disks-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-firewall-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-integration-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-nm-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-pa-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-sdk-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-vault-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.23.5-aarch64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.23.5-aarch64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.23.5-aarch64-1.txz: Upgraded. +kde/powerdevil-5.23.5-aarch64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.23.5-aarch64-1.txz: Upgraded. +kde/sddm-kcm-5.23.5-aarch64-1.txz: Upgraded. +kde/systemsettings-5.23.5-aarch64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.23.5-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_19-aarch64-2.txz: Rebuilt. + It seems that even with --enable-opencl, ImageMagick has disabled OpenCL + support by default unless the environment variable MAGICK_OCL_DEVICE=true + is set, so there should be no harm enabling this feature again. + Thanks to denydias. +l/iso-codes-4.9.0-aarch64-1.txz: Upgraded. +l/libgphoto2-2.5.28-aarch64-1.txz: Upgraded. +l/libimobiledevice-20211124_2c6121d-aarch64-1.txz: Upgraded. +l/libimobiledevice-glue-20211125_3cb687b-aarch64-1.txz: Added. +l/libuv-1.43.0-aarch64-1.txz: Upgraded. +l/pipewire-0.3.42-aarch64-2.txz: Rebuilt. + Remove redundant .sample files on package upgrade. + When disabling pipewire, toss the .desktop files and keep the .sample files + if both exist. + Added missing X-KDE-autostart-phase=1 to pipewire-pulse.desktop.sample. + Thanks to ZhaoLin1457. + Added sample startup files in /etc/xdg/autostart. Thanks to stormtracknole. + Added scripts (pipewire-enable.sh, pipewire-disable.sh) to setup pipewire as + the default multimedia server, or to disable it and return to pulseaudio as + the default. Thanks to stormtracknole and LuckyCyborg for many useful tips. +l/pulseaudio-15.0-aarch64-4.txz: Rebuilt. + Install pulseaudio.desktop as a .new file so that future package updates + won't overwrite custom content. +l/xapian-core-1.4.19-aarch64-1.txz: Upgraded. +n/curl-7.81.0-aarch64-1.txz: Upgraded. +n/mutt-2.1.5-aarch64-1.txz: Upgraded. +n/network-scripts-15.0-noarch-16.txz: Rebuilt. + netconfig: when DHCP configuration is selected, also add hostname labeled + loopback entries to /etc/hosts. We don't want to have to rely on something + else providing correct name service in order to be able to reach our + machine through its own hostname. This was a regression since the netconfig + shipped with Slackware 14.2. + Thanks to Zexuo. +n/whois-5.5.11-aarch64-1.txz: Upgraded. +n/yptools-4.2.3-aarch64-3.txz: Rebuilt. + Added /usr/sbin/yp_dump_binding and /usr/sbin/yptest. + Add a hint about adding "nis" in /etc/pam.d/system-auth to /etc/default/yp. +x/fcitx-qt5-1.2.7-aarch64-1.txz: Upgraded. +x/libdrm-2.4.109-aarch64-1.txz: Upgraded. +x/mesa-21.3.3-aarch64-1.txz: Upgraded. +x/xdg-desktop-portal-1.12.1-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. + /usr/lib/setup/armedslack-nofscheck: Support file system labels. + Detect the presence of an RTC rather than assuming the absense of (based + on a static list of Hardware Models). + This accommodates Hardware Models such as the Raspberry Pi where an + RTC is connected to the GPIO array. +kernels/*: Upgraded. ++--------------------------+ +Sat Jan 1 20:10:44 GMT 2022 + +Happy new year! Feliz anio! + +The Slackware Installer has been migrated to use labels by default (see below +for more information). I've tested it extensively, but please provide any bug +reports as usual on the LQ forum. +N.B. this only affects new installations - no changes are required for existing +OS installations. + +Stuart + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/f2fs-tools-1.14.0-aarch64-3.txz: Rebuilt. + Added /usr/sbin/f2fs_label to label f2fs file systems. + Thanks to Thomas Rohloff. +a/kernel-modules-armv8-5.15.12_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.12-aarch64-1.txz: Upgraded. + Added support for post installation helper scripts within + /boot/platform/arm/helper/ + The helpers are named 'pkg-kernel-'. By way of an + example, the helper for the Raspberry Pi Hardware Models is named + (on Slackware AArch64): + /boot/platform/aarch64/helper/pkg-kernel-rpi + This helper installs the new Kernel, initrd and DTBs onto the Hardware Model + Bootware file system to support seamless Kernel upgrades when using the + RPi native Boot Loader. + /boot/initrd-armv7/[await_device]: + Support awaiting a labeled root file system. + /boot/initrd/[load_kernel_modules.scr/platform/aarch64/bcm2711]: + AArch64: Raspberry Pi 4 - Initialise DS1307 RTC if present on the GPIO. +a/sysvinit-scripts-15.0-noarch-7.txz: Rebuilt. + Set ttyS1 as the serial console for all Raspberry Pi Hardware Models. +ap/cups-filters-1.28.10-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +ap/qpdf-10.5.0-aarch64-1.txz: Upgraded. +ap/vim-8.2.3868-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.12-aarch64-1.txz: Upgraded. +d/parallel-20211222-noarch-1.txz: Upgraded. +k/kernel-source-5.15.12-aarch64-1.txz: Upgraded. +kde/ark-21.12.0-aarch64-2.txz: Rebuilt. + Applied upstream patches: + [PATCH] Fix extraction "Dolphin Actions" not abiding "Open destination + folder after extracting" setting. + [PATCH] Do not highlight file after compression. + Thanks to ctrlaltca. +kde/breeze-icons-5.89.0-noarch-2.txz: Rebuilt. + Applied upstream patches: + [PATCH] improve installation of light fallback icons + [PATCH] Include "*@*" in the icon_files list for installation + Thanks to Heinz Wiesinger. +kde/calligra-3.2.1-aarch64-17.txz: Rebuilt. + Recompiled against poppler-21.12.0. +kde/cantor-21.12.0-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +kde/digikam-7.4.0-aarch64-2.txz: Rebuilt. + Recompiled against opencv-4.5.5. +kde/kfilemetadata-5.89.0-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +kde/kile-2.9.93-aarch64-16.txz: Rebuilt. + Recompiled against poppler-21.12.0. +kde/kitinerary-21.12.0-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +kde/krita-5.0.0-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +kde/okular-21.12.0-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +l/gegl-0.4.34-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +l/gst-plugins-bad-free-1.18.5-aarch64-3.txz: Rebuilt. + Recompiled against opencv-4.5.5. +l/gtk+3-3.24.31-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_19-aarch64-1.txz: Upgraded. +l/libgsf-1.14.48-aarch64-1.txz: Upgraded. +l/mlt-7.4.0-aarch64-1.txz: Upgraded. +l/netpbm-10.97.00-aarch64-1.txz: Upgraded. +l/opencv-4.5.5-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/poppler-21.12.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/zstd-1.5.1-aarch64-1.txz: Upgraded. +n/fetchmail-6.4.26-aarch64-1.txz: Upgraded. +n/net-snmp-5.9.1-aarch64-1.txz: Upgraded. + Moved options for snmpd from rc.snmpd to /etc/default/snmpd. + Thanks to Jakub 'shasta' Jankowski. +n/stunnel-5.61-aarch64-1.txz: Upgraded. +n/tin-2.6.1-aarch64-1.txz: Upgraded. +n/wpa_supplicant-2.9-aarch64-7.txz: Rebuilt. + This update fixes the following security issues: + AP mode PMF disconnection protection bypass. + UPnP SUBSCRIBE misbehavior in hostapd WPS AP. + P2P group information processing vulnerability. + P2P provision discovery processing vulnerability. + ASN.1: Validate DigestAlgorithmIdentifier parameters. + Flush pending control interface message for an interface to be removed. + These issues could result in a denial-of-service, privilege escalation, + arbitrary code execution, or other unexpected behavior. + Thanks to nobodino for pointing out the patches. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0326 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0535 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12695 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16275 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27803 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30004 + (* Security fix *) +x/ibus-anthy-1.5.14-aarch64-1.txz: Upgraded. +x/xorg-server-1.20.14-aarch64-2.txz: Rebuilt. + Recompiled using these options: + --enable-suid-wrapper --enable-install-setuid --disable-systemd-logind. +x/xorg-server-xephyr-1.20.14-aarch64-2.txz: Rebuilt. +x/xorg-server-xnest-1.20.14-aarch64-2.txz: Rebuilt. +x/xorg-server-xvfb-1.20.14-aarch64-2.txz: Rebuilt. +xap/geeqie-1.6-aarch64-3.txz: Rebuilt. + Recompiled against poppler-21.12.0. +xap/gimp-2.10.30-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.12.0. +xap/mozilla-thunderbird-91.4.1-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/91.4.1/releasenotes/ + https://www.mozilla.org/en-US/security/advisories/mfsa2021-55/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4126 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44538 + (* Security fix *) +xap/pan-0.149-aarch64-1.txz: Upgraded. +xap/seamonkey-2.53.10.2-aarch64-1.txz: Upgraded. + This update contains security fixes and improvements. + For more information, see: + https://www.seamonkey-project.org/releases/seamonkey2.53.10.2 + (* Security fix *) +xap/vim-gvim-8.2.3868-aarch64-1.txz: Upgraded. +xfce/tumbler-4.16.0-aarch64-3.txz: Rebuilt. + Recompiled against poppler-21.12.0. +extra/php80/php80-8.0.14-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. + Added support for configuring the root file system and swap using labels + rather than direct references to the block devices. + The rationale behind this is that on x86 the root file system is + typically on a storage bus (SCSI, SATA, ATA), where the physical + configuration (which port the storage is connected to) of the storage rarely + changes. This can be the case on ARM, but it's generally to a lesser extent + and the root file system may be connected to a hot-plug bus such as USB. + This lends itself to the risk of device re-ordering across boot cycles, causing + boot failure. + Note: presently only Swap and the root file system are automatically labeled. + I may add support for labeling other mounted file systems in the future. + Disk labeling for the root file system can be disabled prior to installation + through a feature flag: + $ touch /.no-labeling + The labeling of Swap partitions doesn't presently honour the feature flag. + OS configuration: + /etc/fstab: Configure to use labels rather than directly referencing + the block device name. + /boot/extlinux/extlinux.conf: Configure to use labels. + (Slackware AArch64 only) +kernels/*: Upgraded. ++--------------------------+ +Tue Dec 21 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/pkgtools-15.0-noarch-31.txz: Rebuilt. + setup.services: list rc.nfsd. Suggested by alienBOB. +l/expat-2.4.2-aarch64-1.txz: Upgraded. +l/gegl-0.4.34-aarch64-1.txz: Upgraded. +n/httpd-2.4.52-aarch64-1.txz: Upgraded. + SECURITY: CVE-2021-44790: Possible buffer overflow when parsing + multipart content in mod_lua of Apache HTTP Server 2.4.51 and + earlier (cve.mitre.org) + A carefully crafted request body can cause a buffer overflow in + the mod_lua multipart parser (r:parsebody() called from Lua + scripts). + The Apache httpd team is not aware of an exploit for the + vulnerabilty though it might be possible to craft one. + This issue affects Apache HTTP Server 2.4.51 and earlier. + Credits: Chamal + SECURITY: CVE-2021-44224: Possible NULL dereference or SSRF in + forward proxy configurations in Apache HTTP Server 2.4.51 and + earlier (cve.mitre.org) + A crafted URI sent to httpd configured as a forward proxy + (ProxyRequests on) can cause a crash (NULL pointer dereference) + or, for configurations mixing forward and reverse proxy + declarations, can allow for requests to be directed to a + declared Unix Domain Socket endpoint (Server Side Request + Forgery). + This issue affects Apache HTTP Server 2.4.7 up to 2.4.51 + (included). + Credits: ae 1/4*a-o(R)e 1/4 + TengMA(@Te3t123) + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44790 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224 + (* Security fix *) +xap/gimp-2.10.30-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-91.4.1esr-aarch64-1.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/firefox/91.4.1/releasenotes/ +xap/seamonkey-2.53.10.1-aarch64-1.txz: Upgraded. + This update contains security fixes and improvements. + For more information, see: + https://www.seamonkey-project.org/releases/seamonkey2.53.10.1 + (* Security fix *) +xap/xlockmore-5.68-aarch64-1.txz: Upgraded. +xap/xsnow-3.4.2-aarch64-1.txz: Upgraded. +extra/php81/php81-8.1.1-aarch64-1.txz: Upgraded. ++--------------------------+ +Mon Dec 20 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/dialog-1.3_20211214-aarch64-1.txz: Upgraded. +a/hwm-bw-raspberrypi-1.20211118-aarch64-1.txz: Added. + Added Raspberry Pi4 Boot Loader assets. + Thanks to Brenton Earl for the help with the R&D. +a/kernel-firmware-20211216_f682ecb-noarch-1.txz: Upgraded. + Added Raspberry Pi4 firmware. + Thanks to Brenton Earl for the help with the R&D. +a/kernel-modules-armv8-5.15.10_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.10-aarch64-1.txz: Upgraded. +a/openssl-solibs-1.1.1m-aarch64-1.txz: Upgraded. +a/sysvinit-3.01-aarch64-1.txz: Upgraded. +ap/inxi-3.3.11_1-noarch-1.txz: Upgraded. + Thanks to h2-1. +ap/ksh93-1.0_20211217_ce3e080c-aarch64-1.txz: Upgraded. +ap/mpg123-1.29.3-aarch64-1.txz: Upgraded. +ap/nano-6.0-aarch64-1.txz: Upgraded. +ap/neofetch-20211210_ccd5d9f5-noarch-1.txz: Upgraded. +ap/slackpkg-15.0.9-noarch-1.txz: Upgraded. + files/mirrors-x86*: Remove bad mirrors from list (Emmet Ford) + Automatically rebuild package lists if missing (Piter PUNK) +d/Cython-0.29.26-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.10-aarch64-1.txz: Upgraded. +d/patchelf-0.14.3-aarch64-1.txz: Upgraded. +d/vala-0.54.5-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.10-aarch64-1.txz: Upgraded. +kde/akonadi-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-tools-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadi-contacts-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadi-import-wizard-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadi-mime-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadi-notes-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadi-search-21.12.0-aarch64-1.txz: Upgraded. +kde/akonadiconsole-21.12.0-aarch64-1.txz: Upgraded. +kde/akregator-21.12.0-aarch64-1.txz: Upgraded. +kde/analitza-21.12.0-aarch64-1.txz: Upgraded. +kde/ark-21.12.0-aarch64-1.txz: Upgraded. +kde/artikulate-21.12.0-aarch64-1.txz: Upgraded. +kde/attica-5.89.0-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.12.0-aarch64-1.txz: Upgraded. +kde/baloo-5.89.0-aarch64-1.txz: Upgraded. +kde/baloo-widgets-21.12.0-aarch64-1.txz: Upgraded. +kde/blinken-21.12.0-aarch64-1.txz: Upgraded. +kde/bluez-qt-5.89.0-aarch64-1.txz: Upgraded. +kde/bomber-21.12.0-aarch64-1.txz: Upgraded. +kde/bovo-21.12.0-aarch64-1.txz: Upgraded. +kde/breeze-icons-5.89.0-noarch-1.txz: Upgraded. +kde/calendarsupport-21.12.0-aarch64-1.txz: Upgraded. +kde/cantor-21.12.0-aarch64-1.txz: Upgraded. +kde/cervisia-21.12.0-aarch64-1.txz: Upgraded. +kde/digikam-7.4.0-aarch64-1.txz: Upgraded. +kde/dolphin-21.12.0-aarch64-1.txz: Upgraded. +kde/dolphin-plugins-21.12.0-aarch64-1.txz: Upgraded. +kde/dragon-21.12.0-aarch64-1.txz: Upgraded. +kde/elisa-21.12.0-aarch64-1.txz: Upgraded. +kde/eventviews-21.12.0-aarch64-1.txz: Upgraded. +kde/extra-cmake-modules-5.89.0-aarch64-1.txz: Upgraded. +kde/ffmpegthumbs-21.12.0-aarch64-1.txz: Upgraded. +kde/filelight-21.12.0-aarch64-1.txz: Upgraded. +kde/frameworkintegration-5.89.0-aarch64-1.txz: Upgraded. +kde/granatier-21.12.0-aarch64-1.txz: Upgraded. +kde/grantlee-editor-21.12.0-aarch64-1.txz: Upgraded. +kde/grantleetheme-21.12.0-aarch64-1.txz: Upgraded. +kde/gwenview-21.12.0-aarch64-1.txz: Upgraded. +kde/incidenceeditor-21.12.0-aarch64-1.txz: Upgraded. +kde/itinerary-21.12.0-aarch64-1.txz: Upgraded. +kde/juk-21.12.0-aarch64-1.txz: Upgraded. +kde/k3b-21.12.0-aarch64-1.txz: Upgraded. +kde/kactivities-5.89.0-aarch64-1.txz: Upgraded. +kde/kactivities-stats-5.89.0-aarch64-1.txz: Upgraded. +kde/kaddressbook-21.12.0-aarch64-1.txz: Upgraded. +kde/kalarm-21.12.0-aarch64-1.txz: Upgraded. +kde/kalarmcal-21.12.0-aarch64-1.txz: Upgraded. +kde/kalgebra-21.12.0-aarch64-1.txz: Upgraded. +kde/kalzium-21.12.0-aarch64-1.txz: Upgraded. +kde/kamera-21.12.0-aarch64-1.txz: Upgraded. +kde/kamoso-21.12.0-aarch64-1.txz: Upgraded. +kde/kanagram-21.12.0-aarch64-1.txz: Upgraded. +kde/kapidox-5.89.0-aarch64-1.txz: Upgraded. +kde/kapman-21.12.0-aarch64-1.txz: Upgraded. +kde/kapptemplate-21.12.0-aarch64-1.txz: Upgraded. +kde/karchive-5.89.0-aarch64-1.txz: Upgraded. +kde/kate-21.12.0-aarch64-1.txz: Upgraded. +kde/katomic-21.12.0-aarch64-1.txz: Upgraded. +kde/kauth-5.89.0-aarch64-1.txz: Upgraded. +kde/kbackup-21.12.0-aarch64-1.txz: Upgraded. +kde/kblackbox-21.12.0-aarch64-1.txz: Upgraded. +kde/kblocks-21.12.0-aarch64-1.txz: Upgraded. +kde/kbookmarks-5.89.0-aarch64-1.txz: Upgraded. +kde/kbounce-21.12.0-aarch64-1.txz: Upgraded. +kde/kbreakout-21.12.0-aarch64-1.txz: Upgraded. +kde/kbruch-21.12.0-aarch64-1.txz: Upgraded. +kde/kcachegrind-21.12.0-aarch64-1.txz: Upgraded. +kde/kcalc-21.12.0-aarch64-1.txz: Upgraded. +kde/kcalendarcore-5.89.0-aarch64-1.txz: Upgraded. +kde/kcalutils-21.12.0-aarch64-1.txz: Upgraded. +kde/kcharselect-21.12.0-aarch64-1.txz: Upgraded. +kde/kcmutils-5.89.0-aarch64-1.txz: Upgraded. +kde/kcodecs-5.89.0-aarch64-1.txz: Upgraded. +kde/kcolorchooser-21.12.0-aarch64-1.txz: Upgraded. +kde/kcompletion-5.89.0-aarch64-1.txz: Upgraded. +kde/kconfig-5.89.0-aarch64-1.txz: Upgraded. +kde/kconfigwidgets-5.89.0-aarch64-1.txz: Upgraded. +kde/kcontacts-5.89.0-aarch64-1.txz: Upgraded. +kde/kcoreaddons-5.89.0-aarch64-1.txz: Upgraded. +kde/kcrash-5.89.0-aarch64-1.txz: Upgraded. +kde/kcron-21.12.0-aarch64-1.txz: Upgraded. +kde/kdav-5.89.0-aarch64-1.txz: Upgraded. +kde/kdbusaddons-5.89.0-aarch64-1.txz: Upgraded. +kde/kde-dev-scripts-21.12.0-aarch64-1.txz: Upgraded. +kde/kde-dev-utils-21.12.0-aarch64-1.txz: Upgraded. +kde/kdebugsettings-21.12.0-aarch64-1.txz: Upgraded. +kde/kdeclarative-5.89.0-aarch64-1.txz: Upgraded. +kde/kdeconnect-kde-21.12.0-aarch64-1.txz: Upgraded. +kde/kded-5.89.0-aarch64-1.txz: Upgraded. +kde/kdeedu-data-21.12.0-aarch64-1.txz: Upgraded. +kde/kdegraphics-mobipocket-21.12.0-aarch64-1.txz: Upgraded. +kde/kdegraphics-thumbnailers-21.12.0-aarch64-1.txz: Upgraded. +kde/kdelibs4support-5.89.0-aarch64-1.txz: Upgraded. +kde/kdenetwork-filesharing-21.12.0-aarch64-1.txz: Upgraded. +kde/kdenlive-21.12.0-aarch64-1.txz: Upgraded. +kde/kdepim-addons-21.12.0-aarch64-1.txz: Upgraded. +kde/kdepim-runtime-21.12.0-aarch64-3.txz: Rebuilt. + Rebuilt with the updated patch that was merged upstream: + [PATCH] POP3: Fix SSL/TLS connections + Thanks to gmgf. + Applied upstream patch: + [PATCH] POP3: Fix SSL/TLS connections + Thanks to gmgf. +kde/kdesdk-kioslaves-21.12.0-aarch64-1.txz: Upgraded. +kde/kdesdk-thumbnailers-21.12.0-aarch64-1.txz: Upgraded. +kde/kdesignerplugin-5.89.0-aarch64-1.txz: Upgraded. +kde/kdesu-5.89.0-aarch64-1.txz: Upgraded. +kde/kdev-php-21.12.0-aarch64-1.txz: Upgraded. +kde/kdev-python-21.12.0-aarch64-1.txz: Upgraded. +kde/kdevelop-21.12.0-aarch64-1.txz: Upgraded. +kde/kdewebkit-5.89.0-aarch64-1.txz: Upgraded. +kde/kdf-21.12.0-aarch64-1.txz: Upgraded. +kde/kdialog-21.12.0-aarch64-1.txz: Upgraded. +kde/kdiamond-21.12.0-aarch64-1.txz: Upgraded. +kde/kdnssd-5.89.0-aarch64-1.txz: Upgraded. +kde/kdoctools-5.89.0-aarch64-1.txz: Upgraded. +kde/keditbookmarks-21.12.0-aarch64-1.txz: Upgraded. +kde/kemoticons-5.89.0-aarch64-1.txz: Upgraded. +kde/kfilemetadata-5.89.0-aarch64-1.txz: Upgraded. +kde/kfind-21.12.0-aarch64-1.txz: Upgraded. +kde/kfloppy-21.12.0-aarch64-1.txz: Upgraded. +kde/kfourinline-21.12.0-aarch64-1.txz: Upgraded. +kde/kgeography-21.12.0-aarch64-1.txz: Upgraded. +kde/kget-21.12.0-aarch64-1.txz: Upgraded. +kde/kglobalaccel-5.89.0-aarch64-1.txz: Upgraded. +kde/kgoldrunner-21.12.0-aarch64-1.txz: Upgraded. +kde/kgpg-21.12.0-aarch64-1.txz: Upgraded. +kde/kguiaddons-5.89.0-aarch64-1.txz: Upgraded. +kde/khangman-21.12.0-aarch64-1.txz: Upgraded. +kde/khelpcenter-21.12.0-aarch64-1.txz: Upgraded. +kde/kholidays-5.89.0-aarch64-1.txz: Upgraded. +kde/khtml-5.89.0-aarch64-1.txz: Upgraded. +kde/ki18n-5.89.0-aarch64-1.txz: Upgraded. +kde/kiconthemes-5.89.0-aarch64-1.txz: Upgraded. +kde/kid3-3.9.0-aarch64-1.txz: Upgraded. +kde/kidentitymanagement-21.12.0-aarch64-1.txz: Upgraded. +kde/kidletime-5.89.0-aarch64-1.txz: Upgraded. +kde/kig-21.12.0-aarch64-1.txz: Upgraded. +kde/kigo-21.12.0-aarch64-1.txz: Upgraded. +kde/killbots-21.12.0-aarch64-1.txz: Upgraded. +kde/kimageformats-5.89.0-aarch64-1.txz: Upgraded. +kde/kimagemapeditor-21.12.0-aarch64-1.txz: Upgraded. +kde/kimap-21.12.0-aarch64-1.txz: Upgraded. +kde/kinit-5.89.0-aarch64-1.txz: Upgraded. +kde/kio-5.89.0-aarch64-1.txz: Upgraded. +kde/kio-extras-21.12.0-aarch64-1.txz: Upgraded. +kde/kio-gdrive-21.12.0-aarch64-1.txz: Upgraded. +kde/kipi-plugins-21.12.0-aarch64-1.txz: Upgraded. +kde/kirigami-gallery-21.12.0-aarch64-1.txz: Upgraded. +kde/kirigami2-5.89.0-aarch64-1.txz: Upgraded. +kde/kiriki-21.12.0-aarch64-1.txz: Upgraded. +kde/kitemmodels-5.89.0-aarch64-1.txz: Upgraded. +kde/kitemviews-5.89.0-aarch64-1.txz: Upgraded. +kde/kiten-21.12.0-aarch64-1.txz: Upgraded. +kde/kitinerary-21.12.0-aarch64-1.txz: Upgraded. +kde/kjobwidgets-5.89.0-aarch64-1.txz: Upgraded. +kde/kjs-5.89.0-aarch64-1.txz: Upgraded. +kde/kjsembed-5.89.0-aarch64-1.txz: Upgraded. +kde/kjumpingcube-21.12.0-aarch64-1.txz: Upgraded. +kde/kldap-21.12.0-aarch64-1.txz: Upgraded. +kde/kleopatra-21.12.0-aarch64-1.txz: Upgraded. +kde/klickety-21.12.0-aarch64-1.txz: Upgraded. +kde/klines-21.12.0-aarch64-1.txz: Upgraded. +kde/kmag-21.12.0-aarch64-1.txz: Upgraded. +kde/kmahjongg-21.12.0-aarch64-1.txz: Upgraded. +kde/kmail-21.12.0-aarch64-1.txz: Upgraded. +kde/kmail-account-wizard-21.12.0-aarch64-1.txz: Upgraded. +kde/kmailtransport-21.12.0-aarch64-1.txz: Upgraded. +kde/kmbox-21.12.0-aarch64-1.txz: Upgraded. +kde/kmediaplayer-5.89.0-aarch64-1.txz: Upgraded. +kde/kmime-21.12.0-aarch64-1.txz: Upgraded. +kde/kmines-21.12.0-aarch64-1.txz: Upgraded. +kde/kmix-21.12.0-aarch64-1.txz: Upgraded. +kde/kmousetool-21.12.0-aarch64-1.txz: Upgraded. +kde/kmouth-21.12.0-aarch64-1.txz: Upgraded. +kde/kmplot-21.12.0-aarch64-1.txz: Upgraded. +kde/knavalbattle-21.12.0-aarch64-1.txz: Upgraded. +kde/knetwalk-21.12.0-aarch64-1.txz: Upgraded. +kde/knewstuff-5.89.0-aarch64-1.txz: Upgraded. +kde/knights-21.12.0-aarch64-1.txz: Upgraded. +kde/knotes-21.12.0-aarch64-1.txz: Upgraded. +kde/knotifications-5.89.0-aarch64-1.txz: Upgraded. +kde/knotifyconfig-5.89.0-aarch64-1.txz: Upgraded. +kde/kolf-21.12.0-aarch64-1.txz: Upgraded. +kde/kollision-21.12.0-aarch64-1.txz: Upgraded. +kde/kolourpaint-21.12.0-aarch64-1.txz: Upgraded. +kde/kompare-21.12.0-aarch64-1.txz: Upgraded. +kde/konqueror-21.12.0-aarch64-1.txz: Upgraded. +kde/konquest-21.12.0-aarch64-1.txz: Upgraded. +kde/konsole-21.12.0-aarch64-1.txz: Upgraded. +kde/kontact-21.12.0-aarch64-1.txz: Upgraded. +kde/kontactinterface-21.12.0-aarch64-1.txz: Upgraded. +kde/kontrast-21.12.0-aarch64-1.txz: Upgraded. +kde/konversation-21.12.0-aarch64-1.txz: Upgraded. +kde/kopeninghours-21.12.0-aarch64-1.txz: Upgraded. +kde/kopete-21.12.0-aarch64-1.txz: Upgraded. +kde/korganizer-21.12.0-aarch64-1.txz: Upgraded. +kde/kosmindoormap-21.12.0-aarch64-1.txz: Upgraded. +kde/kpackage-5.89.0-aarch64-1.txz: Upgraded. +kde/kparts-5.89.0-aarch64-1.txz: Upgraded. +kde/kpat-21.12.0-aarch64-1.txz: Upgraded. +kde/kpeople-5.89.0-aarch64-1.txz: Upgraded. +kde/kpimtextedit-21.12.0-aarch64-1.txz: Upgraded. +kde/kpkpass-21.12.0-aarch64-1.txz: Upgraded. +kde/kplotting-5.89.0-aarch64-1.txz: Upgraded. +kde/kpmcore-21.12.0-aarch64-1.txz: Upgraded. +kde/kpty-5.89.0-aarch64-1.txz: Upgraded. +kde/kpublictransport-21.12.0-aarch64-1.txz: Upgraded. +kde/kqtquickcharts-21.12.0-aarch64-1.txz: Upgraded. +kde/kquickcharts-5.89.0-aarch64-1.txz: Upgraded. +kde/krdc-21.12.0-aarch64-1.txz: Upgraded. +kde/kreversi-21.12.0-aarch64-1.txz: Upgraded. +kde/krfb-21.12.0-aarch64-1.txz: Upgraded. +kde/kross-5.89.0-aarch64-1.txz: Upgraded. +kde/kross-interpreters-21.12.0-aarch64-1.txz: Upgraded. +kde/kruler-21.12.0-aarch64-1.txz: Upgraded. +kde/krunner-5.89.0-aarch64-1.txz: Upgraded. +kde/kservice-5.89.0-aarch64-1.txz: Upgraded. +kde/kshisen-21.12.0-aarch64-1.txz: Upgraded. +kde/ksirk-21.12.0-aarch64-1.txz: Upgraded. +kde/ksmtp-21.12.0-aarch64-1.txz: Upgraded. +kde/ksnakeduel-21.12.0-aarch64-1.txz: Upgraded. +kde/kspaceduel-21.12.0-aarch64-1.txz: Upgraded. +kde/ksquares-21.12.0-aarch64-1.txz: Upgraded. +kde/ksudoku-21.12.0-aarch64-1.txz: Upgraded. +kde/ksystemlog-21.12.0-aarch64-1.txz: Upgraded. +kde/kteatime-21.12.0-aarch64-1.txz: Upgraded. +kde/ktexteditor-5.89.0-aarch64-1.txz: Upgraded. +kde/ktextwidgets-5.89.0-aarch64-1.txz: Upgraded. +kde/ktimer-21.12.0-aarch64-1.txz: Upgraded. +kde/ktnef-21.12.0-aarch64-1.txz: Upgraded. +kde/ktorrent-21.12.0-aarch64-1.txz: Upgraded. +kde/ktouch-21.12.0-aarch64-1.txz: Upgraded. +kde/kturtle-21.12.0-aarch64-1.txz: Upgraded. +kde/kubrick-21.12.0-aarch64-1.txz: Upgraded. +kde/kunitconversion-5.89.0-aarch64-1.txz: Upgraded. +kde/kwallet-5.89.0-aarch64-1.txz: Upgraded. +kde/kwalletmanager-21.12.0-aarch64-1.txz: Upgraded. +kde/kwave-21.12.0-aarch64-1.txz: Upgraded. +kde/kwayland-5.89.0-aarch64-1.txz: Upgraded. +kde/kwidgetsaddons-5.89.0-aarch64-1.txz: Upgraded. +kde/kwindowsystem-5.89.0-aarch64-1.txz: Upgraded. +kde/kwordquiz-21.12.0-aarch64-1.txz: Upgraded. +kde/kxmlgui-5.89.0-aarch64-1.txz: Upgraded. +kde/kxmlrpcclient-5.89.0-aarch64-1.txz: Upgraded. +kde/latte-dock-0.10.6-aarch64-1.txz: Upgraded. +kde/libgravatar-21.12.0-aarch64-1.txz: Upgraded. +kde/libkcddb-21.12.0-aarch64-1.txz: Upgraded. +kde/libkcompactdisc-21.12.0-aarch64-1.txz: Upgraded. +kde/libkdcraw-21.12.0-aarch64-1.txz: Upgraded. +kde/libkdegames-21.12.0-aarch64-1.txz: Upgraded. +kde/libkdepim-21.12.0-aarch64-1.txz: Upgraded. +kde/libkeduvocdocument-21.12.0-aarch64-1.txz: Upgraded. +kde/libkexiv2-21.12.0-aarch64-1.txz: Upgraded. +kde/libkgapi-21.12.0-aarch64-1.txz: Upgraded. +kde/libkipi-21.12.0-aarch64-1.txz: Upgraded. +kde/libkleo-21.12.0-aarch64-1.txz: Upgraded. +kde/libkmahjongg-21.12.0-aarch64-1.txz: Upgraded. +kde/libkomparediff2-21.12.0-aarch64-1.txz: Upgraded. +kde/libksane-21.12.0-aarch64-1.txz: Upgraded. +kde/libksieve-21.12.0-aarch64-1.txz: Upgraded. +kde/libktorrent-21.12.0-aarch64-1.txz: Upgraded. +kde/lokalize-21.12.0-aarch64-1.txz: Upgraded. +kde/lskat-21.12.0-aarch64-1.txz: Upgraded. +kde/mailcommon-21.12.0-aarch64-1.txz: Upgraded. +kde/mailimporter-21.12.0-aarch64-1.txz: Upgraded. +kde/marble-21.12.0-aarch64-1.txz: Upgraded. +kde/markdownpart-21.12.0-aarch64-1.txz: Upgraded. +kde/mbox-importer-21.12.0-aarch64-1.txz: Upgraded. +kde/messagelib-21.12.0-aarch64-1.txz: Upgraded. +kde/minuet-21.12.0-aarch64-1.txz: Upgraded. +kde/modemmanager-qt-5.89.0-aarch64-1.txz: Upgraded. +kde/networkmanager-qt-5.89.0-aarch64-1.txz: Upgraded. +kde/okular-21.12.0-aarch64-1.txz: Upgraded. +kde/oxygen-icons5-5.89.0-noarch-1.txz: Upgraded. +kde/palapeli-21.12.0-aarch64-1.txz: Upgraded. +kde/parley-21.12.0-aarch64-1.txz: Upgraded. +kde/partitionmanager-21.12.0-aarch64-1.txz: Upgraded. +kde/picmi-21.12.0-aarch64-1.txz: Upgraded. +kde/pim-data-exporter-21.12.0-aarch64-1.txz: Upgraded. +kde/pim-sieve-editor-21.12.0-aarch64-1.txz: Upgraded. +kde/pimcommon-21.12.0-aarch64-1.txz: Upgraded. +kde/plasma-framework-5.89.0-aarch64-1.txz: Upgraded. +kde/plasma-nm-5.23.4-aarch64-2.txz: Rebuilt. + Applied patch: + [PATCH] OpenVPN: Import tls-crypt keys + Thanks to PJ Beers. +kde/poxml-21.12.0-aarch64-1.txz: Upgraded. +kde/print-manager-21.12.0-aarch64-1.txz: Upgraded. +kde/prison-5.89.0-aarch64-1.txz: Upgraded. +kde/purpose-5.89.0-aarch64-1.txz: Upgraded. +kde/qqc2-desktop-style-5.89.0-aarch64-1.txz: Upgraded. +kde/rocs-21.12.0-aarch64-1.txz: Upgraded. +kde/skanlite-21.12.0-aarch64-1.txz: Upgraded. +kde/solid-5.89.0-aarch64-1.txz: Upgraded. +kde/sonnet-5.89.0-aarch64-1.txz: Upgraded. +kde/spectacle-21.12.0-aarch64-1.txz: Upgraded. +kde/step-21.12.0-aarch64-1.txz: Upgraded. +kde/svgpart-21.12.0-aarch64-1.txz: Upgraded. +kde/sweeper-21.12.0-aarch64-1.txz: Upgraded. +kde/syndication-5.89.0-aarch64-1.txz: Upgraded. +kde/syntax-highlighting-5.89.0-aarch64-1.txz: Upgraded. +kde/threadweaver-5.89.0-aarch64-1.txz: Upgraded. +kde/umbrello-21.12.0-aarch64-2.txz: Rebuilt. + Recompiled against kdevelop-21.12.0. +kde/yakuake-21.12.0-aarch64-1.txz: Upgraded. +kde/zanshin-21.12.0-aarch64-1.txz: Upgraded. +kde/zeroconf-ioslave-21.12.0-aarch64-1.txz: Upgraded. +l/harfbuzz-3.2.0-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_18-aarch64-1.txz: Upgraded. +l/libcap-2.62-aarch64-1.txz: Upgraded. +l/librsvg-2.52.5-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.73.1-aarch64-1.txz: Upgraded. +l/oniguruma-6.9.7.1-aarch64-1.txz: Upgraded. +l/pipewire-0.3.42-aarch64-1.txz: Upgraded. +l/utf8proc-2.7.0-aarch64-1.txz: Upgraded. +l/xxHash-0.8.1-aarch64-2.txz: Rebuilt. + Fixed manpage symlinks. +n/bind-9.16.24-aarch64-1.txz: Upgraded. +n/ca-certificates-20211216-noarch-1.txz: Upgraded. + This update provides the latest CA certificates to check for the + authenticity of SSL connections. +n/fetchmail-6.4.25-aarch64-1.txz: Upgraded. +n/iputils-20211215-aarch64-1.txz: Upgraded. +n/mutt-2.1.4-aarch64-1.txz: Upgraded. +n/openssl-1.1.1m-aarch64-1.txz: Upgraded. +n/openvpn-2.5.5-aarch64-1.txz: Upgraded. +n/php-7.4.27-aarch64-1.txz: Upgraded. +x/libX11-1.7.3.1-aarch64-1.txz: Upgraded. +x/libinput-1.19.3-aarch64-1.txz: Upgraded. +x/xf86-video-armsoc-1.4.1-aarch64-40.txz: Rebuilt. +x/xf86-video-armsoc_omap5-1.ca78c01-aarch64-26.txz: Rebuilt. +x/xf86-video-fbdev-116.4730f13-aarch64-20.txz: Rebuilt. +x/xf86-video-fbturbo-199.f9a6ed7-aarch64-41.txz: Rebuilt. +x/xf86-video-opentegra-0.7.0-aarch64-38.txz: Rebuilt. +x/xorg-server-1.20.14-aarch64-1.txz: Upgraded. + Built using --enable-systemd-logind to use elogind for device setup. + Some code changes would be required in xorg-server, xinit, and various login + managers to make rootless X work out of the box or to fall back in cases + where elogind isn't supported, and those changes aren't appropriate here in + the RC stage, but you can try it without recompiling: + chmod 755 /usr/libexec/Xorg* + Thanks to LuckyCyborg. + Fixes for multiple input validation failures in X server extensions: + render: Fix out of bounds access in SProcRenderCompositeGlyphs() + xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier() + Xext: Fix out of bounds access in SProcScreenSaverSuspend() + record: Fix out of bounds access in SwapCreateRegister() + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4008 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4009 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4010 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4011 + (* Security fix *) +x/xorg-server-xephyr-1.20.14-aarch64-1.txz: Upgraded. +x/xorg-server-xnest-1.20.14-aarch64-1.txz: Upgraded. +x/xorg-server-xvfb-1.20.14-aarch64-1.txz: Upgraded. +x/xorg-server-xwayland-21.1.4-aarch64-1.txz: Upgraded. + Fixes for multiple input validation failures in X server extensions: + render: Fix out of bounds access in SProcRenderCompositeGlyphs() + xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier() + Xext: Fix out of bounds access in SProcScreenSaverSuspend() + record: Fix out of bounds access in SwapCreateRegister() + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4008 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4009 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4010 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4011 + (* Security fix *) +xap/mozilla-thunderbird-91.4.0-aarch64-1.txz: Upgraded. +xap/xsnow-3.4.1-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Fri Dec 10 08:08:08 UTC 2021 +Installer: + Added support to resize /boot on the Raspberry Pi4. + +a/hwdata-0.354-aarch64-1.txz: Upgraded. +a/kbd-1.15.3-aarch64-6.txz: Rebuilt. +a/kernel-modules-armv8-5.15.7_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.7-aarch64-1.txz: Upgraded. +a/sysklogd-2.3.0-aarch64-1.txz: Upgraded. +ap/htop-3.1.2-aarch64-1.txz: Upgraded. +ap/rpm-4.16.1.3-aarch64-4.txz: Rebuilt. + Patched to handle non-compliant RPMs created by install4j. Thanks to alienBOB. +ap/sysstat-12.5.5-aarch64-1.txz: Upgraded. +ap/vim-8.2.3754-aarch64-1.txz: Upgraded. +d/Cython-0.29.25-aarch64-1.txz: Upgraded. +d/kernel-headers-5.15.7-aarch64-1.txz: Upgraded. +d/poke-1.4-aarch64-1.txz: Upgraded. +d/rust-1.57.0-aarch64-1.txz: Upgraded. +d/strace-5.15-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.7-aarch64-1.txz: Upgraded. +kde/bluedevil-5.23.4-aarch64-1.txz: Upgraded. +kde/breeze-5.23.4-aarch64-1.txz: Upgraded. +kde/breeze-gtk-5.23.4-aarch64-1.txz: Upgraded. +kde/breeze-icons-5.88.0-noarch-2.txz: Rebuilt. + Applied upstream patch: + [PATCH] Install dark icons via execute_process to use copy command. + Thanks to Heinz Wiesinger. +kde/drkonqi-5.23.4-aarch64-1.txz: Upgraded. +kde/kactivitymanagerd-5.23.4-aarch64-1.txz: Upgraded. +kde/kde-cli-tools-5.23.4-aarch64-1.txz: Upgraded. +kde/kde-gtk-config-5.23.4-aarch64-1.txz: Upgraded. +kde/kdecoration-5.23.4-aarch64-1.txz: Upgraded. +kde/kdeplasma-addons-5.23.4-aarch64-1.txz: Upgraded. +kde/kgamma5-5.23.4-aarch64-1.txz: Upgraded. +kde/khotkeys-5.23.4-aarch64-1.txz: Upgraded. +kde/kinfocenter-5.23.4-aarch64-1.txz: Upgraded. +kde/kmenuedit-5.23.4-aarch64-1.txz: Upgraded. +kde/kscreen-5.23.4-aarch64-2.txz: Rebuilt. + Applied upstream patches: + [PATCH 1/4] Compute logicalSize taking into account current config. + [PATCH 2/4] Update screen size when mode changes. + [PATCH 3/4] Ensure to set outputs explicitLogicalSize upon loading config. + [PATCH 4/4] Fix output identifier window positioning in wayland with some + scale. + Thanks to Heinz Wiesinger. +kde/kscreenlocker-5.23.4-aarch64-1.txz: Upgraded. +kde/ksshaskpass-5.23.4-aarch64-1.txz: Upgraded. +kde/ksystemstats-5.23.4-aarch64-1.txz: Upgraded. +kde/kwallet-pam-5.23.4-aarch64-1.txz: Upgraded. +kde/kwayland-integration-5.23.4-aarch64-1.txz: Upgraded. +kde/kwayland-server-5.23.4-aarch64-1.txz: Upgraded. +kde/kwin-5.23.4-aarch64-1.txz: Upgraded. +kde/kwrited-5.23.4-aarch64-1.txz: Upgraded. +kde/layer-shell-qt-5.23.4-aarch64-1.txz: Upgraded. +kde/libkscreen-5.23.4-aarch64-2.txz: Rebuilt. + Applied upstream patches: + [PATCH] XrandR: Fix impossibilty to change resolution in VirtualBox. + [PATCH] Under X11 ignore per-screen scale to compute logicalSize. + Thanks to Heinz Wiesinger. +kde/libksysguard-5.23.4-aarch64-1.txz: Upgraded. +kde/milou-5.23.4-aarch64-1.txz: Upgraded. +kde/oxygen-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-browser-integration-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-desktop-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-disks-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-firewall-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-integration-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-nm-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-pa-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-sdk-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-vault-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.23.4-aarch64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.23.4-aarch64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.23.4-aarch64-1.txz: Upgraded. +kde/powerdevil-5.23.4-aarch64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.23.4-aarch64-1.txz: Upgraded. +kde/sddm-kcm-5.23.4-aarch64-1.txz: Upgraded. +kde/systemsettings-5.23.4-aarch64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.23.4-aarch64-1.txz: Upgraded. +l/SDL2-2.0.18-aarch64-1.txz: Upgraded. +l/enchant-2.3.2-aarch64-1.txz: Upgraded. +l/freetype-2.11.1-aarch64-1.txz: Upgraded. +l/glib-networking-2.70.1-aarch64-1.txz: Upgraded. +l/glib2-2.70.2-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_17-aarch64-1.txz: Upgraded. +l/libical-3.0.12-aarch64-1.txz: Upgraded. +l/libqalculate-3.22.0-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.73-aarch64-1.txz: Upgraded. + Everything linked to NSS/NSPR was rebuild tested here. + This update fixes a critical security issue: + NSS (Network Security Services) versions prior to 3.73 or 3.68.1 ESR are + vulnerable to a heap overflow when handling DER-encoded DSA or RSA-PSS + signatures. Applications using NSS for handling signatures encoded within + CMS, S/MIME, PKCS #7, or PKCS #12 are likely to be impacted. Applications + using NSS for certificate validation or other TLS, X.509, OCSP or CRL + functionality may be impacted, depending on how they configure NSS. + Note: This vulnerability does NOT impact Mozilla Firefox. However, email + clients and PDF viewers that use NSS for signature verification, such as + Thunderbird, LibreOffice, Evolution and Evince are believed to be impacted. + Thanks to Tavis Ormandy of Google Project Zero. + For more information, see: + https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43527 + (* Security fix *) +l/netpbm-10.96.04-aarch64-1.txz: Upgraded. +l/python-charset-normalizer-2.0.9-aarch64-1.txz: Upgraded. +l/qt5-5.15.3_20211130_014c375b-aarch64-1.txz: Upgraded. +l/vte-0.66.2-aarch64-1.txz: Upgraded. +l/xxHash-0.8.1-aarch64-1.txz: Upgraded. +n/dovecot-2.3.17.1-aarch64-1.txz: Upgraded. +n/lynx-2.9.0dev.10-aarch64-1.txz: Upgraded. +n/samba-4.15.3-aarch64-1.txz: Upgraded. + This release fixes bugs and these regressions in the 4.15.2 release: + CVE-2020-25717: A user on the domain can become root on domain members. + https://www.samba.org/samba/security/CVE-2020-25717.html + PLEASE [RE-]READ! + The instructions have been updated and some workarounds initially advised + for 4.15.2 are no longer required and should be reverted in most cases. + BUG-14902: User with multiple spaces (eg FredNurk) become + un-deletable. While this release should fix this bug, it is advised to have + a look at the bug report for more detailed information, see: + https://bugzilla.samba.org/show_bug.cgi?id=14902 + For more information, see: + https://www.samba.org/samba/security/CVE-2020-25717.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717 + (* Security fix *) +x/libX11-1.7.3-aarch64-1.txz: Upgraded. +x/wayland-1.20.0-aarch64-1.txz: Upgraded. +x/xscope-1.4.2-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-91.4.0esr-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + For more information, see: + https://www.mozilla.org/en-US/firefox/91.4.0/releasenotes/ + https://www.mozilla.org/security/advisories/mfsa2021-53/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43536 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43537 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43538 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43539 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43541 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43542 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43543 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43545 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43546 + https://bugzilla.mozilla.org/show_bug.cgi?id=1737751 + (* Security fix *) +xap/seamonkey-2.53.10-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.3754-aarch64-1.txz: Upgraded. +xap/xsnow-3.3.6-aarch64-1.txz: Upgraded. +xfce/exo-4.16.3-aarch64-1.txz: Upgraded. +extra/php8/php8-8.1.0-aarch64-1.txz: Removed. +extra/php81/php81-8.1.0-aarch64-1.txz: Added. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Tue Nov 30 08:08:08 UTC 2021 +ap/cdrtools-3.02a09-aarch64-1.txz: Upgraded. +d/vala-0.54.4-aarch64-1.txz: Upgraded. +x/xauth-1.1.1-aarch64-1.txz: Upgraded. +extra/php8/php8-8.1.0-aarch64-1.txz: Upgraded. ++--------------------------+ +Mon Nov 29 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/aaa_libraries-15.0-aarch64-7.txz: Rebuilt. +a/bash-5.1.012.000-aarch64-1.txz: Upgraded. +a/btrfs-progs-5.15.1-aarch64-1.txz: Upgraded. +a/cryptsetup-2.4.2-aarch64-1.txz: Upgraded. +a/dialog-1.3_20211107-aarch64-1.txz: Upgraded. +a/exfatprogs-1.1.3-aarch64-1.txz: Upgraded. +a/hwdata-0.353-aarch64-1.txz: Upgraded. +a/kernel-firmware-20211123_b0e898f-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.15.5_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.5-aarch64-1.txz: Upgraded. +a/libblockdev-2.26-aarch64-3.txz: Rebuilt. +a/libbytesize-2.6-aarch64-3.txz: Rebuilt. +a/libpwquality-1.4.4-aarch64-5.txz: Rebuilt. +a/mtd-utils-201121-aarch64-1.txz: Upgraded. +a/sdparm-1.12-aarch64-2.txz: Rebuilt. + Recompiled against sg3_utils-1.47. +a/sysvinit-scripts-15.0-noarch-6.txz: Rebuilt. + rc.M: adjust the startup order to make sure a few services are running when + needed (such as MariaDB for dovecot and postfix). Thanks to Tshane. + rc.{6,S,M}: merged changes for compatibility with LXC containers. +a/udisks-1.0.5-aarch64-10.txz: Rebuilt. + Recompiled against sg3_utils-1.47. +a/util-linux-2.37.2-aarch64-6.txz: Rebuilt. +a/volume_key-0.3.12-aarch64-4.txz: Rebuilt. +ap/hplip-3.20.5-aarch64-5.txz: Rebuilt. +ap/inxi-20211122_2feaf0b8-noarch-1.txz: Upgraded. +ap/ksh93-1.0_20211125_84ded2d-aarch64-1.txz: Upgraded. + Changed the fetch script to pull the 1.0 branch. + Packaged shcomp and man page and additional documentation. + Merged some other changes to the build script. + Thanks to Martijn Dekker (McDutchie). + Switched to ksh93u+m. Thanks to aikempshall and GazL. + Don't assume that /bin/sh mode is desired when ksh is run from su. + Thanks to McDutchie. +ap/linuxdoc-tools-0.9.82-aarch64-3.txz: Rebuilt. +ap/lxc-4.0.11-aarch64-1.txz: Upgraded. + Added some additional packages to the lxc-slackware template: + bridge-utils, dbus, iptables, libnl3, libpcap. + Thanks to linux91 for the hints. + Move the bash-completion symlinks to the system directory. Thanks to kaott. + Requires libseccomp-2.5.3. + No more local versions of rc.{6,S,M,inet1}: the regular versions work now. +ap/mariadb-10.5.13-aarch64-1.txz: Upgraded. + Install /etc/security/user_map.conf as /etc/security/user_map.conf.new to + protect it from being overwritten by future upgrades. + Thanks to Markus Wiesner. + This update fixes a security issue: + Easily exploitable vulnerability allows high privileged attacker with network + access via multiple protocols to compromise MariaDB Server. Successful + attacks of this vulnerability can result in unauthorized ability to cause a + hang or frequently repeatable crash (complete DOS) of MariaDB Server as well + as unauthorized update, insert or delete access to some of MariaDB Server + accessible data. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35604 + (* Security fix *) +ap/neofetch-20211127_c1c69937-noarch-1.txz: Upgraded. +ap/nvme-cli-1.16-aarch64-1.txz: Upgraded. +ap/qpdf-10.4.0-aarch64-1.txz: Upgraded. +ap/rpm-4.16.1.3-aarch64-3.txz: Rebuilt. +ap/sqlite-3.37.0-aarch64-1.txz: Upgraded. +ap/texinfo-6.8-aarch64-3.txz: Rebuilt. + Patched to fix issues with pt_BR locale. Thanks to Luiz Ramos. +ap/undervolt-20210815_e39aea1-aarch64-2.txz: Rebuilt. +ap/vim-8.2.3656-aarch64-1.txz: Upgraded. +d/Cython-0.29.24-aarch64-3.txz: Rebuilt. +d/ccache-4.5.1-aarch64-1.txz: Upgraded. +d/distcc-3.4-aarch64-3.txz: Rebuilt. +d/gdb-11.1-aarch64-4.txz: Rebuilt. +d/git-2.34.1-aarch64-1.txz: Upgraded. +d/gyp-20210831_d6c5dd51-aarch64-2.txz: Rebuilt. +d/kernel-headers-5.15.5-aarch64-1.txz: Upgraded. +d/llvm-13.0.0-aarch64-2.txz: Rebuilt. +d/mercurial-6.0-aarch64-1.txz: Upgraded. +d/meson-0.59.4-aarch64-1.txz: Upgraded. +d/parallel-20211122-noarch-1.txz: Upgraded. +d/python-pip-21.3.1-aarch64-2.txz: Rebuilt. +d/python-setuptools-57.5.0-aarch64-1.txz: Upgraded. +d/python3-3.9.9-aarch64-1.txz: Upgraded. + Back to Python 3.9, which seems to be the best version to use at this time. + This is a bugfix release, fixing four bugs in Python 3.9.8 (including an + argparse regression in Python 3.9.8 which caused complex command-line tools + to fail recognizing sub-commands properly). It also makes a couple of + corrections to the documentation. + For more information, see: + https://docs.python.org/release/3.9.9/whatsnew/changelog.html + Do not patch posix_user platlib to use $HOME/.local/lib64 on 64-bit - use + $HOME/.local/lib for all platforms. This avoids a warning from pip about the + install location not matching between distutils and sysconfig. Note that this + might require already installed modules to be moved from $HOME/.local/lib64 + to $HOME/.local/lib (or they could be removed and then reinstalled). + At first this seemed to be a non-optimal solution for this issue, but other + distributions are taking this same approach and it appears that the + posix_user platlib setting has always been ignored until recently. + If this causes any unexpected issues, let me know. + Thanks to redneonglow and alijkl. +d/ruby-3.0.3-aarch64-1.txz: Upgraded. + This update fixes bugs and security issues: + Regular Expression Denial of Service Vulnerability of Date Parsing Methods. + Buffer Overrun in CGI.escape_html. + Cookie Prefix Spoofing in CGI::Cookie.parse. + For more information, see: + http://www.ruby-lang.org/en/news/2021/11/15/date-parsing-method-regexp-dos-cve-2021-41817/ + http://www.ruby-lang.org/en/news/2021/11/24/buffer-overrun-in-cgi-escape_html-cve-2021-41816/ + http://www.ruby-lang.org/en/news/2021/11/24/cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41817 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41816 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41819 + (* Security fix *) +d/rust-1.56.1-aarch64-1.txz: Upgraded. +d/scons-4.2.0-aarch64-2.txz: Rebuilt. +d/slacktrack-2.22-aarch64-1.txz: Upgraded. +d/vala-0.54.3-aarch64-1.txz: Upgraded. +k/kernel-source-5.15.5-aarch64-1.txz: Upgraded. +kde/akonadi-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-tools-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadi-contacts-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadi-import-wizard-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadi-mime-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadi-notes-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadi-search-21.08.3-aarch64-1.txz: Upgraded. +kde/akonadiconsole-21.08.3-aarch64-1.txz: Upgraded. +kde/akregator-21.08.3-aarch64-1.txz: Upgraded. +kde/alkimia-8.1.0-aarch64-4.txz: Rebuilt. +kde/analitza-21.08.3-aarch64-1.txz: Upgraded. +kde/ark-21.08.3-aarch64-1.txz: Upgraded. +kde/artikulate-21.08.3-aarch64-1.txz: Upgraded. +kde/attica-5.88.0-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.08.3-aarch64-1.txz: Upgraded. +kde/baloo-5.88.0-aarch64-1.txz: Upgraded. +kde/baloo-widgets-21.08.3-aarch64-1.txz: Upgraded. +kde/blinken-21.08.3-aarch64-1.txz: Upgraded. +kde/bluedevil-5.23.3-aarch64-1.txz: Upgraded. +kde/bluez-qt-5.88.0-aarch64-1.txz: Upgraded. +kde/bomber-21.08.3-aarch64-1.txz: Upgraded. +kde/bovo-21.08.3-aarch64-1.txz: Upgraded. +kde/breeze-5.23.3-aarch64-1.txz: Upgraded. +kde/breeze-gtk-5.23.3-aarch64-1.txz: Upgraded. +kde/breeze-icons-5.88.0-noarch-1.txz: Upgraded. +kde/calendarsupport-21.08.3-aarch64-1.txz: Upgraded. +kde/calligra-3.2.1-aarch64-16.txz: Rebuilt. +kde/cantor-21.08.3-aarch64-1.txz: Upgraded. +kde/cervisia-21.08.3-aarch64-1.txz: Upgraded. +kde/digikam-7.3.0-aarch64-3.txz: Rebuilt. +kde/dolphin-21.08.3-aarch64-1.txz: Upgraded. +kde/dolphin-plugins-21.08.3-aarch64-1.txz: Upgraded. +kde/dragon-21.08.3-aarch64-1.txz: Upgraded. +kde/drkonqi-5.23.3-aarch64-1.txz: Upgraded. +kde/elisa-21.08.3-aarch64-1.txz: Upgraded. +kde/eventviews-21.08.3-aarch64-1.txz: Upgraded. +kde/extra-cmake-modules-5.88.0-aarch64-1.txz: Upgraded. +kde/ffmpegthumbs-21.08.3-aarch64-1.txz: Upgraded. +kde/filelight-21.08.3-aarch64-1.txz: Upgraded. +kde/frameworkintegration-5.88.0-aarch64-1.txz: Upgraded. +kde/granatier-21.08.3-aarch64-1.txz: Upgraded. +kde/grantlee-editor-21.08.3-aarch64-1.txz: Upgraded. +kde/grantleetheme-21.08.3-aarch64-1.txz: Upgraded. +kde/gwenview-21.08.3-aarch64-1.txz: Upgraded. +kde/incidenceeditor-21.08.3-aarch64-1.txz: Upgraded. +kde/itinerary-21.08.3-aarch64-1.txz: Upgraded. +kde/juk-21.08.3-aarch64-1.txz: Upgraded. +kde/k3b-21.08.3-aarch64-1.txz: Upgraded. +kde/kactivities-5.88.0-aarch64-1.txz: Upgraded. +kde/kactivities-stats-5.88.0-aarch64-1.txz: Upgraded. +kde/kactivitymanagerd-5.23.3-aarch64-1.txz: Upgraded. +kde/kaddressbook-21.08.3-aarch64-1.txz: Upgraded. +kde/kalarm-21.08.3-aarch64-1.txz: Upgraded. +kde/kalarmcal-21.08.3-aarch64-1.txz: Upgraded. +kde/kalgebra-21.08.3-aarch64-1.txz: Upgraded. +kde/kalzium-21.08.3-aarch64-1.txz: Upgraded. +kde/kamera-21.08.3-aarch64-1.txz: Upgraded. +kde/kamoso-21.08.3-aarch64-1.txz: Upgraded. +kde/kanagram-21.08.3-aarch64-1.txz: Upgraded. +kde/kapidox-5.88.0-aarch64-1.txz: Upgraded. +kde/kapman-21.08.3-aarch64-1.txz: Upgraded. +kde/kapptemplate-21.08.3-aarch64-1.txz: Upgraded. +kde/karchive-5.88.0-aarch64-1.txz: Upgraded. +kde/kate-21.08.3-aarch64-1.txz: Upgraded. +kde/katomic-21.08.3-aarch64-1.txz: Upgraded. +kde/kauth-5.88.0-aarch64-1.txz: Upgraded. +kde/kbackup-21.08.3-aarch64-1.txz: Upgraded. +kde/kblackbox-21.08.3-aarch64-1.txz: Upgraded. +kde/kblocks-21.08.3-aarch64-1.txz: Upgraded. +kde/kbookmarks-5.88.0-aarch64-1.txz: Upgraded. +kde/kbounce-21.08.3-aarch64-1.txz: Upgraded. +kde/kbreakout-21.08.3-aarch64-1.txz: Upgraded. +kde/kbruch-21.08.3-aarch64-1.txz: Upgraded. +kde/kcachegrind-21.08.3-aarch64-1.txz: Upgraded. +kde/kcalc-21.08.3-aarch64-1.txz: Upgraded. +kde/kcalendarcore-5.88.0-aarch64-1.txz: Upgraded. +kde/kcalutils-21.08.3-aarch64-1.txz: Upgraded. +kde/kcharselect-21.08.3-aarch64-1.txz: Upgraded. +kde/kcmutils-5.88.0-aarch64-1.txz: Upgraded. +kde/kcodecs-5.88.0-aarch64-1.txz: Upgraded. +kde/kcolorchooser-21.08.3-aarch64-1.txz: Upgraded. +kde/kcompletion-5.88.0-aarch64-1.txz: Upgraded. +kde/kconfig-5.88.0-aarch64-1.txz: Upgraded. +kde/kconfigwidgets-5.88.0-aarch64-1.txz: Upgraded. +kde/kcontacts-5.88.0-aarch64-1.txz: Upgraded. +kde/kcoreaddons-5.88.0-aarch64-1.txz: Upgraded. +kde/kcrash-5.88.0-aarch64-1.txz: Upgraded. +kde/kcron-21.08.3-aarch64-1.txz: Upgraded. +kde/kdav-5.88.0-aarch64-1.txz: Upgraded. +kde/kdbusaddons-5.88.0-aarch64-1.txz: Upgraded. +kde/kde-cli-tools-5.23.3-aarch64-1.txz: Upgraded. +kde/kde-dev-scripts-21.08.3-aarch64-1.txz: Upgraded. +kde/kde-dev-utils-21.08.3-aarch64-1.txz: Upgraded. +kde/kde-gtk-config-5.23.3-aarch64-1.txz: Upgraded. +kde/kdebugsettings-21.08.3-aarch64-1.txz: Upgraded. +kde/kdeclarative-5.88.0-aarch64-1.txz: Upgraded. +kde/kdeconnect-kde-21.08.3-aarch64-1.txz: Upgraded. +kde/kdecoration-5.23.3-aarch64-1.txz: Upgraded. +kde/kded-5.88.0-aarch64-1.txz: Upgraded. +kde/kdeedu-data-21.08.3-aarch64-1.txz: Upgraded. +kde/kdegraphics-mobipocket-21.08.3-aarch64-1.txz: Upgraded. +kde/kdegraphics-thumbnailers-21.08.3-aarch64-1.txz: Upgraded. +kde/kdelibs4support-5.88.0-aarch64-1.txz: Upgraded. +kde/kdenetwork-filesharing-21.08.3-aarch64-1.txz: Upgraded. +kde/kdenlive-21.08.3-aarch64-1.txz: Upgraded. +kde/kdepim-addons-21.08.3-aarch64-1.txz: Upgraded. +kde/kdepim-runtime-21.08.3-aarch64-1.txz: Upgraded. +kde/kdeplasma-addons-5.23.3-aarch64-1.txz: Upgraded. +kde/kdesdk-kioslaves-21.08.3-aarch64-1.txz: Upgraded. +kde/kdesdk-thumbnailers-21.08.3-aarch64-1.txz: Upgraded. +kde/kdesignerplugin-5.88.0-aarch64-1.txz: Upgraded. +kde/kdesu-5.88.0-aarch64-1.txz: Upgraded. +kde/kdev-python-5.6.2-aarch64-7.txz: Rebuilt. +kde/kdevelop-5.6.2-aarch64-9.txz: Rebuilt. +kde/kdewebkit-5.88.0-aarch64-1.txz: Upgraded. +kde/kdf-21.08.3-aarch64-1.txz: Upgraded. +kde/kdialog-21.08.3-aarch64-1.txz: Upgraded. +kde/kdiamond-21.08.3-aarch64-1.txz: Upgraded. +kde/kdnssd-5.88.0-aarch64-1.txz: Upgraded. +kde/kdoctools-5.88.0-aarch64-1.txz: Upgraded. +kde/keditbookmarks-21.08.3-aarch64-1.txz: Upgraded. +kde/kemoticons-5.88.0-aarch64-1.txz: Upgraded. +kde/kfilemetadata-5.88.0-aarch64-1.txz: Upgraded. +kde/kfind-21.08.3-aarch64-1.txz: Upgraded. +kde/kfloppy-21.08.3-aarch64-1.txz: Upgraded. +kde/kfourinline-21.08.3-aarch64-1.txz: Upgraded. +kde/kgamma5-5.23.3-aarch64-1.txz: Upgraded. +kde/kgeography-21.08.3-aarch64-1.txz: Upgraded. +kde/kget-21.08.3-aarch64-1.txz: Upgraded. +kde/kglobalaccel-5.88.0-aarch64-1.txz: Upgraded. +kde/kgoldrunner-21.08.3-aarch64-1.txz: Upgraded. +kde/kgpg-21.08.3-aarch64-1.txz: Upgraded. +kde/kguiaddons-5.88.0-aarch64-1.txz: Upgraded. +kde/khangman-21.08.3-aarch64-1.txz: Upgraded. +kde/khelpcenter-21.08.3-aarch64-1.txz: Upgraded. +kde/kholidays-5.88.0-aarch64-1.txz: Upgraded. +kde/khotkeys-5.23.3-aarch64-1.txz: Upgraded. +kde/khtml-5.88.0-aarch64-1.txz: Upgraded. +kde/ki18n-5.88.0-aarch64-1.txz: Upgraded. +kde/kiconthemes-5.88.0-aarch64-1.txz: Upgraded. +kde/kidentitymanagement-21.08.3-aarch64-1.txz: Upgraded. +kde/kidletime-5.88.0-aarch64-1.txz: Upgraded. +kde/kig-21.08.3-aarch64-1.txz: Upgraded. +kde/kigo-21.08.3-aarch64-1.txz: Upgraded. +kde/kile-2.9.93-aarch64-15.txz: Rebuilt. +kde/killbots-21.08.3-aarch64-1.txz: Upgraded. +kde/kimageformats-5.88.0-aarch64-1.txz: Upgraded. +kde/kimagemapeditor-21.08.3-aarch64-1.txz: Upgraded. +kde/kimap-21.08.3-aarch64-1.txz: Upgraded. +kde/kinfocenter-5.23.3-aarch64-1.txz: Upgraded. +kde/kinit-5.88.0-aarch64-1.txz: Upgraded. +kde/kio-5.88.0-aarch64-1.txz: Upgraded. +kde/kio-extras-21.08.3-aarch64-1.txz: Upgraded. +kde/kio-gdrive-21.08.3-aarch64-1.txz: Upgraded. +kde/kipi-plugins-21.08.3-aarch64-1.txz: Upgraded. +kde/kirigami-gallery-21.08.3-aarch64-1.txz: Upgraded. +kde/kirigami2-5.88.0-aarch64-1.txz: Upgraded. +kde/kiriki-21.08.3-aarch64-1.txz: Upgraded. +kde/kitemmodels-5.88.0-aarch64-1.txz: Upgraded. +kde/kitemviews-5.88.0-aarch64-1.txz: Upgraded. +kde/kiten-21.08.3-aarch64-1.txz: Upgraded. +kde/kitinerary-21.08.3-aarch64-1.txz: Upgraded. +kde/kjobwidgets-5.88.0-aarch64-1.txz: Upgraded. +kde/kjots-20211003_4109f07-aarch64-1.txz: Upgraded. +kde/kjs-5.88.0-aarch64-1.txz: Upgraded. +kde/kjsembed-5.88.0-aarch64-1.txz: Upgraded. +kde/kjumpingcube-21.08.3-aarch64-1.txz: Upgraded. +kde/kldap-21.08.3-aarch64-1.txz: Upgraded. +kde/kleopatra-21.08.3-aarch64-1.txz: Upgraded. +kde/klickety-21.08.3-aarch64-1.txz: Upgraded. +kde/klines-21.08.3-aarch64-1.txz: Upgraded. +kde/kmag-21.08.3-aarch64-1.txz: Upgraded. +kde/kmahjongg-21.08.3-aarch64-1.txz: Upgraded. +kde/kmail-21.08.3-aarch64-1.txz: Upgraded. +kde/kmail-account-wizard-21.08.3-aarch64-1.txz: Upgraded. +kde/kmailtransport-21.08.3-aarch64-1.txz: Upgraded. +kde/kmbox-21.08.3-aarch64-1.txz: Upgraded. +kde/kmediaplayer-5.88.0-aarch64-1.txz: Upgraded. +kde/kmenuedit-5.23.3-aarch64-1.txz: Upgraded. +kde/kmime-21.08.3-aarch64-1.txz: Upgraded. +kde/kmines-21.08.3-aarch64-1.txz: Upgraded. +kde/kmix-21.08.3-aarch64-1.txz: Upgraded. +kde/kmousetool-21.08.3-aarch64-1.txz: Upgraded. +kde/kmouth-21.08.3-aarch64-1.txz: Upgraded. +kde/kmplot-21.08.3-aarch64-1.txz: Upgraded. +kde/kmymoney-5.1.2-aarch64-4.txz: Rebuilt. +kde/knavalbattle-21.08.3-aarch64-1.txz: Upgraded. +kde/knetwalk-21.08.3-aarch64-1.txz: Upgraded. +kde/knewstuff-5.88.0-aarch64-1.txz: Upgraded. +kde/knights-21.08.3-aarch64-1.txz: Upgraded. +kde/knotes-21.08.3-aarch64-1.txz: Upgraded. +kde/knotifications-5.88.0-aarch64-1.txz: Upgraded. +kde/knotifyconfig-5.88.0-aarch64-1.txz: Upgraded. +kde/kolf-21.08.3-aarch64-1.txz: Upgraded. +kde/kollision-21.08.3-aarch64-1.txz: Upgraded. +kde/kolourpaint-21.08.3-aarch64-1.txz: Upgraded. +kde/kompare-21.08.3-aarch64-1.txz: Upgraded. +kde/konqueror-21.08.3-aarch64-1.txz: Upgraded. +kde/konquest-21.08.3-aarch64-1.txz: Upgraded. +kde/konsole-21.08.3-aarch64-1.txz: Upgraded. +kde/kontact-21.08.3-aarch64-1.txz: Upgraded. +kde/kontactinterface-21.08.3-aarch64-1.txz: Upgraded. +kde/kontrast-21.08.3-aarch64-1.txz: Upgraded. +kde/konversation-21.08.3-aarch64-1.txz: Upgraded. +kde/kopeninghours-21.08.3-aarch64-2.txz: Rebuilt. + Respect $LIBDIRSUFFIX when installing the Python module. + Thanks to qunying. +kde/kopete-21.08.3-aarch64-1.txz: Upgraded. +kde/korganizer-21.08.3-aarch64-1.txz: Upgraded. +kde/kosmindoormap-21.08.3-aarch64-1.txz: Upgraded. +kde/kpackage-5.88.0-aarch64-1.txz: Upgraded. +kde/kparts-5.88.0-aarch64-1.txz: Upgraded. +kde/kpat-21.08.3-aarch64-1.txz: Upgraded. +kde/kpeople-5.88.0-aarch64-1.txz: Upgraded. +kde/kpimtextedit-21.08.3-aarch64-1.txz: Upgraded. +kde/kpkpass-21.08.3-aarch64-1.txz: Upgraded. +kde/kplotting-5.88.0-aarch64-1.txz: Upgraded. +kde/kpmcore-21.08.3-aarch64-1.txz: Upgraded. +kde/kpty-5.88.0-aarch64-1.txz: Upgraded. +kde/kpublictransport-21.08.3-aarch64-1.txz: Upgraded. +kde/kqtquickcharts-21.08.3-aarch64-1.txz: Upgraded. +kde/kquickcharts-5.88.0-aarch64-1.txz: Upgraded. +kde/krdc-21.08.3-aarch64-1.txz: Upgraded. +kde/kreversi-21.08.3-aarch64-1.txz: Upgraded. +kde/krfb-21.08.3-aarch64-1.txz: Upgraded. +kde/krita-4.4.8-aarch64-6.txz: Rebuilt. +kde/kross-5.88.0-aarch64-1.txz: Upgraded. +kde/kross-interpreters-21.08.3-aarch64-1.txz: Upgraded. +kde/kruler-21.08.3-aarch64-1.txz: Upgraded. +kde/krunner-5.88.0-aarch64-1.txz: Upgraded. +kde/kscreen-5.23.3-aarch64-1.txz: Upgraded. +kde/kscreenlocker-5.23.3-aarch64-1.txz: Upgraded. +kde/kservice-5.88.0-aarch64-1.txz: Upgraded. +kde/kshisen-21.08.3-aarch64-1.txz: Upgraded. +kde/ksirk-21.08.3-aarch64-1.txz: Upgraded. +kde/ksmtp-21.08.3-aarch64-1.txz: Upgraded. +kde/ksnakeduel-21.08.3-aarch64-1.txz: Upgraded. +kde/kspaceduel-21.08.3-aarch64-1.txz: Upgraded. +kde/ksquares-21.08.3-aarch64-1.txz: Upgraded. +kde/ksshaskpass-5.23.3-aarch64-1.txz: Upgraded. +kde/kstars-3.5.6-aarch64-1.txz: Upgraded. +kde/ksudoku-21.08.3-aarch64-1.txz: Upgraded. +kde/ksystemlog-21.08.3-aarch64-1.txz: Upgraded. +kde/ksystemstats-5.23.3-aarch64-1.txz: Upgraded. +kde/kteatime-21.08.3-aarch64-1.txz: Upgraded. +kde/ktexteditor-5.88.0-aarch64-1.txz: Upgraded. +kde/ktextwidgets-5.88.0-aarch64-1.txz: Upgraded. +kde/ktimer-21.08.3-aarch64-1.txz: Upgraded. +kde/ktnef-21.08.3-aarch64-1.txz: Upgraded. +kde/ktorrent-21.08.3-aarch64-1.txz: Upgraded. +kde/ktouch-21.08.3-aarch64-1.txz: Upgraded. +kde/kturtle-21.08.3-aarch64-1.txz: Upgraded. +kde/kubrick-21.08.3-aarch64-1.txz: Upgraded. +kde/kunitconversion-5.88.0-aarch64-1.txz: Upgraded. +kde/kwallet-5.88.0-aarch64-1.txz: Upgraded. +kde/kwallet-pam-5.23.3-aarch64-1.txz: Upgraded. +kde/kwalletmanager-21.08.3-aarch64-1.txz: Upgraded. +kde/kwave-21.08.3-aarch64-1.txz: Upgraded. +kde/kwayland-5.88.0-aarch64-1.txz: Upgraded. +kde/kwayland-integration-5.23.3-aarch64-1.txz: Upgraded. +kde/kwayland-server-5.23.3-aarch64-1.txz: Upgraded. +kde/kwidgetsaddons-5.88.0-aarch64-1.txz: Upgraded. +kde/kwin-5.23.3-aarch64-1.txz: Upgraded. +kde/kwindowsystem-5.88.0-aarch64-1.txz: Upgraded. +kde/kwordquiz-21.08.3-aarch64-1.txz: Upgraded. +kde/kwrited-5.23.3-aarch64-1.txz: Upgraded. +kde/kxmlgui-5.88.0-aarch64-1.txz: Upgraded. +kde/kxmlrpcclient-5.88.0-aarch64-1.txz: Upgraded. +kde/latte-dock-0.10.4-aarch64-1.txz: Upgraded. +kde/layer-shell-qt-5.23.3-aarch64-1.txz: Upgraded. +kde/libgravatar-21.08.3-aarch64-1.txz: Upgraded. +kde/libkcddb-21.08.3-aarch64-1.txz: Upgraded. +kde/libkcompactdisc-21.08.3-aarch64-1.txz: Upgraded. +kde/libkdcraw-21.08.3-aarch64-1.txz: Upgraded. +kde/libkdegames-21.08.3-aarch64-1.txz: Upgraded. +kde/libkdepim-21.08.3-aarch64-1.txz: Upgraded. +kde/libkeduvocdocument-21.08.3-aarch64-1.txz: Upgraded. +kde/libkexiv2-21.08.3-aarch64-1.txz: Upgraded. +kde/libkgapi-21.08.3-aarch64-1.txz: Upgraded. +kde/libkipi-21.08.3-aarch64-1.txz: Upgraded. +kde/libkleo-21.08.3-aarch64-1.txz: Upgraded. +kde/libkmahjongg-21.08.3-aarch64-1.txz: Upgraded. +kde/libkomparediff2-21.08.3-aarch64-1.txz: Upgraded. +kde/libksane-21.08.3-aarch64-1.txz: Upgraded. +kde/libkscreen-5.23.3-aarch64-1.txz: Upgraded. +kde/libksieve-21.08.3-aarch64-1.txz: Upgraded. +kde/libksysguard-5.23.3-aarch64-1.txz: Upgraded. +kde/libktorrent-21.08.3-aarch64-1.txz: Upgraded. +kde/lokalize-21.08.3-aarch64-1.txz: Upgraded. +kde/lskat-21.08.3-aarch64-1.txz: Upgraded. +kde/mailcommon-21.08.3-aarch64-1.txz: Upgraded. +kde/mailimporter-21.08.3-aarch64-1.txz: Upgraded. +kde/marble-21.08.3-aarch64-1.txz: Upgraded. +kde/markdownpart-21.08.3-aarch64-1.txz: Upgraded. +kde/mbox-importer-21.08.3-aarch64-1.txz: Upgraded. +kde/messagelib-21.08.3-aarch64-1.txz: Upgraded. +kde/milou-5.23.3-aarch64-1.txz: Upgraded. +kde/minuet-21.08.3-aarch64-1.txz: Upgraded. +kde/modemmanager-qt-5.88.0-aarch64-1.txz: Upgraded. +kde/networkmanager-qt-5.88.0-aarch64-1.txz: Upgraded. +kde/okular-21.08.3-aarch64-1.txz: Upgraded. +kde/oxygen-5.23.3-aarch64-1.txz: Upgraded. +kde/oxygen-icons5-5.88.0-noarch-1.txz: Upgraded. +kde/palapeli-21.08.3-aarch64-1.txz: Upgraded. +kde/parley-21.08.3-aarch64-1.txz: Upgraded. +kde/partitionmanager-21.08.3-aarch64-1.txz: Upgraded. +kde/picmi-21.08.3-aarch64-1.txz: Upgraded. +kde/pim-data-exporter-21.08.3-aarch64-1.txz: Upgraded. +kde/pim-sieve-editor-21.08.3-aarch64-1.txz: Upgraded. +kde/pimcommon-21.08.3-aarch64-1.txz: Upgraded. +kde/plasma-browser-integration-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-desktop-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-disks-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-firewall-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-framework-5.88.0-aarch64-1.txz: Upgraded. +kde/plasma-integration-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-nm-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-pa-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-sdk-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-vault-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-wayland-protocols-1.5.0-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.23.3-aarch64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.23.3-aarch64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.23.3-aarch64-1.txz: Upgraded. +kde/powerdevil-5.23.3-aarch64-1.txz: Upgraded. +kde/poxml-21.08.3-aarch64-1.txz: Upgraded. +kde/print-manager-21.08.3-aarch64-1.txz: Upgraded. +kde/prison-5.88.0-aarch64-1.txz: Upgraded. +kde/purpose-5.88.0-aarch64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.23.3-aarch64-1.txz: Upgraded. +kde/qqc2-desktop-style-5.88.0-aarch64-1.txz: Upgraded. +kde/rocs-21.08.3-aarch64-1.txz: Upgraded. +kde/sddm-kcm-5.23.3-aarch64-1.txz: Upgraded. +kde/skanlite-21.08.3-aarch64-1.txz: Upgraded. +kde/solid-5.88.0-aarch64-1.txz: Upgraded. +kde/sonnet-5.88.0-aarch64-1.txz: Upgraded. +kde/spectacle-21.08.3-aarch64-1.txz: Upgraded. +kde/step-21.08.3-aarch64-1.txz: Upgraded. +kde/svgpart-21.08.3-aarch64-1.txz: Upgraded. +kde/sweeper-21.08.3-aarch64-1.txz: Upgraded. +kde/syndication-5.88.0-aarch64-1.txz: Upgraded. +kde/syntax-highlighting-5.88.0-aarch64-1.txz: Upgraded. +kde/systemsettings-5.23.3-aarch64-1.txz: Upgraded. +kde/threadweaver-5.88.0-aarch64-1.txz: Upgraded. +kde/umbrello-21.08.3-aarch64-1.txz: Upgraded. +kde/wacomtablet-20210906_d1e216a-aarch64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.23.3-aarch64-1.txz: Upgraded. +kde/yakuake-21.08.3-aarch64-1.txz: Upgraded. +kde/zeroconf-ioslave-21.08.3-aarch64-1.txz: Upgraded. +l/M2Crypto-0.38.0-aarch64-3.txz: Rebuilt. +l/Mako-1.1.6-aarch64-1.txz: Upgraded. +l/PyQt5-5.15.2-aarch64-4.txz: Rebuilt. +l/QScintilla-2.11.6-aarch64-4.txz: Rebuilt. +l/boost-1.77.0-aarch64-3.txz: Rebuilt. +l/brotli-1.0.9-aarch64-6.txz: Rebuilt. +l/cfitsio-4.0.0-aarch64-1.txz: Upgraded. +l/dbus-python-1.2.18-aarch64-3.txz: Rebuilt. +l/elfutils-0.186-aarch64-1.txz: Upgraded. +l/fluidsynth-2.2.4-aarch64-1.txz: Upgraded. +l/gexiv2-0.14.0-aarch64-3.txz: Rebuilt. +l/glade-3.38.2-aarch64-4.txz: Rebuilt. +l/gobject-introspection-1.70.0-aarch64-3.txz: Rebuilt. +l/gtk4-4.4.1-aarch64-1.txz: Upgraded. +l/harfbuzz-3.1.2-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_16-aarch64-1.txz: Upgraded. +l/iso-codes-4.8.0-aarch64-1.txz: Upgraded. +l/lensfun-0.3.95-aarch64-4.txz: Rebuilt. +l/libcaca-0.99.beta19-aarch64-11.txz: Rebuilt. +l/libcap-2.61-aarch64-1.txz: Upgraded. +l/libcap-ng-0.8.2-aarch64-5.txz: Rebuilt. +l/libexif-0.6.24-aarch64-1.txz: Upgraded. +l/libgpod-0.8.3-aarch64-10.txz: Rebuilt. + Recompiled against sg3_utils-1.47. +l/libimobiledevice-20200615_4791a82-aarch64-5.txz: Rebuilt. +l/libjpeg-turbo-2.1.2-aarch64-1.txz: Upgraded. +l/libproxy-0.4.17-aarch64-4.txz: Rebuilt. +l/librsvg-2.52.4-aarch64-1.txz: Upgraded. +l/libseccomp-2.5.3-aarch64-1.txz: Upgraded. + This is needed by lxc-4.0.11. Thanks to Willy Sudiarto Raharjo. +l/libsoup-2.74.2-aarch64-1.txz: Upgraded. +l/libtasn1-4.18.0-aarch64-1.txz: Upgraded. +l/libwebp-1.2.1-aarch64-3.txz: Rebuilt. +l/libxml2-2.9.12-aarch64-4.txz: Rebuilt. + Patched to fix python3 unicode errors. Thanks to Daedra. + Applied upstream patch: + [PATCH] Work around lxml API abuse. + Thanks to brobr. +l/mlt-7.2.0-aarch64-1.txz: Upgraded. +l/netpbm-10.96.03-aarch64-1.txz: Upgraded. +l/newt-0.52.21-aarch64-7.txz: Rebuilt. +l/openexr-2.5.7-aarch64-4.txz: Rebuilt. +l/pipewire-0.3.40-aarch64-1.txz: Upgraded. +l/poppler-21.11.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/pycairo-1.20.1-aarch64-3.txz: Rebuilt. +l/pycups-2.0.1-aarch64-5.txz: Rebuilt. +l/pycurl-7.44.1-aarch64-3.txz: Rebuilt. +l/pygobject3-3.42.0-aarch64-3.txz: Rebuilt. +l/pyparsing-2.4.7-aarch64-5.txz: Rebuilt. +l/python-Jinja2-3.0.3-aarch64-1.txz: Added. + Added missing dependency of kapidox. +l/python-MarkupSafe-2.0.1-aarch64-1.txz: Added. + Added missing dependency of Mako. +l/python-PyYAML-6.0-aarch64-1.txz: Added. + Added missing dependency of kapidox. +l/python-appdirs-1.4.4-aarch64-5.txz: Rebuilt. +l/python-certifi-2021.10.8-aarch64-2.txz: Rebuilt. +l/python-cffi-1.15.0-aarch64-2.txz: Rebuilt. +l/python-chardet-4.0.0-aarch64-4.txz: Rebuilt. +l/python-charset-normalizer-2.0.8-aarch64-1.txz: Upgraded. +l/python-distro-1.6.0-aarch64-2.txz: Rebuilt. +l/python-dnspython-2.1.0-aarch64-3.txz: Rebuilt. +l/python-docutils-0.17.1-aarch64-1.txz: Upgraded. + Revert to this version for now since 0.18 isn't compatible with Sphinx. + Thanks to HQuest. +l/python-doxypypy-0.8.8.6-aarch64-1.txz: Added. + Added missing dependency of kapidox. +l/python-doxyqml-0.5.1-aarch64-1.txz: Added. + Added missing dependency of kapidox. +l/python-future-0.18.2-aarch64-6.txz: Rebuilt. +l/python-idna-3.3-aarch64-2.txz: Rebuilt. +l/python-markdown-3.3.4-aarch64-4.txz: Rebuilt. + Reverted this to fix the Samba build. The newer versions of Markdown require + importlib_metadata and zipp, and adding these also fixes the build, but oddly + the installed PKG-INFO shows version 0.0.0, which I suspect is more breakage + going on with setuptools. I've tried rebuilding all other Python modules here + to see if a more general breakage had crept in somehow, but those are the + only two Python modules I've found that exhibit this issue, and I've found + other similar reports (but no fixes). Markdown-3.3.4 seems to be the safe bet + for now. +l/python-notify2-0.3.1-aarch64-10.txz: Rebuilt. +l/python-packaging-21.3-aarch64-1.txz: Upgraded. +l/python-pbr-5.8.0-aarch64-1.txz: Added. + Added missing dependency of python-pysol_cards. +l/python-pillow-8.4.0-aarch64-2.txz: Rebuilt. +l/python-ply-3.11-aarch64-8.txz: Rebuilt. +l/python-pycparser-2.21-aarch64-1.txz: Upgraded. +l/python-pygments-2.10.0-aarch64-3.txz: Rebuilt. +l/python-pysol_cards-0.12.0-aarch64-2.txz: Rebuilt. +l/python-random2-1.0.1-aarch64-4.txz: Rebuilt. +l/python-requests-2.26.0-aarch64-3.txz: Rebuilt. +l/python-sane-2.9.1-aarch64-4.txz: Rebuilt. +l/python-setuptools_scm-6.3.2-aarch64-1.txz: Added. + This is needed when building some Python modules to correctly parse their + metadata, as recently discovered with importlib_metadata and zipp. While + we'll stick to the version of Markdown that we've got, it seems like a good + idea to get this in before the release to help prevent people from running + into similar "version 0.0.0" issues with other Python modules. + Thanks to USUARIONUEVO. +l/python-six-1.16.0-aarch64-3.txz: Rebuilt. +l/python-tomli-1.2.2-aarch64-1.txz: Added. + This is needed by setuptools_scm. Also, the SlackBuild contains a nice + example of using a setup.py shim to setuptools for a Python module that + only contains pyproject.toml and not setup.py. + Thanks to Heinz Wiesinger. +l/python-urllib3-1.26.7-aarch64-3.txz: Rebuilt. +l/qtkeychain-0.13.2-aarch64-1.txz: Upgraded. +l/sg3_utils-1.47-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/sip-4.19.25-aarch64-5.txz: Rebuilt. +l/speech-dispatcher-0.10.2-aarch64-4.txz: Rebuilt. +l/system-config-printer-1.5.15-aarch64-4.txz: Rebuilt. +l/talloc-2.3.3-aarch64-3.txz: Rebuilt. +l/tdb-1.4.5-aarch64-3.txz: Rebuilt. +l/tevent-0.11.0-aarch64-3.txz: Rebuilt. +l/vte-0.66.1-aarch64-1.txz: Upgraded. +n/ModemManager-1.18.4-aarch64-1.txz: Upgraded. +n/bind-9.16.23-aarch64-1.txz: Upgraded. +n/curl-7.80.0-aarch64-1.txz: Upgraded. +n/epic5-2.1.6-aarch64-3.txz: Rebuilt. +n/ethtool-5.15-aarch64-1.txz: Upgraded. +n/fetchmail-6.4.24-aarch64-1.txz: Upgraded. +n/getmail-6.18.5-aarch64-2.txz: Rebuilt. +n/gnupg2-2.2.33-aarch64-1.txz: Upgraded. +n/gpgme-1.16.0-aarch64-3.txz: Rebuilt. +n/iproute2-5.15.0-aarch64-1.txz: Upgraded. +n/iw-5.16-aarch64-1.txz: Upgraded. +n/libgpg-error-1.43-aarch64-1.txz: Upgraded. +n/libmbim-1.26.2-aarch64-1.txz: Upgraded. +n/libnetfilter_log-1.0.2-aarch64-1.txz: Upgraded. +n/libnftnl-1.2.1-aarch64-1.txz: Upgraded. +n/net-snmp-5.9.1-aarch64-3.txz: Rebuilt. +n/network-scripts-15.0-noarch-15.txz: Rebuilt. + Merged changes in rc.inet1 to make it compatible with LXC containers. + Patched netconfig to ensure the proper permissions on rc.networkmanager + when NetworkManager is not chosen. +n/nftables-1.0.1-aarch64-1.txz: Upgraded. +n/nss-pam-ldapd-0.9.12-aarch64-1.txz: Upgraded. +n/obexftp-0.24.2-aarch64-10.txz: Rebuilt. +n/php-7.4.26-aarch64-1.txz: Upgraded. + This update fixes bugs and a security issue: + XML: special character is breaking the path in xml function. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21707 + (* Security fix *) +n/postfix-3.6.3-aarch64-1.txz: Upgraded. +n/pssh-2.3.4-aarch64-5.txz: Rebuilt. +n/s-nail-14.9.23-aarch64-1.txz: Upgraded. +n/samba-4.15.2-aarch64-1.txz: Upgraded. + This is a security release in order to address the following defects: + SMB1 client connections can be downgraded to plaintext authentication. + A user on the domain can become root on domain members. + Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC. + Samba AD DC did not always rely on the SID and PAC in Kerberos tickets. + Kerberos acceptors need easy access to stable AD identifiers (eg objectSid). + Samba AD DC did not do suffienct access and conformance checking of data + stored. + Use after free in Samba AD DC RPC server. + Subsequent DCE/RPC fragment injection vulnerability. + For more information, see: + https://www.samba.org/samba/security/CVE-2016-2124.html + https://www.samba.org/samba/security/CVE-2020-25717.html + (PLEASE READ! There are important behaviour changes described) + https://www.samba.org/samba/security/CVE-2020-25718.html + https://www.samba.org/samba/security/CVE-2020-25719.html + https://www.samba.org/samba/security/CVE-2020-25721.html + https://www.samba.org/samba/security/CVE-2020-25722.html + https://www.samba.org/samba/security/CVE-2021-3738.html + https://www.samba.org/samba/security/CVE-2021-23192.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2124 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25718 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25719 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25721 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25722 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3738 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23192 + (* Security fix *) +n/socat-1.7.4.2-aarch64-1.txz: Upgraded. +tcl/tcl-8.6.12-aarch64-1.txz: Upgraded. +tcl/tk-8.6.12-aarch64-1.txz: Upgraded. +x/ibus-1.5.25-aarch64-5.txz: Rebuilt. + Fixed paths in: + [PATCH] client/gtk3/ibusimcontext: Fix wrong cursor location in gtk3 apps. + Thanks to Lockywolf. + [PATCH] client/gtk2/ibusimcontext: Fix wrong cursor location in gtk3 apps. + Thanks to Lockywolf. +x/ibus-anthy-1.5.13-aarch64-3.txz: Rebuilt. +x/ibus-hangul-1.5.4-aarch64-4.txz: Rebuilt. +x/ibus-libpinyin-1.12.1-aarch64-3.txz: Rebuilt. +x/ibus-table-1.14.1-aarch64-3.txz: Rebuilt. +x/libdrm-2.4.107-aarch64-1.txz: Upgraded. + Reverted to 2.4.107 as 2.4.108 does not seem to be completely compatible with + xorg-server-1.20.13. Fixes xf86-video-vmware failing to build from source. + Thanks to nobodino. +x/libevdev-1.12.0-aarch64-1.txz: Upgraded. +x/mesa-21.2.6-aarch64-1.txz: Upgraded. +x/pyxdg-0.27-aarch64-5.txz: Rebuilt. +x/wayland-protocols-1.24-aarch64-1.txz: Upgraded. +x/xcb-proto-1.14.1-aarch64-5.txz: Rebuilt. +x/xorg-server-xwayland-21.1.3-aarch64-1.txz: Upgraded. +x/xterm-370-aarch64-1.txz: Upgraded. +xap/audacious-4.1-aarch64-3.txz: Rebuilt. + Removed the extra menu entry for the GTK+ version as this can just be + selected in the settings. Thanks to franzen. +xap/blueman-2.2.3-aarch64-2.txz: Rebuilt. +xap/gftp-2.8.0b-aarch64-1.txz: Upgraded. +xap/hexchat-2.16.0-aarch64-3.txz: Rebuilt. +xap/mozilla-firefox-91.3.0esr-aarch64-1.txz: Upgraded. +xap/pan-0.148-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.3656-aarch64-1.txz: Upgraded. +xap/xsnow-3.3.2-aarch64-1.txz: Upgraded. +xfce/mousepad-0.5.8-aarch64-1.txz: Upgraded. +xfce/xfce4-whiskermenu-plugin-2.6.2-aarch64-1.txz: Upgraded. +extra/brltty/brltty-6.4-aarch64-3.txz: Rebuilt. +extra/fltk/fltk-1.3.8-aarch64-1.txz: Upgraded. +extra/libgpiod/libgpiod-1.6.3-aarch64-4.txz: Rebuilt. +extra/php8/php8-8.0.13-aarch64-1.txz: Upgraded. + This update fixes bugs and a security issue: + XML: special character is breaking the path in xml function. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21707 + (* Security fix *) +extra/tigervnc/tigervnc-1.12.0-aarch64-1.txz: Upgraded. + Thanks to alienBOB for the original build script, and to 0XBF and Linux From + Scratch for some useful hints on getting this back in shape. + Use the upstream vncserver script, patched to search in some additional + locations for a startup script: $HOME/.vnc/xstartup, $HOME/.xinitrc, and + /etc/X11/xinit/xinitrc. + Add a symlink for vncserver in the old location (/usr/bin/vncserver). + Removed pam_selinux.so module from /etc/pam.d/tigervnc. Thanks to 0XBF. +extra/x11vnc/x11vnc-0.9.16-aarch64-3.txz: Rebuilt. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Tue Nov 09 08:08:08 UTC 2021 +a/gawk-5.1.1-aarch64-1.txz: Upgraded. +a/kernel-firmware-20211028_b21eb26-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.15.1_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.15.1-aarch64-1.txz: Upgraded. +ap/lsscsi-0.32-aarch64-2.txz: Rebuilt. +d/kernel-headers-5.15.1-aarch64-1.txz: Upgraded. +d/meson-0.59.3-aarch64-1.txz: Upgraded. + Reverted to a version that works better for us. Thanks to nobodino. +k/kernel-source-5.15.1-aarch64-1.txz: Upgraded. +l/glib2-2.70.1-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_13-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.72-aarch64-1.txz: Upgraded. +l/pcre2-10.39-aarch64-1.txz: Upgraded. +l/python-distro-1.6.0-aarch64-1.txz: Upgraded. +l/python-packaging-21.2-aarch64-1.txz: Upgraded. +l/sip-4.19.25-aarch64-4.txz: Rebuilt. + Fixed missing sip.h. +l/v4l-utils-1.22.1-aarch64-1.txz: Upgraded. +n/dovecot-2.3.17-aarch64-1.txz: Upgraded. +n/getmail-6.18.5-aarch64-1.txz: Upgraded. +n/pam-krb5-4.11-aarch64-1.txz: Upgraded. +n/rsync-3.2.3-aarch64-4.txz: Rebuilt. +tcl/tclx-8.4.4-aarch64-5.txz: Rebuilt. +x/mesa-21.2.5-aarch64-1.txz: Upgraded. +xap/blueman-2.2.3-aarch64-1.txz: Upgraded. +xap/freerdp-2.4.1-aarch64-2.txz: Rebuilt. + Rebuilt without -DWITH_SANITIZE_ADDRESS=ON. Thanks to ctrlaltca. +extra/php8/php8-8.0.12-aarch64-1.txz: Upgraded. + This update fixes bugs and a security issue: + FPM: PHP-FPM oob R/W in root process leading to privilege escalation. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21703 + (* Security fix *) +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Mon Nov 01 08:08:08 UTC 2021 +a/aaa_terminfo-6.3-aarch64-1.txz: Upgraded. +a/glibc-zoneinfo-2021e-noarch-1.txz: Upgraded. +a/kernel-firmware-20211025_fc14618-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.14.15_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.14.15-aarch64-1.txz: Upgraded. +a/lvm2-2.03.13-aarch64-1.txz: Upgraded. + Reverted to working version. +ap/itstool-2.0.7-aarch64-2.txz: Rebuilt. + Rebuilt with PYTHON=/usr/bin/python3. Thanks to USUARIONUEVO. +ap/mpg123-1.29.2-aarch64-1.txz: Upgraded. +ap/slackpkg-15.0.8-noarch-1.txz: Upgraded. + Author: piterpunk + To make it easier to do an unattended slackpkg update/upgrade process, + this commit provides different exit codes for many situations: + 0 Successful slackpkg execution. + 1 Something wrong happened. + 20 No package found to be downloaded, installed, reinstalled, + upgraded, or removed. + 50 Slackpkg itself was upgraded and you need to re-run it. + 100 There are pending updates. + Code and the main manpage are updated accordingly. + In addition, this commit also: + - removes the ChangeLog.txt in doinst.sh, so the needed + 'slackpkg update' after Slackpkg upgrade won't say it's all OK + and doesn't need to redo the package lists + - removes AUTHORS from manpage. Nowadays there is code from many + people in Slackpkg and it seems a bit unfair to have only my and + Evaldo's name listed there. + Signed-off-by: Robby Workman +d/cmake-3.21.4-aarch64-1.txz: Upgraded. +d/kernel-headers-5.14.15-aarch64-1.txz: Upgraded. +d/mercurial-5.9.3-aarch64-1.txz: Upgraded. +d/meson-0.60.0-aarch64-1.txz: Upgraded. +d/parallel-20211022-noarch-1.txz: Upgraded. +d/python-pip-21.3.1-aarch64-1.txz: Upgraded. +d/python-setuptools-58.3.0-aarch64-1.txz: Upgraded. +d/rust-1.56.0-aarch64-1.txz: Upgraded. +k/kernel-source-5.14.15-aarch64-1.txz: Upgraded. +l/exiv2-0.27.5-aarch64-1.txz: Upgraded. +l/ffmpeg-4.4.1-aarch64-1.txz: Upgraded. + Recompiled against libvpx-1.11.0. +l/gst-plugins-good-1.18.5-aarch64-2.txz: Rebuilt. + Recompiled against libvpx-1.11.0. +l/imagemagick-7.1.0_12-aarch64-1.txz: Upgraded. +l/libcap-2.60-aarch64-1.txz: Upgraded. +l/librsvg-2.52.3-aarch64-1.txz: Upgraded. +l/libsoup-2.74.1-aarch64-1.txz: Upgraded. +l/libvpx-1.11.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/ncurses-6.3-aarch64-1.txz: Upgraded. +l/pipewire-0.3.39-aarch64-1.txz: Upgraded. +l/python-docutils-0.18-aarch64-1.txz: Upgraded. +l/qt5-5.15.3_20211024_2aa0de43-aarch64-1.txz: Upgraded. + Upgraded to latest git (might as well) and compiled against libvpx-1.11.0. +l/sip-4.19.25-aarch64-3.txz: Rebuilt. + Drop the Qt4 modules. Thanks to gmgf. +n/bind-9.16.22-aarch64-1.txz: Upgraded. + This update fixes bugs and the following security issue: + The "lame-ttl" option is now forcibly set to 0. This effectively disables + the lame server cache, as it could previously be abused by an attacker to + significantly degrade resolver performance. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25219 + (* Security fix *) +n/c-ares-1.18.1-aarch64-1.txz: Upgraded. +n/dhcpcd-9.4.1-aarch64-1.txz: Upgraded. +n/krb5-1.19.2-aarch64-2.txz: Rebuilt. + [PATCH] Fix KDC null deref on TGS inner body null server. + This fixes an issue where an authenticated attacker can cause a denial of + service in the KDC by sending a FAST TGS request with no server field. + Thanks to nobodino. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750 + (* Security fix *) +n/php-7.4.25-aarch64-1.txz: Upgraded. + This update fixes bugs and a security issue: + FPM: PHP-FPM oob R/W in root process leading to privilege escalation. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21703 + (* Security fix *) +n/samba-4.15.1-aarch64-1.txz: Upgraded. +x/ibus-m17n-1.4.8-aarch64-1.txz: Upgraded. +x/libinput-1.19.2-aarch64-1.txz: Upgraded. +xap/freerdp-2.4.1-aarch64-1.txz: Upgraded. + This update fixes two security issues: + Improper client input validation for gateway connections allows to overwrite + memory. + Improper region checks in all clients allow out of bound write to memory. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160 + (* Security fix *) +xap/gftp-2.7.1b-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.3536-aarch64-1.txz: Upgraded. +xap/xine-lib-1.2.11-aarch64-6.txz: Rebuilt. + Recompiled against libvpx-1.11.0. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Thu Oct 28 08:08:08 UTC 2021 +a/file-5.41-aarch64-1.txz: Upgraded. +a/glibc-zoneinfo-2021d-noarch-1.txz: Upgraded. +a/kernel-firmware-20211018_d34196f-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.14.14_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.14.14-aarch64-1.txz: Upgraded. +a/lvm2-2.03.14-aarch64-1.txz: Upgraded. +a/mkinitrd-1.4.11-aarch64-15.txz: Rebuilt. + Don't include 40-usb_modeswitch.rules on the initrd. Thanks to LuckyCyborg. +ap/hplip-3.20.5-aarch64-4.txz: Rebuilt. + Applied patch to fix hp-scan when using Python 3.10. Thanks to kingbeowulf. +ap/htop-3.1.1-aarch64-1.txz: Upgraded. +ap/mpg123-1.29.1-aarch64-1.txz: Upgraded. +ap/pamixer-1.5-aarch64-1.txz: Upgraded. +ap/vim-8.2.3536-aarch64-1.txz: Upgraded. +d/automake-1.16.2-noarch-1.txz: Upgraded. + Reverted to this earlier version due to issues with the Slackware x86 + toolchain name. +d/kernel-headers-5.14.14-aarch64-1.txz: Upgraded. +d/llvm-13.0.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +d/rust-1.55.0-aarch64-2.txz: Rebuilt. + Recompiled against llvm-13.0.0. +d/scons-4.2.0-aarch64-1.txz: Upgraded. +k/kernel-source-5.14.14-aarch64-1.txz: Upgraded. +l/aspell-en-2020.12.07_0-aarch64-1.txz: Upgraded. +l/freecell-solver-6.6.0-aarch64-1.txz: Upgraded. +l/gdbm-1.22-aarch64-1.txz: Upgraded. +l/imagemagick-7.1.0_10-aarch64-1.txz: Upgraded. +l/libclc-13.0.0-aarch64-1.txz: Upgraded. + Recompiled against llvm-13.0.0. +l/libqalculate-3.21.0-aarch64-1.txz: Upgraded. +l/librsvg-2.52.2-aarch64-1.txz: Upgraded. +l/liburing-2.1-aarch64-2.txz: Rebuilt. + Don't package the examples. +l/python-cffi-1.15.0-aarch64-1.txz: Upgraded. +l/python-charset-normalizer-2.0.7-aarch64-1.txz: Upgraded. +l/python-idna-3.3-aarch64-1.txz: Upgraded. +l/python-pillow-8.4.0-aarch64-1.txz: Upgraded. +l/python-pysol_cards-0.12.0-aarch64-1.txz: Upgraded. +l/qt5-5.15.3_20211013_5c7c3af5-aarch64-1.txz: Upgraded. + Upgraded to latest git (might as well) and compiled against llvm-13.0.0. +l/spirv-llvm-translator-13.0.0-aarch64-1.txz: Upgraded. + Recompiled against llvm-13.0.0. +n/autofs-5.1.8-aarch64-1.txz: Upgraded. +n/bluez-5.62-aarch64-1.txz: Upgraded. +n/nghttp2-1.46.0-aarch64-1.txz: Upgraded. +x/mesa-21.2.4-aarch64-1.txz: Upgraded. + Compiled against llvm-13.0.0. +x/ttf-tlwg-0.7.3-aarch64-1.txz: Upgraded. +xap/pidgin-2.14.8-aarch64-1.txz: Upgraded. +xap/xscreensaver-6.02-aarch64-1.txz: Upgraded. +xfce/mousepad-0.5.7-aarch64-2.txz: Rebuilt. + Added plugins directory. Thanks to Roman Dyaba. +xfce/xfce4-whiskermenu-plugin-2.6.1-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Oct 20 08:08:08 UTC 2021 + +Bootware: + platform/aarch64/bootware/src/{sdcards,uboot}.build: + Build Initialisation and Recovery SD card images. + +a/aaa_terminfo-6.2_20211009-aarch64-1.txz: Upgraded. +a/btrfs-progs-5.14.2-aarch64-1.txz: Upgraded. +a/kernel-modules-armv8-5.14.13_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.14.13-aarch64-1.txz: Upgraded. +a/libblockdev-2.26-aarch64-2.txz: Rebuilt. +a/libbytesize-2.6-aarch64-2.txz: Rebuilt. +a/libpwquality-1.4.4-aarch64-4.txz: Rebuilt. +a/util-linux-2.37.2-aarch64-5.txz: Rebuilt. +a/volume_key-0.3.12-aarch64-3.txz: Rebuilt. +ap/hplip-3.20.5-aarch64-3.txz: Rebuilt. +ap/linuxdoc-tools-0.9.82-aarch64-2.txz: Rebuilt. +ap/rpm-4.16.1.3-aarch64-2.txz: Rebuilt. +ap/sc-im-20210927_64b1a41-aarch64-1.txz: Upgraded. +ap/undervolt-20210815_e39aea1-aarch64-1.txz: Upgraded. +ap/vim-8.2.3487-aarch64-1.txz: Upgraded. +d/Cython-0.29.24-aarch64-2.txz: Rebuilt. +d/automake-1.16.5-noarch-1.txz: Upgraded. + Needed to properly detect python-3.10. If you see anything detecting the + Python version as 3.1, you'll need to run autoreconf -vif before ./configure. +d/distcc-3.4-aarch64-2.txz: Rebuilt. +d/gdb-11.1-aarch64-3.txz: Rebuilt. +d/gyp-20210831_d6c5dd51-aarch64-1.txz: Upgraded. + Patched for Python 3.10. Thanks to nobodino. +d/kernel-headers-5.14.13-aarch64-1.txz: Upgraded. +d/llvm-12.0.1-aarch64-2.txz: Rebuilt. +d/mercurial-5.9.2-aarch64-2.txz: Rebuilt. +d/meson-0.59.2-aarch64-2.txz: Rebuilt. +d/python-pip-21.3-aarch64-1.txz: Upgraded. +d/python-setuptools-58.2.0-aarch64-2.txz: Rebuilt. +d/python3-3.10.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +d/scons-4.0.1-aarch64-4.txz: Rebuilt. +k/kernel-source-5.14.13-aarch64-1.txz: Upgraded. +l/M2Crypto-0.38.0-aarch64-2.txz: Rebuilt. +l/Mako-1.1.4-aarch64-3.txz: Rebuilt. +l/PyQt5-5.15.2-aarch64-3.txz: Rebuilt. +l/QScintilla-2.11.6-aarch64-3.txz: Rebuilt. +l/QtAV-20210414_305e5404-aarch64-1.txz: Upgraded. +l/boost-1.77.0-aarch64-2.txz: Rebuilt. + Recompiled against python-3.10. Thanks to nobodino and ctrlaltca. +l/brotli-1.0.9-aarch64-5.txz: Rebuilt. +l/dbus-python-1.2.18-aarch64-2.txz: Rebuilt. +l/ffmpeg-4.4-aarch64-2.txz: Rebuilt. + Recompiled against vid.stab-20201110_f9166e9. +l/gexiv2-0.14.0-aarch64-2.txz: Rebuilt. +l/glade-3.38.2-aarch64-3.txz: Rebuilt. +l/gobject-introspection-1.70.0-aarch64-2.txz: Rebuilt. +l/gst-plugins-bad-free-1.18.5-aarch64-2.txz: Rebuilt. + Recompiled against opencv-4.5.4. +l/lensfun-0.3.95-aarch64-3.txz: Rebuilt. +l/libcaca-0.99.beta19-aarch64-10.txz: Rebuilt. +l/libcap-ng-0.8.2-aarch64-4.txz: Rebuilt. +l/libical-3.0.11-aarch64-1.txz: Upgraded. +l/libimobiledevice-20200615_4791a82-aarch64-4.txz: Rebuilt. +l/libproxy-0.4.17-aarch64-3.txz: Rebuilt. +l/libwebp-1.2.1-aarch64-2.txz: Rebuilt. +l/libxml2-2.9.12-aarch64-2.txz: Rebuilt. +l/mlt-7.0.1-aarch64-3.txz: Rebuilt. + Recompiled against vid.stab-20201110_f9166e9. +l/ncurses-6.2_20211009-aarch64-1.txz: Upgraded. +l/newt-0.52.21-aarch64-6.txz: Rebuilt. +l/opencv-4.5.4-aarch64-1.txz: Upgraded. + Changed ABI. +l/openexr-2.5.7-aarch64-3.txz: Rebuilt. +l/pycairo-1.20.1-aarch64-2.txz: Rebuilt. +l/pycups-2.0.1-aarch64-4.txz: Rebuilt. +l/pycurl-7.44.1-aarch64-2.txz: Rebuilt. +l/pygobject3-3.42.0-aarch64-2.txz: Rebuilt. +l/pyparsing-2.4.7-aarch64-4.txz: Rebuilt. +l/python-appdirs-1.4.4-aarch64-4.txz: Rebuilt. +l/python-certifi-2021.10.8-aarch64-1.txz: Upgraded. +l/python-cffi-1.14.6-aarch64-2.txz: Rebuilt. +l/python-chardet-4.0.0-aarch64-3.txz: Rebuilt. +l/python-charset-normalizer-2.0.6-aarch64-2.txz: Rebuilt. +l/python-distro-1.5.0-aarch64-4.txz: Rebuilt. +l/python-dnspython-2.1.0-aarch64-2.txz: Rebuilt. +l/python-docutils-0.17.1-aarch64-2.txz: Rebuilt. +l/python-future-0.18.2-aarch64-5.txz: Rebuilt. +l/python-idna-3.2-aarch64-2.txz: Rebuilt. +l/python-markdown-3.3.4-aarch64-2.txz: Rebuilt. +l/python-notify2-0.3.1-aarch64-9.txz: Rebuilt. +l/python-packaging-21.0-aarch64-2.txz: Rebuilt. +l/python-pillow-8.3.2-aarch64-2.txz: Rebuilt. +l/python-ply-3.11-aarch64-7.txz: Rebuilt. +l/python-pycparser-2.20-aarch64-2.txz: Rebuilt. +l/python-pygments-2.10.0-aarch64-2.txz: Rebuilt. +l/python-pysol_cards-0.10.2-aarch64-2.txz: Rebuilt. +l/python-random2-1.0.1-aarch64-3.txz: Rebuilt. +l/python-requests-2.26.0-aarch64-2.txz: Rebuilt. +l/python-sane-2.9.1-aarch64-3.txz: Rebuilt. +l/python-six-1.16.0-aarch64-2.txz: Rebuilt. +l/python-urllib3-1.26.7-aarch64-2.txz: Rebuilt. +l/qt5-5.15.3_20211006_0243418f-aarch64-1.txz: Upgraded. + Updated from the repo to get a few Wayland related fixes. +l/sip-4.19.25-aarch64-2.txz: Rebuilt. +l/speech-dispatcher-0.10.2-aarch64-3.txz: Rebuilt. +l/system-config-printer-1.5.15-aarch64-3.txz: Rebuilt. +l/talloc-2.3.3-aarch64-2.txz: Rebuilt. +l/tdb-1.4.5-aarch64-2.txz: Rebuilt. +l/tevent-0.11.0-aarch64-2.txz: Rebuilt. +l/vid.stab-20201110_f9166e9-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +n/bind-9.16.21-aarch64-5.txz: Rebuilt. +n/epic5-2.1.6-aarch64-2.txz: Rebuilt. +n/fetchmail-6.4.22-aarch64-2.txz: Rebuilt. +n/getmail-6.18.4-aarch64-2.txz: Rebuilt. +n/gnutls-3.7.2-aarch64-1.txz: Upgraded. +n/gpgme-1.16.0-aarch64-2.txz: Rebuilt. +n/net-snmp-5.9.1-aarch64-2.txz: Rebuilt. +n/nftables-1.0.0-aarch64-3.txz: Rebuilt. +n/nss-pam-ldapd-0.9.11-aarch64-4.txz: Rebuilt. +n/ntp-4.2.8p15-aarch64-8.txz: Rebuilt. +n/obexftp-0.24.2-aarch64-9.txz: Rebuilt. +n/pssh-2.3.4-aarch64-4.txz: Rebuilt. +n/samba-4.15.0-aarch64-2.txz: Rebuilt. +n/wget2-2.0.0-aarch64-2.txz: Rebuilt. + Rebuilt using --with-openssl. Thanks to walecha and marav. +t/texlive-2021.210418-aarch64-2.txz: Rebuilt. + Removed broken texdoctk symlink. Thanks to marav, drumz, and franzen. +x/ibus-1.5.25-aarch64-2.txz: Rebuilt. +x/ibus-anthy-1.5.13-aarch64-2.txz: Rebuilt. +x/ibus-hangul-1.5.4-aarch64-3.txz: Rebuilt. +x/ibus-libpinyin-1.12.1-aarch64-2.txz: Rebuilt. +x/ibus-table-1.14.1-aarch64-2.txz: Rebuilt. +x/pyxdg-0.27-aarch64-4.txz: Rebuilt. +x/xcb-proto-1.14.1-aarch64-4.txz: Rebuilt. +xap/blueman-2.2.2-aarch64-2.txz: Rebuilt. +xap/hexchat-2.16.0-aarch64-2.txz: Rebuilt. +xap/vim-gvim-8.2.3487-aarch64-1.txz: Upgraded. +extra/fltk/fltk-1.3.7-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Fri Oct 08 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/hwdata-0.352-aarch64-1.txz: Upgraded. +ap/nano-5.9-aarch64-1.txz: Upgraded. +d/mercurial-5.9.2-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.08.1-aarch64-2.txz: Rebuilt. +kde/kio-5.86.0-aarch64-3.txz: Rebuilt. + Allow changing panel launcher icons. Thanks to RadicalDreamer + and ctrlaltca. +l/libgnt-2.14.3-aarch64-1.txz: Upgraded. +l/librsvg-2.52.1-aarch64-1.txz: Upgraded. +l/mozjs78-78.15.0esr-aarch64-1.txz: Upgraded. +l/netpbm-10.96.01-aarch64-1.txz: Upgraded. +l/polkit-0.120-aarch64-1.txz: Upgraded. +n/epic5-2.1.6-aarch64-1.txz: Upgraded. +n/gnupg2-2.2.32-aarch64-1.txz: Upgraded. +n/httpd-2.4.51-aarch64-1.txz: Upgraded. + SECURITY: CVE-2021-42013: Path Traversal and Remote Code + Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete + fix of CVE-2021-41773) (cve.mitre.org) + It was found that the fix for CVE-2021-41773 in Apache HTTP + Server 2.4.50 was insufficient. An attacker could use a path + traversal attack to map URLs to files outside the directories + configured by Alias-like directives. + If files outside of these directories are not protected by the + usual default configuration "require all denied", these requests + can succeed. If CGI scripts are also enabled for these aliased + pathes, this could allow for remote code execution. + This issue only affects Apache 2.4.49 and Apache 2.4.50 and not + earlier versions. + Credits: Reported by Juan Escobar from Dreamlab Technologies, + Fernando MuA+-oz from NULL Life CTF Team, and Shungo Kumasaka + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42013 + (* Security fix *) +n/openvpn-2.5.4-aarch64-1.txz: Upgraded. +x/xkeyboard-config-2.34-aarch64-1.txz: Upgraded. +xap/gftp-2.7.0b-aarch64-3.txz: Rebuilt. + Removed broken icon symlink. Thanks to marav. +xap/xpaint-3.1.4-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. ++--------------------------+ +Thu Oct 07 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/glibc-zoneinfo-2021c-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.14.10_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.14.10-aarch64-1.txz: Upgraded. + /boot/initrd-armv8/[load_kernel_modules]: + Load module: 'f2fs' for all Hardware Models. +a/util-linux-2.37.2-aarch64-4.txz: Rebuilt. + Removed broken /usr/share/bash-completion/completions/runuser symlink. + Thanks to marav. +d/kernel-headers-5.14.10-aarch64-1.txz: Upgraded. +k/kernel-source-5.14.10-aarch64-1.txz: Upgraded. +n/ca-certificates-20211005-noarch-1.txz: Upgraded. + Don't install /etc/ca-certificates.conf as a .new file - it's an auto- + generated list that will just end up suffering a mismatch with the files + included in the package. Thanks to Weber Kai. +xap/mozilla-firefox-91.2.0esr-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Oct 06 08:08:08 UTC 2021 + +Bootware: + platform/aarch64/bootware/src/{sdcards,uboot}.build: + Make extensible to enable the community add Hardware Model support + +Installer: + /root/.profile: + Load a larger console font on the RockPro64 and Pinebook Pro + to compensate for the high screen resolution. + /etc/rc.d/rc.installerconfig: + RockPro64: Gradually decrease RPM of the fan so it sounds better ;-) +a/util-linux-2.37.2-aarch64-3.txz: Rebuilt. + Removed broken /usr/bin/raw symlink. Thanks to marav. +d/gdb-11.1-aarch64-2.txz: Rebuilt. +d/vala-0.54.2-aarch64-1.txz: Upgraded. +kde/artikulate-21.08.1-aarch64-3.txz: Rebuilt. + Fixed broken COPYING{,.DOC} symlinks. Thanks to marav. +kde/kservice-5.86.0-aarch64-4.txz: Rebuilt. + In /etc/profile.d/kde.{csh,sh}: + Fixed test for kf5 directory. Thanks to LuckyCyborg. + Make adding /etc/kde/xdg to $XDG_CONFIG_DIRS conditional on the existence + of that directory. +l/imagemagick-7.1.0_9-aarch64-1.txz: Upgraded. +n/bind-9.16.21-aarch64-4.txz: Rebuilt. + Removed broken symlink. Thanks to marav. +n/httpd-2.4.50-aarch64-1.txz: Upgraded. + This release contains security fixes and improvements. + Fixed null pointer dereference in h2 fuzzing. + Fixed path traversal and file disclosure vulnerability. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41524 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41773 + (* Security fix *) +x/cldr-emoji-annotation-37.0_13.0_0_2-aarch64-3.txz: Rebuilt. + Fixed broken COPYING symlink. Thanks to marav. +xap/x3270-4.0ga14-aarch64-2.txz: Rebuilt. + Fixed symlinks in html directory. Thanks to marav. ++--------------------------+ +Tue Oct 05 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/haveged-1.9.15-aarch64-1.txz: Upgraded. +a/udisks2-2.9.4-aarch64-1.txz: Upgraded. +ap/squashfs-tools-4.5-aarch64-2.txz: Rebuilt. + Fixed broken symlinks. Thanks to marav. +d/python-setuptools-58.2.0-aarch64-1.txz: Upgraded. +kde/akonadi-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadi-calendar-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadi-calendar-tools-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadi-contacts-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadi-import-wizard-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadi-mime-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadi-notes-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadi-search-21.08.1-aarch64-2.txz: Rebuilt. +kde/akonadiconsole-21.08.1-aarch64-2.txz: Rebuilt. +kde/akregator-21.08.1-aarch64-2.txz: Rebuilt. +kde/alkimia-8.1.0-aarch64-3.txz: Rebuilt. +kde/analitza-21.08.1-aarch64-2.txz: Rebuilt. +kde/ark-21.08.1-aarch64-2.txz: Rebuilt. +kde/artikulate-21.08.1-aarch64-2.txz: Rebuilt. +kde/attica-5.86.0-aarch64-2.txz: Rebuilt. +kde/audiocd-kio-21.08.1-aarch64-2.txz: Rebuilt. +kde/baloo-5.86.0-aarch64-2.txz: Rebuilt. +kde/baloo-widgets-21.08.1-aarch64-2.txz: Rebuilt. +kde/blinken-21.08.1-aarch64-2.txz: Rebuilt. +kde/bluedevil-5.22.5-aarch64-2.txz: Rebuilt. +kde/bluez-qt-5.86.0-aarch64-2.txz: Rebuilt. +kde/bomber-21.08.1-aarch64-2.txz: Rebuilt. +kde/bovo-21.08.1-aarch64-2.txz: Rebuilt. +kde/breeze-5.22.5-aarch64-2.txz: Rebuilt. +kde/breeze-gtk-5.22.5-aarch64-2.txz: Rebuilt. +kde/breeze-icons-5.86.0-noarch-2.txz: Rebuilt. +kde/calendarsupport-21.08.1-aarch64-2.txz: Rebuilt. +kde/calligra-3.2.1-aarch64-15.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/calligraplan-3.3.0-aarch64-6.txz: Rebuilt. +kde/cantor-21.08.1-aarch64-3.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/cervisia-21.08.1-aarch64-2.txz: Rebuilt. +kde/digikam-7.3.0-aarch64-2.txz: Rebuilt. +kde/dolphin-21.08.1-aarch64-2.txz: Rebuilt. +kde/dolphin-plugins-21.08.1-aarch64-2.txz: Rebuilt. +kde/dragon-21.08.1-aarch64-2.txz: Rebuilt. +kde/drkonqi-5.22.5-aarch64-2.txz: Rebuilt. +kde/elisa-21.08.1-aarch64-2.txz: Rebuilt. +kde/eventviews-21.08.1-aarch64-2.txz: Rebuilt. +kde/extra-cmake-modules-5.86.0-aarch64-2.txz: Rebuilt. +kde/falkon-3.1.0-aarch64-6.txz: Rebuilt. +kde/ffmpegthumbs-21.08.1-aarch64-2.txz: Rebuilt. +kde/filelight-21.08.1-aarch64-2.txz: Rebuilt. +kde/frameworkintegration-5.86.0-aarch64-2.txz: Rebuilt. +kde/granatier-21.08.1-aarch64-2.txz: Rebuilt. +kde/grantlee-editor-21.08.1-aarch64-2.txz: Rebuilt. +kde/grantleetheme-21.08.1-aarch64-2.txz: Rebuilt. +kde/gwenview-21.08.1-aarch64-2.txz: Rebuilt. +kde/incidenceeditor-21.08.1-aarch64-2.txz: Rebuilt. +kde/itinerary-21.08.1-aarch64-2.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/juk-21.08.1-aarch64-2.txz: Rebuilt. +kde/k3b-21.08.1-aarch64-2.txz: Rebuilt. +kde/kactivities-5.86.0-aarch64-2.txz: Rebuilt. +kde/kactivities-stats-5.86.0-aarch64-2.txz: Rebuilt. +kde/kactivitymanagerd-5.22.5-aarch64-2.txz: Rebuilt. +kde/kaddressbook-21.08.1-aarch64-2.txz: Rebuilt. +kde/kalarm-21.08.1-aarch64-2.txz: Rebuilt. +kde/kalarmcal-21.08.1-aarch64-2.txz: Rebuilt. +kde/kalgebra-21.08.1-aarch64-2.txz: Rebuilt. +kde/kalzium-21.08.1-aarch64-2.txz: Rebuilt. +kde/kamera-21.08.1-aarch64-2.txz: Rebuilt. +kde/kamoso-21.08.1-aarch64-2.txz: Rebuilt. +kde/kanagram-21.08.1-aarch64-2.txz: Rebuilt. +kde/kapidox-5.86.0-aarch64-2.txz: Rebuilt. +kde/kapman-21.08.1-aarch64-2.txz: Rebuilt. +kde/kapptemplate-21.08.1-aarch64-2.txz: Rebuilt. +kde/karchive-5.86.0-aarch64-2.txz: Rebuilt. +kde/kate-21.08.1-aarch64-2.txz: Rebuilt. +kde/katomic-21.08.1-aarch64-2.txz: Rebuilt. +kde/kauth-5.86.0-aarch64-2.txz: Rebuilt. +kde/kbackup-21.08.1-aarch64-2.txz: Rebuilt. +kde/kblackbox-21.08.1-aarch64-2.txz: Rebuilt. +kde/kblocks-21.08.1-aarch64-2.txz: Rebuilt. +kde/kbookmarks-5.86.0-aarch64-2.txz: Rebuilt. +kde/kbounce-21.08.1-aarch64-2.txz: Rebuilt. +kde/kbreakout-21.08.1-aarch64-2.txz: Rebuilt. +kde/kbruch-21.08.1-aarch64-2.txz: Rebuilt. +kde/kcachegrind-21.08.1-aarch64-2.txz: Rebuilt. +kde/kcalc-21.08.1-aarch64-2.txz: Rebuilt. +kde/kcalendarcore-5.86.0-aarch64-2.txz: Rebuilt. +kde/kcalutils-21.08.1-aarch64-2.txz: Rebuilt. +kde/kcharselect-21.08.1-aarch64-2.txz: Rebuilt. +kde/kcmutils-5.86.0-aarch64-2.txz: Rebuilt. +kde/kcodecs-5.86.0-aarch64-2.txz: Rebuilt. +kde/kcolorchooser-21.08.1-aarch64-2.txz: Rebuilt. +kde/kcompletion-5.86.0-aarch64-2.txz: Rebuilt. +kde/kconfig-5.86.0-aarch64-2.txz: Rebuilt. +kde/kconfigwidgets-5.86.0-aarch64-2.txz: Rebuilt. +kde/kcontacts-5.86.0-aarch64-2.txz: Rebuilt. +kde/kcoreaddons-5.86.0-aarch64-2.txz: Rebuilt. +kde/kcrash-5.86.0-aarch64-2.txz: Rebuilt. +kde/kcron-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdav-5.86.0-aarch64-2.txz: Rebuilt. +kde/kdbusaddons-5.86.0-aarch64-2.txz: Rebuilt. +kde/kde-cli-tools-5.22.5-aarch64-3.txz: Rebuilt. + Added /usr/bin/kdesu symlink. Thanks to rherbert. +kde/kde-dev-scripts-21.08.1-aarch64-2.txz: Rebuilt. +kde/kde-dev-utils-21.08.1-aarch64-2.txz: Rebuilt. +kde/kde-gtk-config-5.22.5-aarch64-2.txz: Rebuilt. +kde/kdebugsettings-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdeclarative-5.86.0-aarch64-2.txz: Rebuilt. +kde/kdeconnect-kde-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdecoration-5.22.5-aarch64-2.txz: Rebuilt. +kde/kded-5.86.0-aarch64-2.txz: Rebuilt. +kde/kdeedu-data-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdegraphics-mobipocket-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdegraphics-thumbnailers-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdelibs4support-5.86.0-aarch64-2.txz: Rebuilt. +kde/kdenetwork-filesharing-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdenlive-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdepim-addons-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdepim-runtime-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdeplasma-addons-5.22.5-aarch64-2.txz: Rebuilt. +kde/kdesdk-kioslaves-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdesdk-thumbnailers-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdesignerplugin-5.86.0-aarch64-2.txz: Rebuilt. +kde/kdesu-5.86.0-aarch64-3.txz: Rebuilt. + Removed broken /usr/bin/kdesu symlink. Thanks to rherbert. +kde/kdev-php-5.6.2-aarch64-6.txz: Rebuilt. +kde/kdev-python-5.6.2-aarch64-6.txz: Rebuilt. +kde/kdevelop-5.6.2-aarch64-8.txz: Rebuilt. +kde/kdevelop-pg-qt-2.2.1-aarch64-6.txz: Rebuilt. +kde/kdewebkit-5.86.0-aarch64-2.txz: Rebuilt. +kde/kdf-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdiagram-2.8.0-aarch64-6.txz: Rebuilt. +kde/kdialog-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdiamond-21.08.1-aarch64-2.txz: Rebuilt. +kde/kdnssd-5.86.0-aarch64-2.txz: Rebuilt. +kde/kdoctools-5.86.0-aarch64-2.txz: Rebuilt. +kde/keditbookmarks-21.08.1-aarch64-2.txz: Rebuilt. +kde/kemoticons-5.86.0-aarch64-2.txz: Rebuilt. +kde/kfilemetadata-5.86.0-aarch64-3.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/kfind-21.08.1-aarch64-2.txz: Rebuilt. +kde/kfloppy-21.08.1-aarch64-2.txz: Rebuilt. +kde/kfourinline-21.08.1-aarch64-2.txz: Rebuilt. +kde/kgamma5-5.22.5-aarch64-2.txz: Rebuilt. +kde/kgeography-21.08.1-aarch64-2.txz: Rebuilt. +kde/kget-21.08.1-aarch64-2.txz: Rebuilt. +kde/kglobalaccel-5.86.0-aarch64-2.txz: Rebuilt. +kde/kgoldrunner-21.08.1-aarch64-2.txz: Rebuilt. +kde/kgpg-21.08.1-aarch64-2.txz: Rebuilt. +kde/kguiaddons-5.86.0-aarch64-2.txz: Rebuilt. +kde/khangman-21.08.1-aarch64-2.txz: Rebuilt. +kde/khelpcenter-21.08.1-aarch64-2.txz: Rebuilt. +kde/kholidays-5.86.0-aarch64-2.txz: Rebuilt. +kde/khotkeys-5.22.5-aarch64-2.txz: Rebuilt. +kde/khtml-5.86.0-aarch64-2.txz: Rebuilt. +kde/ki18n-5.86.0-aarch64-2.txz: Rebuilt. +kde/kiconthemes-5.86.0-aarch64-2.txz: Rebuilt. +kde/kid3-3.8.7-aarch64-2.txz: Rebuilt. +kde/kidentitymanagement-21.08.1-aarch64-2.txz: Rebuilt. +kde/kidletime-5.86.0-aarch64-2.txz: Rebuilt. +kde/kig-21.08.1-aarch64-2.txz: Rebuilt. +kde/kigo-21.08.1-aarch64-2.txz: Rebuilt. +kde/kile-2.9.93-aarch64-14.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/killbots-21.08.1-aarch64-2.txz: Rebuilt. +kde/kimageformats-5.86.0-aarch64-2.txz: Rebuilt. +kde/kimagemapeditor-21.08.1-aarch64-2.txz: Rebuilt. +kde/kimap-21.08.1-aarch64-2.txz: Rebuilt. +kde/kinfocenter-5.22.5-aarch64-2.txz: Rebuilt. +kde/kinit-5.86.0-aarch64-2.txz: Rebuilt. +kde/kio-5.86.0-aarch64-2.txz: Rebuilt. +kde/kio-extras-21.08.1-aarch64-2.txz: Rebuilt. +kde/kio-gdrive-21.08.1-aarch64-2.txz: Rebuilt. +kde/kipi-plugins-21.08.1-aarch64-2.txz: Rebuilt. +kde/kirigami-gallery-21.08.1-aarch64-2.txz: Rebuilt. +kde/kirigami2-5.86.0-aarch64-2.txz: Rebuilt. +kde/kiriki-21.08.1-aarch64-2.txz: Rebuilt. +kde/kitemmodels-5.86.0-aarch64-2.txz: Rebuilt. +kde/kitemviews-5.86.0-aarch64-2.txz: Rebuilt. +kde/kiten-21.08.1-aarch64-2.txz: Rebuilt. +kde/kitinerary-21.08.1-aarch64-3.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/kjobwidgets-5.86.0-aarch64-2.txz: Rebuilt. +kde/kjots-20201206_f7d555c-aarch64-6.txz: Rebuilt. +kde/kjs-5.86.0-aarch64-2.txz: Rebuilt. +kde/kjsembed-5.86.0-aarch64-2.txz: Rebuilt. +kde/kjumpingcube-21.08.1-aarch64-2.txz: Rebuilt. +kde/kldap-21.08.1-aarch64-2.txz: Rebuilt. +kde/kleopatra-21.08.1-aarch64-2.txz: Rebuilt. +kde/klickety-21.08.1-aarch64-2.txz: Rebuilt. +kde/klines-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmag-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmahjongg-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmail-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmail-account-wizard-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmailtransport-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmbox-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmediaplayer-5.86.0-aarch64-2.txz: Rebuilt. +kde/kmenuedit-5.22.5-aarch64-2.txz: Rebuilt. +kde/kmime-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmines-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmix-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmousetool-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmouth-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmplot-21.08.1-aarch64-2.txz: Rebuilt. +kde/kmymoney-5.1.2-aarch64-2.txz: Rebuilt. +kde/knavalbattle-21.08.1-aarch64-2.txz: Rebuilt. +kde/knetwalk-21.08.1-aarch64-2.txz: Rebuilt. +kde/knewstuff-5.86.0-aarch64-3.txz: Rebuilt. +kde/knights-21.08.1-aarch64-2.txz: Rebuilt. +kde/knotes-21.08.1-aarch64-2.txz: Rebuilt. +kde/knotifications-5.86.0-aarch64-2.txz: Rebuilt. +kde/knotifyconfig-5.86.0-aarch64-2.txz: Rebuilt. +kde/kolf-21.08.1-aarch64-2.txz: Rebuilt. +kde/kollision-21.08.1-aarch64-2.txz: Rebuilt. +kde/kolourpaint-21.08.1-aarch64-2.txz: Rebuilt. +kde/kompare-21.08.1-aarch64-2.txz: Rebuilt. +kde/konqueror-21.08.1-aarch64-2.txz: Rebuilt. +kde/konquest-21.08.1-aarch64-2.txz: Rebuilt. +kde/konsole-21.08.1-aarch64-2.txz: Rebuilt. +kde/kontact-21.08.1-aarch64-2.txz: Rebuilt. +kde/kontactinterface-21.08.1-aarch64-2.txz: Rebuilt. +kde/kontrast-21.08.1-aarch64-2.txz: Rebuilt. +kde/konversation-21.08.1-aarch64-2.txz: Rebuilt. +kde/kopeninghours-21.08.1-aarch64-2.txz: Rebuilt. +kde/kopete-21.08.1-aarch64-2.txz: Rebuilt. +kde/korganizer-21.08.1-aarch64-2.txz: Rebuilt. +kde/kosmindoormap-21.08.1-aarch64-2.txz: Rebuilt. +kde/kpackage-5.86.0-aarch64-2.txz: Rebuilt. +kde/kparts-5.86.0-aarch64-2.txz: Rebuilt. +kde/kpat-21.08.1-aarch64-2.txz: Rebuilt. +kde/kpeople-5.86.0-aarch64-2.txz: Rebuilt. +kde/kpeoplevcard-0.1-aarch64-6.txz: Rebuilt. +kde/kpimtextedit-21.08.1-aarch64-2.txz: Rebuilt. +kde/kpkpass-21.08.1-aarch64-2.txz: Rebuilt. +kde/kplotting-5.86.0-aarch64-2.txz: Rebuilt. +kde/kpmcore-21.08.1-aarch64-2.txz: Rebuilt. +kde/kpty-5.86.0-aarch64-2.txz: Rebuilt. +kde/kpublictransport-21.08.1-aarch64-2.txz: Rebuilt. +kde/kqtquickcharts-21.08.1-aarch64-2.txz: Rebuilt. +kde/kquickcharts-5.86.0-aarch64-2.txz: Rebuilt. +kde/krdc-21.08.1-aarch64-2.txz: Rebuilt. +kde/krename-5.0.1-aarch64-6.txz: Rebuilt. +kde/kreversi-21.08.1-aarch64-2.txz: Rebuilt. +kde/krfb-21.08.1-aarch64-2.txz: Rebuilt. +kde/krita-4.4.8-aarch64-4.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/kross-5.86.0-aarch64-2.txz: Rebuilt. +kde/kross-interpreters-21.08.1-aarch64-2.txz: Rebuilt. +kde/kruler-21.08.1-aarch64-2.txz: Rebuilt. +kde/krunner-5.86.0-aarch64-2.txz: Rebuilt. +kde/krusader-2.7.2-aarch64-7.txz: Rebuilt. + Adjust cmake to point to the correct kdesu location. Thanks to marco70. +kde/kscreen-5.22.5-aarch64-2.txz: Rebuilt. +kde/kscreenlocker-5.22.5-aarch64-2.txz: Rebuilt. +kde/kservice-5.86.0-aarch64-3.txz: Rebuilt. + Fix paths in kde.{csh,sh}. Thanks to marco70. + Since kdesu and kxmlgui are looking in /usr/lib${LIBDIRSUFFIX}/kf5 for + some reason, let's just link that location to libexec/kf5 to make things + work again. Also, I'm not sure why these things are in this particular + package, but I guess they had to go somewhere. +kde/kshisen-21.08.1-aarch64-2.txz: Rebuilt. +kde/ksirk-21.08.1-aarch64-2.txz: Rebuilt. +kde/ksmtp-21.08.1-aarch64-2.txz: Rebuilt. +kde/ksnakeduel-21.08.1-aarch64-2.txz: Rebuilt. +kde/kspaceduel-21.08.1-aarch64-2.txz: Rebuilt. +kde/ksquares-21.08.1-aarch64-2.txz: Rebuilt. +kde/ksshaskpass-5.22.5-aarch64-2.txz: Rebuilt. +kde/kstars-3.5.5-aarch64-2.txz: Rebuilt. +kde/ksudoku-21.08.1-aarch64-2.txz: Rebuilt. +kde/ksysguard-5.22.0-aarch64-2.txz: Rebuilt. +kde/ksystemlog-21.08.1-aarch64-2.txz: Rebuilt. +kde/ksystemstats-5.22.5-aarch64-2.txz: Rebuilt. +kde/kteatime-21.08.1-aarch64-2.txz: Rebuilt. +kde/ktexteditor-5.86.0-aarch64-2.txz: Rebuilt. +kde/ktextwidgets-5.86.0-aarch64-2.txz: Rebuilt. +kde/ktimer-21.08.1-aarch64-2.txz: Rebuilt. +kde/ktimetracker-5.0.1-aarch64-6.txz: Rebuilt. +kde/ktnef-21.08.1-aarch64-2.txz: Rebuilt. +kde/ktorrent-21.08.1-aarch64-2.txz: Rebuilt. +kde/ktouch-21.08.1-aarch64-2.txz: Rebuilt. +kde/kturtle-21.08.1-aarch64-2.txz: Rebuilt. +kde/kubrick-21.08.1-aarch64-2.txz: Rebuilt. +kde/kunitconversion-5.86.0-aarch64-2.txz: Rebuilt. +kde/kwallet-5.86.0-aarch64-2.txz: Rebuilt. +kde/kwallet-pam-5.22.5-aarch64-2.txz: Rebuilt. +kde/kwalletmanager-21.08.1-aarch64-2.txz: Rebuilt. +kde/kwave-21.08.1-aarch64-2.txz: Rebuilt. +kde/kwayland-5.86.0-aarch64-2.txz: Rebuilt. +kde/kwayland-integration-5.22.5-aarch64-2.txz: Rebuilt. +kde/kwayland-server-5.22.5-aarch64-2.txz: Rebuilt. +kde/kwidgetsaddons-5.86.0-aarch64-2.txz: Rebuilt. +kde/kwin-5.22.5-aarch64-2.txz: Rebuilt. +kde/kwindowsystem-5.86.0-aarch64-2.txz: Rebuilt. +kde/kwordquiz-21.08.1-aarch64-2.txz: Rebuilt. +kde/kwrited-5.22.5-aarch64-2.txz: Rebuilt. +kde/kxmlgui-5.86.0-aarch64-2.txz: Rebuilt. +kde/kxmlrpcclient-5.86.0-aarch64-2.txz: Rebuilt. +kde/latte-dock-0.10.2-aarch64-2.txz: Rebuilt. +kde/layer-shell-qt-5.22.5-aarch64-2.txz: Rebuilt. +kde/libgravatar-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkcddb-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkcompactdisc-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkdcraw-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkdegames-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkdepim-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkeduvocdocument-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkexiv2-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkgapi-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkipi-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkleo-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkmahjongg-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkomparediff2-21.08.1-aarch64-2.txz: Rebuilt. +kde/libksane-21.08.1-aarch64-2.txz: Rebuilt. +kde/libkscreen-5.22.5-aarch64-2.txz: Rebuilt. +kde/libksieve-21.08.1-aarch64-2.txz: Rebuilt. +kde/libksysguard-5.22.5-aarch64-2.txz: Rebuilt. +kde/libktorrent-21.08.1-aarch64-2.txz: Rebuilt. +kde/lokalize-21.08.1-aarch64-2.txz: Rebuilt. +kde/lskat-21.08.1-aarch64-2.txz: Rebuilt. +kde/mailcommon-21.08.1-aarch64-2.txz: Rebuilt. +kde/mailimporter-21.08.1-aarch64-2.txz: Rebuilt. +kde/marble-21.08.1-aarch64-2.txz: Rebuilt. +kde/markdownpart-21.08.1-aarch64-2.txz: Rebuilt. +kde/mbox-importer-21.08.1-aarch64-2.txz: Rebuilt. +kde/messagelib-21.08.1-aarch64-2.txz: Rebuilt. +kde/milou-5.22.5-aarch64-2.txz: Rebuilt. +kde/minuet-21.08.1-aarch64-2.txz: Rebuilt. +kde/modemmanager-qt-5.86.0-aarch64-2.txz: Rebuilt. +kde/networkmanager-qt-5.86.0-aarch64-2.txz: Rebuilt. +kde/okteta-0.26.6-aarch64-2.txz: Rebuilt. +kde/okular-21.08.1-aarch64-3.txz: Rebuilt. + Recompiled against poppler-21.10.0. +kde/oxygen-5.22.5-aarch64-2.txz: Rebuilt. +kde/oxygen-fonts-5.4.3-noarch-6.txz: Rebuilt. +kde/oxygen-gtk2-1.4.6-aarch64-6.txz: Rebuilt. +kde/oxygen-icons5-5.86.0-noarch-2.txz: Rebuilt. +kde/palapeli-21.08.1-aarch64-2.txz: Rebuilt. +kde/parley-21.08.1-aarch64-2.txz: Rebuilt. +kde/partitionmanager-21.08.1-aarch64-2.txz: Rebuilt. +kde/picmi-21.08.1-aarch64-2.txz: Rebuilt. +kde/pim-data-exporter-21.08.1-aarch64-2.txz: Rebuilt. +kde/pim-sieve-editor-21.08.1-aarch64-2.txz: Rebuilt. +kde/pimcommon-21.08.1-aarch64-2.txz: Rebuilt. +kde/plasma-browser-integration-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-desktop-5.22.5-aarch64-3.txz: Rebuilt. +kde/plasma-disks-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-firewall-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-framework-5.86.0-aarch64-2.txz: Rebuilt. +kde/plasma-integration-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-nm-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-pa-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-sdk-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-systemmonitor-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-vault-5.22.5-aarch64-2.txz: Rebuilt. +kde/plasma-wayland-protocols-1.4.0-aarch64-2.txz: Rebuilt. +kde/plasma-workspace-5.22.5-aarch64-3.txz: Rebuilt. +kde/plasma-workspace-wallpapers-5.22.5-aarch64-2.txz: Rebuilt. +kde/polkit-kde-agent-1-5.22.5-aarch64-2.txz: Rebuilt. +kde/powerdevil-5.22.5-aarch64-2.txz: Rebuilt. +kde/poxml-21.08.1-aarch64-2.txz: Rebuilt. +kde/print-manager-21.08.1-aarch64-2.txz: Rebuilt. +kde/prison-5.86.0-aarch64-2.txz: Rebuilt. +kde/pulseaudio-qt-1.3-aarch64-2.txz: Rebuilt. +kde/purpose-5.86.0-aarch64-2.txz: Rebuilt. +kde/qqc2-breeze-style-5.22.5-aarch64-2.txz: Rebuilt. +kde/qqc2-desktop-style-5.86.0-aarch64-2.txz: Rebuilt. +kde/rocs-21.08.1-aarch64-2.txz: Rebuilt. +kde/sddm-0.19.0-aarch64-7.txz: Rebuilt. +kde/sddm-kcm-5.22.5-aarch64-2.txz: Rebuilt. +kde/skanlite-21.08.1-aarch64-2.txz: Rebuilt. +kde/solid-5.86.0-aarch64-2.txz: Rebuilt. +kde/sonnet-5.86.0-aarch64-2.txz: Rebuilt. +kde/spectacle-21.08.1-aarch64-2.txz: Rebuilt. +kde/step-21.08.1-aarch64-2.txz: Rebuilt. +kde/svgpart-21.08.1-aarch64-2.txz: Rebuilt. +kde/sweeper-21.08.1-aarch64-2.txz: Rebuilt. +kde/syndication-5.86.0-aarch64-2.txz: Rebuilt. +kde/syntax-highlighting-5.86.0-aarch64-2.txz: Rebuilt. +kde/systemsettings-5.22.5-aarch64-2.txz: Rebuilt. +kde/threadweaver-5.86.0-aarch64-2.txz: Rebuilt. +kde/umbrello-21.08.1-aarch64-2.txz: Rebuilt. +kde/wacomtablet-20201030_417d9d9-aarch64-7.txz: Rebuilt. +kde/xdg-desktop-portal-kde-5.22.5-aarch64-2.txz: Rebuilt. +kde/yakuake-21.08.1-aarch64-2.txz: Rebuilt. +kde/zeroconf-ioslave-21.08.1-aarch64-2.txz: Rebuilt. +l/eigen2-2.0.17-aarch64-4.txz: Removed. +l/eigen3-3.4.0-aarch64-1.txz: Upgraded. +l/mozilla-nss-3.71-aarch64-1.txz: Upgraded. +l/pcre2-10.38-aarch64-1.txz: Upgraded. +l/pipewire-0.3.38-aarch64-1.txz: Upgraded. +l/poppler-21.10.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/python-cffi-1.14.6-aarch64-1.txz: Added. + This is needed by hexchat-2.16.0. +l/python-pycparser-2.20-aarch64-1.txz: Added. + This is needed by hexchat-2.16.0. +l/vte-0.66.0-aarch64-1.txz: Upgraded. +n/links-2.25-aarch64-1.txz: Upgraded. +n/snownews-1.9-aarch64-1.txz: Upgraded. +x/liberation-fonts-ttf-2.1.5-noarch-1.txz: Upgraded. +x/libva-utils-2.13.0-aarch64-1.txz: Upgraded. +x/mesa-21.2.3-aarch64-1.txz: Upgraded. +x/noto-fonts-ttf-20171024-noarch-3.txz: Rebuilt. + Package NotoSansCoptic-Regular.ttf and a few other unhinted fonts. + Thanks to Roman Dyaba. +xap/hexchat-2.16.0-aarch64-1.txz: Upgraded. +xfce/Greybird-3.22.15-aarch64-1.txz: Upgraded. +extra/brltty/brltty-6.4-aarch64-1.txz: Upgraded. ++--------------------------+ +Fri Oct 01 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/kernel-firmware-20210928_7a30050-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.14.9_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.14.9-aarch64-1.txz: Upgraded. +a/sysvinit-scripts-15.0-noarch-5.txz: Rebuilt. + install/doinst.sh: + Support detection and configuration for login on the serial console on: + * Raspberry Pi 4 (thanks to Brent Earl) + * PineBook Pro. +d/ccache-4.4.2-aarch64-1.txz: Upgraded. +d/kernel-headers-5.14.9-aarch64-1.txz: Upgraded. +d/meson-0.59.2-aarch64-1.txz: Upgraded. +k/kernel-source-5.14.9-aarch64-1.txz: Upgraded. +l/gc-8.0.6-aarch64-1.txz: Upgraded. +l/mlt-7.0.1-aarch64-2.txz: Rebuilt. + Fixed man page installation. Thanks to GazL and Markus Wiesner. +l/netpbm-10.96.00-aarch64-1.txz: Upgraded. +n/epic5-2.1.5-aarch64-2.txz: Rebuilt. + Fixed man page installation. Thanks to GazL and kaott. +n/openssh-8.8p1-aarch64-2.txz: Rebuilt. + Add pam_elogind.so to /etc/pam.d/sshd to track user sessions over ssh, + properly set the XDG_ variables, and create the runtime directory. + Thanks to davjohn. +xap/NetworkManager-openvpn-1.8.16-aarch64-1.txz: Upgraded. +xap/mozilla-firefox-91.1.0esr-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Sep 29 08:08:08 UTC 2021 + +The mini root filesystem has been updated: +ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/ + +a/coreutils-9.0-aarch64-1.txz: Upgraded. + DIR_COLORS: Support .tzst, .zst, .flv, and .m2t extensions. + Thanks to regdub. + Support .webm and .webp extensions. Thanks to madridsecreto. + Thanks to GazL for helping the traditional (for us, anyway) ls quoting + style. + Applied upstream patch: + [PATCH] chmod: fix exit status when ignoring symlinks +a/elvis-2.2_0-aarch64-6.txz: Rebuilt. + Removed elvis.clr.orig. Thanks to ctrlaltca. +a/kernel-modules-armv8-5.14.8_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.14.8-aarch64-1.txz: Upgraded. +ap/ghostscript-9.55.0-aarch64-1.txz: Upgraded. +ap/i2c-tools-4.3-aarch64-1.txz: Upgraded. + Thanks to Exaga for the reminder. +ap/itstool-2.0.7-aarch64-1.txz: Upgraded. +ap/vim-8.2.3458-aarch64-1.txz: Upgraded. +d/bison-3.8.2-aarch64-1.txz: Upgraded. +d/kernel-headers-5.14.8-aarch64-1.txz: Upgraded. +d/meson-0.59.1-aarch64-1.txz: Upgraded. +d/subversion-1.14.1-aarch64-4.txz: Rebuilt. + Added compile options --with-kwallet and --with-gnome-keyring (the latter was + already used by default). Thanks to rsts and Windu. +d/vala-0.54.1-aarch64-1.txz: Upgraded. +k/kernel-source-5.14.8-aarch64-1.txz: Upgraded. +kde/knewstuff-5.86.0-aarch64-2.txz: Rebuilt. + [PATCH] Fix crash in DownloadWidget. +kde/plasma-desktop-5.22.5-aarch64-2.txz: Rebuilt. + Removed main.xml.orig. Thanks to ctrlaltca. +l/at-spi2-core-2.42.0-aarch64-1.txz: Upgraded. +l/fribidi-1.0.11-aarch64-1.txz: Upgraded. +l/gexiv2-0.14.0-aarch64-1.txz: Upgraded. +l/gjs-1.70.0-aarch64-1.txz: Upgraded. +l/glib-networking-2.70.0-aarch64-1.txz: Upgraded. +l/glib2-2.70.0-aarch64-1.txz: Upgraded. +l/gobject-introspection-1.70.0-aarch64-1.txz: Upgraded. +l/gst-plugins-bad-free-1.18.5-aarch64-1.txz: Added. + These are the "bad" GStreamer plugins that have free enough licenses to ship. + Thanks to Heinz Wiesinger. +l/gtk4-4.4.0-aarch64-1.txz: Upgraded. +l/harfbuzz-3.0.0-aarch64-1.txz: Upgraded. +l/libcap-2.59-aarch64-1.txz: Upgraded. +l/libmtp-1.1.19-aarch64-1.txz: Upgraded. +l/librsvg-2.52.0-aarch64-1.txz: Upgraded. +l/libsoup-2.74.0-aarch64-1.txz: Upgraded. +l/libssh2-1.10.0-aarch64-1.txz: Upgraded. +l/pygobject3-3.42.0-aarch64-1.txz: Upgraded. +n/ModemManager-1.18.2-aarch64-1.txz: Upgraded. +n/NetworkManager-1.32.12-aarch64-1.txz: Upgraded. +n/bind-9.16.21-aarch64-3.txz: Rebuilt. + Clean this up a little more... for consistency, make all three variables + set in /etc/default/named start with NAMED_. Likewise, make sure that all + uses of them in rc.bind start with NAMED_ (fixes a mismatch discovered by + Nobby6). For anyone wishing to run BIND as root, it seems to accept -u root + just fine, but if you really don't want a -u option, just set NAMED_OPTIONS + to " " to avoid triggering the fallback. +n/ca-certificates-20210924-noarch-1.txz: Upgraded. + Removed DST_Root_CA_X3.crt. +n/cifs-utils-6.14-aarch64-1.txz: Upgraded. +n/getmail-6.18.4-aarch64-1.txz: Upgraded. +n/lynx-2.9.0dev.9-aarch64-1.txz: Upgraded. + Based on testing here, this seems stable enough to include. Please let me + know if there are any new problems. + lynx.cfg: Add ASSUME_CHARSET:utf-8. Thanks to usr345. + Removed CHANGES.orig. Thanks to ctrlaltca. +n/nftables-1.0.0-aarch64-2.txz: Rebuilt. + Added options --with-json and --enable-python needed for firewalld. + Thanks to stormtracknole. +n/openssh-8.8p1-aarch64-1.txz: Upgraded. + Please note "Potentially-incompatible changes" from the release notes: + This release disables RSA signatures using the SHA-1 hash algorithm + by default. This change has been made as the SHA-1 hash algorithm is + cryptographically broken, and it is possible to create chosen-prefix + hash collisions for $RNDC_OPTIONS + rc.bind: Allow a 10 second (default) timeout for rndc to stop BIND. At that + point if BIND is still running, use killall -SIGTERM to stop it. + Thanks to akschu. +n/curl-7.79.0-aarch64-1.txz: Upgraded. + This update fixes security issues: + clear the leftovers pointer when sending succeeds. + do not ignore --ssl-reqd. + reject STARTTLS server response pipelining. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22945 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947 + (* Security fix *) +n/dnsmasq-2.86-aarch64-1.txz: Upgraded. +n/ethtool-5.14-aarch64-1.txz: Upgraded. +n/libqmi-1.30.2-aarch64-1.txz: Upgraded. +n/links-2.24-aarch64-1.txz: Upgraded. +n/mutt-2.1.3-aarch64-1.txz: Upgraded. +n/wget-1.21.2-aarch64-1.txz: Upgraded. +n/wget2-2.0.0-aarch64-1.txz: Added. +n/wireguard-tools-1.0.20210914-aarch64-1.txz: Upgraded. +x/OpenCC-1.1.3-aarch64-1.txz: Upgraded. +x/libinput-1.19.0-aarch64-1.txz: Upgraded. +x/x11-skel-7.7-aarch64-10.txz: Rebuilt. + No longer ship /etc/X11/xorg.conf-vesa as it's an x86 config file. + No longer ship nor handle /etc/X11/xorg.conf.d/xorg.conf + This enables Xorg to discover the driver settings at run time on the + supported Hardware Models. Thanks to Brent Earl for the idea, and testing on + the Pinebook Pro. + If you have an /etc/X11/xorg.conf.d/xorg.conf, you may wish to back it up and + move it out of the way from now on. + Note: this update will not delete an existing /etc/X11/xorg.conf.d/xorg.conf. +xap/gimp-2.10.28-aarch64-1.txz: Upgraded. +xap/libnma-1.8.32-aarch64-2.txz: Rebuilt. + Added glib-compile-schemas to the install script. Thanks to bormant. +xap/network-manager-applet-1.24.0-aarch64-2.txz: Rebuilt. + Removed glib-compile-schemas from the install script. Thanks to bormant. +xap/ssr-0.4.3-aarch64-1.txz: Upgraded. +xap/vim-gvim-8.2.3435-aarch64-1.txz: Upgraded. +xfce/libxfce4ui-4.16.1-aarch64-1.txz: Upgraded. +xfce/mousepad-0.5.6-aarch64-2.txz: Rebuilt. + Don't ship .la files. Thanks to Toutatis. +xfce/thunar-4.16.9-aarch64-1.txz: Upgraded. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Thu Sep 09 08:08:08 UTC 2021 + +The changelog for Slackware AArch64 begins. +Notes for testers: +[a] unlike previous releases of a new port, all packages are tagged + as 'Upgraded' rather than 'Added.'. This avoids the situation where + 'slackpkg' installs packages that you'd not previously elected to + install. +[b] a/aaa_libraries is presently absent. This is awaiting development + time to rewrite that part of the build system. + This will cause a little noise in the installation log, but is + harmless. + +a/etc-15.0-aarch64-16.txz: Rebuilt. + Added dhcpcd:dhcpcd (68:68) user and group. Thanks to Paul Blazejowski. +a/hwdata-0.351-aarch64-1.txz: Upgraded. +a/kernel-firmware-20210903_2984e26-noarch-1.txz: Upgraded. +a/kernel-modules-armv8-5.14.2_armv8-aarch64-1.txz: Upgraded. +a/kernel_armv8-5.14.2-aarch64-1.txz: Upgraded. +a/ntfs-3g-2021.8.22-aarch64-1.txz: Upgraded. + Shared library .so-version bump. + Fixed vulnerabilities that may allow an attacker using a maliciously + crafted NTFS-formatted image file or external storage to potentially + execute arbitrary privileged code. + For more information, see: + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33285 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35269 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35268 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33289 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33286 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35266 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33287 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35267 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39251 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39252 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39253 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39254 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39255 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39256 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39257 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39258 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39259 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39260 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39261 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39262 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39263 + (* Security fix *) +a/util-linux-2.37.2-aarch64-2.txz: Upgraded. + Rebuild with --disable-raw since the raw driver has been removed from the + kernel. Thanks to nobodino and SeB. +ap/vim-8.2.3394-aarch64-1.txz: Upgraded. +d/kernel-headers-5.14.2-aarch64-1.txz: Upgraded. +d/mercurial-5.9.1-aarch64-1.txz: Upgraded. +d/python3-3.9.7-aarch64-1.txz: Upgraded. +d/strace-5.14-aarch64-1.txz: Upgraded. +k/kernel-source-5.14.2-aarch64-1.txz: Upgraded. +kde/akonadi-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadi-calendar-tools-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadi-contacts-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadi-import-wizard-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadi-mime-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadi-notes-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadi-search-21.08.1-aarch64-1.txz: Upgraded. +kde/akonadiconsole-21.08.1-aarch64-1.txz: Upgraded. +kde/akregator-21.08.1-aarch64-1.txz: Upgraded. +kde/analitza-21.08.1-aarch64-1.txz: Upgraded. +kde/ark-21.08.1-aarch64-1.txz: Upgraded. +kde/artikulate-21.08.1-aarch64-1.txz: Upgraded. +kde/audiocd-kio-21.08.1-aarch64-1.txz: Upgraded. +kde/baloo-widgets-21.08.1-aarch64-1.txz: Upgraded. +kde/blinken-21.08.1-aarch64-1.txz: Upgraded. +kde/bluedevil-5.22.5-aarch64-1.txz: Upgraded. +kde/bomber-21.08.1-aarch64-1.txz: Upgraded. +kde/bovo-21.08.1-aarch64-1.txz: Upgraded. +kde/breeze-5.22.5-aarch64-1.txz: Upgraded. +kde/breeze-gtk-5.22.5-aarch64-1.txz: Upgraded. +kde/calendarsupport-21.08.1-aarch64-1.txz: Upgraded. +kde/calligra-3.2.1-aarch64-13.txz: Upgraded. + Recompiled against poppler-21.09.0. +kde/cantor-21.08.1-aarch64-1.txz: Upgraded. +kde/cervisia-21.08.1-aarch64-1.txz: Upgraded. +kde/dolphin-21.08.1-aarch64-1.txz: Upgraded. +kde/dolphin-plugins-21.08.1-aarch64-1.txz: Upgraded. +kde/dragon-21.08.1-aarch64-1.txz: Upgraded. +kde/drkonqi-5.22.5-aarch64-1.txz: Upgraded. +kde/elisa-21.08.1-aarch64-1.txz: Upgraded. +kde/eventviews-21.08.1-aarch64-1.txz: Upgraded. +kde/ffmpegthumbs-21.08.1-aarch64-1.txz: Upgraded. +kde/filelight-21.08.1-aarch64-1.txz: Upgraded. +kde/granatier-21.08.1-aarch64-1.txz: Upgraded. +kde/grantlee-editor-21.08.1-aarch64-1.txz: Upgraded. +kde/grantleetheme-21.08.1-aarch64-1.txz: Upgraded. +kde/gwenview-21.08.1-aarch64-1.txz: Upgraded. +kde/incidenceeditor-21.08.1-aarch64-1.txz: Upgraded. +kde/itinerary-21.08.1-aarch64-1.txz: Upgraded. +kde/juk-21.08.1-aarch64-1.txz: Upgraded. +kde/k3b-21.08.1-aarch64-1.txz: Upgraded. +kde/kactivitymanagerd-5.22.5-aarch64-1.txz: Upgraded. +kde/kaddressbook-21.08.1-aarch64-1.txz: Upgraded. +kde/kalarm-21.08.1-aarch64-1.txz: Upgraded. +kde/kalarmcal-21.08.1-aarch64-1.txz: Upgraded. +kde/kalgebra-21.08.1-aarch64-1.txz: Upgraded. +kde/kalzium-21.08.1-aarch64-1.txz: Upgraded. +kde/kamera-21.08.1-aarch64-1.txz: Upgraded. +kde/kamoso-21.08.1-aarch64-1.txz: Upgraded. +kde/kanagram-21.08.1-aarch64-1.txz: Upgraded. +kde/kapman-21.08.1-aarch64-1.txz: Upgraded. +kde/kapptemplate-21.08.1-aarch64-1.txz: Upgraded. +kde/kate-21.08.1-aarch64-1.txz: Upgraded. +kde/katomic-21.08.1-aarch64-1.txz: Upgraded. +kde/kbackup-21.08.1-aarch64-1.txz: Upgraded. +kde/kblackbox-21.08.1-aarch64-1.txz: Upgraded. +kde/kblocks-21.08.1-aarch64-1.txz: Upgraded. +kde/kbounce-21.08.1-aarch64-1.txz: Upgraded. +kde/kbreakout-21.08.1-aarch64-1.txz: Upgraded. +kde/kbruch-21.08.1-aarch64-1.txz: Upgraded. +kde/kcachegrind-21.08.1-aarch64-1.txz: Upgraded. +kde/kcalc-21.08.1-aarch64-1.txz: Upgraded. +kde/kcalutils-21.08.1-aarch64-1.txz: Upgraded. +kde/kcharselect-21.08.1-aarch64-1.txz: Upgraded. +kde/kcolorchooser-21.08.1-aarch64-1.txz: Upgraded. +kde/kcron-21.08.1-aarch64-1.txz: Upgraded. +kde/kde-cli-tools-5.22.5-aarch64-1.txz: Upgraded. +kde/kde-dev-scripts-21.08.1-aarch64-1.txz: Upgraded. +kde/kde-dev-utils-21.08.1-aarch64-1.txz: Upgraded. +kde/kde-gtk-config-5.22.5-aarch64-1.txz: Upgraded. +kde/kdebugsettings-21.08.1-aarch64-1.txz: Upgraded. +kde/kdeconnect-kde-21.08.1-aarch64-1.txz: Upgraded. +kde/kdecoration-5.22.5-aarch64-1.txz: Upgraded. +kde/kdeedu-data-21.08.1-aarch64-1.txz: Upgraded. +kde/kdegraphics-mobipocket-21.08.1-aarch64-1.txz: Upgraded. +kde/kdegraphics-thumbnailers-21.08.1-aarch64-1.txz: Upgraded. +kde/kdenetwork-filesharing-21.08.1-aarch64-1.txz: Upgraded. +kde/kdenlive-21.08.1-aarch64-1.txz: Upgraded. +kde/kdepim-addons-21.08.1-aarch64-1.txz: Upgraded. +kde/kdepim-runtime-21.08.1-aarch64-1.txz: Upgraded. +kde/kdeplasma-addons-5.22.5-aarch64-1.txz: Upgraded. +kde/kdesdk-kioslaves-21.08.1-aarch64-1.txz: Upgraded. +kde/kdesdk-thumbnailers-21.08.1-aarch64-1.txz: Upgraded. +kde/kdf-21.08.1-aarch64-1.txz: Upgraded. +kde/kdialog-21.08.1-aarch64-1.txz: Upgraded. +kde/kdiamond-21.08.1-aarch64-1.txz: Upgraded. +kde/keditbookmarks-21.08.1-aarch64-1.txz: Upgraded. +kde/kfilemetadata-5.85.0-aarch64-2.txz: Upgraded. + Recompiled against poppler-21.09.0. +kde/kfind-21.08.1-aarch64-1.txz: Upgraded. +kde/kfloppy-21.08.1-aarch64-1.txz: Upgraded. +kde/kfourinline-21.08.1-aarch64-1.txz: Upgraded. +kde/kgamma5-5.22.5-aarch64-1.txz: Upgraded. +kde/kgeography-21.08.1-aarch64-1.txz: Upgraded. +kde/kget-21.08.1-aarch64-1.txz: Upgraded. +kde/kgoldrunner-21.08.1-aarch64-1.txz: Upgraded. +kde/kgpg-21.08.1-aarch64-1.txz: Upgraded. +kde/khangman-21.08.1-aarch64-1.txz: Upgraded. +kde/khelpcenter-21.08.1-aarch64-1.txz: Upgraded. +kde/khotkeys-5.22.5-aarch64-1.txz: Upgraded. +kde/kidentitymanagement-21.08.1-aarch64-1.txz: Upgraded. +kde/kig-21.08.1-aarch64-1.txz: Upgraded. +kde/kigo-21.08.1-aarch64-1.txz: Upgraded. +kde/kile-2.9.93-aarch64-12.txz: Upgraded. + Recompiled against poppler-21.09.0. +kde/killbots-21.08.1-aarch64-1.txz: Upgraded. +kde/kimagemapeditor-21.08.1-aarch64-1.txz: Upgraded. +kde/kimap-21.08.1-aarch64-1.txz: Upgraded. +kde/kinfocenter-5.22.5-aarch64-1.txz: Upgraded. +kde/kio-extras-21.08.1-aarch64-1.txz: Upgraded. +kde/kio-gdrive-21.08.1-aarch64-1.txz: Upgraded. +kde/kipi-plugins-21.08.1-aarch64-1.txz: Upgraded. +kde/kirigami-gallery-21.08.1-aarch64-1.txz: Upgraded. +kde/kiriki-21.08.1-aarch64-1.txz: Upgraded. +kde/kiten-21.08.1-aarch64-1.txz: Upgraded. +kde/kitinerary-21.08.1-aarch64-1.txz: Upgraded. +kde/kjumpingcube-21.08.1-aarch64-1.txz: Upgraded. +kde/kldap-21.08.1-aarch64-1.txz: Upgraded. +kde/kleopatra-21.08.1-aarch64-1.txz: Upgraded. +kde/klickety-21.08.1-aarch64-1.txz: Upgraded. +kde/klines-21.08.1-aarch64-1.txz: Upgraded. +kde/kmag-21.08.1-aarch64-1.txz: Upgraded. +kde/kmahjongg-21.08.1-aarch64-1.txz: Upgraded. +kde/kmail-21.08.1-aarch64-1.txz: Upgraded. +kde/kmail-account-wizard-21.08.1-aarch64-1.txz: Upgraded. +kde/kmailtransport-21.08.1-aarch64-1.txz: Upgraded. +kde/kmbox-21.08.1-aarch64-1.txz: Upgraded. +kde/kmenuedit-5.22.5-aarch64-1.txz: Upgraded. +kde/kmime-21.08.1-aarch64-1.txz: Upgraded. +kde/kmines-21.08.1-aarch64-1.txz: Upgraded. +kde/kmix-21.08.1-aarch64-1.txz: Upgraded. +kde/kmousetool-21.08.1-aarch64-1.txz: Upgraded. +kde/kmouth-21.08.1-aarch64-1.txz: Upgraded. +kde/kmplot-21.08.1-aarch64-1.txz: Upgraded. +kde/knavalbattle-21.08.1-aarch64-1.txz: Upgraded. +kde/knetwalk-21.08.1-aarch64-1.txz: Upgraded. +kde/knights-21.08.1-aarch64-1.txz: Upgraded. +kde/knotes-21.08.1-aarch64-1.txz: Upgraded. +kde/kolf-21.08.1-aarch64-1.txz: Upgraded. +kde/kollision-21.08.1-aarch64-1.txz: Upgraded. +kde/kolourpaint-21.08.1-aarch64-1.txz: Upgraded. +kde/kompare-21.08.1-aarch64-1.txz: Upgraded. +kde/konqueror-21.08.1-aarch64-1.txz: Upgraded. +kde/konquest-21.08.1-aarch64-1.txz: Upgraded. +kde/konsole-21.08.1-aarch64-1.txz: Upgraded. +kde/kontact-21.08.1-aarch64-1.txz: Upgraded. +kde/kontactinterface-21.08.1-aarch64-1.txz: Upgraded. +kde/kontrast-21.08.1-aarch64-1.txz: Upgraded. +kde/konversation-21.08.1-aarch64-1.txz: Upgraded. +kde/kopeninghours-21.08.1-aarch64-1.txz: Upgraded. +kde/kopete-21.08.1-aarch64-1.txz: Upgraded. +kde/korganizer-21.08.1-aarch64-1.txz: Upgraded. +kde/kosmindoormap-21.08.1-aarch64-1.txz: Upgraded. +kde/kpat-21.08.1-aarch64-1.txz: Upgraded. +kde/kpimtextedit-21.08.1-aarch64-1.txz: Upgraded. +kde/kpkpass-21.08.1-aarch64-1.txz: Upgraded. +kde/kpmcore-21.08.1-aarch64-1.txz: Upgraded. +kde/kpublictransport-21.08.1-aarch64-1.txz: Upgraded. +kde/kqtquickcharts-21.08.1-aarch64-1.txz: Upgraded. +kde/krdc-21.08.1-aarch64-1.txz: Upgraded. +kde/kreversi-21.08.1-aarch64-1.txz: Upgraded. +kde/krfb-21.08.1-aarch64-1.txz: Upgraded. +kde/krita-4.4.8-aarch64-2.txz: Upgraded. + Recompiled against poppler-21.09.0. +kde/kross-interpreters-21.08.1-aarch64-1.txz: Upgraded. +kde/kruler-21.08.1-aarch64-1.txz: Upgraded. +kde/kscreen-5.22.5-aarch64-1.txz: Upgraded. +kde/kscreenlocker-5.22.5-aarch64-1.txz: Upgraded. +kde/kshisen-21.08.1-aarch64-1.txz: Upgraded. +kde/ksirk-21.08.1-aarch64-1.txz: Upgraded. +kde/ksmtp-21.08.1-aarch64-1.txz: Upgraded. +kde/ksnakeduel-21.08.1-aarch64-1.txz: Upgraded. +kde/kspaceduel-21.08.1-aarch64-1.txz: Upgraded. +kde/ksquares-21.08.1-aarch64-1.txz: Upgraded. +kde/ksshaskpass-5.22.5-aarch64-1.txz: Upgraded. +kde/ksudoku-21.08.1-aarch64-1.txz: Upgraded. +kde/ksystemlog-21.08.1-aarch64-1.txz: Upgraded. +kde/ksystemstats-5.22.5-aarch64-1.txz: Upgraded. +kde/kteatime-21.08.1-aarch64-1.txz: Upgraded. +kde/ktimer-21.08.1-aarch64-1.txz: Upgraded. +kde/ktnef-21.08.1-aarch64-1.txz: Upgraded. +kde/ktorrent-21.08.1-aarch64-1.txz: Upgraded. +kde/ktouch-21.08.1-aarch64-1.txz: Upgraded. +kde/kturtle-21.08.1-aarch64-1.txz: Upgraded. +kde/kubrick-21.08.1-aarch64-1.txz: Upgraded. +kde/kwallet-pam-5.22.5-aarch64-1.txz: Upgraded. +kde/kwalletmanager-21.08.1-aarch64-1.txz: Upgraded. +kde/kwave-21.08.1-aarch64-1.txz: Upgraded. +kde/kwayland-integration-5.22.5-aarch64-1.txz: Upgraded. +kde/kwayland-server-5.22.5-aarch64-1.txz: Upgraded. +kde/kwin-5.22.5-aarch64-1.txz: Upgraded. +kde/kwordquiz-21.08.1-aarch64-1.txz: Upgraded. +kde/kwrited-5.22.5-aarch64-1.txz: Upgraded. +kde/layer-shell-qt-5.22.5-aarch64-1.txz: Upgraded. +kde/libgravatar-21.08.1-aarch64-1.txz: Upgraded. +kde/libkcddb-21.08.1-aarch64-1.txz: Upgraded. +kde/libkcompactdisc-21.08.1-aarch64-1.txz: Upgraded. +kde/libkdcraw-21.08.1-aarch64-1.txz: Upgraded. +kde/libkdegames-21.08.1-aarch64-1.txz: Upgraded. +kde/libkdepim-21.08.1-aarch64-1.txz: Upgraded. +kde/libkeduvocdocument-21.08.1-aarch64-1.txz: Upgraded. +kde/libkexiv2-21.08.1-aarch64-1.txz: Upgraded. +kde/libkgapi-21.08.1-aarch64-1.txz: Upgraded. +kde/libkipi-21.08.1-aarch64-1.txz: Upgraded. +kde/libkleo-21.08.1-aarch64-1.txz: Upgraded. +kde/libkmahjongg-21.08.1-aarch64-1.txz: Upgraded. +kde/libkomparediff2-21.08.1-aarch64-1.txz: Upgraded. +kde/libksane-21.08.1-aarch64-1.txz: Upgraded. +kde/libkscreen-5.22.5-aarch64-1.txz: Upgraded. +kde/libksieve-21.08.1-aarch64-1.txz: Upgraded. +kde/libksysguard-5.22.5-aarch64-1.txz: Upgraded. +kde/libktorrent-21.08.1-aarch64-1.txz: Upgraded. +kde/lokalize-21.08.1-aarch64-1.txz: Upgraded. +kde/lskat-21.08.1-aarch64-1.txz: Upgraded. +kde/mailcommon-21.08.1-aarch64-1.txz: Upgraded. +kde/mailimporter-21.08.1-aarch64-1.txz: Upgraded. +kde/marble-21.08.1-aarch64-1.txz: Upgraded. +kde/markdownpart-21.08.1-aarch64-1.txz: Upgraded. +kde/mbox-importer-21.08.1-aarch64-1.txz: Upgraded. +kde/messagelib-21.08.1-aarch64-1.txz: Upgraded. +kde/milou-5.22.5-aarch64-1.txz: Upgraded. +kde/minuet-21.08.1-aarch64-1.txz: Upgraded. +kde/okular-21.08.1-aarch64-1.txz: Upgraded. +kde/oxygen-5.22.5-aarch64-1.txz: Upgraded. +kde/palapeli-21.08.1-aarch64-1.txz: Upgraded. +kde/parley-21.08.1-aarch64-1.txz: Upgraded. +kde/partitionmanager-21.08.1-aarch64-1.txz: Upgraded. +kde/picmi-21.08.1-aarch64-1.txz: Upgraded. +kde/pim-data-exporter-21.08.1-aarch64-1.txz: Upgraded. +kde/pim-sieve-editor-21.08.1-aarch64-1.txz: Upgraded. +kde/pimcommon-21.08.1-aarch64-1.txz: Upgraded. +kde/plasma-browser-integration-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-desktop-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-disks-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-firewall-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-integration-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-nm-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-pa-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-sdk-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-systemmonitor-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-vault-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-workspace-5.22.5-aarch64-1.txz: Upgraded. +kde/plasma-workspace-wallpapers-5.22.5-aarch64-1.txz: Upgraded. +kde/polkit-kde-agent-1-5.22.5-aarch64-1.txz: Upgraded. +kde/powerdevil-5.22.5-aarch64-1.txz: Upgraded. +kde/poxml-21.08.1-aarch64-1.txz: Upgraded. +kde/print-manager-21.08.1-aarch64-1.txz: Upgraded. +kde/qqc2-breeze-style-5.22.5-aarch64-1.txz: Upgraded. +kde/rocs-21.08.1-aarch64-1.txz: Upgraded. +kde/sddm-kcm-5.22.5-aarch64-1.txz: Upgraded. +kde/skanlite-21.08.1-aarch64-1.txz: Upgraded. +kde/spectacle-21.08.1-aarch64-1.txz: Upgraded. +kde/step-21.08.1-aarch64-1.txz: Upgraded. +kde/svgpart-21.08.1-aarch64-1.txz: Upgraded. +kde/sweeper-21.08.1-aarch64-1.txz: Upgraded. +kde/systemsettings-5.22.5-aarch64-1.txz: Upgraded. +kde/umbrello-21.08.1-aarch64-1.txz: Upgraded. +kde/xdg-desktop-portal-kde-5.22.5-aarch64-1.txz: Upgraded. +kde/yakuake-21.08.1-aarch64-1.txz: Upgraded. +kde/zeroconf-ioslave-21.08.1-aarch64-1.txz: Upgraded. +l/gdbm-1.21-aarch64-1.txz: Upgraded. +l/glib2-2.68.4-aarch64-2.txz: Upgraded. + Better detect UTF-8 locales in libglib2.sh and libglib2.csh. + Thanks to Didier Spaier. + /etc/profile.d/libglib2.csh: Don't use bash syntax. Thanks to theodore.s. +l/mozilla-nss-3.69.1-aarch64-1.txz: Upgraded. +l/poppler-21.09.0-aarch64-1.txz: Upgraded. + Shared library .so-version bump. +l/python-pillow-8.3.2-aarch64-1.txz: Upgraded. +l/tidy-html5-5.8.0-aarch64-2.txz: Rebuilt. + Fixed manpage installation. Thanks to kaott. +n/iproute2-5.14.0-aarch64-1.txz: Upgraded. +x/libdrm-2.4.107-aarch64-1.txz: Upgraded. +x/libwacom-1.12-aarch64-1.txz: Upgraded. +x/wayland-protocols-1.22-aarch64-1.txz: Upgraded. +x/xf86-video-armsoc-1.4.1-aarch64-39.txz: Rebuilt. +x/xf86-video-armsoc_omap5-1.ca78c01-aarch64-25.txz: Rebuilt. +x/xf86-video-fbdev-116.4730f13-aarch64-19.txz: Rebuilt. +x/xf86-video-fbturbo-199.f9a6ed7-aarch64-40.txz: Rebuilt. +x/xf86-video-opentegra-0.7.0-aarch64-37.txz: Rebuilt. +xap/vim-gvim-8.2.3394-aarch64-1.txz: Upgraded. +xap/xlockmore-5.67-aarch64-1.txz: Upgraded. +extra/libgpiod/libgpiod-1.6.3-aarch64-2.txz: Rebuilt. +extra/php8/php8-8.0.10-aarch64-1.txz: Upgraded. +extra/sendmail/sendmail-8.17.1-aarch64-1.txz: Upgraded. + Rebuilt with -DUSE_EAI and -licui18n -licuuc -licudata added to + site.config.m4 to support SMTPUTF8. Thanks to niksoggia. +extra/sendmail/sendmail-cf-8.17.1-noarch-1.txz: Upgraded. +extra/x11vnc/x11vnc-0.9.16-aarch64-2.txz: Rebuilt. +isolinux/*: Rebuilt. +kernels/*: Upgraded. ++--------------------------+ +Wed Jul 7 20:04:06 BST 2021 +Added de-duplication support to r2b. ++--------------------------+ +Thu Jun 17 21:55:27 UTC 2021 +Installer: + * Added resize support for /boot (on the Micro SD card). ++--------------------------+ +Mon Jun 7 21:21:59 UTC 2021 +Installer: + /platform/aarch64/bootware/src/sdcards-skeleton/extlinux/slkinstaller.generic + * No longer start networking automatically, as if the user has no + serial adapter (only HDMI), and the network times out, it appears as + if the installer has hung. + There's also no reason to set it here since the installer already offers to + obtain an IP over DHCP. +Tue Jun 1 20:06:00 UTC 2021 +Installer: + * Enable installation without a serial adapter. + * Provide initial setup instructions on all virtual consoles. + * Lower fan revolutions to lowest on RockPro64. + * Bypass key map selector on the serial console as it's + not required and provides no functionality within that access channel. + Kepmap selector is enabled for Virtual Consoles (HDMI, USB Keyboard). ++--------------------------+ +Tue May 25 21:49:52 UTC 2021 + +Updated ChangeLog generator to support AArch64. + +Added handler for automatic major library version changes into r2b, to support two +arch's running off a master tree. ++--------------------------+ +Mon May 10 18:58:57 UTC 2021 +Kernel: + Enable battery driver for Pinebook Pro: + CONFIG_BATTERY_CW2015=m + Thanks to Brent Earl. ++--------------------------+ +Mon May 3 08:08:08 UTC 2021 +KDE built and tested. +XFCE tested. +Firefox built and tested. ++--------------------------+ +Thu Apr 29 19:36:14 UTC 2021 +kde/frameworks/kcoreaddons: 64bit fix. +kde/frameworks/kauth: 64bit fix. ++--------------------------+ +Mon Apr 26 21:58:33 UTC 2021 +Kernel/installer: + SlkOS-initrd-overlay/load_kernel_modules.scr/platform/aarch64/baseline_aarch64: Added. + This allows /load_kernel_modules to be aligned with both ARM + and AArch64 platforms, whilst enabling the loading of modules that + are required for one architecture, but perhaps are not available + (or don't make sense to provide) for the other. + This 'baseline' allows such modules to be loaded on the appropriate + platform, preventing cosmetic error messages from modprobe on + other platforms. + + SlkOS-initrd-overlay/load_kernel_modules: + Removed modules for hardware from the ARM Software Floating Point era. + Load nvme as part of the base module set. + Thanks to Brent Earl for the suggestion. + +k/: + SlkOS-initrd-overlay/await_device: Added. + This script will be called only from the OS initrd and provides two + additional features, enabled via the Kernel cmdline setting. + + awaitrootdev Await the appearance of the root device (as configured + by the 'rootdev=' cmdline operator) within /dev, after + waiting for the duration specified by the 'waitforroot=' + Kernel cmdline operator. + + On occasion, the RockPro64's USB storage bus would take time + to come online and would cause a boot failure. + This option has been tested using native storage devices + such as /dev/sda. + However, this has not been tested with LUKS, LVM or RAID + and this author suspects it will be incompatible. + + If you have trouble with this, remove it from the boot + options, and if you have trouble with your storage + sub systems coming online, try the next option: + + awaitdev= Await the appearance of one or a number of devices within + /dev. + + If you have trouble with LVM, LUKS or RAID subsystems during + boot, it may be because the underlying storage layer upon + which the abstraction layer relies, has yet to come online. + + This code is executed directly after '/init' pauses for any + delay specified in the Kernel cmdline operators: + waitforroot=*|rootdelay= + Subsequently, the LVM, RAID and LUKS handling code will + execute. + + Do not use both 'awaitdev=' and 'awaitrootdev' together. + If you are not using any abstraction layer, and have the + root filesystem on 'native' storage (e.g. /dev/sda) then + only use 'awaitrootdev'. + + The syntax a comma separated list of device names, relative + to /dev: + awaitdev=sda2,sda3 + +k/: + Added sound driver codecs. + Added full complement of USB->Serial adapters. + +a/mkinitrd: +/usr/doc/mkinitrd-*/README.initrd: + Updated to cover the new Slackware ARM / AArch64 Kernel module + loader. + /usr/share/mkinitrd/mkinitrd_command_generator.sh: Replaced with + a dummy, with instructions to read the above 'README'. + +a/sysvinit-scripts: + install/doinst.sh: + Improve the console serial port detection and handling code. ++--------------------------+ +Tue Apr 20 20:00:14 UTC 2021 +Slackware AArch64 exits Continuous Integration mode +after successfully building all packages, and is now +in lockstep with the ARM port. + +Ordered Raspberry Pi4, 8GB RAM version. Began investigations +into support options, including moving to Linux 5.12 +directly post Slackware ARM 15.0 release. + +SlkOS-initrd-overlay/load_kernel_modules: +k/kernel.SlackBuild: + Removed obsolete modules. +k/configs/config-armv8: + Added more modules. +l/icu4c: +l/boost: + Automatically support major library transitions within + the build system. +ap/hplip: +ap/ksh93: + FTBFS fixes for AArch64. ++--------------------------+ +Mon Apr 19 21:26:30 UTC 2021 +a/kernel-firmware: + Abstract firmware installation code into SoC-specific + helper scripts. + This enables easier management by the community. + Added firmware modules for the RK3399. Thanks to Brent Earl. +platform/aarch64/bootware/src/{atf,uboot}.build: + Use chipset names rather than marketing names. + 'rpi3' -> 'bcm2837' + 'rpi4' -> 'bcm2711' +platform/aarch64/bootware/src/uboot.build: + Abstract SPI flash building code into helpers. +SlkOS-initrd-overlay/load_kernel_modules: + * Removed modules for ARM32 platforms. + * Prefix all module variable names with 'MOD_' to easily + discover them within the Pre-Boot Shell environment. + * Use chipset names rather than marketing names. + * Reduce Pre-Boot-Shells from three key stages to two:- + [1] Post setting the module variables, pre module loading. + [2] Post module loading. + This is because we're forking a shell, so there's no + possibility to edit the module variables prior to them + being set, therefore no purpose in opening a shell prior + to stage 1. +SlkOS-initrd-overlay/load_kernel_modules.scr/platform/aarch64/* + Renamed module load helpers to use chipset names rather than + marketing names. +xap/seyon: Made the FTBFS fix work with ARM and AArch64. ++--------------------------+ +Sun Apr 18 22:01:22 UTC 2021 +platform/aarch64/bootware/src/uboot.build: + Additionally build a version of U-Boot capable of being booted + from the SPI flash on the RockPro64. + Thanks to sigmaris on the Pine64 forum for the build recipe. + The instructions were highly detailed and thorough, as was + the build code. That made my job far easier! +OS initrd: + SlkOS-initrd-overlay/load_kernel_modules: + * Switched Pre Boot Shell to ash, rather + than bash. The line editing in bash wasn't working + without adding additional terminal entries to the + initrd; where as Busybox's ash works perfectly in + this regard with no additional requirements. + + SlkOS-initrd-overlay/load_kernel_modules.scr/platform/aarch64/r{ockpro64,pi}: + Cleanup of the bootup sequence to load + * Load RTC and NET modules from the board specific + loaders. This (when this boot loader is back-ported + to ARM32) will correct the long-standing cosmetic + bug, inherant in my previous generic initrd design + for ARM, where I was using the flexibility of Slackware's + toolset to build an environment that was beyond the + original scope of the tool. It functioned perfectly + on the technical level, but when a module cannot + detect the expected hardware and subsequently exits + with an error, it causes a harmless but unsightly + error message. Quelling errors from modprobe was never + an option. + This new boot loader takes advantage of the ability to + detect the hardware platform at run time, and select + the appropriate set of modules. These decisions are + made within loader scripts, which are executed from + the main Kernel module loader. The loader scripts + will enable community members to easily help onboard + Slackware AArch64 to new devices beyond what I can + achieve as an individual. + I'll talk more about this in forthcoming podcast + episodes, and the process will also be documented + (I'm not sure yet whether prior to or post Tech Preview + release. I'll see what my unconcious would like to + show us ;-) ). ++--------------------------+ +Mon Apr 12 19:06:08 UTC 2021 +k/: Added more USB and RTC drivers. +Had an issue with the installer machine entering into an unbootable +state. Recorded a SlackChat podcast episode with Brent Earl: + https://www.youtube.com/watch?v=G-1rWm9gOXA ++--------------------------+ +Sun Apr 11 18:35:09 UTC 2021 +xfce/elementary-xfce: AArch64 fix. Thanks to Brent Earl. +k/: Added more modules to the Kernel config. Thanks to Brent Earl for + updating the temporary generic one I'd been using. + Switch /init to bash rather than ash so we can use the extended + features for AArch64's Kernel module loader. + Automatically build SD card images for AArch64. + OS Initrd: /load_kernel_modules: + * Added 'slkpbs' Kernel cmdline token detection to open a shell at + the three key events during the Kernel module loading process. + This enables developers within the community to easily access the + initrd environment, to experiement with which Kernel modules are + required to support their new A64 board. + This is documented both within the script directly, and within + /boot/extlinux/extlinux.conf. +x/xf86-video-fbturbo: AArch64 fix. Thanks to Brent Earl. +/platform/aarch64/bootware/images/rockpro64.sdimg_latest.img.xz: + Removed U-Boot header from SD card images. ++--------------------------+ +Thu Apr 8 08:08:08 UTC 2021 +* Completed work on installer. +* Installed OS, booted successfully. ++--------------------------+ +Wed Apr 7 10:00:08 UTC 2021 +d/gcc: Added toolchain symlink to fix errors with autoconf build scripts when + --build and --host are supplied. +kde: Exit from a build loop early if all packages built. + This will save considerable time on ARM. +Kernel: Completed the initial Kernel packages and initial RAM disk. + Next step is the installer! ++--------------------------+ +Mon Mar 29 21:30:46 UTC 2021 +* kernel.SlackBuild: + Switched ARM to use LZMA compressed modules rather than gzip. + Switched AArch64 to use the new generic initrd. + Switch to new 'load_kernel_modules' script which loads a generic set of + platform modules, and detects the host platform/SoC at boot time and executes + a set of instructions to set up the stack (typically and principally loading + modules). + + Each board is supported by a separate shell script that is 'sourced' from the + parent script. This will make it easier to manage community support. + Initial support: Rock Pro64, + (place holder for) Raspberry Pi 4. ++--------------------------+ +Thu Mar 25 18:30:46 UTC 2021 +* Installed 2nd RockPro for forward development whilst the other machine builds + the package set in CI mode. +* Recorded podcast episode 9 with Brent and Phil, looking at SA64. +* Working on Kernel configuration and boot process. ++--------------------------+ +Wed Mar 24 19:30:46 UTC 2021 +64bit fixes: +n/alpine +n/php +* SA64 is in Continuous Integration mode - continuously building the package +set from the ARM source tree. This allows the OS to keep pace with ARM +development whilst working on other aspects of the port. + +You can see its progress in the 'Beehive Glimpse' section of the home page: + http://arm.slackware.com/ ++--------------------------+ +Mon Mar 22 17:01:06 -00 2021 +Succeeded in building U-Boot that boots the Slackware Kernel and initrd. +Thanks to Brent Earl for help getting the ARM Trusted Firmware built for the +RockPro64! + +Finalised the sdcards image build scripts. ++--------------------------+ +Thu Mar 18 10:32:35 UTC 2021 +a/sysvinit-scripts: Automatically configure ttyS2 as the local serial console + when installed on the RockPro64. +ap/cdparanoia: 64bit FTBFS fix. +* KDE helper - de-duplicate packages in the build queue. + This helps handle the KDE backlog more efficiently. ++--------------------------+ +Tue Mar 16 21:43:05 UTC 2021 +* Updated dbuild to handle both ARM & AArch64. +* Working on Kernel configuration and the boot sequence and options. ++--------------------------+ +Sat Mar 13 14:16:34 UTC 2021 +* x-toolchain is live and tested with distcc. +* Almost ready to enter Continuous Integration mode to bring the OS back up to + the current Slackware! +* Experimented with a slimmed down miniroot entirely running in RAM. + This will be the basis of the future installer SD card images and potentially + booting the OS. ++--------------------------+ +Sun Mar 08 08:08:08 UTC 2021 +* SlackwareAArch64-current core is complete (minus KDE), built against + glibc-2.32. The installer and final Kernel configs are being prepared, ready + to enter CI (Continuous Integration) mode, and bring itself up to the latest + package set whilst I continue to work on the build system integration tools. +* Fix bug in the installer on ARMv7 where mount.nfs was segfaulting due to some + config options in /etc/nsswitch.conf. ++--------------------------+ +Fri Mar 06 08:08:08 UTC 2021 +Major tasks are completed: +* Updated Slackware installer wrapper scripts. + Investigated additional changes required to the installer build script + (not much it seems). +* Completed x-toolchain updates, built toolchain. +* Simplified (from the ARM versions) and automated U-Boot SD card image creation + for RockPro64. +* Kernel: handle automated updating of arm and aarch64 configs. + Updated kernel.SlackBuild, Kernel modules and headers scripts. +* New Sud helpers for KDE and X11 modules: + Moved the automatic package version and build handling for KDE and X11 into a + Sud helper script so that it can be fully automated. + Fixed the bug where some packages would be marked 'Rebuilt' but were Upgrades. + De-duplicate package names when updating versions/builds. + + The entire process is now automated for both ARM and AArch64! + +* Updated Sud to call out to the KDE and X11 modular Sud helper scripts. +* Handle local packages (X11 gfx drivers) with a separate script since these are + maintained entirely locally. +* Added option to r2b to set the number of build passes for helper scripts for + the ARM world rebuild. +* Set KDE and X11 building on ARM to test. +* Sud: automatically handle major upgrades for llvm, imagemagick. + +kde.SlackBuild +x11.SlackBuild + * Set flags for failed builds. + +r2b: + Collect build failure status from kde and x11 builds, report on them & use in + the decision making process of whether a build batch succeeded. + + Added operators --prebuildhook , --postbuildhook + to handle pre and post build hacks for bootstrapping. + Automatically remove the build struts placed by the Sud helper scripts to + support major version transitions. + +native.setup: Add broken symlink test to SIT. + +d/binutils: Upgraded to 2.36.1 as this is required to build qt5 (it seems!) + +Fixed up for 64bit/bootstrapping: +x/x11: Update libtool for all packages. +a/u-boot-tools +a/xfsprogs +ap/dmapi +l/qt5: Added patches from Fedora. +l/sdl +l/libcaca +xap/pidgin +xap/seyon +x/mtdev +x/mesa +Out-of-tree build modifications: +- arm) export GALLIUM_DRIVERS="swrast,virgl,r300,nouveau" # Included in x86 (minus those that don't build - see above) ++ arm) export GALLIUM_DRIVERS="virgl,r300,nouveau" # Included in x86 (minus those that don't build - see above) +- -Dosmesa=gallium \ +- -Ddri-drivers=$DRI_DRIVERS \ +- -Dgallium-drivers=$GALLIUM_DRIVERS \ +- -Dvulkan-device-select-layer=true \ +This is enough to build Mesa as an enabler to build other packages. +Subsequent build passes will build mesa with the standard build script and +enable those build options above. ++--------------------------+ +Mon Feb 15 08:08:08 UTC 2021 +* More work on x-toolchain. Needs Kernel changes to complete. +l/libid3tag +ap/sqlite + nm -D /usr/lib64/libsqlite3.so | grep table ++--------------------------+ +Tue Feb 9 21:00:22 UTC 2021 +bootware: Researching modifications required to the ARM uboot build scripts. +http://opensource.rock-chips.com/wiki_Boot_option + +k/: Initial integration support for building armv7 & armv8 kernels. +Looking into x-toolchain and multi-compiler support for distcc. + +Fixed up for 64bit/bootstrapping: +l/qt5 +ap/at +ap/squashfs-tools +l/t1lib +x/fontconfig +l/icu4c +d/clisp +l/liboil +l/lcms +l/aalib +l/libvisual-plugins +l/slang1 +l/pygobject +xap/sane +l/mozjs78 +l/gjs +l/libcddb +l/libieee1284 +l/libvisual +l/libasyncns +l/t1lib +l/libmcrypt +l/libnjb +l/libid3tag +l/startup-notification +ap/dc3dd +ap/cdparanoia +ap/madplay +l/id3lib +ap/a2ps +ap/moc +ap/normalize +ap/squashfs-tools +ap/jed +ap/at +ap/radeontool +n/pidentd +n/libnetfilter_log +n/metamail +n/htdig +n/net-snmp +x/xcm +x/libhangul +x/anthy +xap/electricsheep +xap/pidgin +xap/ddd +xap/xmms +xap/x3270 +xap/gftp +xap/rdesktop +d/indent +a/kbd +a/mtx +a/floppy +d/llvm ++--------------------------+ +Fri Feb 5 12:34:06 UTC 2021 +Fixed up for 64bit/bootstrapping: +l/gtk+ +l/gd +ap/lxc ++--------------------------+ +Sat Jan 30 09:18:36 UTC 2021 +Researched https://patchwork.ozlabs.org/project/gcc/patch/20101005050958.3841D401B2@magilla.sf.frob.com/ +Fixed up for 64bit/bootstrapping: +d/device-tree-compiler +d/binutils +d/python2 +l/db48 +l/liboggz +l/mm +l/pilot-link +l/libatasmart +l/chmlib +l/libidl +l/libwnck +l/fuse +l/gamin +l/libtheora +l/SDL2_gfx +l/libglade (partly) +l/libmad +l/a52dec +l/mhash +l/glib2 +l/gtk+ +l/pcre2 +l/jmtpfs +tcl/tclx +x/glew ++--------------------------+ +Thu Jan 28 21:12:01 UTC 2021 +a/coreutils: Patched for A64. +More x-toolchain updates and fixes for ARM. ++--------------------------+ +Wed Jan 27 19:30:52 UTC 2021 +* Merged in changes from x86 into ARM tree. +* l/glibc d/gcc SA64 test packages built. + Getting there. ++--------------------------+ +Sun Jan 24 21:35:09 UTC 2021 +* Updated x-toolchain for binutils-2.36 +a/{lzip,xz,tar,pkgtools}: switched to gzip compression (.tgz) to remove a few + barriers during bootstrap and world rebuilds. ++--------------------------+ +Sat Jan 23 09:35:09 UTC 2021 +* Updated x-toolchain for glibc-2.32. + Assessed effort to add A64 support: 30 mins + 10 for the compile. ++--------------------------+ +Fri Jan 22 19:32:15 EST 2021 +More build system preparations: +* Prepared Sud to rip out the autoconf --target build options from almost all + SlackBuilds during the world rebuild. + This is legacy from the original ARMv3 port and is no longer required, and in + some cases becomes embedded within package binary names or paths. +* 64bit fixes: n/openssl. +* Tested 64bit-fixed package build scripts on ARM. +* slackkit: Completed updates to align with revised ARM build scripts. +* Replaced zippy's failing disk in preparation for world build. +* Reinstalled all ARM builders to re-sync with build system. +* Hacked slackkit on the 14.2 builder to support use of build scripts from + -current when necessary. +d/llvm: Added bootstrap hooks to enable initial build with gcc. + Needs more work for 64bit, but it's lower priority since with but a few + exceptions, Slackware packages are built with gcc. Some packages require + llvm, but they are the minority and aren't required to create the initial + self-hosted bootable Slackware minimal OS. + Therefore llvm can be deprioritised until 15.0's released. ++--------------------------+ +Thu Jan 21 18:03:49 EST 2021 +* 64bit fixes: d/gcc, l/{glibc,libsamplerate,l/libcap}, a/bzip2 +* Research gcc build options for SA64. Will apply some patches from git for + SA64 but not ARM as it's too late in the devel cycle (as 15.0 is within view!). + We'll see if there is any fallout from the ARM world rebuild though! +* Completed preparations on ARM src tree for world rebuild with slackkit-1.20. + Thanks to Patrick for phasing the rebuild to help smooth the process on ARM! ++--------------------------+ +Tue Jan 19 21:18:10 UTC 2021 +* Preparing to sidestep Slackware world re-build #1 for ARM, do upgrades + (including glibc-2.32), then perform a single world rebuild + post glibc-2.33 in Feb. + SA64 will pick up the changes whilst it's in bootstrap mode, running circles + around the ARMv7 machine, as it makes its way majestically through the sea. + (mixed metaphors are the best, aren't they. They're like a dream that cuts + to new contexts, yet unlike with a mixed metaphor where you recognise the + juxtaposition of two similar yet contrasting contexts - in a dream you don't + notice the (what one could describe as abrupt) context change; *until* you + wake up and have a larger context in which to place the dream). + Or is it just me that thinks that. Anyway, what is on the list: + +* P1: Need to update r2b to add logging of date stamp of new packages + to fix the rare bug where packages are built successfully but detected + as failed. + Will test this branch on the SA64 platform. +d/cmake: Update armv7 bootstrapping support for SA64 environment. + +Tue Jan 19 08:07:10 UTC 2021 +* Merged all gcc-10 fixes in from Patrick & nobodino into ARM src tree. + Perfect timing!! That saved me some work :-) +* Launched SA64 stage 1 within Slackmaster ARM env. +* Bootstrapping Stage 2 begins in earnest. ++--------------------------+ +Sun Jan 17 20:45:06 UTC 2021 +* Updated slackpkg for AArch64 as it's in the queue for x86. + https://git.rlworkman.net/slackpkg/commit/?id=89d4761f19fdef03ddecb122b5a1cfe90dd9417c + Thanks to Robby Workman for committing those in. ++--------------------------+ +Sat Jan 16 21:12:06 UTC 2021 +* Launched SA64 stage 1 platform build within Slackmaster env. ++--------------------------+ +Thu Jan 14 21:44:06 UTC 2021 + +https://forum.pine64.org/showthread.php?tid=11918 +https://www.cnx-software.com/wp-content/uploads/2017/08/Rock64-Pi-2-Bus-Pinout.png + +Attached to U-Boot console on RockPro64. When connecting the +USB serial adapter to my x86 laptop, there was mostly corruption but +plugging the same adapter into the USB bus of an Orange Pi running +Slackware ARM-current worked perfectly. + +[..] +Trying to boot from BOOTROM +Returning to boot ROM... + +SoC: Rockchip rk3399 +Reset cause: POR +Model: Pine64 RockPro64 v2.1 +DRAM: 3.9 GiB +PMIC: RK808 +MMC: mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0 +[..] ++--------------------------+ +Fri Jan 8 08:08:08 UTC 2021 +distroscripts/native.setup: Added post installation + system integration tests. + Added some A64 suppport but needs more. ++--------------------------+ +Sun Jan 3 23:36:11 UTC 2021 + +Created 'Slackware ARM' youtube channel to supplanting the 'SlackChat' podcast) where +we'll document the progress of both 32-bit Slackware ARM and the new AArch64 port. +https://www.youtube.com/channel/UCabC1NZDGA3FZXf2hQ-6uyA + +l/glibc: bootstrap notes + Rebuilt on ARM - works with gcc-10 without patching. + Pat says it also builds on x86_64 with --disable-werror which is why + it already builds on ARM, as this was required in the early days. + Probably no issue for A64. + +slackkit - PORTSRC for mostly unified (with exceptions) port. + the host OS should be able to reference entirely the arm port's src tree + and leave the distrotools to use the divergent slackwareaarch64-current/source + to prepare the public tree's tags, signatures et al. + Needs confirmation: CONFIRMED working. + +Platform bootstrap: +* Reviewed my previous notes and scripts +* Re-studied Eric Hameleers/alienBOB's Slackware platform bootstrap tools. +* Began preparing the build environment for AArch64 within the Slackware + lower build environments. ++--------------------------+ +Sat Jan 2 19:39:30 UTC 2021 +l/glibc: bootstrap notes - note from SlackFromScratch thread on LQ. + glibc won't build with gcc-10. + + Need to pick option on aarch64 depending on buildability, as + it won't build on x86 without patching; however, the patch + available breaks the build on ARM. + Fix forward and upgrade where necessary (which works cause the + entire distribution will be rebuilt 100s of times) or work-around. + Pat says the glibc upgrade isn't on the list yet : + Option to build glibc-2.32 with --enable-obsolete-nsl --enable-obsolete-rpc + to re-enable macros that some of the existing packages require. + Or it might just work. Which would be nice. ++--------------------------+ +Fri Jan 01 11:09:29 UTC 2021 +* Announce on Slackware ARM web site. + +bhg: Fixed batch reporting status on failures. +slackkit: Add -fPIC to default CFLAGS for aarch64. ++--------------------------+ +Tue Dec 29 19:28:52 UTC 2020 +slackkit: + Change aarch64 toolchain quadlet to "aarch64-slackware-linux-gnu" + +Sud,r2b: + Support architecture independent build logs. + Adjust arm/build scripts to prepend ${SLKPORTARCH}- to log file name. + Build scripts will be updated as the ARM port progresses and aarch64 is + built. +r2b: + Support masking of packages to prevent building on a specific arch. + This allows masking out of thunderbird, seamonkey and possibly some + ARM or aarch64-specific packages. + +dbuild: + Support removal of old-style and new-style build log file names. + Hack to bypass x-toolchain, exec arm/build directly. + +x/mesa + Archived compiled src supports architecture independence. + +KDE and x11: + add architecture to build log names and ensure they're handled by dbuild. + Changed x11's arm/build to unpack the apropriate mesa compiled src. ++--------------------------+ +Mon Dec 28 10:48:12 UTC 2020 + +Welcome Slackware AArch64, the 4th official port of Slackware to the ARM +architecture. A potted release history: + 2004: 32bit armv3 'legacy' ABI + 2009: 32bit armv5 soft float ABI + 2016: 32bit armv7 hard float ABI + 2020: 64bit armv8 AArch64 + +The initial targets are RockPro64 and Raspberry Pi (community support, but with +more integrated support than the ARM port). Thanks to Pine64 for supplying +the intial RockPro64 hardware! + +Note that presently there are no packages available. This initial push is to test +part of the build system integration. + +Progress: +========= +Updated OS distribution management suite. + +Set up directory structure for slackwareaarch64-current to contain the new OS. + +source/README.txt: Note that the source tree is unified with the master +Slackware ARM tree, hence why the directory structure for AArch64 is mostly +barebones, apart from a few support files (presently for the installer and the +OS distribution management suite) where divergence between the two architectures +is required. + +k/: Patch set prepared for Linux 5.10 and aarch64/arm. +x/x11: Support separate arm and aarch64 builds. +kde/: Support separate arm and aarch64 builds. + Prepared bootstrap tool to supplement kde.SlackBuild. +slackkit: Initial aarch64 support. Support skipping dependency checks to +facilitate bootstrapping aarch64. +r2b: Support skipping dependency checks to bootstrap aarch64. +Most package build scripts should now be 64-bit ready, apart +from any necessary compiler flag adjustments (-fPIC in particular).