Slackware ChangeLogs
Slackware Logo

News

Security Advisories

FAQ

Book

General Info

Get Slack

Install Help

Configuration

Packages

ChangeLogs

Propaganda

Ports

Other Sites

Support

Contact

Mailing Lists

About

 
Stable ChangeLog for ARM (32bit)
Wed Oct 02 08:08:08 UTC 2024

This project is made possible entirely through your support!

If you appreciate our efforts and have the means to contribute to our
operational expenses, your support would be greatly appreciated.

You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

A heartfelt thank you to everyone who has supported and continues to
support the project. Your contributions mean a lot to us.

Stuart Winter <mozes@slackware>

patches/packages/cups-filters-1.28.17-arm-2_slack15.0.txz: Rebuilt.
       Mitigate security issue that could lead to a denial of service or
       the execution of arbitrary code.
       Rebuilt with --with-browseremoteprotocols=none to disable incoming
       connections, since this daemon has been shown to be insecure. If you
       actually use cups-browsed, be sure to install the new
       /etc/cups/cups-browsed.conf.new containing this line:
       BrowseRemoteProtocols none
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-47176
       (* Security fix *)
patches/packages/pkgtools-15.0-noarch-32_slack15.0.txz: Rebuilt.
       makepkg: when looking for ELF objects with --remove-rpaths or
       --remove-tmp-rpaths, avoid false hits on files containing 'ELF' as part
       of the directory or filename.
       Also warn about /tmp rpaths after the package is built.
+--------------------------+
Fri Sep 27 08:08:08 UTC 2024
patches/packages/bind-9.18.30-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/boost-1.78.0-arm-3_slack15.0.txz: Rebuilt.
       Get rid of hardcoded temporary paths in the cmake files.
       Since these paths point to a location that an unprivileged user could
       create and populate with files that could be picked up during a build,
       it's possible this bug could be used for malicious purposes.
       Thanks to jmacloue.
       (* Security fix *)
patches/packages/curl-8.10.1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/git-2.39.4-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       Some projects are requiring newer git features than git-2.39.4 provides,
       so have an upgrade. Thanks to lancsuk for the suggestion.
patches/packages/libarchive-3.7.6-arm-1_slack15.0.txz: Upgraded.
       This release fixes a tar regression introduced in libarchive 3.7.5.
patches/packages/netatalk-3.2.10-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Mon Sep 16 08:08:08 UTC 2024
patches/packages/libarchive-3.7.5-arm-1_slack15.0.txz: Upgraded.
       This update fixes the following security issues:
       fix multiple vulnerabilities identified by SAST (#2251, #2256)
       cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing (#2258)
       lzop: prevent integer overflow (#2174)
       rar4: protect copy_from_lzss_window_to_unp() (#2172, CVE-2024-20696)
       rar4: fix CVE-2024-26256 (#2269)
       rar4: fix OOB in delta and audio filter (#2148, #2149)
       rar4: fix out of boundary access with large files (#2179)
       rar4: add boundary checks to rgb filter (#2210)
       rar4: fix OOB access with unicode filenames (#2203)
       rar5: clear 'data ready' cache on window buffer reallocs (#2265)
       rpm: calculate huge header sizes correctly (#2158)
       unzip: unify EOF handling (#2175)
       util: fix out of boundary access in mktemp functions (#2160)
       uu: stop processing if lines are too long (#2168)
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-20696
       https://www.cve.org/CVERecord?id=CVE-2024-26256
       (* Security fix *)
+--------------------------+
Fri Sep 13 08:08:08 UTC 2024
patches/packages/curl-8.10.0-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/libssh2-1.11.0-arm-1_slack15.0.txz: Upgraded.
       This update adds support for rsa-sha2-512 and rsa-sha2-256, which are needed
       to connect to servers that use a recent version of OpenSSH.
       Thanks to Jonathan Woithe.
+--------------------------+
Tue Sep 10 08:08:08 UTC 2024

This project is made possible entirely through your support!

If you appreciate our efforts and have the means to contribute to our
operational expenses, your support would be greatly appreciated.

You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

A heartfelt thank you to everyone who has supported and continues to
support the project. Your contributions mean a lot to us.

Stuart Winter <mozes@slackware>

patches/packages/glibc-zoneinfo-2024b-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
patches/packages/netatalk-3.2.3-arm-1_slack15.0.txz: Upgraded.
       Bump bundled WolfSSL library to stable version 5.7.2, GitHub #1433.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-1544
       https://www.cve.org/CVERecord?id=CVE-2024-5288
       https://www.cve.org/CVERecord?id=CVE-2024-5991
       https://www.cve.org/CVERecord?id=CVE-2024-5814
       (* Security fix *)
patches/packages/python3-3.9.20-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Bundled libexpat was updated to 2.6.3.
       Fix quadratic complexity in parsing "-quoted cookie values with backslashes
       by http.cookies.
       Fixed various false positives and false negatives in IPv4Address.is_private,
       IPv4Address.is_global, IPv6Address.is_private, IPv6Address.is_global.
       Fix urllib.parse.urlunparse() and urllib.parse.urlunsplit() for URIs with
       path starting with multiple slashes and no authority.
       Remove backtracking from tarfile header parsing for hdrcharset, PAX, and
       GNU sparse headers.
       email.utils.getaddresses() and email.utils.parseaddr() now return ('', '')
       2-tuples in more situations where invalid email addresses are encountered
       instead of potentially inaccurate values. Add optional strict parameter to
       these two functions: use strict=False to get the old behavior, accept
       malformed inputs. getattr(email.utils, 'supports_strict_parsing', False) can
       be used to check if the strict paramater is available.
       Sanitize names in zipfile.Path to avoid infinite loops (gh-122905) without
       breaking contents using legitimate characters.
       Email headers with embedded newlines are now quoted on output. The generator
       will now refuse to serialize (write) headers that are unsafely folded or
       delimited; see verify_generated_headers.
       For more information, see:
       https://pythoninsider.blogspot.com/2024/09/python-3130rc2-3126-31110-31015-3920.html
       https://www.cve.org/CVERecord?id=CVE-2024-28757
       https://www.cve.org/CVERecord?id=CVE-2024-45490
       https://www.cve.org/CVERecord?id=CVE-2024-45491
       https://www.cve.org/CVERecord?id=CVE-2024-45492
       https://www.cve.org/CVERecord?id=CVE-2024-7592
       https://www.cve.org/CVERecord?id=CVE-2024-4032
       https://www.cve.org/CVERecord?id=CVE-2015-2104
       https://www.cve.org/CVERecord?id=CVE-2024-6232
       https://www.cve.org/CVERecord?id=CVE-2023-27043
       https://www.cve.org/CVERecord?id=CVE-2024-8088
       https://www.cve.org/CVERecord?id=CVE-2024-6923
       (* Security fix *)
+--------------------------+
Fri Sep 06 08:08:08 UTC 2024
patches/packages/nano-8.2-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Sep 05 08:08:08 UTC 2024
patches/packages/expat-2.6.3-arm-1_slack15.0.txz: Upgraded.
       This update addresses security issues with impact ranging from denial of
       service to potentially artitrary code execution.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-45490
       https://www.cve.org/CVERecord?id=CVE-2024-45491
       https://www.cve.org/CVERecord?id=CVE-2024-45492
       (* Security fix *)
+--------------------------+
Mon Sep 02 08:08:08 UTC 2024
patches/packages/bind-9.18.29-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/ca-certificates-20240830-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/dovecot-2.3.21.1-arm-1.txz: Upgraded.
       This update fixes security issues:
       A large number of address headers in email resulted in excessive CPU usage.
       Abnormally large email headers are now truncated or discarded, with a limit
       of 10MB on a single header and 50MB for all the headers of all the parts of
       an email.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-23184
       https://www.cve.org/CVERecord?id=CVE-2024-23185
       (* Security fix *)
patches/packages/ffmpeg-4.4.5-arm-1_slack15.0.txz: Upgraded.
       This update addresses several vulnerabilities in FFmpeg which could result
       in denial of service, or potentially the execution of arbitrary code if
       malformed files/streams are processed.
       Thanks to pbslxw for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-1475
       https://www.cve.org/CVERecord?id=CVE-2022-48434
       https://www.cve.org/CVERecord?id=CVE-2022-3109
       https://www.cve.org/CVERecord?id=CVE-2022-3341
       https://www.cve.org/CVERecord?id=CVE-2022-3964
       https://www.cve.org/CVERecord?id=CVE-2024-7055
       https://www.cve.org/CVERecord?id=CVE-2023-47342
       (* Security fix *)
patches/packages/libX11-1.8.10-arm-1_slack15.0.txz: Upgraded.
       This is a bug fix release, correcting an empty XKeysymDB file.
       Thanks to Jonathan Woithe for the bug report.
patches/packages/libpcap-1.10.5-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Clean up sock_initaddress() and its callers to avoid double frees
       in some cases.
       Fix pcap_findalldevs_ex() not to crash if passed a file:// URL with a
       path to a directory that cannot be opened.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-7256
       https://www.cve.org/CVERecord?id=CVE-2024-8006
       (* Security fix *)
+--------------------------+
Wed Aug 07 08:08:08 UTC 2024
patches/packages/curl-8.9.1-arm-2_slack15.0.txz: Rebuilt.
       This is a bugfix release.
       [PATCH] sigpipe: init the struct so that first apply ignores.
       Thanks to ponce.
patches/packages/ksh93-1.0.10-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Thu Aug 01 08:08:08 UTC 2024

If you're enjoying what we're doing with Slackware Linux on ARM, we'd love your
support! Donations help us keep the lights on, maintain our hardware, and
continue developing this awesome open-source project. A big shoutout and thanks
to everyone who's already chipped in!

You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

Thanks to everyone who has already donated.

patches/packages/curl-8.9.1-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       ASN.1 date parser overread.
       For more information, see:
       https://curl.se/docs/CVE-2024-7264.html
       https://www.cve.org/CVERecord?id=CVE-2024-7264
       (* Security fix *)
+--------------------------+
Fri Jul 26 08:08:08 UTC 2024
patches/packages/curl-8.9.0-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/htdig-3.2.0b6-arm-7_slack15.0.txz: Rebuilt.
       Patch XSS vulnerability. Thanks to jayjwa.
       Get this out of cgi-bin. Thanks to LuckyCyborg.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2007-6110
       (* Security fix *)
patches/packages/libxml2-2.11.9-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Fix XXE protection in downstream code.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-40896
       (* Security fix *)
+--------------------------+
Thu Jul 25 08:08:08 UTC 2024
patches/packages/linux-5.15.163/*: Upgraded.
       /boot/initrd-armv7/[load_kernel_modules.src/platform/arm/allwinnerA20]:
       Load Kernel module 'sunxi-mmc' to light up the MMC on the Banana Pi.
       Thanks to saxa.
+--------------------------+
Wed Jul 24 08:08:08 UTC 2024
patches/packages/aaa_glibc-solibs-2.33-arm-7_slack15.0.txz: Rebuilt.
patches/packages/bind-9.18.28-arm-1_slack15.0.txz: Upgraded.
       Please note that we have moved to the 9.18 branch, as 9.16 is EOL.
       This update fixes security issues:
       Remove SIG(0) support from named as a countermeasure for CVE-2024-1975.
       qctx-zversion was not being cleared when it should have been leading to
       an assertion failure if it needed to be reused.
       An excessively large number of rrtypes per owner can slow down database query
       processing, so a limit has been placed on the number of rrtypes that can be
       stored per owner (node) in a cache or zone database. This is configured with
       the new "max-rrtypes-per-name" option, and defaults to 100.
       Excessively large rdatasets can slow down database query processing, so a
       limit has been placed on the number of records that can be stored per
       rdataset in a cache or zone database. This is configured with the new
       "max-records-per-type" option, and defaults to 100.
       Malicious DNS client that sends many queries over TCP but never reads
       responses can cause server to respond slowly or not respond at all for other
       clients.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-1975
       https://www.cve.org/CVERecord?id=CVE-2024-4076
       https://www.cve.org/CVERecord?id=CVE-2024-1737
       https://www.cve.org/CVERecord?id=CVE-2024-0760
       (* Security fix *)
patches/packages/glibc-2.33-arm-7_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       nscd: Stack-based buffer overflow in netgroup cache.
       nscd: Null pointer crash after notfound response.
       nscd: netgroup cache may terminate daemon on memory allocation failure.
       nscd: netgroup cache assumes NSS callback uses in-buffer strings.
       These vulnerabilities were only present in the nscd binary.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-33599
       https://www.cve.org/CVERecord?id=CVE-2024-33600
       https://www.cve.org/CVERecord?id=CVE-2024-33601
       https://www.cve.org/CVERecord?id=CVE-2024-33602
       (* Security fix *)
patches/packages/glibc-i18n-2.33-arm-7_slack15.0.txz: Rebuilt.
patches/packages/glibc-profile-2.33-arm-7_slack15.0.txz: Rebuilt.
+--------------------------+
Fri Jul 19 08:08:08 UTC 2024
patches/packages/httpd-2.4.62-arm-1_slack15.0.txz: Upgraded.
       This release contains security fixes and improvements.
       The first CVE is for Windows, but the second one is an additional fix for
       the source code disclosure regression when using AddType.
       Users are recommended to upgrade to version 2.4.62 which fixes this issue.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.62
       https://www.cve.org/CVERecord?id=CVE-2024-40898
       https://www.cve.org/CVERecord?id=CVE-2024-40725
       (* Security fix *)
isolinux/u-boot_tftp/*: Corrected the tftp download paths, -current -> 15.0
       Thanks to saxa for highlighting this.
+--------------------------+
Thu Jul 18 08:08:08 UTC 2024
patches/packages/netatalk-3.2.3-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/ntp-4.2.8p18-arm-2_slack15.0.txz: Rebuilt.
       This is a bugfix release to fix a regression in ntp-4.2.8p18:
       If the IPv6 link-local interface was not ready for binding on the first
       attempt, ntpd would segfault in update_interfaces().
       Thanks to Jonathan Woithe for the bug report and fix.
patches/packages/openssl-1.1.1za-arm-1_slack15.0.txz: Upgraded.
       Apply patches to fix CVEs that were fixed by the 1.1.1{x,y,za} releases that
       were only available to subscribers to OpenSSL's premium extended support.
       These patches were prepared by backporting commits from the OpenSSL-3.0 repo.
       The reported version number has been updated so that vulnerability scanners
       calm down. All of these issues were considered to be of low severity.
       Thanks to Ken Zalewski for the patches!
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-5678
       https://www.cve.org/CVERecord?id=CVE-2024-0727
       https://www.cve.org/CVERecord?id=CVE-2024-2511
       https://www.cve.org/CVERecord?id=CVE-2024-4741
       https://www.cve.org/CVERecord?id=CVE-2024-5535
       (* Security fix *)
patches/packages/openssl-solibs-1.1.1za-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Fri Jul 12 08:08:08 UTC 2024
patches/packages/procmail-3.22-arm-6_slack15.0.txz: Rebuilt.
       Added missing man pages. Thanks to Poprocks for the report.
+--------------------------+
Thu Jul 11 08:08:08 UTC 2024
patches/packages/xorg-server-1.20.14-arm-13_slack15.0.txz: Rebuilt.
       This is a bugfix update to fix X server crashes:
       [PATCH] render: Avoid possible double-free in ProcRenderAddGlyphs()
       Thanks to typbigoh and Petri Kaukasoina.
patches/packages/xorg-server-xephyr-1.20.14-arm-13_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-13_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-13_slack15.0.txz: Rebuilt.
+--------------------------+
Tue Jul 09 08:08:08 UTC 2024
patches/packages/netatalk-3.2.2-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/openssh-9.8p1-arm-2_slack15.0.txz: Rebuilt.
       As upstream refactors this into smaller binaries, we could easily run into
       another update that causes an sshd lockout if the listener process isn't
       restarted. So, let's try to prevent that. After the package is upgraded,
       we'll use "sshd -t" to make sure that we have a sane configuration, and if
       so then we'll restart the listener process automatically.
       If you don't like this idea, you may turn it off in /etc/default/sshd.
+--------------------------+
Thu Jul 04 08:08:08 UTC 2024
patches/packages/ca-certificates-20240703-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/httpd-2.4.61-arm-1_slack15.0.txz: Upgraded.
       This update contains the fix for the 2.4.60 regression, which has also
       been assigned a CVE. We fixed this already, but we'll make it official.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4
       https://www.cve.org/CVERecord?id=CVE-2024-39884
       (* Security fix *)
patches/packages/netatalk-3.2.1-arm-1_slack15.0.txz: Upgraded.
       Shared library .so-version bump.
       Fixed security issues that could lead to a denial of service or the
       execution of arbitrary code.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-38439
       https://www.cve.org/CVERecord?id=CVE-2024-38440
       https://www.cve.org/CVERecord?id=CVE-2024-38441
       (* Security fix *)
patches/packages/openssh-9.8p1-arm-1_slack15.0.txz: Upgraded.
       rc.sshd: also shut down sshd-session processes with "stop" function.
       This shuts down connections cleanly instead of them having to time out.
       Thanks to Petri Kaukasoina.
+--------------------------+
Wed Jul 03 08:08:08 UTC 2024
patches/packages/httpd-2.4.60-arm-2_slack15.0.txz: Rebuilt.
       This update is to fix a regression and to note security issues that were not
       listed in the CHANGES file included with the source code.
       Fixed a regression where a config file using AddType rather than AddHandler
       could cause raw PHP files to be downloaded rather than processed.
       Thanks to Nobby6.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.60
       https://www.cve.org/CVERecord?id=CVE-2024-39573
       https://www.cve.org/CVERecord?id=CVE-2024-38477
       https://www.cve.org/CVERecord?id=CVE-2024-38476
       https://www.cve.org/CVERecord?id=CVE-2024-38475
       https://www.cve.org/CVERecord?id=CVE-2024-38474
       https://www.cve.org/CVERecord?id=CVE-2024-38473
       https://www.cve.org/CVERecord?id=CVE-2024-38472
       https://www.cve.org/CVERecord?id=CVE-2024-36387
       (* Security fix *)
patches/packages/ksh93-1.0.9-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Tue Jul 02 08:08:08 UTC 2024
patches/packages/httpd-2.4.60-arm-1_slack15.0.txz: Upgraded.
       This is the latest release from the Apache HTTP Server 2.4.x stable branch.
patches/packages/openssh-9.8p1-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Fix race condition resulting in potential remote code execution.
       For more information, see:
       https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt
       https://www.cve.org/CVERecord?id=CVE-2024-6387
       (* Security fix *)
+--------------------------+
Mon Jul 01 08:08:08 UTC 2024
patches/packages/bluez-5.71-arm-1_slack15.0.txz: Upgraded.
       Fix a regression in bluez-5.71:
       [PATCH] audio: transport: Fix crash on A2DP suspend.
       Thanks to coltfire.
patches/packages/xcb-util-cursor-0.1.5-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       Thanks to Lockywolf.
+--------------------------+
Sun Jun 23 08:08:08 UTC 2024
patches/packages/cups-2.4.10-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/emacs-29.4-arm-1_slack15.0.txz: Upgraded.
       Emacs 29.4 is an emergency bugfix release intended to fix a
       security vulnerability:
       Arbitrary shell commands are no longer run when turning on Org mode.
       This is for security reasons, to avoid running malicious commands.
       (* Security fix *)
+--------------------------+
Mon Jun 17 08:08:08 UTC 2024
patches/packages/ca-certificates-20240615-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
+--------------------------+
Wed Jun 12 08:08:08 UTC 2024
patches/packages/cups-2.4.9-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue:
       When starting the cupsd server with a Listen configuration item pointing
       to a symbolic link, the cupsd process can be caused to perform an arbitrary
       chmod of the provided argument, providing world-writable access to the
       target.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-35235
       (* Security fix *)
+--------------------------+
Sat Jun 08 08:08:08 UTC 2024
extra/php81/php81-8.1.29-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       Bypass of CVE-2012-1823, Argument Injection in PHP-CGI.
       Filter bypass in filter_var FILTER_VALIDATE_URL.
       Bypass of CVE-2024-1874.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.29
       https://www.cve.org/CVERecord?id=CVE-2024-4577
       https://www.cve.org/CVERecord?id=CVE-2024-5458
       https://www.cve.org/CVERecord?id=CVE-2024-5585
       (* Security fix *)
patches/packages/ca-certificates-20240604-arm-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/curl-8.8.0-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/ntp-4.2.8p18-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release to fix a possible regression. In some cases ntpd
       gets an error on mixed ipv4/ipv6 networks, so we'll make it possible to
       easily configure ntpd to use ipv4 only or ipv6 only (as well as to change
       any other ntpd options).
       rc.ntp: properly create the PID file on start.
       Add /etc/default/ntp to configure ntpd startup options since some people are
       needing to add -4 to avoid an error.
       Thanks to rkelsen and teoberi.
+--------------------------+
Fri Jun 07 08:08:08 UTC 2024
patches/packages/linux-5.15.160/*: Upgraded.
       These updates fix various bugs and security issues.
       Fixed in 5.15.151:
       https://www.cve.org/CVERecord?id=CVE-2023-52620
       https://www.cve.org/CVERecord?id=CVE-2024-0841
       https://www.cve.org/CVERecord?id=CVE-2024-26622
       https://www.cve.org/CVERecord?id=CVE-2024-26688
       https://www.cve.org/CVERecord?id=CVE-2024-26782
       https://www.cve.org/CVERecord?id=CVE-2024-26788
       https://www.cve.org/CVERecord?id=CVE-2024-26790
       https://www.cve.org/CVERecord?id=CVE-2024-26791
       https://www.cve.org/CVERecord?id=CVE-2024-26793
       https://www.cve.org/CVERecord?id=CVE-2024-26795
       https://www.cve.org/CVERecord?id=CVE-2024-26798
       https://www.cve.org/CVERecord?id=CVE-2024-26801
       https://www.cve.org/CVERecord?id=CVE-2024-26802
       https://www.cve.org/CVERecord?id=CVE-2024-26803
       https://www.cve.org/CVERecord?id=CVE-2024-26804
       https://www.cve.org/CVERecord?id=CVE-2024-26805
       Fixed in 5.15.152:
       https://www.cve.org/CVERecord?id=CVE-2024-26659
       https://www.cve.org/CVERecord?id=CVE-2024-26787
       Fixed in 5.15.153:
       https://www.cve.org/CVERecord?id=CVE-2023-52447
       https://www.cve.org/CVERecord?id=CVE-2023-6270
       https://www.cve.org/CVERecord?id=CVE-2023-7042
       https://www.cve.org/CVERecord?id=CVE-2024-22099
       https://www.cve.org/CVERecord?id=CVE-2024-26651
       https://www.cve.org/CVERecord?id=CVE-2024-26809
       (* Security fix *)
+--------------------------+
Thu May 16 08:08:08 UTC 2024
patches/packages/gdk-pixbuf2-2.42.12-arm-1_slack15.0.txz: Upgraded.
       ani: Reject files with multiple INA or IART chunks.
       ani: Reject files with multiple anih chunks.
       ani: validate chunk size.
       Thanks to 0xvhp, pedrib, and Benjamin Gilbert.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-48622
       (* Security fix *)
patches/packages/git-2.39.4-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Recursive clones on case-insensitive filesystems that support symbolic
       links are susceptible to case confusion that can be exploited to
       execute just-cloned code during the clone operation.
       Repositories can be configured to execute arbitrary code during local
       clones. To address this, the ownership checks introduced in v2.30.3
       are now extended to cover cloning local repositories.
       Local clones may end up hardlinking files into the target repository's
       object database when source and target repository reside on the same
       disk. If the source repository is owned by a different user, then
       those hardlinked files may be rewritten at any point in time by the
       untrusted user.
       When cloning a local source repository that contains symlinks via the
       filesystem, Git may create hardlinks to arbitrary user-readable files
       on the same filesystem as the target repository in the objects/
       directory.
       It is supposed to be safe to clone untrusted repositories, even those
       unpacked from zip archives or tarballs originating from untrusted
       sources, but Git can be tricked to run arbitrary code as part of the
       clone.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-32002
       https://www.cve.org/CVERecord?id=CVE-2024-32004
       https://www.cve.org/CVERecord?id=CVE-2024-32020
       https://www.cve.org/CVERecord?id=CVE-2024-32021
       https://www.cve.org/CVERecord?id=CVE-2024-32465
       (* Security fix *)
patches/packages/popa3d-1.0.3-arm-7_slack15.0.txz: Rebuilt.
       This is a bugfix release:
       Build with AUTH_PAM, not AUTH_SHADOW.
       Thanks to jayjwa.
+--------------------------+
Tue May 14 08:08:08 UTC 2024
patches/packages/libxml2-2.11.8-arm-1_slack15.0.txz: Upgraded.
       Fix buffer overread with "xmllint --htmlout".
       xmllint: Fix --pedantic option.
       save: Handle invalid parent pointers in xhtmlNodeDumpOutput.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-34459
       (* Security fix *)
+--------------------------+
Mon May 13 08:08:08 UTC 2024
patches/packages/sg3_utils-1.47-arm-2_slack15.0.txz: Rebuilt.
       This is a bugfix release to fix a regression in rescan-scsi-bus.sh that
       causes all SCSI devices to be removed from the system when the '-r'
       option is used. Thanks to jwoithe for the link to the upstream patch.
patches/packages/whois-5.5.23-arm-1_slack15.0.txz: Upgraded.
       Updated the .sc, .********* (.xn--yfro4i67o, Singapore)
       and .********************************* (.xn--clchc0ea0b2g2a9gcd, Singapore)
       TLD servers.
+--------------------------+
Wed May 01 08:08:08 UTC 2024
patches/packages/nano-8.0-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Apr 25 08:08:08 UTC 2024

This project is made possible entirely through your support!

If you appreciate our efforts and have the means to contribute to our
operational expenses, your support would be greatly appreciated.

You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

A heartfelt thank you to everyone who has supported and continues to
support the project. Your contributions mean a lot to us.

Stuart Winter <mozes@slackware>
Brent Earl <el0226@slackware>

patches/packages/libarchive-3.7.3-arm-1_slack15.0.txz: Upgraded.
       Patched an out-of-bound error in the rar e8 filter that could allow for
       the execution of arbitrary code.
       Thanks to gmgf for the heads-up.
       For more information, see:
       https://github.com/advisories/GHSA-2jc9-36w4-pmqw
       https://www.cve.org/CVERecord?id=CVE-2024-26256
       (* Security fix *)
+--------------------------+
Wed Apr 24 08:08:08 UTC 2024
patches/packages/emacs-29.3-arm-2_slack15.0.txz: Rebuilt.
       This is a bugfix release.
       Only build the X11/GTK+3 version. Use "emacs -nw" if you want to start it
       in a terminal emulator in text mode, or rebuild if you really need to get
       rid of the X11 dependency for some reason.
       Build using --with-pdumper=auto. It seems that --with-dumping=unexec produces
       a buggy Emacs here in the modern era, with symptoms such as "child signal FD:
       Invalid argument". It's possible this had something to do with the reported
       memory leaks as well.
       Thanks to 3Tom for the bug report.
patches/packages/freerdp-2.11.7-arm-1_slack15.0.txz: Upgraded.
       This release eliminates a bunch of issues detected during oss-fuzz runs.
       (* Security fix *)
patches/packages/ruby-3.0.7-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Arbitrary memory address read vulnerability with Regex search.
       RCE vulnerability with .rdoc_options in RDoc.
       Buffer overread vulnerability in StringIO.
       For more information, see:
       https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/
       https://www.ruby-lang.org/en/news/2024/03/21/rce-rdoc-cve-2024-27281/
       https://www.ruby-lang.org/en/news/2024/03/21/buffer-overread-cve-2024-27280/
       https://www.cve.org/CVERecord?id=CVE-2024-27282
       https://www.cve.org/CVERecord?id=CVE-2024-27281
       https://www.cve.org/CVERecord?id=CVE-2024-27280
       (* Security fix *)
+--------------------------+
Sat Apr 20 08:08:08 UTC 2024
patches/packages/freerdp-2.11.6-arm-1_slack15.0.txz: Upgraded.
       This release is a security release and addresses multiple issues:
       [Low] OutOfBound Read in zgfx_decompress_segment.
       [Moderate] Integer overflow & OutOfBound Write in
       clear_decompress_residual_data.
       [Low] integer underflow in nsc_rle_decode.
       [Low] OutOfBound Read in planar_skip_plane_rle.
       [Low] OutOfBound Read in ncrush_decompress.
       [Low] OutOfBound Read in interleaved_decompress.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-32041
       https://www.cve.org/CVERecord?id=CVE-2024-32039
       https://www.cve.org/CVERecord?id=CVE-2024-32040
       https://www.cve.org/CVERecord?id=CVE-2024-32458
       https://www.cve.org/CVERecord?id=CVE-2024-32459
       https://www.cve.org/CVERecord?id=CVE-2024-32460
       (* Security fix *)
+--------------------------+
Fri Apr 19 08:08:08 UTC 2024
patches/packages/aaa_glibc-solibs-2.33-arm-6_slack15.0.txz: Rebuilt.
patches/packages/bind-9.16.50-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/glibc-2.33-arm-6_slack15.0.txz: Rebuilt.
       This update fixes a security issue:
       The iconv() function in the GNU C Library versions 2.39 and older may
       overflow the output buffer passed to it by up to 4 bytes when converting
       strings to the ISO-2022-CN-EXT character set, which may be used to crash
       an application or overwrite a neighbouring variable.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-2961
       (* Security fix *)
patches/packages/glibc-i18n-2.33-arm-6_slack15.0.txz: Rebuilt.
patches/packages/glibc-profile-2.33-arm-6_slack15.0.txz: Rebuilt.
+--------------------------+
Mon Apr 15 08:08:08 UTC 2024
patches/packages/less-653-arm-1_slack15.0.txz: Upgraded.
       This update patches a security issue:
       less through 653 allows OS command execution via a newline character in the
       name of a file, because quoting is mishandled in filename.c. Exploitation
       typically requires use with attacker-controlled file names, such as the files
       extracted from an untrusted archive. Exploitation also requires the LESSOPEN
       environment variable, but this is set by default in many common cases.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-32487
       (* Security fix *)
+--------------------------+
Sat Apr 13 08:08:08 UTC 2024
extra/php81/php81-8.1.28-arm-1.txz: Upgraded.
       This update fixes security issues:
       Command injection via array-ish $command parameter of proc_open.
       __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix.
       Password_verify can erroneously return true, opening ATO risk.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.28
       https://www.cve.org/CVERecord?id=CVE-2024-1874
       https://www.cve.org/CVERecord?id=CVE-2024-2756
       https://www.cve.org/CVERecord?id=CVE-2024-3096
       (* Security fix *)
+--------------------------+
Tue Apr 09 08:08:08 UTC 2024
patches/packages/libarchive-3.7.3-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Fix possible vulnerability in tar error reporting introduced in f27c173
       by JiaT75.
       For more information, see:
       https://github.com/libarchive/libarchive/commit/f27c173d17dc807733b3a4f8c11207c3f04ff34f
       https://github.com/libarchive/libarchive/pull/2101
       (* Security fix *)
+--------------------------+
Sat Apr 06 08:08:08 UTC 2024
extra/tigervnc/tigervnc-1.12.0-arm-4_slack15.0.txz: Rebuilt.
       Recompiled against xorg-server-1.20.14, including the latest patches for
       several security issues:
       Heap buffer overread/data leakage in ProcXIGetSelectedEvents.
       Heap buffer overread/data leakage in ProcXIPassiveGrabDevice.
       Heap buffer overread/data leakage in ProcAppleDRICreatePixmap.
       Use-after-free in ProcRenderAddGlyphs.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2024-April/003497.html
       https://www.cve.org/CVERecord?id=CVE-2024-31080
       https://www.cve.org/CVERecord?id=CVE-2024-31081
       https://www.cve.org/CVERecord?id=CVE-2024-31082
       https://www.cve.org/CVERecord?id=CVE-2024-31083
       (* Security fix *)
+--------------------------+
Fri Apr 05 08:08:08 UTC 2024
patches/packages/httpd-2.4.59-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       HTTP/2 DoS by memory exhaustion on endless continuation frames.
       HTTP Response Splitting in multiple modules.
       HTTP response splitting.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.59
       https://www.cve.org/CVERecord?id=CVE-2024-27316
       https://www.cve.org/CVERecord?id=CVE-2024-24795
       https://www.cve.org/CVERecord?id=CVE-2023-38709
       (* Security fix *)
patches/packages/nghttp2-1.61.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       nghttp2 library keeps reading the unbounded number of HTTP/2 CONTINUATION
       frames even after a stream is reset to keep HPACK context in sync. This
       causes excessive CPU usage to decode HPACK stream. nghttp2 v1.61.0 mitigates
       this vulnerability by limiting the number of CONTINUATION frames it can
       accept after a HEADERS frame.
       For more information, see:
       https://github.com/nghttp2/nghttp2/security/advisories/GHSA-x6x3-gv8h-m57q
       https://www.kb.cert.org/vuls/id/421644
       https://www.cve.org/CVERecord?id=CVE-2024-28182
       (* Security fix *)
+--------------------------+
Thu Apr 04 08:08:08 UTC 2024
patches/packages/whois-5.5.22-arm-1_slack15.0.txz: Upgraded.
       Fixed a segmentation fault with --no-recursion.
       Updated the .bm and .vi TLD servers.
       Removed 4 new gTLDs which are no longer active.
patches/packages/xorg-server-1.20.14-arm-12_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       Heap buffer overread/data leakage in ProcXIGetSelectedEvents.
       Heap buffer overread/data leakage in ProcXIPassiveGrabDevice.
       Heap buffer overread/data leakage in ProcAppleDRICreatePixmap.
       Use-after-free in ProcRenderAddGlyphs.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2024-April/003497.html
       https://www.cve.org/CVERecord?id=CVE-2024-31080
       https://www.cve.org/CVERecord?id=CVE-2024-31081
       https://www.cve.org/CVERecord?id=CVE-2024-31082
       https://www.cve.org/CVERecord?id=CVE-2024-31083
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-12_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-12_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-12_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-7_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       Heap buffer overread/data leakage in ProcXIGetSelectedEvents.
       Heap buffer overread/data leakage in ProcXIPassiveGrabDevice.
       Use-after-free in ProcRenderAddGlyphs.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2024-April/003497.html
       https://www.cve.org/CVERecord?id=CVE-2024-31080
       https://www.cve.org/CVERecord?id=CVE-2024-31081
       https://www.cve.org/CVERecord?id=CVE-2024-31083
       (* Security fix *)
+--------------------------+
Fri Mar 29 08:08:08 UTC 2024
patches/packages/coreutils-9.5-arm-1_slack15.0.txz: Upgraded.
       chmod -R now avoids a race where an attacker may replace a traversed file
       with a symlink, causing chmod to operate on an unintended file.
       [This bug was present in "the beginning".]
       split --line-bytes with a mixture of very long and short lines no longer
       overwrites the heap.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-0684
       (* Security fix *)
patches/packages/curl-8.7.1-arm-1_slack15.0.txz: Upgraded.
       This release fixes the following security issues:
       TLS certificate check bypass with mbedTLS.
       HTTP/2 push headers memory-leak.
       QUIC certificate check bypass with wolfSSL.
       Usage of disabled protocol.
       For more information, see:
       https://curl.se/docs/CVE-2024-2466.html
       https://curl.se/docs/CVE-2024-2398.html
       https://curl.se/docs/CVE-2024-2379.html
       https://curl.se/docs/CVE-2024-2004.html
       https://www.cve.org/CVERecord?id=CVE-2024-2466
       https://www.cve.org/CVERecord?id=CVE-2024-2398
       https://www.cve.org/CVERecord?id=CVE-2024-2379
       https://www.cve.org/CVERecord?id=CVE-2024-2004
       (* Security fix *)
patches/packages/util-linux-2.37.4-arm-2_slack15.0.txz: Rebuilt.
       This release fixes a vulnerability where the wall command did not filter
       escape sequences from command line arguments, allowing unprivileged users
       to put arbitrary text on other users terminals.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-28085
       (* Security fix *)
+--------------------------+
Mon Mar 25 08:08:08 UTC 2024
patches/packages/bind-9.16.49-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/emacs-29.3-arm-1_slack15.0.txz: Upgraded.
       GNU Emacs through 28.2 allows attackers to execute commands via shell
       metacharacters in the name of a source-code file, because lib-src/etags.c
       uses the system C library function in its implementation of the ctags
       program. For example, a victim may use the "ctags *" command (suggested in
       the ctags documentation) in a situation where the current working directory
       has contents that depend on untrusted input.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-45939
       (* Security fix *)
patches/packages/python3-3.9.19-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       bundled libexpat was updated to 2.6.0.
       zipfile is now protected from the "quoted-overlap" zipbomb.
       tempfile.TemporaryDirectory cleanup no longer dereferences symlinks when
       working around file system permission errors.
       For more information, see:
       https://pythoninsider.blogspot.com/2024/03/python-31014-3919-and-3819-is-now.html
       https://www.cve.org/CVERecord?id=CVE-2023-52425
       https://www.cve.org/CVERecord?id=CVE-2024-0450
       https://www.cve.org/CVERecord?id=CVE-2023-6597
       (* Security fix *)
+--------------------------+
Wed Mar 20 08:08:08 UTC 2024
patches/packages/gnutls-3.8.4-arm-1_slack15.0.txz: Upgraded.
       This update fixes two medium severity security issues:
       libgnutls: Fix side-channel in the deterministic ECDSA.
       Reported by George Pantelakis (#1516).
       libgnutls: Fixed a bug where certtool crashed when verifying a certificate
       chain with more than 16 certificates. Reported by William Woodruff (#1525)
       and yixiangzhike (#1527).
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-28834
       https://www.cve.org/CVERecord?id=CVE-2024-28835
       (* Security fix *)
+--------------------------+
Thu Mar 14 08:08:08 UTC 2024
patches/packages/expat-2.6.2-arm-1_slack15.0.txz: Upgraded.
       Prevent billion laughs attacks with isolated use of external parsers.
       For more information, see:
       https://github.com/libexpat/libexpat/commit/1d50b80cf31de87750103656f6eb693746854aa8
       https://www.cve.org/CVERecord?id=CVE-2024-28757
       (* Security fix *)
+--------------------------+
Sat Mar 09 08:08:08 UTC 2024
patches/packages/ghostscript-9.55.0-arm-2_slack15.0.txz: Rebuilt.
       Fixes security issues:
       A vulnerability was identified in the way Ghostscript/GhostPDL called
       tesseract for the OCR devices, which could allow arbitrary code execution.
       Thanks to J_W for the heads-up.
       Mishandling of permission validation for pipe devices could allow arbitrary
       code execution.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36664
       (* Security fix *)
patches/packages/xfce4-weather-plugin-0.11.2-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Wed Mar 06 08:08:08 UTC 2024
patches/packages/postfix-3.6.15-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.postfix.org/announcements/postfix-3.8.6.html
+--------------------------+
Sat Mar 02 08:08:08 UTC 2024
patches/packages/expat-2.6.1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/linux-5.15.150/*: Upgraded.
+--------------------------+
Fri Mar 01 08:08:08 UTC 2024
patches/packages/openjpeg-2.5.2-arm-1_slack15.0.txz: Upgraded.
       Fixed a regression in openjpeg-2.5.1:
       API breakage / openjpeg version no longer detected (openjpeg.h no longer
       includes opj_config.h).
+--------------------------+
Thu Feb 29 08:08:08 UTC 2024
patches/packages/wpa_supplicant-2.10-arm-2_slack15.0.txz: Rebuilt.
       Patched the implementation of PEAP in wpa_supplicant to prevent an
       authentication bypass. For a successful attack, wpa_supplicant must be
       configured to not verify the network's TLS certificate during Phase 1
       authentication, and an eap_peap_decrypt vulnerability can then be abused
       to skip Phase 2 authentication. The attack vector is sending an EAP-TLV
       Success packet instead of starting Phase 2. This allows an adversary to
       impersonate Enterprise Wi-Fi networks.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-52160
       (* Security fix *)
+--------------------------+
Tue Feb 27 08:08:08 UTC 2024
patches/packages/openjpeg-2.5.1-arm-1_slack15.0.txz: Upgraded.
       Fixed a heap-based buffer overflow in openjpeg in color.c:379:42 in
       sycc420_to_rgb when decompressing a crafted .j2k file. An attacker could use
       this to execute arbitrary code with the permissions of the application
       compiled against openjpeg.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2021-3575
       (* Security fix *)
patches/packages/whois-5.5.21-arm-1_slack15.0.txz: Upgraded.
       Updated the .cv and .sd TLD servers.
       Removed 4 new gTLDs which are no longer active.
+--------------------------+
Sat Feb 24 08:08:08 UTC 2024
patches/packages/dcron-4.5-arm-8_slack15.0.txz: Rebuilt.
       This is a bugfix release.
       run-parts.8: document skiping *.orig files. Thanks to metaed.
+--------------------------+
Thu Feb 22 08:08:08 UTC 2024
patches/packages/dcron-4.5-arm-8_slack15.0.txz: Rebuilt.
       This is a bugfix release.
       run-parts: skip *.orig files. Thanks to metaed.
+--------------------------+
Wed Feb 21 08:08:08 UTC 2024
patches/packages/ca-certificates-20240216-arm-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/libuv-1.48.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes a server-side request forgery (SSRF) flaw.
       Thanks to alex2grad for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-24806
       (* Security fix *)
+--------------------------+
Thu Feb 15 08:08:08 UTC 2024
patches/packages/bind-9.16.48-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues:
       Specific DNS answers could cause a denial-of-service condition due to DNS
       validation taking a long time.
       Query patterns that continuously triggered cache database maintenance could
       exhaust all available memory on the host running named.
       Restore DNS64 state when handling a serve-stale timeout.
       Specific queries could trigger an assertion check with nxdomain-redirect
       enabled.
       Speed up parsing of DNS messages with many different names.
       For more information, see:
       https://kb.isc.org/docs/cve-2023-50387
       https://www.cve.org/CVERecord?id=CVE-2023-50387
       https://kb.isc.org/docs/cve-2023-6516
       https://www.cve.org/CVERecord?id=CVE-2023-6516
       https://kb.isc.org/docs/cve-2023-5679
       https://www.cve.org/CVERecord?id=CVE-2023-5679
       https://kb.isc.org/docs/cve-2023-5517
       https://www.cve.org/CVERecord?id=CVE-2023-5517
       https://kb.isc.org/docs/cve-2023-4408
       https://www.cve.org/CVERecord?id=CVE-2023-4408
       (* Security fix *)
patches/packages/dehydrated-0.7.1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release that addresses (among other things) an
       "unbound variable" error if the signing server is not available.
       Thanks to metaed for the heads-up.
patches/packages/dnsmasq-2.90-arm-1_slack15.0.txz: Upgraded.
       Add limits on the resources used to do DNSSEC validation.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-50387
       https://www.cve.org/CVERecord?id=CVE-2023-50868
       (* Security fix *)
patches/packages/xpdf-4.05-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Fixed a bug in the ICCBased color space parser that was allowing the number
       of components to be zero. Thanks to huckleberry for the bug report.
       Fixed a bug in the ICCBased color space parser that was allowing the number
       of components to be zero. Thanks to huckleberry for the bug report.
       Added checks for PDF object loops in AcroForm::scanField(),
       Catalog::readPageLabelTree2(), and Catalog::readEmbeddedFileTree().
       The zero-width character problem can also happen if the page size is very
       large -- that needs to be limited too, the same way as character position
       coordinates. Thanks to jlinliu for the bug report.
       Add some missing bounds check code in DCTStream. Thanks to Jiahao Liu for
       the bug report.
       Fix a deadlock when an object stream's length field is contained in another
       object stream. Thanks to Jiahao Liu for the bug report.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-2662
       https://www.cve.org/CVERecord?id=CVE-2023-2662
       https://www.cve.org/CVERecord?id=CVE-2018-7453
       https://www.cve.org/CVERecord?id=CVE-2018-16369
       https://www.cve.org/CVERecord?id=CVE-2022-36561
       https://www.cve.org/CVERecord?id=CVE-2022-41844
       https://www.cve.org/CVERecord?id=CVE-2023-2663
       https://www.cve.org/CVERecord?id=CVE-2023-2664
       https://www.cve.org/CVERecord?id=CVE-2023-3044
       https://www.cve.org/CVERecord?id=CVE-2023-3436
       (* Security fix *)
+--------------------------+
Thu Feb 08 08:08:08 UTC 2024
patches/packages/expat-2.6.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Fix quadratic runtime issues with big tokens that can cause
       denial of service.
       Fix billion laughs attacks for users compiling *without* XML_DTD
       defined (which is not common).
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-52425
       https://www.cve.org/CVERecord?id=CVE-2023-52426
       (* Security fix *)
+--------------------------+
Mon Feb 05 08:08:08 UTC 2024
patches/packages/ca-certificates-20240203-arm-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/glibc-zoneinfo-2024a-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
patches/packages/libxml2-2.11.7-arm-1_slack15.0.txz: Upgraded.
       Fix the following security issue:
       xmlreader: Don't expand XIncludes when backtracking.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-25062
       (* Security fix *)
+--------------------------+
Sat Feb 03 08:08:08 UTC 2024
extra/sendmail/sendmail-8.18.1-arm-1_slack15.0.txz: Upgraded.
       sendmail through 8.17.2 allows SMTP smuggling in certain configurations.
       Remote attackers can use a published exploitation technique to inject e-mail
       messages with a spoofed MAIL FROM address, allowing bypass of an SPF
       protection mechanism. This occurs because sendmail supports <LF>.<CR><LF>
       but some other popular e-mail servers do not. This is resolved in 8.18 and
       later versions with 'o' in srv_features.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-51765
       (* Security fix *)
extra/sendmail/sendmail-cf-8.18.1-noarch-1_slack15.0.txz: Upgraded.
patches/packages/curl-8.6.0-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/libmilter-8.18.1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Fri Jan 26 08:08:08 UTC 2024
extra/tigervnc/tigervnc-1.12.0-arm-3_slack15.0.txz: Rebuilt.
       Recompiled against xorg-server-1.20.14, including the latest patches for
       several security issues. Thanks to marav.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-6377
       https://www.cve.org/CVERecord?id=CVE-2023-6478
       https://www.cve.org/CVERecord?id=CVE-2023-6816
       https://www.cve.org/CVERecord?id=CVE-2024-0229
       https://www.cve.org/CVERecord?id=CVE-2024-0408
       https://www.cve.org/CVERecord?id=CVE-2024-0409
       https://www.cve.org/CVERecord?id=CVE-2024-21885
       https://www.cve.org/CVERecord?id=CVE-2024-21886
       https://www.cve.org/CVERecord?id=CVE-2024-21886
       (* Security fix *)
patches/packages/pam-1.6.0-arm-1_slack15.0.txz: Upgraded.
       pam_namespace.so: fixed a possible local denial-of-service vulnerability.
       For more information, see:
       https://seclists.org/oss-sec/2024/q1/31
       https://www.cve.org/CVERecord?id=CVE-2024-22365
       (* Security fix *)
patches/packages/postfix-3.6.14-arm-1_slack15.0.txz: Upgraded.
       Security (inbound SMTP smuggling): with "smtpd_forbid_bare_newline
       = normalize" (default "no" for Postfix < 3.9), the Postfix
       SMTP server requires the standard End-of-DATA sequence
       <CR><LF>.<CR><LF>, and otherwise allows command or message
       content lines ending in the non-standard <LF>, processing
       them as if the client sent the standard <CR><LF>.
       The alternative setting, "smtpd_forbid_bare_newline = reject"
       will reject any command or message that contains a bare
       <LF>, and is more likely to cause problems with legitimate
       clients.
       For backwards compatibility, local clients are excluded by
       default with "smtpd_forbid_bare_newline_exclusions =
       $mynetworks".
       For more information, see:
       https://www.postfix.org/smtp-smuggling.html
       (* Security fix *)
+--------------------------+
Wed Jan 17 08:08:08 UTC 2024
patches/packages/gnutls-3.8.3-arm-1_slack15.0.txz: Upgraded.
       This update fixes two medium severity security issues:
       Fix more timing side-channel inside RSA-PSK key exchange.
       Fix assertion failure when verifying a certificate chain with a cycle of
       cross signatures.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2024-0553
       https://www.cve.org/CVERecord?id=CVE-2024-0567
       (* Security fix *)
patches/packages/sudo-1.9.15p5-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/xorg-server-1.20.14-arm-11_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       Heap buffer overflow in DeviceFocusEvent and ProcXIQueryPointer.
       Reattaching to different master device may lead to out-of-bounds memory access.
       Heap buffer overflow in XISendDeviceHierarchyEvent.
       Heap buffer overflow in DisableDevice.
       SELinux context corruption.
       SELinux unlabeled GLX PBuffer.
       For more information, see:
       https://lists.x.org/archives/xorg/2024-January/061525.html
       https://www.cve.org/CVERecord?id=CVE-2023-6816
       https://www.cve.org/CVERecord?id=CVE-2024-0229
       https://www.cve.org/CVERecord?id=CVE-2024-21885
       https://www.cve.org/CVERecord?id=CVE-2024-21886
       https://www.cve.org/CVERecord?id=CVE-2024-0408
       https://www.cve.org/CVERecord?id=CVE-2024-0409
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-11_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-11_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-11_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-7_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       Heap buffer overflow in DeviceFocusEvent and ProcXIQueryPointer.
       Reattaching to different master device may lead to out-of-bounds memory access.
       Heap buffer overflow in XISendDeviceHierarchyEvent.
       Heap buffer overflow in DisableDevice.
       SELinux unlabeled GLX PBuffer.
       For more information, see:
       https://lists.x.org/archives/xorg/2024-January/061525.html
       https://www.cve.org/CVERecord?id=CVE-2023-6816
       https://www.cve.org/CVERecord?id=CVE-2024-0229
       https://www.cve.org/CVERecord?id=CVE-2024-21885
       https://www.cve.org/CVERecord?id=CVE-2024-21886
       https://www.cve.org/CVERecord?id=CVE-2024-0408
       (* Security fix *)
patches/packages/xorriso-1.5.6.pl02-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Tue Dec 26 08:08:08 UTC 2023

This project is made possible entirely through your support!

If you like using Slackware on the ARM platform and are able to help contribute
to the running costs, that'd be certainly appreciated!
You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

Thanks to all of you who have and continue to support the project.

Enjoy!

       Stuart <mozes@slackware>

patches/packages/linux-5.15.145/*: Upgraded.
       These updates fix various bugs and security issues.
       For more information, see:
       Fixed in 5.15.140:
       https://www.cve.org/CVERecord?id=CVE-2023-46862
       Fixed in 5.15.141:
       https://www.cve.org/CVERecord?id=CVE-2023-6121
       (* Security fix *)
+--------------------------+
Sat Dec 23 08:08:08 UTC 2023
extra/php81/php81-8.1.27-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.27
patches/packages/glibc-zoneinfo-2023d-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
patches/packages/postfix-3.6.13-arm-1_slack15.0.txz: Upgraded.
       Security: this release adds support to defend against an email spoofing
       attack (SMTP smuggling) on recipients at a Postfix server. Sites
       concerned about SMTP smuggling attacks should enable this feature on
       Internet-facing Postfix servers. For compatibility with non-standard
       clients, Postfix by default excludes clients in mynetworks from this
       countermeasure.
       The recommended settings are:
       # Optionally disconnect remote SMTP clients that send bare newlines,
       # but allow local clients with non-standard SMTP implementations
       # such as netcat, fax machines, or load balancer health checks.
       #
       smtpd_forbid_bare_newline = yes
       smtpd_forbid_bare_newline_exclusions = $mynetworks
       The smtpd_forbid_bare_newline feature is disabled by default.
       For more information, see:
       https://www.postfix.org/smtp-smuggling.html
       (* Security fix *)
+--------------------------+
Thu Dec 21 08:08:08 UTC 2023
patches/packages/bind-9.16.45-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/proftpd-1.3.8b-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       mod_sftp: implemented mitigations for "Terrapin" SSH attack.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-48795
       (* Security fix *)
+--------------------------+
Wed Dec 20 08:08:08 UTC 2023
patches/packages/bluez-5.71-arm-1_slack15.0.txz: Upgraded.
       Fix a regression in bluez-5.71:
       [PATCH] adapter: Fix link key address type for old kernels.
       Thanks to marav.
patches/packages/libssh-0.10.6-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Command injection using proxycommand.
       Potential downgrade attack using strict kex.
       Missing checks for return values of MD functions.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-6004
       https://www.cve.org/CVERecord?id=CVE-2023-48795
       https://www.cve.org/CVERecord?id=CVE-2023-6918
       (* Security fix *)
patches/packages/sudo-1.9.15p4-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Fri Dec 15 08:08:08 UTC 2023
patches/packages/bluez-5.71-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       It may have been possible for an attacker within Bluetooth range to inject
       keystrokes (and possibly execute commands) while devices were discoverable.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-45866
       (* Security fix *)
patches/packages/libxml2-2.11.6-arm-1_slack15.0.txz: Upgraded.
       We're going to drop back to the 2.11 branch here on the stable releases
       since it has all of the relevant security fixes and better compatibility.
patches/packages/sudo-1.9.15p3-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Thu Dec 14 08:08:08 UTC 2023

This project is made possible entirely through your support!

If you like using Slackware on the ARM platform and are able to help contribute
to the running costs, that'd be certainly appreciated!
You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

Thanks to all of you who have and continue to support the project.

Enjoy!

       Stuart <mozes@slackware>

patches/packages/libxml2-2.12.3-arm-1_slack15.0.txz: Upgraded.
       This update addresses regressions when building against libxml2 that were
       due to header file refactoring.
patches/packages/xorg-server-xwayland-21.1.4-arm-7_slack15.0.txz: Rebuilt.
       This update fixes two security issues:
       Out-of-bounds memory write in XKB button actions.
       Out-of-bounds memory read in RRChangeOutputProperty and
       RRChangeProviderProperty.
       For more information, see:
       https://lists.x.org/archives/xorg/2023-December/061517.html
       https://www.cve.org/CVERecord?id=CVE-2023-6377
       https://www.cve.org/CVERecord?id=CVE-2023-6478
       (* Security fix *)
patches/packages/xorg-server-1.20.14-arm-10_slack15.0.txz: Rebuilt.
       This update fixes two security issues:
       Out-of-bounds memory write in XKB button actions.
       Out-of-bounds memory read in RRChangeOutputProperty and
       RRChangeProviderProperty.
       For more information, see:
       https://lists.x.org/archives/xorg/2023-December/061517.html
       https://www.cve.org/CVERecord?id=CVE-2023-6377
       https://www.cve.org/CVERecord?id=CVE-2023-6478
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-10_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-10_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-10_slack15.0.txz: Rebuilt.
+--------------------------+
Sun Dec 10 08:08:08 UTC 2023
patches/packages/libxml2-2.12.2-arm-1_slack15.0.txz: Upgraded.
       Add --sysconfdir=/etc option so that this can find the xml catalog.
       Thanks to SpiderTux.
       Fix the following security issues:
       Fix integer overflows with XML_PARSE_HUGE.
       Fix dict corruption caused by entity reference cycles.
       Hashing of empty dict strings isn't deterministic.
       Fix null deref in xmlSchemaFixupComplexType.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-40303
       https://www.cve.org/CVERecord?id=CVE-2022-40304
       https://www.cve.org/CVERecord?id=CVE-2023-29469
       https://www.cve.org/CVERecord?id=CVE-2023-28484
       (* Security fix *)
+--------------------------+
Thu Dec 07 08:08:08 UTC 2023
patches/packages/rdfind-1.6.0-arm-1_slack15.0.txz: Added.
       Redundant data finder utility, needed to build the kernel-firmware package.
+--------------------------+
Fri Dec 01 08:08:08 UTC 2023
patches/packages/samba-4.18.9-arm-1_slack15.0.txz: Upgraded.
       This is a security release in order to address the following defect:
       An information leak vulnerability was discovered in Samba's LDAP server.
       Due to missing access control checks, an authenticated but unprivileged
       attacker could discover the names and preserved attributes of deleted objects
       in the LDAP store. Upgrading to this package will not prevent this
       information leak - if you are using Samba as an Active Directory Domain
       Controller, you will need to follow the instructions in the samba.org link
       given below.
       For more information, see:
       https://www.samba.org/samba/security/CVE-2018-14628.html
       https://www.cve.org/CVERecord?id=CVE-2018-14628
       (* Security fix *)
+--------------------------+
Mon Nov 27 08:08:08 UTC 2023
patches/packages/vim-9.0.2127-arm-1_slack15.0.txz: Upgraded.
       Fixed security issues.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-48231
       https://www.cve.org/CVERecord?id=CVE-2023-48232
       https://www.cve.org/CVERecord?id=CVE-2023-48233
       https://www.cve.org/CVERecord?id=CVE-2023-48234
       https://www.cve.org/CVERecord?id=CVE-2023-48235
       https://www.cve.org/CVERecord?id=CVE-2023-48236
       https://www.cve.org/CVERecord?id=CVE-2023-48237
       (* Security fix *)
patches/packages/vim-gvim-9.0.2127-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Nov 23 08:08:08 UTC 2023

This project is made possible entirely through your support!

If you like using Slackware on the ARM platform and are able to help contribute
to the running costs, that'd be certainly appreciated!
You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

Thanks to all of you who have and continue to support the project.

Enjoy!

       Stuart <mozes@slackware>

patches/packages/linux-5.15.139/*: Upgraded.
       These updates fix various bugs and security issues.
       For more information, see:
       Fixed in 5.15.117:
       https://www.cve.org/CVERecord?id=CVE-2023-2124
       https://www.cve.org/CVERecord?id=CVE-2023-34255
       Fixed in 5.15.118:
       https://www.cve.org/CVERecord?id=CVE-2023-3609
       https://www.cve.org/CVERecord?id=CVE-2023-3117
       https://www.cve.org/CVERecord?id=CVE-2023-3390
       https://www.cve.org/CVERecord?id=CVE-2023-3338
       Fixed in 5.15.119:
       https://www.cve.org/CVERecord?id=CVE-2023-3610
       Fixed in 5.15.121:
       https://www.cve.org/CVERecord?id=CVE-2023-31248
       https://www.cve.org/CVERecord?id=CVE-2023-38432
       https://www.cve.org/CVERecord?id=CVE-2023-3866
       https://www.cve.org/CVERecord?id=CVE-2023-2898
       https://www.cve.org/CVERecord?id=CVE-2023-44466
       https://www.cve.org/CVERecord?id=CVE-2023-4132
       https://www.cve.org/CVERecord?id=CVE-2023-3611
       https://www.cve.org/CVERecord?id=CVE-2022-48502
       https://www.cve.org/CVERecord?id=CVE-2023-3865
       https://www.cve.org/CVERecord?id=CVE-2023-35001
       https://www.cve.org/CVERecord?id=CVE-2023-3776
       https://www.cve.org/CVERecord?id=CVE-2023-3863
       Fixed in 5.15.122:
       https://www.cve.org/CVERecord?id=CVE-2023-20593
       Fixed in 5.15.123:
       https://www.cve.org/CVERecord?id=CVE-2023-3777
       https://www.cve.org/CVERecord?id=CVE-2023-4004
       Fixed in 5.15.124:
       https://www.cve.org/CVERecord?id=CVE-2023-4015
       https://www.cve.org/CVERecord?id=CVE-2023-4147
       https://www.cve.org/CVERecord?id=CVE-2023-1206
       Fixed in 5.15.125:
       https://www.cve.org/CVERecord?id=CVE-2022-40982
       https://www.cve.org/CVERecord?id=CVE-2023-20569
       Fixed in 5.15.126:
       https://www.cve.org/CVERecord?id=CVE-2023-20588
       https://www.cve.org/CVERecord?id=CVE-2023-4128
       https://www.cve.org/CVERecord?id=CVE-2023-4208
       https://www.cve.org/CVERecord?id=CVE-2023-4206
       https://www.cve.org/CVERecord?id=CVE-2023-4207
       https://www.cve.org/CVERecord?id=CVE-2023-40283
       Fixed in 5.15.128:
       https://www.cve.org/CVERecord?id=CVE-2023-4569
       https://www.cve.org/CVERecord?id=CVE-2023-39194
       https://www.cve.org/CVERecord?id=CVE-2023-4273
       https://www.cve.org/CVERecord?id=CVE-2023-3772
       Fixed in 5.15.132:
       https://www.cve.org/CVERecord?id=CVE-2023-4921
       https://www.cve.org/CVERecord?id=CVE-2023-4623
       https://www.cve.org/CVERecord?id=CVE-2023-42753
       https://www.cve.org/CVERecord?id=CVE-2023-42752
       https://www.cve.org/CVERecord?id=CVE-2023-39189
       https://www.cve.org/CVERecord?id=CVE-2023-4881
       https://www.cve.org/CVERecord?id=CVE-2023-45871
       https://www.cve.org/CVERecord?id=CVE-2023-39193
       https://www.cve.org/CVERecord?id=CVE-2023-39192
       Fixed in 5.15.133:
       https://www.cve.org/CVERecord?id=CVE-2023-42755
       Fixed in 5.15.134:
       https://www.cve.org/CVERecord?id=CVE-2023-42754
       https://www.cve.org/CVERecord?id=CVE-2023-4563
       https://www.cve.org/CVERecord?id=CVE-2023-4244
       https://www.cve.org/CVERecord?id=CVE-2023-5197
       Fixed in 5.15.135:
       https://www.cve.org/CVERecord?id=CVE-2023-34324
       https://www.cve.org/CVERecord?id=CVE-2023-31085
       https://www.cve.org/CVERecord?id=CVE-2023-5158
       Fixed in 5.15.136:
       https://www.cve.org/CVERecord?id=CVE-2023-35827
       Fixed in 5.15.137:
       https://www.cve.org/CVERecord?id=CVE-2023-46813
       https://www.cve.org/CVERecord?id=CVE-2023-5717
       https://www.cve.org/CVERecord?id=CVE-2023-5178
       (* Security fix *)
+--------------------------+
Sun Nov 19 08:08:08 UTC 2023
patches/packages/ca-certificates-20231117-arm-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
+--------------------------+
Fri Nov 17 08:08:08 UTC 2023
patches/packages/gegl-0.4.46-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release, needed by the GIMP upgrade.
patches/packages/gimp-2.10.36-arm-1_slack15.0.txz: Upgraded.
       This release fixes security issues:
       If a user loads a malicious DDS, PSD, or PSP file, this could result in a
       program crash or possibly the execution of arbitrary code.
       Please note that this package also requires the updated gegl package.
       Thanks to henca for the heads-up.
       For more information, see:
       https://www.gimp.org/news/2023/11/07/gimp-2-10-36-released/
       https://www.zerodayinitiative.com/advisories/ZDI-23-1591/
       https://www.zerodayinitiative.com/advisories/ZDI-23-1592/
       https://www.zerodayinitiative.com/advisories/ZDI-23-1593/
       https://www.zerodayinitiative.com/advisories/ZDI-23-1594/
       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-44441
       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-44442
       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-44443
       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-44444
       (* Security fix *)
+--------------------------+
Wed Nov 15 08:08:08 UTC 2023
patches/packages/mariadb-10.5.23-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue:
       Vulnerability allows high privileged attacker with network access via
       multiple protocols to compromise the server. Successful attacks of this
       vulnerability can result in unauthorized ability to cause a hang or
       frequently repeatable crash.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22084
       (* Security fix *)
+--------------------------+
Tue Nov 14 08:08:08 UTC 2023
extra/tigervnc/tigervnc-1.12.0-arm-2_15.0.txz: Rebuilt.
       Recompiled against xorg-server-1.20.14, including patches for several
       security issues. Thanks to marav.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-3550
       https://www.cve.org/CVERecord?id=CVE-2022-3551
       https://www.cve.org/CVERecord?id=CVE-2022-3553
       https://www.cve.org/CVERecord?id=CVE-2022-4283
       https://www.cve.org/CVERecord?id=CVE-2022-46340
       https://www.cve.org/CVERecord?id=CVE-2022-46341
       https://www.cve.org/CVERecord?id=CVE-2022-46342
       https://www.cve.org/CVERecord?id=CVE-2022-46343
       https://www.cve.org/CVERecord?id=CVE-2022-46344
       https://www.cve.org/CVERecord?id=CVE-2023-0494
       https://www.cve.org/CVERecord?id=CVE-2023-1393
       https://www.cve.org/CVERecord?id=CVE-2023-5367
       https://www.cve.org/CVERecord?id=CVE-2023-5380
       (* Security fix *)
patches/packages/whois-5.5.20-arm-1_slack15.0.txz: Upgraded.
       Added the .gn TLD server.
       Removed 6 new gTLDs which are no longer active.
+--------------------------+
Thu Nov 09 08:08:08 UTC 2023
patches/packages/sudo-1.9.15p1-arm-1_slack15.0.txz: Upgraded.
       Fixed a bug introduced in sudo 1.9.15 that prevented LDAP-based sudoers
       from being able to read the ldap.conf file.
       The sudoers plugin has been modified to make it more resilient to ROWHAMMER
       attacks on authentication and policy matching.
       The sudoers plugin now constructs the user time stamp file path name using
       the user-ID instead of the user name. This avoids a potential problem with
       user names that contain a path separator ('/') being interpreted as part of
       the path name.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-42465
       https://www.cve.org/CVERecord?id=CVE-2023-42456
       (* Security fix *)
+--------------------------+
Fri Nov 03 08:08:08 UTC 2023
extra/php81/php81-8.1.25-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.25
+--------------------------+
Fri Oct 27 08:08:08 UTC 2023
patches/packages/xorg-server-1.20.14-arm-9_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       OOB write in XIChangeDeviceProperty/RRChangeOutputProperty.
       Use-after-free bug in DestroyWindow.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2023-October/003430.html
       https://www.cve.org/CVERecord?id=CVE-2023-5367
       https://www.cve.org/CVERecord?id=CVE-2023-5380
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-9_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-9_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-9_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-7_slack15.0.txz: Rebuilt.
       This update fixes a security issue:
       OOB write in XIChangeDeviceProperty/RRChangeOutputProperty.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2023-October/003430.html
       https://www.cve.org/CVERecord?id=CVE-2023-5367
       (* Security fix *)
+--------------------------+
Thu Oct 26 08:08:08 UTC 2023
patches/packages/vim-9.0.2063-arm-1_slack15.0.txz: Upgraded.
       Fixed use-after-free security issue.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-5535
       (* Security fix *)
patches/packages/vim-gvim-9.0.2063-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Mon Oct 23 08:08:08 UTC 2023

This project is made possible entirely through your support!

If you like using Slackware on the ARM platform and are able to help contribute
to the running costs, that'd be certainly appreciated!
You'll find the ways you can help here:
       https://arm.slackware.com/sponsor/

Thanks to all of you who have and continue to support the project.

Enjoy!

       Stuart <mozes@slackware>

patches/packages/LibRaw-0.20.2-arm-3_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       A Buffer Overflow vulnerability was found in LibRaw_buffer_datastream::
       gets(char*, int), which could lead to privilege escalation or application
       crash.
       A heap-buffer-overflow was found in raw2image_ex(int), which may lead to
       application crash by maliciously crafted input file.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2021-32142
       https://www.cve.org/CVERecord?id=CVE-2023-1729
       (* Security fix *)
+--------------------------+
Fri Oct 20 08:08:08 UTC 2023
patches/packages/httpd-2.4.58-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues:
       moderate: Apache HTTP Server: HTTP/2 stream memory not reclaimed
       right away on RST.
       low: mod_macro buffer over-read.
       low: Apache HTTP Server: DoS in HTTP/2 with initial windows size 0.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.58
       https://www.cve.org/CVERecord?id=CVE-2023-45802
       https://www.cve.org/CVERecord?id=CVE-2023-31122
       https://www.cve.org/CVERecord?id=CVE-2023-43622
       (* Security fix *)
+--------------------------+
Wed Oct 18 08:08:08 UTC 2023
patches/packages/util-linux-2.37.4-arm-2_slack15.0.txz: Rebuilt.
       Copy /etc/pam.d/login to /etc/pam.d/remote. This is needed for /bin/login's
       '-h' option, used (for example) by telnetd. If -h is used without
       /etc/pam.d/remote, pam will not be configured properly, and /etc/securetty
       will be ignored, possibly allowing root to login from a tty that is not
       considered secure. Of course, the usual disclaimers about the security of
       telnet/telnetd apply.
       Thanks to HytronBG and Petri Kaukasoina.
       (* Security fix *)
+--------------------------+
Thu Oct 12 08:08:08 UTC 2023
patches/packages/libcaca-0.99.beta20-arm-1_slack15.0.txz: Upgraded.
       Fixed a crash bug (a crafted file defining width of zero leads to divide by
       zero and a crash). Seems to be merely a bug rather than a security issue.
       Thanks to marav.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-0856
       (* Security fix *)
+--------------------------+
Wed Oct 11 08:08:08 UTC 2023

This project is made possible entirely through your support.
If you like using Slackware on the ARM platform and are able to help
contribute to the running costs, that'd be certainly appreciated!

Thanks to all of you who have and continue to support the project.

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Enjoy!

       Stuart <mozes@slackware>

patches/packages/curl-8.4.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Cookie injection with none file.
       SOCKS5 heap buffer overflow.
       For more information, see:
       https://curl.se/docs/CVE-2023-38546.html
       https://curl.se/docs/CVE-2023-38545.html
       https://www.cve.org/CVERecord?id=CVE-2023-38546
       https://www.cve.org/CVERecord?id=CVE-2023-38545
       (* Security fix *)
patches/packages/libcue-2.2.1-arm-3_slack15.0.txz: Rebuilt.
       Fixed a bug which could allow memory corruption resulting in arbitrary
       code execution.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-43641
       (* Security fix *)
patches/packages/libnotify-0.8.3-arm-1_slack15.0.txz: Upgraded.
       This release contains a critical stability/minor security update which
       affects Electron applications that utilize Portal notifications (eg,
       through Flatpak). It is highly recommended that all users of libnotify
       0.8.x update to this release.
       (* Security fix *)
patches/packages/nghttp2-1.57.0-arm-1_slack15.0.txz: Upgraded.
       This release has a fix to mitigate the HTTP/2 Rapid Reset vulnerability.
       For more information, see:
       https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg
       https://www.cve.org/CVERecord?id=CVE-2023-44487
       (* Security fix *)
patches/packages/samba-4.18.8-arm-1_slack15.0.txz: Upgraded.
       This is a security release in order to address the following defects:
       Unsanitized pipe names allow SMB clients to connect as root to existing
       unix domain sockets on the file system.
       SMB client can truncate files to 0 bytes by opening files with OVERWRITE
       disposition when using the acl_xattr Samba VFS module with the smb.conf
       setting "acl_xattr:ignore system acls = yes"
       An RODC and a user with the GET_CHANGES right can view all attributes,
       including secrets and passwords. Additionally, the access check fails
       open on error conditions.
       Calls to the rpcecho server on the AD DC can request that the server block
       for a user-defined amount of time, denying service.
       Samba can be made to start multiple incompatible RPC listeners, disrupting
       service on the AD DC.
       For more information, see:
       https://www.samba.org/samba/security/CVE-2023-3961.html
       https://www.samba.org/samba/security/CVE-2023-4091.html
       https://www.samba.org/samba/security/CVE-2023-4154.html
       https://www.samba.org/samba/security/CVE-2023-42669.html
       https://www.samba.org/samba/security/CVE-2023-42670.html
       https://www.cve.org/CVERecord?id=CVE-2023-3961
       https://www.cve.org/CVERecord?id=CVE-2023-4091
       https://www.cve.org/CVERecord?id=CVE-2023-4154
       https://www.cve.org/CVERecord?id=CVE-2023-42669
       https://www.cve.org/CVERecord?id=CVE-2023-42670
       (* Security fix *)
+--------------------------+
Tue Oct 10 08:08:08 UTC 2023
patches/packages/netatalk-3.1.18-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue:
       Harden create_appledesktop_folder().
       For more information, see:
       https://netatalk.sourceforge.io/CVE-2022-22995.php
       https://www.cve.org/CVERecord?id=CVE-2022-22995
       (* Security fix *)
patches/packages/wayland-1.22.0-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/whois-5.5.19-arm-1_slack15.0.txz: Upgraded.
       Fixed english support for Japanese queries to not add again the /e argument
       if it had already been provided by the user. (Closes: #1050171)
       Added the .ye and .*************** (.xn--54b7fta0cc, Bangladesh) TLD servers.
       Updated the .ba, .bb, .dk, .es, .gt, .jo, .ml, .mo, .pa, .pn, .sv, .uy,
       .a+-la-r+-d+.n+, (.xn--mgbayh7gpa, Jordan) and .****** (.xn--mix891f, Macao)
       TLD servers.
       Upgraded the TLD URLs to HTTPS whenever possible.
       Updated the charset for whois.jprs.jp.
       Removed 3 new gTLDs which are no longer active.
       Removed support for the obsolete as32 dot notation.
+--------------------------+
Wed Oct 04 08:08:08 UTC 2023
patches/packages/libX11-1.8.7-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       libX11: out-of-bounds memory access in _XkbReadKeySyms().
       libX11: stack exhaustion from infinite recursion in PutSubImage().
       libX11: integer overflow in XCreateImage() leading to a heap overflow.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2023-October/003424.html
       https://www.cve.org/CVERecord?id=CVE-2023-43785
       https://www.cve.org/CVERecord?id=CVE-2023-43786
       https://www.cve.org/CVERecord?id=CVE-2023-43787
       (* Security fix *)
patches/packages/libXpm-3.5.17-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       libXpm: out of bounds read in XpmCreateXpmImageFromBuffer().
       libXpm: out of bounds read on XPM with corrupted colormap.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2023-October/003424.html
       https://www.cve.org/CVERecord?id=CVE-2023-43788
       https://www.cve.org/CVERecord?id=CVE-2023-43789
       (* Security fix *)
+--------------------------+
Mon Oct 02 08:08:08 UTC 2023
patches/packages/libvpx-1.12.0-arm-1_slack15.0.txz: Upgraded.
       This release contains two security related fixes -- one each for VP8 and VP9.
       For more information, see:
       https://crbug.com/1486441
       https://www.cve.org/CVERecord?id=CVE-2023-5217
       (* Security fix *)
+--------------------------+
Fri Sep 29 08:08:08 UTC 2023
extra/php81/php81-8.1.24-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.24
+--------------------------+
Wed Sep 27 08:08:08 UTC 2023
patches/packages/Cython-0.29.36-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Fri Sep 22 08:08:08 UTC 2023

This project is made possible entirely through your support.
If you like using Slackware on the ARM platform and are able to help
contribute to the running costs, that'd be certainly appreciated!

Thanks to all of you who have and continue to support the project.

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Enjoy!

       Stuart <mozes@slackware>

patches/packages/bind-9.16.44-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue:
       Limit the amount of recursion that can be performed by isccc_cc_fromwire.
       For more information, see:
       https://kb.isc.org/docs/cve-2023-3341
       https://www.cve.org/CVERecord?id=CVE-2023-3341
       (* Security fix *)
patches/packages/cups-2.4.7-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue:
       Fixed Heap-based buffer overflow when reading Postscript in PPD files.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-4504
       (* Security fix *)
+--------------------------+
Tue Sep 19 08:08:08 UTC 2023
patches/packages/netatalk-3.1.17-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue:
       Validate data type in dalloc_value_for_key(). This flaw could allow a
       malicious actor to cause Netatalk's afpd daemon to crash, or possibly to
       execute arbitrary code.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-42464
       (* Security fix *)
+--------------------------+
Sat Sep 16 08:08:08 UTC 2023
patches/packages/python3-3.9.18-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Fixed an issue where instances of ssl.SSLSocket were vulnerable to a bypass
       of the TLS handshake and included protections (like certificate verification)
       and treating sent unencrypted data as if it were post-handshake TLS encrypted
       data. Security issue reported by Aapo Oksman; patch by Gregory P. Smith.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-40217
       (* Security fix *)
+--------------------------+
Fri Sep 15 08:08:08 UTC 2023
patches/packages/libwebp-1.3.2-arm-1_slack15.0.txz: Upgraded.
       Security fix for lossless decoder (chromium: #1479274, CVE-2023-4863).
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-4863
       (* Security fix *)
+--------------------------+
Thu Sep 14 08:08:08 UTC 2023
patches/packages/curl-8.3.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       HTTP headers eat all memory.
       https://curl.se/docs/CVE-2023-38039.html
       https://www.cve.org/CVERecord?id=CVE-2023-38039
       (* Security fix *)
patches/packages/libarchive-3.7.2-arm-2_slack15.0.txz: Rebuilt.
       This update fixes multiple security vulnerabilities in the PAX writer:
       Heap overflow in url_encode() in archive_write_set_format_pax.c.
       NULL dereference in archive_write_pax_header_xattrs().
       Another NULL dereference in archive_write_pax_header_xattrs().
       NULL dereference in archive_write_pax_header_xattr().
       (* Security fix *)
patches/packages/netatalk-3.1.16-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues.
       Shared library .so-version bump.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-23121
       https://www.cve.org/CVERecord?id=CVE-2022-23123
       (* Security fix *)
patches/packages/openssl-1.1.1w-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue that does not affect Linux:
       Fix POLY1305 MAC implementation corrupting XMM registers on Windows.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-4807
patches/packages/openssl-solibs-1.1.1w-arm-1_slack15.0.txz: Upgraded.
patches/packages/vim-9.0.1897-arm-1_slack15.0.txz: Upgraded.
       Fixed three use-after-free security issues.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-4733
       https://www.cve.org/CVERecord?id=CVE-2023-4752
       https://www.cve.org/CVERecord?id=CVE-2023-4750
       (* Security fix *)
patches/packages/vim-gvim-9.0.1897-arm-1_slack15.0.txz: Upgraded.
       Fixed three use-after-free security issues.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-4733
       https://www.cve.org/CVERecord?id=CVE-2023-4752
       https://www.cve.org/CVERecord?id=CVE-2023-4750
       (* Security fix *)
+--------------------------+
Mon Sep 04 08:08:08 UTC 2023
extra/php81/php81-8.1.23-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.23
+--------------------------+
Sun Aug 27 08:08:08 UTC 2023
patches/packages/mariadb-10.5.22-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://mariadb.com/kb/en/mariadb-10-5-22-changelog/
+--------------------------+
Tue Aug 08 08:08:08 UTC 2023
extra/php80/php80-8.0.30-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       Security issue with external entity loading in XML without enabling it.
       Missing error check and insufficient random bytes in HTTP Digest
       authentication for SOAP.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3823
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3247
       (* Security fix *)
patches/packages/vim-9.0.1678-arm-1_slack15.0.txz: Upgraded.
       Applied the last patches from Bram Moolenaar.
       RIP Bram, and thanks for your great work on VIM and your kindness to the
       orphan children in Uganda.
       If you'd like to honor Bram with a donation to his charity, please visit:
       https://iccf-holland.org/
+--------------------------+
Sun Aug 06 08:08:08 UTC 2023

This project is made possible entirely through your support.
If you like using Slackware on the ARM platform and are able to help
contribute to the running costs, that'd be certainly appreciated!

Thanks to all of you who have and continue to support the project.

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Enjoy!

       Stuart <mozes@slackware>

extra/php81/php81-8.1.22-arm-1.txz: Upgraded.
       This update fixes a security issue:
       Libxml: Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity
       loading in XML without enabling it).
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-3823
       (* Security fix *)
patches/packages/samba-4.18.5-arm-1_slack15.0.txz: Upgraded.
       PLEASE NOTE: We are taking the unusual step of moving to the latest Samba
       branch because Windows has made changes that break Samba 4.15.x. The last
       4.15.x will be retained in /pasture as a fallback. There may be some
       required configuration changes with this, but we've kept using MIT Kerberos
       to try to have the behavior change as little as possible. Upgrade carefully.
       This update fixes security issues:
       When winbind is used for NTLM authentication, a maliciously crafted request
       can trigger an out-of-bounds read in winbind and possibly crash it.
       SMB2 packet signing is not enforced if an admin configured
       "server signing = required" or for SMB2 connections to Domain Controllers
       where SMB2 packet signing is mandatory.
       An infinite loop bug in Samba's mdssvc RPC service for Spotlight can be
       triggered by an unauthenticated attacker by issuing a malformed RPC request.
       Missing type validation in Samba's mdssvc RPC service for Spotlight can be
       used by an unauthenticated attacker to trigger a process crash in a shared
       RPC mdssvc worker process.
       As part of the Spotlight protocol Samba discloses the server-side absolute
       path of shares and files and directories in search results.
       For more information, see:
       https://www.samba.org/samba/security/CVE-2022-2127.html
       https://www.samba.org/samba/security/CVE-2023-3347.html
       https://www.samba.org/samba/security/CVE-2023-34966.html
       https://www.samba.org/samba/security/CVE-2023-34967.html
       https://www.samba.org/samba/security/CVE-2023-34968.html
       https://www.cve.org/CVERecord?id=CVE-2022-2127
       https://www.cve.org/CVERecord?id=CVE-2023-3347
       https://www.cve.org/CVERecord?id=CVE-2023-34966
       https://www.cve.org/CVERecord?id=CVE-2023-34967
       https://www.cve.org/CVERecord?id=CVE-2023-34968
       (* Security fix *)
pasture/samba-4.15.13-arm-1_slack15.0.txz: Added.
       We'll hang onto this just in case.
+--------------------------+
Wed Aug 02 08:08:08 UTC 2023
patches/packages/openssl-1.1.1v-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues:
       Fix excessive time spent checking DH q parameter value.
       Fix DH_check() excessive time with over sized modulus.
       For more information, see:
       https://www.openssl.org/news/secadv/20230731.txt
       https://www.openssl.org/news/secadv/20230719.txt
       https://www.cve.org/CVERecord?id=CVE-2023-3817
       https://www.cve.org/CVERecord?id=CVE-2023-3446
       (* Security fix *)
patches/packages/openssl-solibs-1.1.1v-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Fri Jul 28 08:08:08 UTC 2023

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks to those of you who already support the project.

       Stuart <mozes@slackware>

patches/packages/ca-certificates-20230721-arm-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/curl-8.2.1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/whois-5.5.18-arm-1_slack15.0.txz: Upgraded.
       Updated the .ga TLD server.
       Added new recovered IPv4 allocations.
       Removed the delegation of 43.0.0.0/8 to JPNIC.
       Removed 12 new gTLDs which are no longer active.
       Improved the man page source, courtesy of Bjarni Ingi Gislason.
       Added the .edu.za SLD server.
       Updated the .alt.za SLD server.
       Added the -ru and -su NIC handles servers.
+--------------------------+
Thu Jul 20 08:08:08 UTC 2023
patches/packages/curl-8.2.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       fopen race condition.
       For more information, see:
       https://curl.se/docs/CVE-2023-32001.html
       https://www.cve.org/CVERecord?id=CVE-2023-32001
       (* Security fix *)
patches/packages/openssh-9.3p2-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       ssh-agent(1) in OpenSSH between and 5.5 and 9.3p1 (inclusive): remote code
       execution relating to PKCS#11 providers.
       The PKCS#11 support ssh-agent(1) could be abused to achieve remote code
       execution via a forwarded agent socket if the following conditions are met:
       * Exploitation requires the presence of specific libraries on the victim
       system.
       * Remote exploitation requires that the agent was forwarded to an
       attacker-controlled system.
       Exploitation can also be prevented by starting ssh-agent(1) with an empty
       PKCS#11/FIDO allowlist (ssh-agent -P '') or by configuring an allowlist that
       contains only specific provider libraries.
       This vulnerability was discovered and demonstrated to be exploitable by the
       Qualys Security Advisory team.
       Potentially-incompatible changes:
       * ssh-agent(8): the agent will now refuse requests to load PKCS#11 modules
       issued by remote clients by default. A flag has been added to restore the
       previous behaviour: "-Oallow-remote-pkcs11".
       For more information, see:
       https://www.openssh.com/txt/release-9.3p2
       https://www.cve.org/CVERecord?id=CVE-2023-38408
       (* Security fix *)
+--------------------------+
Wed Jul 19 08:08:08 UTC 2023
patches/packages/sudo-1.9.14p2-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Thu Jul 13 08:08:08 UTC 2023
patches/packages/krb5-1.19.2-arm-3_slack15.0.txz: Rebuilt.
       Fix potential uninitialized pointer free in kadm5 XDR parsing.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-36054
       (* Security fix *)
patches/packages/sudo-1.9.14p1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Tue Jun 27 08:08:08 UTC 2023
patches/packages/network-scripts-15.0-noarch-17_slack15.0.txz: Rebuilt.
       This update fixes a bug and adds a new feature:
       Re-add support for the DHCP_IPADDR parameter from rc.inet1.conf.
       Expand the help text for DHCP_IPADDR in rc.inet1.conf.
       Add support for a DHCP_OPTS parameter.
       Thanks to ljb643 and Darren 'Tadgy' Austin.
patches/packages/vim-9.0.1667-arm-1_slack15.0.txz: Upgraded.
       This fixes a rare divide-by-zero bug that could cause vim to crash. In an
       interactive program such as vim, I can't really see this qualifying as a
       security issue, but since it was brought up as such on LQ we'll just go
       along with it this time. :)
       Thanks to marav for the heads-up.
       (* Security fix *)
+--------------------------+
Sun Jun 25 08:08:08 UTC 2023

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks to those of you who already support the project.

       Stuart <mozes@slackware>

patches/packages/cups-2.4.6-arm-1_slack15.0.txz: Upgraded.
       Fixed use-after-free when logging warnings in case of failures
       in cupsdAcceptClient().
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-34241
       (* Security fix *)
+--------------------------+
Thu Jun 22 08:08:08 UTC 2023
patches/packages/bind-9.16.42-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Exceeding the recursive-clients quota may cause named to terminate
       unexpectedly when stale-answer-client-timeout is set to 0.
       For more information, see:
       https://kb.isc.org/docs/cve-2023-2911
       https://www.cve.org/CVERecord?id=CVE-2023-2911
       (* Security fix *)
+--------------------------+
Mon Jun 19 08:08:08 UTC 2023
patches/packages/cups-2.4.5-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/ksh93-1.0.6-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/libX11-1.8.6-arm-1_slack15.0.txz: Upgraded.
       This update fixes buffer overflows in InitExt.c that could at least cause
       the client to crash due to memory corruption.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-3138
       (* Security fix *)
+--------------------------+
Sun Jun 11 08:08:08 UTC 2023
extra/php81/php81-8.1.20-arm-1.txz: Upgraded.
       This update fixes bugs and security issues.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.20
       (* Security fix *)
patches/packages/linux-5.15.116/*: Upgraded.
patches/packages/python3-3.9.17-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and a security issue:
       urllib.parse.urlsplit() now strips leading C0 control and space characters
       following the specification for URLs defined by WHATWG.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-24329
       (* Security fix *)
+--------------------------+
Thu Jun 08 08:08:08 UTC 2023

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks to those of you who already support the project.

       Stuart <mozes@slackware>

patches/packages/cups-2.4.4-arm-2_slack15.0.txz: Rebuilt.
       This update is a hotfix for a segfault in cupsGetNamedDest(), when caller
       tries to find the default destination and the default destination is not set
       on the machine.
patches/packages/ksh93-1.0.5_20230607_9b251344-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix and robustness enhancement release.
       Thanks to McDutchie for the great work!
       Thanks to pghvlaans for improvements to the build script.
+--------------------------+
Wed Jun 07 08:08:08 UTC 2023
extra/sendmail/sendmail-8.17.2-arm-3_slack15.0.txz: Rebuilt.
       Recompiled without -DUSE_EAI or ICU libraries as this experimental option
       is still leading to regressions.
extra/sendmail/sendmail-cf-8.17.2-noarch-3_slack15.0.txz: Rebuilt.
patches/packages/ntp-4.2.8p17-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Mon Jun 05 08:08:08 UTC 2023
extra/sendmail/sendmail-8.17.2-arm-3_slack15.0.txz: Rebuilt.
       This is a bugfix release.
extra/sendmail/sendmail-cf-8.17.2-noarch-3_slack15.0.txz: Rebuilt.
patches/packages/cups-2.4.3-arm-2_slack15.0.txz: Rebuilt.
       Fixed a heap buffer overflow in _cups_strlcpy(), when the configuration file
       cupsd.conf sets the value of loglevel to DEBUG, that could allow a remote
       attacker to launch a denial of service (DoS) attack, or possibly execute
       arbirary code.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-32324
       (* Security fix *)
patches/packages/libmilter-8.17.2-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/ntp-4.2.8p16-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-26551
       https://www.cve.org/CVERecord?id=CVE-2023-26552
       https://www.cve.org/CVERecord?id=CVE-2023-26553
       https://www.cve.org/CVERecord?id=CVE-2023-26554
       https://www.cve.org/CVERecord?id=CVE-2023-26555
       (* Security fix *)
+--------------------------+
Wed May 31 08:08:08 UTC 2023
patches/packages/curl-8.1.2-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/openssl-1.1.1u-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Possible DoS translating ASN.1 object identifiers.
       For more information, see:
       https://www.openssl.org/news/secadv/20230530.txt
       https://www.cve.org/CVERecord?id=CVE-2023-2650
       (* Security fix *)
patches/packages/openssl-solibs-1.1.1u-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Fri May 26 08:08:08 UTC 2023
patches/packages/ntfs-3g-2022.10.3-arm-1_slack15.0.txz: Upgraded.
       Fixed vulnerabilities that may allow an attacker using a maliciously
       crafted NTFS-formatted image file or external storage to potentially
       execute arbitrary privileged code or cause a denial of service.
       Thanks to opty.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40284
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30789
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30788
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30787
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30786
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30785
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30784
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30783
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46790
       (* Security fix *)
patches/packages/texlive-2023.230322-arm-1_slack15.0.txz: Upgraded.
       This update patches a security issue:
       LuaTeX before 1.17.0 allows execution of arbitrary shell commands when
       compiling a TeX file obtained from an untrusted source. This occurs
       because luatex-core.lua lets the original io.popen be accessed. This also
       affects TeX Live before 2023 r66984 and MiKTeX before 23.5.
       Thanks to Johannes Schoepfer.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-32700
       (* Security fix *)
+--------------------------+
Thu May 25 08:08:08 UTC 2023
patches/packages/curl-8.1.1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Tue May 23 08:08:08 UTC 2023
patches/packages/c-ares-1.19.1-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues:
       0-byte UDP payload causes Denial of Service.
       Insufficient randomness in generation of DNS query IDs.
       Buffer Underwrite in ares_inet_net_pton().
       AutoTools does not set CARES_RANDOM_FILE during cross compilation.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-32067
       https://www.cve.org/CVERecord?id=CVE-2023-31147
       https://www.cve.org/CVERecord?id=CVE-2023-31130
       https://www.cve.org/CVERecord?id=CVE-2023-31124
       (* Security fix *)
+--------------------------+
Sat May 20 08:08:08 UTC 2023
patches/packages/cups-filters-1.28.17-arm-1_slack15.0.txz: Upgraded.
       [PATCH] Merge pull request from GHSA-gpxc-v2m8-fr3x.
       With execv() command line arguments are passed as separate strings and
       not the full command line in a single string. This prevents arbitrary
       command execution by escaping the quoting of the arguments in a job
       with forged job title.
       Thanks to marav.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-24805
       (* Security fix *)
+--------------------------+
Thu May 18 08:08:08 UTC 2023
patches/packages/bind-9.16.41-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/curl-8.1.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       more POST-after-PUT confusion.
       IDN wildcard match.
       siglongjmp race condition.
       UAF in SSH sha256 fingerprint check.
       For more information, see:
       https://curl.se/docs/CVE-2023-28322.html
       https://curl.se/docs/CVE-2023-28321.html
       https://curl.se/docs/CVE-2023-28320.html
       https://curl.se/docs/CVE-2023-28319.html
       https://www.cve.org/CVERecord?id=CVE-2023-28322
       https://www.cve.org/CVERecord?id=CVE-2023-28321
       https://www.cve.org/CVERecord?id=CVE-2023-28320
       https://www.cve.org/CVERecord?id=CVE-2023-28319
+--------------------------+
Mon May 15 08:08:08 UTC 2023
extra/php80/php80-8.0.28-arm-2.txz: Rebuilt.
       This update removes extension=xmlrpc from the php.ini files.
extra/php81/php81-8.1.19-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.19
+--------------------------+
Sun May 07 08:08:08 UTC 2023
patches/packages/ca-certificates-20230506-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
+--------------------------+
Fri May 05 08:08:08 UTC 2023
patches/packages/libssh-0.10.5-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       A NULL dereference during rekeying with algorithm guessing.
       A possible authorization bypass in pki_verify_data_signature under
       low-memory conditions.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-1667
       https://www.cve.org/CVERecord?id=CVE-2023-2283
       (* Security fix *)
patches/packages/whois-5.5.17-arm-1_slack15.0.txz: Upgraded.
       Added the .cd TLD server.
       Updated the -kg NIC handles server name.
       Removed 2 new gTLDs which are no longer active.
+--------------------------+
Tue May 02 08:08:08 UTC 2023
patches/packages/netatalk-3.1.15-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues, including a critical vulnerability that
       allows remote attackers to execute arbitrary code on affected installations
       of Netatalk. Authentication is not required to exploit this vulnerability.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-43634
       https://www.cve.org/CVERecord?id=CVE-2022-45188
       (* Security fix *)
+--------------------------+
Wed Apr 26 08:08:08 UTC 2023
patches/packages/git-2.35.8-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       By feeding specially crafted input to `git apply --reject`, a
       path outside the working tree can be overwritten with partially
       controlled contents (corresponding to the rejected hunk(s) from
       the given patch).
       When Git is compiled with runtime prefix support and runs without
       translated messages, it still used the gettext machinery to
       display messages, which subsequently potentially looked for
       translated messages in unexpected places. This allowed for
       malicious placement of crafted messages.
       When renaming or deleting a section from a configuration file,
       certain malicious configuration values may be misinterpreted as
       the beginning of a new configuration section, leading to arbitrary
       configuration injection.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-25652
       https://www.cve.org/CVERecord?id=CVE-2023-25815
       https://www.cve.org/CVERecord?id=CVE-2023-29007
       (* Security fix *)
+--------------------------+
Fri Apr 21 08:08:08 UTC 2023
patches/packages/bind-9.16.40-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Sun Apr 16 08:08:08 UTC 2023

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks to those of you who already support the project.

       Stuart <mozes@slackware>

extra/php81/php81-8.1.17-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.php.net/ChangeLog-8.php#8.1.17
+--------------------------+
Tue Apr 11 08:08:08 UTC 2023
patches/packages/httpd-2.4.57-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.57
+--------------------------+
Thu Apr 06 08:08:08 UTC 2023
patches/packages/zstd-1.5.5-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release. The primary focus is to correct a rare corruption
       bug in high compression mode. While the probability might be very small,
       corruption issues are nonetheless very serious, so an update to this version
       is highly recommended, especially if you employ high compression modes
       (levels 16+).
+--------------------------+
Tue Apr 04 08:08:08 UTC 2023
patches/packages/irssi-1.4.4-arm-1_slack15.0.txz: Upgraded.
       Do not crash Irssi when one line is printed as the result of another line
       being printed.
       Also solve a memory leak while printing unformatted lines.
       (* Security fix *)
+--------------------------+
Sat Apr 01 08:08:08 UTC 2023

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/ruby-3.0.6-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       ReDoS vulnerability in URI.
       ReDoS vulnerability in Time.
       For more information, see:
       https://www.ruby-lang.org/en/news/2023/03/28/redos-in-uri-cve-2023-28755/
       https://www.ruby-lang.org/en/news/2023/03/30/redos-in-time-cve-2023-28756/
       https://www.cve.org/CVERecord?id=CVE-2023-28755
       https://www.cve.org/CVERecord?id=CVE-2023-28756
       (* Security fix *)
+--------------------------+
Fri Mar 31 08:08:08 UTC 2023
patches/packages/glibc-zoneinfo-2023c-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
patches/packages/xorg-server-1.20.14-arm-8_slack15.0.txz: Rebuilt.
       [PATCH] composite: Fix use-after-free of the COW.
       Fix use-after-free that can lead to local privileges elevation on systems
       where the X server is running privileged and remote code execution for ssh
       X forwarding sessions.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2023-March/003374.html
       https://www.cve.org/CVERecord?id=CVE-2023-1393
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-8_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-8_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-8_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-6_slack15.0.txz: Rebuilt.
       [PATCH] composite: Fix use-after-free of the COW.
       Fix use-after-free that can lead to local privileges elevation on systems
       where the X server is running privileged and remote code execution for ssh
       X forwarding sessions.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2023-March/003374.html
       https://www.cve.org/CVERecord?id=CVE-2023-1393
       (* Security fix *)
+--------------------------+
Sun Mar 26 08:08:08 UTC 2023
patches/packages/linux-5.15.104/*: Upgraded.
       Added most of the available support for CEC and Remote Controller support (too
       numerous to list here).
       [*] HDMI CEC RC integration
       [*] HDMI CEC drivers
       <M> Remote Controller support
       Thanks to Johpin on LQ for the suggestion.
+--------------------------+
Sat Mar 25 08:08:08 UTC 2023
patches/packages/curl-8.0.1-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       SSH connection too eager reuse still.
       HSTS double-free.
       GSS delegation too eager connection re-use.
       FTP too eager connection reuse.
       SFTP path ~ resolving discrepancy.
       TELNET option IAC injection.
       For more information, see:
       https://curl.se/docs/CVE-2023-27538.html
       https://curl.se/docs/CVE-2023-27537.html
       https://curl.se/docs/CVE-2023-27536.html
       https://curl.se/docs/CVE-2023-27535.html
       https://curl.se/docs/CVE-2023-27534.html
       https://curl.se/docs/CVE-2023-27533.html
       https://www.cve.org/CVERecord?id=CVE-2023-27538
       https://www.cve.org/CVERecord?id=CVE-2023-27537
       https://www.cve.org/CVERecord?id=CVE-2023-27536
       https://www.cve.org/CVERecord?id=CVE-2023-27535
       https://www.cve.org/CVERecord?id=CVE-2023-27534
       https://www.cve.org/CVERecord?id=CVE-2023-27533
       (* Security fix *)
patches/packages/glibc-zoneinfo-2023b-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
patches/packages/tar-1.34-arm-2_slack15.0.txz: Rebuilt.
       GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use
       of uninitialized memory for a conditional jump. Exploitation to change the
       flow of control has not been demonstrated. The issue occurs in from_header
       in list.c via a V7 archive in which mtime has approximately 11 whitespace
       characters.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-48303
       (* Security fix *)
patches/packages/vim-9.0.1418-arm-1_slack15.0.txz: Upgraded.
       Fixed security issues:
       NULL pointer dereference issue in utfc_ptr2len.
       Incorrect Calculation of Buffer Size.
       Heap-based Buffer Overflow.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-1264
       https://www.cve.org/CVERecord?id=CVE-2023-1175
       https://www.cve.org/CVERecord?id=CVE-2023-1170
       (* Security fix *)
+--------------------------+
Fri Mar 17 08:08:08 UTC 2023
patches/packages/bind-9.16.39-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/openssh-9.3p1-arm-1_slack15.0.txz: Upgraded.
       This release contains fixes for a security problem and a memory
       safety problem. The memory safety problem is not believed to be
       exploitable, but we report most network-reachable memory faults as
       security bugs.
       For more information, see:
       https://www.openssh.com/txt/release-9.3
       (* Security fix *)
+--------------------------+
Thu Mar 09 08:08:08 UTC 2023
patches/packages/httpd-2.4.56-arm-1_slack15.0.txz: Upgraded.
       This update fixes two security issues:
       HTTP Response Smuggling vulnerability via mod_proxy_uwsgi.
       HTTP Request Smuggling attack via mod_rewrite and mod_proxy.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.56
       https://www.cve.org/CVERecord?id=CVE-2023-27522
       https://www.cve.org/CVERecord?id=CVE-2023-25690
       (* Security fix *)
+--------------------------+
Tue Mar 07 08:08:08 UTC 2023

This project is made possible entirely through your support.
If you like using Slackware on the ARM platform and are able to help
contribute to the running costs, that'd be certainly appreciated!

Thanks to all of you who have and continue to support the project.

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/sudo-1.9.13p3-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/xscreensaver-6.06-arm-1_slack15.0.txz: Upgraded.
       Here's an upgrade to the latest xscreensaver.
+--------------------------+
Thu Mar 02 08:08:08 UTC 2023
patches/packages/whois-5.5.16-arm-1_slack15.0.txz: Upgraded.
       Add bash completion support, courtesy of Ville Skytta.
       Updated the .tr TLD server.
       Removed support for -metu NIC handles.
+--------------------------+
Fri Feb 24 08:08:08 UTC 2023
patches/packages/curl-7.88.1-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Sun Feb 19 08:08:08 UTC 2023
patches/packages/linux-5.15.94/*: Upgraded.
+--------------------------+
Sat Feb 18 08:08:08 UTC 2023
extra/php80/php80-8.0.28-arm-1.txz: Upgraded.
       This update fixes security issues:
       Core: Password_verify() always return true with some hash.
       Core: 1-byte array overrun in common path resolve code.
       SAPI: DOS vulnerability when parsing multipart request body.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0567
       https://www.cve.org/CVERecord?id=CVE-2023-0568
       https://www.cve.org/CVERecord?id=CVE-2023-0662
       (* Security fix *)
extra/php81/php81-8.1.16-arm-1.txz: Upgraded.
       This update fixes security issues:
       Core: Password_verify() always return true with some hash.
       Core: 1-byte array overrun in common path resolve code.
       SAPI: DOS vulnerability when parsing multipart request body.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0567
       https://www.cve.org/CVERecord?id=CVE-2023-0568
       https://www.cve.org/CVERecord?id=CVE-2023-0662
       (* Security fix *)
patches/packages/curl-7.88.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       HTTP multi-header compression denial of service.
       HSTS amnesia with --parallel.
       HSTS ignored on multiple requests.
       For more information, see:
       https://curl.se/docs/CVE-2023-23916.html
       https://curl.se/docs/CVE-2023-23915.html
       https://curl.se/docs/CVE-2023-23914.html
       https://www.cve.org/CVERecord?id=CVE-2023-23916
       https://www.cve.org/CVERecord?id=CVE-2023-23915
       https://www.cve.org/CVERecord?id=CVE-2023-23914
       (* Security fix *)
patches/packages/git-2.35.7-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Using a specially-crafted repository, Git can be tricked into using
       its local clone optimization even when using a non-local transport.
       Though Git will abort local clones whose source $GIT_DIR/objects
       directory contains symbolic links (c.f., CVE-2022-39253), the objects
       directory itself may still be a symbolic link.
       These two may be combined to include arbitrary files based on known
       paths on the victim's filesystem within the malicious repository's
       working copy, allowing for data exfiltration in a similar manner as
       CVE-2022-39253.
       By feeding a crafted input to "git apply", a path outside the
       working tree can be overwritten as the user who is running "git
       apply".
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-22490
       https://www.cve.org/CVERecord?id=CVE-2023-23946
       (* Security fix *)
patches/packages/php-7.4.33-arm-2_slack15.0.txz: Rebuilt.
       This update fixes security issues:
       Core: Password_verify() always return true with some hash.
       Core: 1-byte array overrun in common path resolve code.
       SAPI: DOS vulnerability when parsing multipart request body.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0567
       https://www.cve.org/CVERecord?id=CVE-2023-0568
       https://www.cve.org/CVERecord?id=CVE-2023-0662
       (* Security fix *)
+--------------------------+
Sat Feb 11 08:08:08 UTC 2023
patches/packages/gnutls-3.7.9-arm-1_slack15.0.txz: Upgraded.
       libgnutls: Fix a Bleichenbacher oracle in the TLS RSA key exchange.
       Reported by Hubert Kario (#1050). Fix developed by Alexander Sosedkin.
       [GNUTLS-SA-2020-07-14, CVSS: medium] [CVE-2023-0361]
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0361
       (* Security fix *)
+--------------------------+
Wed Feb 08 08:08:08 UTC 2023

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/openssl-1.1.1t-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       X.400 address type confusion in X.509 GeneralName.
       Timing Oracle in RSA Decryption.
       Use-after-free following BIO_new_NDEF.
       Double free after calling PEM_read_bio_ex.
       For more information, see:
       https://www.openssl.org/news/secadv/20230207.txt
       https://www.cve.org/CVERecord?id=CVE-2023-0286
       https://www.cve.org/CVERecord?id=CVE-2022-4304
       https://www.cve.org/CVERecord?id=CVE-2023-0215
       https://www.cve.org/CVERecord?id=CVE-2022-4450
       (* Security fix *)
patches/packages/openssl-solibs-1.1.1t-arm-1_slack15.0.txz: Upgraded.
patches/packages/xorg-server-1.20.14-arm-7_slack15.0.txz: Rebuilt.
       [PATCH] Xi: fix potential use-after-free in DeepCopyPointerClasses.
       Also merged another patch to prevent crashes when using a compositor with
       the NVIDIA blob. Thanks to mdinslage, willysr, and Daedra.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0494
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-7_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-7_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-7_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-5_slack15.0.txz: Rebuilt.
       [PATCH] Xi: fix potential use-after-free in DeepCopyPointerClasses.
       Also merged another patch to prevent crashes when using a compositor with
       the NVIDIA blob. Thanks to mdinslage, willysr, and Daedra.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0494
       (* Security fix *)
+--------------------------+
Fri Feb 03 08:08:08 UTC 2023
patches/packages/openssh-9.2p1-arm-1_slack15.0.txz: Upgraded.
       This release contains fixes for two security problems and a memory safety
       problem. The memory safety problem is not believed to be exploitable, but
       upstream reports most network-reachable memory faults as security bugs.
       This update contains some potentially incompatible changes regarding the
       scp utility. For more information, see:
       https://www.openssh.com/releasenotes.html#9.0
       For more information, see:
       https://www.openssh.com/releasenotes.html#9.2
       (* Security fix *)
+--------------------------+
Thu Feb 02 08:08:08 UTC 2023
patches/packages/apr-1.7.2-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Integer Overflow or Wraparound vulnerability in apr_encode functions of
       Apache Portable Runtime (APR) allows an attacker to write beyond bounds
       of a buffer. (CVE-2022-24963)
       Restore fix for out-of-bounds array dereference in apr_time_exp*() functions.
       (This issue was addressed as CVE-2017-12613 in APR 1.6.3 and
       later 1.6.x releases, but was missing in 1.7.0.) (CVE-2021-35940)
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-24963
       https://www.cve.org/CVERecord?id=CVE-2021-35940
       https://www.cve.org/CVERecord?id=CVE-2017-12613
       (* Security fix *)
patches/packages/apr-util-1.6.3-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Integer Overflow or Wraparound vulnerability in apr_base64 functions
       of Apache Portable Runtime Utility (APR-util) allows an attacker to
       write beyond bounds of a buffer. (CVE-2022-25147)
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-25147
       (* Security fix *)
+--------------------------+
Wed Feb 01 08:08:08 UTC 2023
patches/packages/linux-5.15.91/*: Upgraded.
       These updates fix various bugs and security issues.
       Be sure to upgrade your initrd after upgrading the kernel packages.
       Fixed in 5.15.91:
       https://www.cve.org/CVERecord?id=CVE-2022-4129
       https://www.cve.org/CVERecord?id=CVE-2023-23559
       (* Security fix *)
patches/packages/nano-7.2-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Jan 26 08:08:08 UTC 2023
patches/packages/bind-9.16.37-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and the following security issues:
       An UPDATE message flood could cause :iscman:`named` to exhaust all
       available memory. This flaw was addressed by adding a new
       :any:`update-quota` option that controls the maximum number of
       outstanding DNS UPDATE messages that :iscman:`named` can hold in a
       queue at any given time (default: 100).
       :iscman:`named` could crash with an assertion failure when an RRSIG
       query was received and :any:`stale-answer-client-timeout` was set to a
       non-zero value. This has been fixed.
       :iscman:`named` running as a resolver with the
       :any:`stale-answer-client-timeout` option set to any value greater
       than ``0`` could crash with an assertion failure, when the
       :any:`recursive-clients` soft quota was reached. This has been fixed.
       For more information, see:
       https://kb.isc.org/docs/cve-2022-3094
       https://kb.isc.org/docs/cve-2022-3736
       https://kb.isc.org/docs/cve-2022-3924
       https://www.cve.org/CVERecord?id=CVE-2022-3094
       https://www.cve.org/CVERecord?id=CVE-2022-3736
       https://www.cve.org/CVERecord?id=CVE-2022-3924
       (* Security fix *)
patches/packages/vim-9.0.1241-arm-1_slack15.0.txz: Upgraded.
       Fixed a security issue:
       Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1225.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0433
       (* Security fix *)
patches/packages/vim-gvim-9.0.1241-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Tue Jan 24 08:08:08 UTC 2023
patches/packages/linux-5.15.89/kernel-headers-5.15.89-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.89/kernel-modules-armv7-5.15.89_armv7-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.89/kernel-source-5.15.89-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.89/kernel_armv7-5.15.89-arm-1_slack15.0.txz: Upgraded.
       Updates from Slackware AArch64:
       /boot/initrd/[wait-for-root]: Lowered media spinup delay from 4>2 seconds.
       The 4 second setting was based on the 32bit ARM SheevaPlugs with hard
       disks in USB caddies.

       /boot/initrd/[load_kernel_modules]
       Added a new first stage to the Pre-boot shell. This enables you to edit the
       Kernel Module Loader scripts prior to them being processed, which will help
       onboard new Hardware Models.
       Added Kernel cmdline operator 'slkpbs_modstep'.
       This confirms loading of each Kernel module. This is for debugging and
       troubleshooting.
       This can also be enabled from stage 1 or 2 of the Pre-boot shell by
       $ touch /.modloadstep
+--------------------------+
Thu Jan 19 08:08:08 UTC 2023
patches/packages/sudo-1.9.12p2-arm-1_slack15.0.txz: Upgraded.
       This update fixes a flaw in sudo's -e option (aka sudoedit) that could allow
       a malicious user with sudoedit privileges to edit arbitrary files.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-22809
       (* Security fix *)
+--------------------------+
Wed Jan 18 08:08:08 UTC 2023
patches/packages/git-2.35.6-arm-1_slack15.0.txz: Upgraded.
       This release fixes two security issues:
       * CVE-2022-41903:
       git log has the ability to display commits using an arbitrary
       format with its --format specifiers. This functionality is also
       exposed to git archive via the export-subst gitattribute.
       When processing the padding operators (e.g., %<(, %<|(, %>(,
       %>>(, or %><( ), an integer overflow can occur in
       pretty.c::format_and_pad_commit() where a size_t is improperly
       stored as an int, and then added as an offset to a subsequent
       memcpy() call.
       This overflow can be triggered directly by a user running a
       command which invokes the commit formatting machinery (e.g., git
       log --format=...). It may also be triggered indirectly through
       git archive via the export-subst mechanism, which expands format
       specifiers inside of files within the repository during a git
       archive.
       This integer overflow can result in arbitrary heap writes, which
       may result in remote code execution.
       * CVE-2022-23521:
       gitattributes are a mechanism to allow defining attributes for
       paths. These attributes can be defined by adding a `.gitattributes`
       file to the repository, which contains a set of file patterns and
       the attributes that should be set for paths matching this pattern.
       When parsing gitattributes, multiple integer overflows can occur
       when there is a huge number of path patterns, a huge number of
       attributes for a single pattern, or when the declared attribute
       names are huge.
       These overflows can be triggered via a crafted `.gitattributes` file
       that may be part of the commit history. Git silently splits lines
       longer than 2KB when parsing gitattributes from a file, but not when
       parsing them from the index. Consequentially, the failure mode
       depends on whether the file exists in the working tree, the index or
       both.
       This integer overflow can result in arbitrary heap reads and writes,
       which may result in remote code execution.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-41903
       https://www.cve.org/CVERecord?id=CVE-2022-23521
       (* Security fix *)
patches/packages/httpd-2.4.55-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and the following security issues:
       mod_proxy allows a backend to trigger HTTP response splitting.
       mod_proxy_ajp possible request smuggling.
       mod_dav out of bounds read, or write of zero byte.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.55
       https://www.cve.org/CVERecord?id=CVE-2022-37436
       https://www.cve.org/CVERecord?id=CVE-2022-36760
       https://www.cve.org/CVERecord?id=CVE-2006-20001
       (* Security fix *)
patches/packages/libXpm-3.5.15-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Infinite loop on unclosed comments.
       Runaway loop with width of 0 and enormous height.
       Compression commands depend on $PATH.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-46285
       https://www.cve.org/CVERecord?id=CVE-2022-44617
       https://www.cve.org/CVERecord?id=CVE-2022-4883
       (* Security fix *)
patches/packages/netatalk-3.1.14-arm-1_slack15.0.txz: Upgraded.
       Netatalk through 3.1.13 has an afp_getappl heap-based buffer overflow
       resulting in code execution via a crafted .appl file.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-45188
       (* Security fix *)
+--------------------------+
Fri Jan 13 08:08:08 UTC 2023
patches/packages/ca-certificates-20221205-noarch-2_slack15.0.txz: Rebuilt.
       Make sure that if we're installing this package on another partition (such as
       when using installpkg with a --root parameter) that the updates are done on
       that partition. Thanks to fulalas.
+--------------------------+
Sat Jan 07 08:08:08 UTC 2023
extra/php80/php80-8.0.27-arm-1.txz: Upgraded.
       This update fixes a security issue:
       PDO::quote() may return unquoted string.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-31631
       (* Security fix *)
extra/php81/php81-8.1.14-arm-1.txz: Upgraded.
       This update fixes bugs and a security issue:
       PDO::quote() may return unquoted string.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-31631
       (* Security fix *)
patches/packages/mozilla-nss-3.87-arm-1_slack15.0.txz: Upgraded.
       Fixed memory corruption in NSS via DER-encoded DSA and RSA-PSS signatures.
       For more information, see:
       https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/
       https://www.cve.org/CVERecord?id=CVE-2021-43527
       (* Security fix *)
patches/packages/php-7.4.33-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       PDO::quote() may return unquoted string.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-31631
       (* Security fix *)
+--------------------------+
Thu Jan 05 08:08:08 UTC 2023
patches/packages/vim-9.0.1146-arm-1_slack15.0.txz: Upgraded.
       Fixed security issues:
       Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.1143.
       Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1144.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2023-0049
       https://www.cve.org/CVERecord?id=CVE-2023-0051
       (* Security fix *)
+--------------------------+
Wed Jan 04 08:08:08 UTC 2023
patches/packages/libtiff-4.4.0-arm-1_slack15.0.txz: Upgraded.
       Patched various security bugs.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-2056
       https://www.cve.org/CVERecord?id=CVE-2022-2057
       https://www.cve.org/CVERecord?id=CVE-2022-2058
       https://www.cve.org/CVERecord?id=CVE-2022-3970
       https://www.cve.org/CVERecord?id=CVE-2022-34526
       (* Security fix *)
patches/packages/rxvt-unicode-9.26-arm-2_slack15.0.txz: Rebuilt.
       When the "background" extension was loaded, an attacker able to control the
       data written to the terminal would be able to execute arbitrary code as the
       terminal's user. Thanks to David Leadbeater and Ben Collver.
       For more information, see:
       https://www.openwall.com/lists/oss-security/2022/12/05/1
       https://www.cve.org/CVERecord?id=CVE-2022-4170
       (* Security fix *)
patches/packages/whois-5.5.15-arm-1_slack15.0.txz: Upgraded.
       Updated the .bd, .nz and .tv TLD servers.
       Added the .llyw.cymru, .gov.scot and .gov.wales SLD servers.
       Updated the .ac.uk and .gov.uk SLD servers.
       Recursion has been enabled for whois.nic.tv.
       Updated the list of new gTLDs with four generic TLDs assigned in October 2013
       which were missing due to a bug.
       Removed 4 new gTLDs which are no longer active.
       Added the Georgian translation, contributed by Temuri Doghonadze.
       Updated the Finnish translation, contributed by Lauri Nurmi.
+--------------------------+
Mon Jan 02 08:08:08 UTC 2023
patches/packages/bind-9.16.36-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/curl-7.87.0-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Wed Dec 21 08:08:08 UTC 2022

Thanks to everyone who has responded to the plea to help with the running
costs of the project!

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/libksba-1.6.3-arm-1_slack15.0.txz: Upgraded.
       Fix another integer overflow in the CRL's signature parser.
       (* Security fix *)
patches/packages/sdl-1.2.15-arm-9_slack15.0.txz: Rebuilt.
       This update fixes a heap overflow problem in video/SDL_pixels.c in SDL.
       By crafting a malicious .BMP file, an attacker can cause the application
       using this library to crash, denial of service, or code execution.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2021-33657
       (* Security fix *)
+--------------------------+
Tue Dec 20 08:08:08 UTC 2022
patches/packages/xorg-server-1.20.14-arm-6_slack15.0.txz: Rebuilt.
       This release fixes an invalid event type mask in XTestSwapFakeInput which
       was inadvertently changed from octal 0177 to hexadecimal 0x177 in the fix
       for CVE-2022-46340.
patches/packages/xorg-server-xephyr-1.20.14-arm-6_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-6_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-6_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-4_slack15.0.txz: Rebuilt.
       This release fixes an invalid event type mask in XTestSwapFakeInput which
       was inadvertently changed from octal 0177 to hexadecimal 0x177 in the fix
       for CVE-2022-46340.
+--------------------------+
Mon Dec 19 08:08:08 UTC 2022
patches/packages/libarchive-3.6.2-arm-2_slack15.0.txz: Rebuilt.
       This update fixes a regression causing a failure to compile against
       libarchive: don't include iconv in libarchive.pc.
patches/packages/samba-4.15.13-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       This is the Samba CVE for the Windows Kerberos RC4-HMAC Elevation of
       Privilege Vulnerability disclosed by Microsoft on Nov 8 2022.
       A Samba Active Directory DC will issue weak rc4-hmac session keys for
       use between modern clients and servers despite all modern Kerberos
       implementations supporting the aes256-cts-hmac-sha1-96 cipher.
       On Samba Active Directory DCs and members
       'kerberos encryption types = legacy'
       would force rc4-hmac as a client even if the server supports
       aes128-cts-hmac-sha1-96 and/or aes256-cts-hmac-sha1-96.
       This is the Samba CVE for the Windows Kerberos Elevation of Privilege
       Vulnerability disclosed by Microsoft on Nov 8 2022.
       A service account with the special constrained delegation permission
       could forge a more powerful ticket than the one it was presented with.
       The "RC4" protection of the NetLogon Secure channel uses the same
       algorithms as rc4-hmac cryptography in Kerberos, and so must also be
       assumed to be weak.
       Since the Windows Kerberos RC4-HMAC Elevation of Privilege Vulnerability
       was disclosed by Microsoft on Nov 8 2022 and per RFC8429 it is assumed
       that rc4-hmac is weak, Vulnerable Samba Active Directory DCs will issue
       rc4-hmac encrypted tickets despite the target server supporting better
       encryption (eg aes256-cts-hmac-sha1-96).
       Note that there are several important behavior changes included in this
       release, which may cause compatibility problems interacting with system
       still expecting the former behavior.
       Please read the advisories of CVE-2022-37966, CVE-2022-37967 and
       CVE-2022-38023 carefully!
       For more information, see:
       https://www.samba.org/samba/security/CVE-2022-37966.html
       https://www.samba.org/samba/security/CVE-2022-37967.html
       https://www.samba.org/samba/security/CVE-2022-38023.html
       https://www.samba.org/samba/security/CVE-2022-45141.html
       https://www.cve.org/CVERecord?id=CVE-2022-37966
       https://www.cve.org/CVERecord?id=CVE-2022-37967
       https://www.cve.org/CVERecord?id=CVE-2022-38023
       https://www.cve.org/CVERecord?id=CVE-2022-45141
       (* Security fix *)
+--------------------------+
Fri Dec 16 08:08:08 UTC 2022
patches/packages/nano-7.1-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Dec 15 08:08:08 UTC 2022
patches/packages/xorg-server-1.20.14-arm-5_slack15.0.txz: Rebuilt.
       This release fixes 6 recently reported security vulnerabilities in
       various extensions.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2022-December/003302.html
       https://www.cve.org/CVERecord?id=CVE-2022-46340
       https://www.cve.org/CVERecord?id=CVE-2022-46341
       https://www.cve.org/CVERecord?id=CVE-2022-46342
       https://www.cve.org/CVERecord?id=CVE-2022-46343
       https://www.cve.org/CVERecord?id=CVE-2022-46344
       https://www.cve.org/CVERecord?id=CVE-2022-4283
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-5_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-5_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-5_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-3_slack15.0.txz: Rebuilt.
       This release fixes 6 recently reported security vulnerabilities in
       various extensions.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2022-December/003302.html
       https://www.cve.org/CVERecord?id=CVE-2022-46340
       https://www.cve.org/CVERecord?id=CVE-2022-46341
       https://www.cve.org/CVERecord?id=CVE-2022-46342
       https://www.cve.org/CVERecord?id=CVE-2022-46343
       https://www.cve.org/CVERecord?id=CVE-2022-46344
       https://www.cve.org/CVERecord?id=CVE-2022-4283
       (* Security fix *)
+--------------------------+
Sun Dec 11 08:08:08 UTC 2022
patches/packages/libarchive-3.6.2-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix and security release.
       Relevant bugfixes:
       rar5 reader: fix possible garbled output with bsdtar -O (#1745)
       mtree reader: support reading mtree files with tabs (#1783)
       Security fixes:
       various small fixes for issues found by CodeQL
       (* Security fix *)
+--------------------------+
Fri Dec 09 08:08:08 UTC 2022
patches/packages/emacs-27.2-arm-1_slack15.0.txz: Upgraded.
       GNU Emacs through 28.2 allows attackers to execute commands via shell
       metacharacters in the name of a source-code file, because lib-src/etags.c
       uses the system C library function in its implementation of the ctags
       program. For example, a victim may use the "ctags *" command (suggested in
       the ctags documentation) in a situation where the current working directory
       has contents that depend on untrusted input.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-45939
       (* Security fix *)
patches/packages/vim-9.0.1034-arm-1_slack15.0.txz: Upgraded.
       This update fixes various security issues such as a heap-based buffer
       overflow and use after free.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-4141
       https://www.cve.org/CVERecord?id=CVE-2022-3591
       https://www.cve.org/CVERecord?id=CVE-2022-3520
       https://www.cve.org/CVERecord?id=CVE-2022-3491
       https://www.cve.org/CVERecord?id=CVE-2022-4292
       https://www.cve.org/CVERecord?id=CVE-2022-4293
       (* Security fix *)
+--------------------------+
Thu Dec 08 08:08:08 UTC 2022
patches/packages/python3-3.9.16-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       gh-98739: Updated bundled libexpat to 2.5.0 to fix CVE-2022-43680
       (heap use-after-free).
       gh-98433: The IDNA codec decoder used on DNS hostnames by socket or asyncio
       related name resolution functions no longer involves a quadratic algorithm
       to fix CVE-2022-45061. This prevents a potential CPU denial of service if an
       out-of-spec excessive length hostname involving bidirectional characters were
       decoded. Some protocols such as urllib http 3xx redirects potentially allow
       for an attacker to supply such a name.
       gh-100001: python -m http.server no longer allows terminal control characters
       sent within a garbage request to be printed to the stderr server log.
       gh-87604: Avoid publishing list of active per-interpreter audit hooks via the
       gc module.
       gh-97514: On Linux the multiprocessing module returns to using filesystem
       backed unix domain sockets for communication with the forkserver process
       instead of the Linux abstract socket namespace. Only code that chooses to use
       the "forkserver" start method is affected. This prevents Linux CVE-2022-42919
       (potential privilege escalation) as abstract sockets have no permissions and
       could allow any user on the system in the same network namespace (often the
       whole system) to inject code into the multiprocessing forkserver process.
       Filesystem based socket permissions restrict this to the forkserver process
       user as was the default in Python 3.8 and earlier.
       gh-98517: Port XKCP's fix for the buffer overflows in SHA-3 to fix
       CVE-2022-37454.
       gh-68966: The deprecated mailcap module now refuses to inject unsafe text
       (filenames, MIME types, parameters) into shell commands to address
       CVE-2015-20107. Instead of using such text, it will warn and act as if a
       match was not found (or for test commands, as if the test failed).
       For more information, see:
       https://pythoninsider.blogspot.com/2022/12/python-3111-3109-3916-3816-3716-and.html
       https://www.cve.org/CVERecord?id=CVE-2022-43680
       https://www.cve.org/CVERecord?id=CVE-2022-45061
       https://www.cve.org/CVERecord?id=CVE-2022-42919
       https://www.cve.org/CVERecord?id=CVE-2022-37454
       https://www.cve.org/CVERecord?id=CVE-2015-20107
       (* Security fix *)
+--------------------------+
Tue Dec 06 08:08:08 UTC 2022
patches/packages/ca-certificates-20221205-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/glibc-zoneinfo-2022g-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
+--------------------------+
Wed Nov 30 08:08:08 UTC 2022
patches/packages/openssl-1.1.1s-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
patches/packages/openssl-solibs-1.1.1s-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Sun Nov 27 08:08:08 UTC 2022
patches/packages/linux-5.15.80/*: Upgraded.
       These updates fix various bugs and security issues.
       Fixed in 5.15.74:
       https://www.cve.org/CVERecord?id=CVE-2022-40768
       https://www.cve.org/CVERecord?id=CVE-2022-42721
       https://www.cve.org/CVERecord?id=CVE-2022-3621
       https://www.cve.org/CVERecord?id=CVE-2022-42722
       https://www.cve.org/CVERecord?id=CVE-2022-42719
       https://www.cve.org/CVERecord?id=CVE-2022-41674
       https://www.cve.org/CVERecord?id=CVE-2022-3649
       https://www.cve.org/CVERecord?id=CVE-2022-3646
       https://www.cve.org/CVERecord?id=CVE-2022-42720
       Fixed in 5.15.75:
       https://www.cve.org/CVERecord?id=CVE-2022-43945
       https://www.cve.org/CVERecord?id=CVE-2022-41849
       https://www.cve.org/CVERecord?id=CVE-2022-3535
       https://www.cve.org/CVERecord?id=CVE-2022-3594
       https://www.cve.org/CVERecord?id=CVE-2022-2602
       https://www.cve.org/CVERecord?id=CVE-2022-41850
       https://www.cve.org/CVERecord?id=CVE-2022-3565
       https://www.cve.org/CVERecord?id=CVE-2022-3542
       Fixed in 5.15.77:
       https://www.cve.org/CVERecord?id=CVE-2022-3524
       Fixed in 5.15.78:
       https://www.cve.org/CVERecord?id=CVE-2022-3628
       https://www.cve.org/CVERecord?id=CVE-2022-3623
       https://www.cve.org/CVERecord?id=CVE-2022-42896
       https://www.cve.org/CVERecord?id=CVE-2022-42895
       https://www.cve.org/CVERecord?id=CVE-2022-3543
       https://www.cve.org/CVERecord?id=CVE-2022-3564
       https://www.cve.org/CVERecord?id=CVE-2022-3619
       Fixed in 5.15.80:
       https://www.cve.org/CVERecord?id=CVE-2022-3521
       https://www.cve.org/CVERecord?id=CVE-2022-3169
       (* Security fix *)
+--------------------------+
Fri Nov 25 08:08:08 UTC 2022
patches/packages/ruby-3.0.5-arm-1_slack15.0.txz: Upgraded.
       This release includes a security fix:
       HTTP response splitting in CGI.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2021-33621
       (* Security fix *)
+--------------------------+
Tue Nov 22 08:08:08 UTC 2022
patches/packages/freerdp-2.9.0-arm-1_slack15.0.txz: Upgraded.
       Fixed multiple client side input validation issues.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-39316
       https://www.cve.org/CVERecord?id=CVE-2022-39317
       https://www.cve.org/CVERecord?id=CVE-2022-39318
       https://www.cve.org/CVERecord?id=CVE-2022-39319
       https://www.cve.org/CVERecord?id=CVE-2022-39320
       https://www.cve.org/CVERecord?id=CVE-2022-41877
       https://www.cve.org/CVERecord?id=CVE-2022-39347
       (* Security fix *)
+--------------------------+
Thu Nov 17 08:08:08 UTC 2022

Thanks to everyone who has responded to the plea to help with the running
costs of the project!

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/krb5-1.19.2-arm-3_slack15.0.txz: Rebuilt.
       Fixed integer overflows in PAC parsing.
       Fixed memory leak in OTP kdcpreauth module.
       Fixed PKCS11 module path search.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-42898
       (* Security fix *)
patches/packages/nano-7.0-arm-1_slack15.0.txz: Upgraded.
patches/packages/samba-4.15.12-arm-1_slack15.0.txz: Upgraded.
       Fixed a security issue where Samba's Kerberos libraries and AD DC failed
       to guard against integer overflows when parsing a PAC on a 32-bit system,
       which allowed an attacker with a forged PAC to corrupt the heap.
       For more information, see:
       https://www.samba.org/samba/security/CVE-2022-42898.html
       https://www.cve.org/CVERecord?id=CVE-2022-42898
       (* Security fix *)
patches/packages/xfce4-settings-4.16.5-arm-1_slack15.0.txz: Upgraded.
       This update fixes regressions in the previous security fix:
       mime-settings: Properly quote command parameters.
       Revert "Escape characters which do not belong into an URI/URL (Issue #390)."
+--------------------------+
Fri Nov 11 08:08:08 UTC 2022
patches/packages/php-7.4.33-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues:
       GD: OOB read due to insufficient input validation in imageloadfont().
       Hash: buffer overflow in hash_update() on long parameter.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-31630
       https://www.cve.org/CVERecord?id=CVE-2022-37454
       (* Security fix *)
+--------------------------+
Thu Nov 10 08:08:08 UTC 2022
patches/packages/sysstat-12.7.1-arm-1_slack15.0.txz: Upgraded.
       On 32 bit systems, in versions 9.1.16 and newer but prior to 12.7.1,
       allocate_structures contains a size_t overflow in sa_common.c. The
       allocate_structures function insufficiently checks bounds before arithmetic
       multiplication, allowing for an overflow in the size allocated for the
       buffer representing system activities.
       This issue may lead to Remote Code Execution (RCE).
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-39377
       (* Security fix *)
patches/packages/xfce4-settings-4.16.4-arm-1_slack15.0.txz: Upgraded.
       Fixed an argument injection vulnerability in xfce4-mime-helper.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-45062
       (* Security fix *)
+--------------------------+
Wed Nov 09 08:08:08 UTC 2022

Thanks to everyone who has responded to the plea to help with the running
costs of the project!

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/glibc-zoneinfo-2022f-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
patches/packages/mariadb-10.5.18-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://mariadb.com/kb/en/mariadb-10-5-18-release-notes
+--------------------------+
Sun Nov 06 08:08:08 UTC 2022
patches/packages/sudo-1.9.12p1-arm-1_slack15.0.txz: Upgraded.
       Fixed a potential out-of-bounds write for passwords smaller than 8
       characters when passwd authentication is enabled.
       This does not affect configurations that use other authentication
       methods such as PAM, AIX authentication or BSD authentication.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-43995
       (* Security fix *)
+--------------------------+
Fri Nov 04 08:08:08 UTC 2022
patches/packages/mozilla-nss-3.84-arm-1_slack15.0.txz: Upgraded.
       Fixed a segmentation fault when the server requests a client auth cert but
       the client has no certs in its database.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-3479
       (* Security fix *)
+--------------------------+
Tue Nov 01 08:08:08 UTC 2022
extra/php80/php80-8.0.25-arm-1.txz: Upgraded.
       This update fixes security issues:
       GD: OOB read due to insufficient input validation in imageloadfont().
       Hash: buffer overflow in hash_update() on long parameter.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-31630
       https://www.cve.org/CVERecord?id=CVE-2022-37454
       (* Security fix *)
extra/php81/php81-8.1.12-arm-1.txz: Upgraded.
       This update fixes security issues:
       GD: OOB read due to insufficient input validation in imageloadfont().
       Hash: buffer overflow in hash_update() on long parameter.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-31630
       https://www.cve.org/CVERecord?id=CVE-2022-37454
       (* Security fix *)
patches/packages/vim-9.0.0814-arm-1_slack15.0.txz: Upgraded.
       A vulnerability was found in vim and classified as problematic. Affected by
       this issue is the function qf_update_buffer of the file quickfix.c of the
       component autocmd Handler. The manipulation leads to use after free. The
       attack may be launched remotely. Upgrading to version 9.0.0805 is able to
       address this issue.
       Thanks to marav for the heads-up.
       For more information, see:
       https://www.cve.org/CVERecord?id=CVE-2022-3705
       (* Security fix *)
patches/packages/vim-gvim-9.0.0814-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Oct 27 08:08:08 UTC 2022
patches/packages/curl-7.86.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       HSTS bypass via IDN.
       HTTP proxy double-free.
       .netrc parser out-of-bounds access.
       POST following PUT confusion.
       For more information, see:
       https://curl.se/docs/CVE-2022-42916.html
       https://curl.se/docs/CVE-2022-42915.html
       https://curl.se/docs/CVE-2022-35260.html
       https://curl.se/docs/CVE-2022-32221.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42916
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-42915
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35260
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32221
       (* Security fix *)
+--------------------------+
Wed Oct 26 08:08:08 UTC 2022

Thanks to everyone who has responded to the plea to help with the running
costs of the project!

If you like using the ARM port and are able to help contribute to the
running costs, that'd be certainly appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/expat-2.5.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Fix heap use-after-free after overeager destruction of a shared DTD in
       function XML_ExternalEntityParserCreate in out-of-memory situations.
       Expected impact is denial of service or potentially arbitrary code
       execution.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43680
       (* Security fix *)
patches/packages/samba-4.15.11-arm-1_slack15.0.txz: Upgraded.
       This update fixes the following security issue:
       There is a limited write heap buffer overflow in the GSSAPI unwrap_des()
       and unwrap_des3() routines of Heimdal (included in Samba).
       For more information, see:
       https://www.samba.org/samba/security/CVE-2022-3437.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3437
       (* Security fix *)
+--------------------------+
Sat Oct 22 08:08:08 UTC 2022
patches/packages/rsync-3.2.7-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       Notably, this addresses some regressions caused by the file-list validation
       fix in rsync-3.2.5.
       Thanks to llgar.
+--------------------------+
Fri Oct 21 08:08:08 UTC 2022
patches/packages/samba-4.15.10-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.samba.org/samba/history/samba-4.15.10.html
patches/packages/whois-5.5.14-arm-1_slack15.0.txz: Upgraded.
       This update adds the .bf and .sd TLD servers, removes the .gu TLD server,
       updates the .dm, .fj, .mt and .pk TLD servers, updates the charset for
       whois.nic.tr, updates the list of new gTLDs, removes whois.nic.fr from the
       list of RIPE-like servers (because it is not one anymore), renames
       whois.arnes.si to whois.register.si in the list of RIPE-like servers, and
       adds the hiding string for whois.auda.org.au.
+--------------------------+
Thu Oct 20 08:08:08 UTC 2022
patches/packages/git-2.35.5-arm-1_slack15.0.txz: Upgraded.
       This release fixes two security issues:
       * CVE-2022-39253:
       When relying on the `--local` clone optimization, Git dereferences
       symbolic links in the source repository before creating hardlinks
       (or copies) of the dereferenced link in the destination repository.
       This can lead to surprising behavior where arbitrary files are
       present in a repository's `$GIT_DIR` when cloning from a malicious
       repository.
       Git will no longer dereference symbolic links via the `--local`
       clone mechanism, and will instead refuse to clone repositories that
       have symbolic links present in the `$GIT_DIR/objects` directory.
       Additionally, the value of `protocol.file.allow` is changed to be
       "user" by default.
       * CVE-2022-39260:
       An overly-long command string given to `git shell` can result in
       overflow in `split_cmdline()`, leading to arbitrary heap writes and
       remote code execution when `git shell` is exposed and the directory
       `$HOME/git-shell-commands` exists.
       `git shell` is taught to refuse interactive commands that are
       longer than 4MiB in size. `split_cmdline()` is hardened to reject
       inputs larger than 2GiB.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39253
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39260
       (* Security fix *)
+--------------------------+
Wed Oct 19 08:08:08 UTC 2022

Hello!

It's finally time to call for donations to cover project running costs.
As the price of electricity has soared all across Europe, running this project
obviously costs me significantly more money than it ever has. I've already shut
down all but one of the x86's that were part of the compile cluster, as those
were the largest consumers but that's about all I can do. I've been tempted to
shut down the stable release builder for Slackware ARM 14.2 but I don't think
it consumes much power (and I don't want to lose the 242 days uptime to start
measuring it ;-) ), and powering it down would effectively mark the EOL
(End of Life) for that release, which I don't fancy doing just yet.

If you're able to help contribute to the running costs, that'd be certainly
appreciated!

There are two donation options available:
       https://www.paypal.com/paypalme/armedslack
       https://www.patreon.com/armedslack

Thanks
       Stuart <mozes@slackware>

patches/packages/xorg-server-1.20.14-arm-4_slack15.0.txz: Rebuilt.
       xkb: proof GetCountedString against request length attacks.
       xkb: fix some possible memleaks in XkbGetKbdByName.
       xquartz: Fix a possible crash when editing the Application menu due
       to mutating immutable arrays.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3550
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3551
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3553
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-4_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-4_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-4_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xwayland-21.1.4-arm-2_slack15.0.txz: Rebuilt.
       xkb: proof GetCountedString against request length attacks.
       xkb: fix some possible memleaks in XkbGetKbdByName.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3550
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3551
       (* Security fix *)
+--------------------------+
Tue Oct 18 08:08:08 UTC 2022
patches/packages/glibc-zoneinfo-2022e-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
+--------------------------+
Mon Oct 17 08:08:08 UTC 2022
patches/packages/zlib-1.2.13-arm-1_slack15.0.txz: Upgraded.
       Fixed a bug when getting a gzip header extra field with inflateGetHeader().
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-37434
       (* Security fix *)
+--------------------------+
Sun Oct 16 08:08:08 UTC 2022
patches/packages/linux-5.15.73/*: Upgraded.
       Upgraded to Linux Kernel 5.15.73.
       Upgraded to the latest Kernel Module Loader scripts from Slackware AArch64.
patches/packages/qt5-5.15.3_20211130_014c375b-arm-5_slack15.0.txz: Rebuilt.
       Set executable bit on profile scripts within /etc/profile.d/
       Thanks to alekow on LQ for the bug report.
+--------------------------+
Fri Oct 14 08:08:08 UTC 2022
patches/packages/python3-3.9.15-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Bundled libexpat was upgraded from 2.4.7 to 2.4.9 which fixes a heap
       use-after-free vulnerability in function doContent.
       gh-97616: a fix for a possible buffer overflow in list *= int.
       gh-97612: a fix for possible shell injection in the example script
       get-remote-certificate.py.
       gh-96577: a fix for a potential buffer overrun in msilib.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40674
       (* Security fix *)
+--------------------------+
Sun Oct 09 08:08:08 UTC 2022
patches/packages/libksba-1.6.2-arm-1_slack15.0.txz: Upgraded.
       Detect a possible overflow directly in the TLV parser.
       This patch detects possible integer overflows immmediately when creating
       the TI object.
       Reported-by: ZDI-CAN-18927, ZDI-CAN-18928, ZDI-CAN-18929
       (* Security fix *)
+--------------------------+
Thu Oct 06 08:08:08 UTC 2022
patches/packages/dhcp-4.4.3_P1-arm-1_slack15.0.txz: Upgraded.
       This update fixes two security issues:
       Corrected a reference count leak that occurs when the server builds
       responses to leasequery packets.
       Corrected a memory leak that occurs when unpacking a packet that has an
       FQDN option (81) that contains a label with length greater than 63 bytes.
       Thanks to VictorV of Cyber Kunlun Lab for reporting these issues.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2928
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2929
       (* Security fix *)
+--------------------------+
Mon Oct 03 08:08:08 UTC 2022
extra/php80/php80-8.0.24-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       phar wrapper: DOS when using quine gzip file.
       Don't mangle HTTP variable names that clash with ones that have a specific
       semantic meaning.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31628
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31629
       (* Security fix *)
extra/php81/php81-8.1.11-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       phar wrapper: DOS when using quine gzip file.
       Don't mangle HTTP variable names that clash with ones that have a specific
       semantic meaning.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31628
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31629
       (* Security fix *)
patches/packages/glibc-zoneinfo-2022d-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
patches/packages/php-7.4.32-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues:
       phar wrapper: DOS when using quine gzip file.
       Don't mangle HTTP variable names that clash with ones that have a specific
       semantic meaning.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31628
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31629
       (* Security fix *)
patches/packages/vim-9.0.0623-arm-1_slack15.0.txz: Upgraded.
       Fixed use-after-free and stack-based buffer overflow.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-3352
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-3324
       (* Security fix *)
patches/packages/vim-gvim-9.0.0623-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Wed Sep 28 08:08:08 UTC 2022
patches/packages/xorg-server-xwayland-21.1.4-arm-2_slack15.0.txz: Rebuilt.
       xkb: switch to array index loops to moving pointers.
       xkb: add request length validation for XkbSetGeometry.
       xkb: swap XkbSetDeviceInfo and XkbSetDeviceInfoCheck.
       Thanks to LuckyCyborg for prompt.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2319
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2320
       (* Security fix *)
+--------------------------+
Tue Sep 27 08:08:08 UTC 2022
patches/packages/dnsmasq-2.87-arm-1_slack15.0.txz: Upgraded.
       Fix write-after-free error in DHCPv6 server code.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0934
       (* Security fix *)
patches/packages/vim-9.0.0594-arm-1_slack15.0.txz: Upgraded.
       Fixed stack-based buffer overflow.
       Thanks to marav for the heads-up.
       In addition, Mig21 pointed out an issue where the defaults.vim file might
       need to be edited for some purposes as its contents will override the
       settings in the system-wide vimrc. Usually this file is replaced whenever
       vim is upgraded, which in those situations would be inconvenient for the
       admin. Thus support's been added for a file named defaults.vim.custom
       which (if it exists) will be used instead of the defaults.vim file shipped
       in the package and will persist through upgrades.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3296
       (* Security fix *)
patches/packages/vim-gvim-9.0.0594-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Mon Sep 26 08:08:08 UTC 2022
patches/packages/vim-9.0.0558-arm-1_slack15.0.txz: Upgraded.
       Fixed use after free.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3256
       (* Security fix *)
patches/packages/vim-gvim-9.0.0558-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Fri Sep 23 08:08:08 UTC 2022
patches/packages/ca-certificates-20220922-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
+--------------------------+
Thu Sep 22 08:08:08 UTC 2022
patches/packages/bind-9.16.33-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and the following security issues:
       Fix memory leak in EdDSA verify processing.
       Fix memory leak in ECDSA verify processing.
       Fix serve-stale crash that could happen when stale-answer-client-timeout
       was set to 0 and there was a stale CNAME in the cache for an incoming query.
       Prevent excessive resource use while processing large delegations.
       For more information, see:
       https://kb.isc.org/docs/cve-2022-38178
       https://kb.isc.org/docs/cve-2022-38177
       https://kb.isc.org/docs/cve-2022-3080
       https://kb.isc.org/docs/cve-2022-2795
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38178
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38177
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3080
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2795
       (* Security fix *)
patches/packages/cups-2.4.2-arm-2_slack15.0.txz: Rebuilt.
       Install pkgconfig file to the proper directory.
       Fixed crash when using the CUPS web setup interface:
       [PATCH] Fix OpenSSL crash bug - "tls" pointer wasn't cleared after freeing
       it (Issue #409).
       Thanks to MisterL, bryjen, and kjhambrick.
       Fixed an OpenSSL certificate loading issue:
       [PATCH] The OpenSSL code path wasn't loading the full certificate
       chain (Issue #465).
       Thanks to tmmukunn.
+--------------------------+
Wed Sep 21 08:08:08 UTC 2022
patches/packages/expat-2.4.9-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       Heap use-after-free vulnerability in function doContent. Expected impact is
       denial of service or potentially arbitrary code execution.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40674
       (* Security fix *)
+--------------------------+
Mon Sep 19 08:08:08 UTC 2022
patches/packages/vim-9.0.0500-arm-1_slack15.0.txz: Upgraded.
       Fixed heap-based buffer overflow.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3234
       (* Security fix *)
patches/packages/vim-gvim-9.0.0500-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Sep 15 08:08:08 UTC 2022
patches/packages/aaa_glibc-solibs-2.33-arm-5_slack15.0.txz: Rebuilt.
patches/packages/glibc-2.33-arm-5_slack15.0.txz: Rebuilt.
       Usually on Slackware ARM, glibc is built to require the major version and
       patch level of the Linux Kernel that was first shipped publicly with the
       Slackware release.
       In the case of Slackware AArch64 this was Linux 5.15, and for Slackware v15.0
       on the ARM32 platform it was Linux 5.10.
       Doing this prevents obsolete support being compiled into glibc to support
       old Linux Kernels that will never be used in Slackware.
       This works fine when the OS is running natively on ARM hardware, but under
       emulation running within older environments and older Kernels this can cause
       issues with unsupported system calls.

       In this build glibc now requires a minimum Linux Kernel version 5.4, so that
       applications/environments that don't support the 'faccessat2' system call can
       fall back to 'faccessat' rather than crashing with a message such as
       `1 Unknown syscall 439`.

       Thanks to Andrew Clemons for the research and testing.
patches/packages/glibc-i18n-2.33-arm-5_slack15.0.txz: Rebuilt.
patches/packages/glibc-profile-2.33-arm-5_slack15.0.txz: Rebuilt.
+--------------------------+
Mon Sep 12 08:08:08 UTC 2022
patches/packages/vim-9.0.0417-arm-1_slack15.0.txz: Upgraded.
       Fixed null pointer dereference.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3153
       (* Security fix *)
patches/packages/vim-gvim-9.0.0417-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Sep 08 08:08:08 UTC 2022
patches/packages/python3-3.9.14-arm-1_slack15.0.txz: Upgraded.
       This is a security and bugfix release.
       gh-95778: Converting between int and str in bases other than 2 (binary), 4,
       8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a
       ValueError if the number of digits in string form is above a limit to avoid
       potential denial of service attacks due to the algorithmic complexity.
       For more information, see:
       https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10735
       (* Security fix *)
+--------------------------+
Wed Sep 07 08:08:08 UTC 2022
patches/packages/vim-9.0.0396-arm-1_slack15.0.txz: Upgraded.
       Fixed use after free.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3099
       (* Security fix *)
patches/packages/vim-gvim-9.0.0396-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Tue Sep 06 08:08:08 UTC 2022
patches/packages/linux-5.15.65/*: Upgraded.
+--------------------------+
Fri Sep 02 08:08:08 UTC 2022
patches/packages/poppler-21.12.0-arm-2_slack15.0.txz: Rebuilt.
       [PATCH] JBIG2Stream: Fix crash on broken file.
       For more information, see:
       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30860
       (* Security fix *)
+--------------------------+
Thu Sep 01 08:08:08 UTC 2022
patches/packages/curl-7.85.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       control code in cookie denial of service.
       For more information, see:
       https://curl.se/docs/CVE-2022-35252.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35252
       (* Security fix *)
+--------------------------+
Wed Aug 31 08:08:08 UTC 2022
extra/sendmail/sendmail-8.17.1-arm-3_slack15.0.txz: Rebuilt.
       Patched sendmail.h to fix SASL auth. Thanks to af7567.
       Build without -DUSE_EAI (which is evidently considered experimental) since
       the option breaks the vacation binary. Thanks to bitfuzzy and HQuest.
       It is possible that this could work but requires additional options. I found
       this in the ChangeLog for the SUSE rpm:
       Experimental support for SMTPUTF8 (EAI, see RFC 6530-6533) is available
       when using the compile time option USE_EAI (see also
       devtools/Site/site.config.m4.sample for other required settings) and the cf
       option SMTPUTF8. If a mail submission via the command line requires the
       use of SMTPUTF8, e.g., because a header uses UTF-8 encoding, but the
       addresses on the command line are all ASCII, then the new option -U must be
       used, and the cf option SMTPUTF8 must be set in submit.cf.
       Any assistance with getting -DUSE_EAI working properly would be appreciated.
extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz: Rebuilt.
patches/packages/vim-9.0.0334-arm-1_slack15.0.txz: Upgraded.
       Fixed use after free.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3016
       (* Security fix *)
patches/packages/vim-gvim-9.0.0334-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Tue Aug 30 08:08:08 UTC 2022
patches/packages/linux-5.15.63/*: Upgraded.
       These updates fix various bugs and security issues.
       For more information, see:
       Fixed in 5.15.53:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2318
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33743
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33742
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33741
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33740
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26365
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33744
       Fixed in 5.15.54:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33655
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34918
       Fixed in 5.15.56:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36123
       Fixed in 5.15.57:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29900
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29901
       Fixed in 5.15.58:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21505
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1462
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36879
       Fixed in 5.15.59:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36946
       Fixed in 5.15.60:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26373
       Fixed in 5.15.61:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2586
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2585
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1679
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2588
       (* Security fix *)
patches/packages/vim-9.0.0270-arm-1_slack15.0.txz: Upgraded.
       We're just going to move to vim-9 instead of continuing to backport patches
       to the vim-8 branch. Most users will be better served by this.
       Fixed use after free and null pointer dereference.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2946
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2923
       (* Security fix *)
patches/packages/vim-gvim-9.0.0270-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Wed Aug 24 08:08:08 UTC 2022
extra/sendmail/sendmail-8.17.1-arm-2_slack15.0.txz: Rebuilt.
       In recent versions of glibc, USE_INET6 has been removed which caused sendmail
       to reject mail from IPv6 addresses. Adding -DHAS_GETHOSTBYNNAME2=1 to the
       site.config.m4 allows the reverse lookups to work again fixing this issue.
       Thanks to talo.
extra/sendmail/sendmail-cf-8.17.1-noarch-2_slack15.0.txz: Rebuilt.
patches/packages/hunspell-1.7.1-arm-1_slack15.0.txz: Upgraded.
       Fixed invalid read operation in SuggestMgr::leftcommonsubstring
       in suggestmgr.cxx.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16707
       (* Security fix *)
+--------------------------+
Sun Aug 21 08:08:08 UTC 2022
patches/packages/vim-8.2.4649-arm-3_slack15.0.txz: Rebuilt.
       Fix use after free.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2889
       (* Security fix *)
patches/packages/vim-gvim-8.2.4649-arm-3_slack15.0.txz: Rebuilt.
+--------------------------+
Sat Aug 20 08:08:08 UTC 2022
patches/packages/glibc-zoneinfo-2022c-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
+--------------------------+
Thu Aug 18 08:08:08 UTC 2022
patches/packages/vim-8.2.4649-arm-2_slack15.0.txz: Rebuilt.
       Fix use after free, out-of-bounds read, and heap based buffer overflow.
       Thanks to marav for the heads-up.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2816
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2817
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2819
       (* Security fix *)
patches/packages/vim-gvim-8.2.4649-arm-2_slack15.0.txz: Rebuilt.
+--------------------------+
Wed Aug 17 08:08:08 UTC 2022
patches/packages/mariadb-10.5.17-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and several security issues.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32082
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32089
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32081
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32091
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32084
       (* Security fix *)
patches/packages/rsync-3.2.5-arm-1_slack15.0.txz: Upgraded.
       Added some file-list safety checking that helps to ensure that a rogue
       sending rsync can't add unrequested top-level names and/or include recursive
       names that should have been excluded by the sender. These extra safety
       checks only require the receiver rsync to be updated. When dealing with an
       untrusted sending host, it is safest to copy into a dedicated destination
       directory for the remote content (i.e. don't copy into a destination
       directory that contains files that aren't from the remote host unless you
       trust the remote host).
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29154
       (* Security fix *)
+--------------------------+
Mon Aug 15 08:08:08 UTC 2022
patches/packages/glibc-zoneinfo-2022b-noarch-1_slack15.0.txz: Upgraded.
       This package provides the latest timezone updates.
+--------------------------+
Tue Aug 09 08:08:08 UTC 2022
patches/packages/zlib-1.2.12-arm-2_slack15.0.txz: Rebuilt.
       This is a bugfix update.
       Applied an upstream patch to restore the handling of CRC inputs to be the
       same as in previous releases of zlib. This fixes an issue with OpenJDK.
       Thanks to alienBOB.
+--------------------------+
Fri Aug 05 08:08:08 UTC 2022
patches/packages/nano-6.4-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Sat Jul 30 08:08:08 UTC 2022
patches/packages/gnutls-3.7.7-arm-1_slack15.0.txz: Upgraded.
       libgnutls: Fixed double free during verification of pkcs7 signatures.
       Reported by Jaak Ristioja.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2509
       (* Security fix *)
+--------------------------+
Thu Jul 28 08:08:08 UTC 2022
patches/packages/samba-4.15.9-arm-1_slack15.0.txz: Upgraded.
       This update fixes the following security issues:
       Samba AD users can bypass certain restrictions associated with changing
       passwords.
       Samba AD users can forge password change requests for any user.
       Samba AD users can crash the server process with an LDAP add or modify
       request.
       Samba AD users can induce a use-after-free in the server process with an
       LDAP add or modify request.
       Server memory information leak via SMB1.
       For more information, see:
       https://www.samba.org/samba/security/CVE-2022-2031.html
       https://www.samba.org/samba/security/CVE-2022-32744.html
       https://www.samba.org/samba/security/CVE-2022-32745.html
       https://www.samba.org/samba/security/CVE-2022-32746.html
       https://www.samba.org/samba/security/CVE-2022-32742.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2031
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32744
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32745
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32746
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32742
       (* Security fix *)
+--------------------------+
Tue Jul 26 08:08:08 UTC 2022
patches/packages/perl-5.34.0-arm-2_slack15.0.txz: Rebuilt.
       This is a bugfix release.
       Upgraded: Devel-CheckLib-1.16, IO-Socket-SSL-2.074, Net-SSLeay-1.92,
       Path-Tiny-0.122, Template-Toolkit-3.100, URI-5.12, libnet-3.14.
       Added a symlink to libperl.so in /usr/${LIBDIRSUFFIX} since net-snmp (and
       possibly other programs) might have trouble linking with it since it's not
       in the LD_LIBRARY_PATH. Thanks to oneforall.
+--------------------------+
Thu Jul 21 08:08:08 UTC 2022
patches/packages/net-snmp-5.9.3-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       A buffer overflow in the handling of the INDEX of NET-SNMP-VACM-MIB can cause
       an out-of-bounds memory access.
       A malformed OID in a GET-NEXT to the nsVacmAccessTable can cause a NULL
       pointer dereference.
       Improper Input Validation when SETing malformed OIDs in master agent and
       subagent simultaneously.
       A malformed OID in a SET request to SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable
       can cause an out-of-bounds memory access.
       A malformed OID in a SET request to NET-SNMP-AGENT-MIB::nsLogTable can cause a
       NULL pointer dereference.
       A malformed OID in a SET to the nsVacmAccessTable can cause a NULL pointer
       dereference.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24805
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24809
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24806
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24807
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24808
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24810
       (* Security fix *)
+--------------------------+
Thu Jul 14 08:08:08 UTC 2022
patches/packages/xorg-server-1.20.14-arm-3_slack15.0.txz: Rebuilt.
       xkb: switch to array index loops to moving pointers.
       xkb: add request length validation for XkbSetGeometry.
       xkb: swap XkbSetDeviceInfo and XkbSetDeviceInfoCheck.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2319
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2320
       (* Security fix *)
patches/packages/xorg-server-xephyr-1.20.14-arm-3_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xnest-1.20.14-arm-3_slack15.0.txz: Rebuilt.
patches/packages/xorg-server-xvfb-1.20.14-arm-3_slack15.0.txz: Rebuilt.
+--------------------------+
Mon Jul 11 08:08:08 UTC 2022
patches/packages/wavpack-5.5.0-arm-1_slack15.0.txz: Upgraded.
       WavPack 5.5.0 contains a fix for CVE-2021-44269 wherein encoding a specially
       crafted DSD file causes an out-of-bounds read exception.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44269
       (* Security fix *)
+--------------------------+
Fri Jul 08 08:08:08 UTC 2022
extra/php81/php81-8.1.8-arm-1.txz: Upgraded.
       This update fixes bugs and a security issue:
       Fileinfo: Fixed bug #81723 (Heap buffer overflow in finfo_buffer).
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31627
       (* Security fix *)
patches/packages/gnupg2-2.2.36-arm-1_slack15.0.txz: Upgraded.
       g10: Fix possibly garbled status messages in NOTATION_DATA. This bug could
       trick GPGME and other parsers to accept faked status lines.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34903
       (* Security fix *)
patches/packages/openssl-1.1.1q-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Heap memory corruption with RSA private key operation.
       AES OCB fails to encrypt some bytes.
       For more information, see:
       https://www.openssl.org/news/secadv/20220705.txt
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2274
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2097
       (* Security fix *)
patches/packages/openssl-solibs-1.1.1q-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Tue Jul 05 08:08:08 UTC 2022
patches/packages/linux-5.15.52/kernel-headers-5.15.52-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.52/kernel-modules-armv7-5.15.52_armv7-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.52/kernel-source-5.15.52-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.52/kernel_armv7-5.15.52-arm-1_slack15.0.txz: Upgraded.
       os-initrd-mgr: Added option: -S, --sync-loaded-kmods to synchronize the
       OS InitRD's Kernel modules with those presently loaded within the Operating
       System. This reduces the size of the OS InitRD significantly, improving the
       boot time.
       This isn't presently the default, but you can make it so by following the
       instructions within /etc/os-initrd-mgr.conf.sample

       Note: To have this setting persist across Kernel upgrades, you must upgrade the
       'a/kernel-modules' package before 'a/kernel'. If not, it'll revert to the generic
       OS InitRD.

       If at any point you want to revert to the generic OS InitRD, simply
       reinstall the 'a/kernel' package (and unset the setting if you configured
       it in /etc/os-initrd-mgr.conf).
+--------------------------+
Wed Jun 29 08:08:08 UTC 2022
patches/packages/curl-7.84.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       Set-Cookie denial of service.
       HTTP compression denial of service.
       Unpreserved file permissions.
       FTP-KRB bad message verification.
       For more information, see:
       https://curl.se/docs/CVE-2022-32205.html
       https://curl.se/docs/CVE-2022-32206.html
       https://curl.se/docs/CVE-2022-32207.html
       https://curl.se/docs/CVE-2022-32208.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32205
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32206
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32207
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32208
       (* Security fix *)
+--------------------------+
Thu Jun 23 08:08:08 UTC 2022
patches/packages/ca-certificates-20220622-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/openssl-1.1.1p-arm-1_slack15.0.txz: Upgraded.
       In addition to the c_rehash shell command injection identified in
       CVE-2022-1292, further circumstances where the c_rehash script does not
       properly sanitise shell metacharacters to prevent command injection were
       found by code review.
       When the CVE-2022-1292 was fixed it was not discovered that there
       are other places in the script where the file names of certificates
       being hashed were possibly passed to a command executed through the shell.
       For more information, see:
       https://www.openssl.org/news/secadv/20220621.txt
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068
       (* Security fix *)
patches/packages/openssl-solibs-1.1.1p-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Wed Jun 15 08:08:08 UTC 2022
extra/php80/php80-8.0.20-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       mysqlnd/pdo password buffer overflow.
       Uninitialized array in pg_query_params().
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31626
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31625
       (* Security fix *)
extra/php81/php81-8.1.7-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       mysqlnd/pdo password buffer overflow.
       Uninitialized array in pg_query_params().
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31626
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31625
       (* Security fix *)
patches/packages/php-7.4.30-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and security issues:
       mysqlnd/pdo password buffer overflow.
       Uninitialized array in pg_query_params().
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31626
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31625
       (* Security fix *)
+--------------------------+
Thu Jun 09 08:08:08 UTC 2022
patches/packages/httpd-2.4.54-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and the following security issues:
       mod_proxy X-Forwarded-For dropped by hop-by-hop mechanism.
       Information Disclosure in mod_lua with websockets.
       mod_sed denial of service.
       Denial of service in mod_lua r:parsebody.
       Read beyond bounds in ap_strcmp_match().
       Read beyond bounds via ap_rwrite().
       Read beyond bounds in mod_isapi.
       mod_proxy_ajp: Possible request smuggling.
       For more information, see:
       https://downloads.apache.org/httpd/CHANGES_2.4.54
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28330
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377
       (* Security fix *)
+--------------------------+
Sun Jun 05 08:08:08 UTC 2022
patches/packages/pidgin-2.14.10-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and several security issues.
       For more information, see:
       https://www.pidgin.im/posts/2022-06-2.14.10-released/
       (* Security fix *)
+--------------------------+
Thu May 26 08:08:08 UTC 2022
patches/packages/cups-2.4.2-arm-1_slack15.0.txz: Upgraded.
       Fixed certificate strings comparison for Local authorization.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26691
       (* Security fix *)
+--------------------------+
Mon May 23 08:08:08 UTC 2022
patches/packages/nasm-2.15.05-arm-3_slack15.0.txz: Rebuilt.
       Fixed build script bug that caused the nasm binary to be missing.
       Thanks to glorsplitz on LQ for the report.
+--------------------------+
Sun May 22 08:08:08 UTC 2022
patches/packages/mariadb-10.5.16-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and several security issues.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27376
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27377
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27378
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27379
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27380
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27381
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27382
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27383
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27384
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27386
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27387
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27444
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27445
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27446
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27447
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27448
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27449
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27451
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27452
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27455
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27456
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27457
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27458
       (* Security fix *)
+--------------------------+
Fri May 20 08:08:08 UTC 2022
patches/packages/bind-9.16.29-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
+--------------------------+
Fri May 13 08:08:08 UTC 2022
patches/packages/linux-5.15.39/kernel-headers-5.15.39-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.39/kernel-modules-armv7-5.15.39_armv7-arm-1_slack15.0.txz: Upgraded.
       No longer call depmod from the post installation script unless /lib/modules/<ver>/modules.dep
       is missing. The module dependencies list is created when the package is built,
       so it shouldn't need to be re-created when the package is installed. This will
       reduce the time taken to install the package.
       Call os-initrd-mgr to create a firmware inventory during the pre-installation
       phase to aid the firmware handling between Kernel package upgrades.
       Thanks to Patrick Volkerding for the help figuring out the technicalities.
patches/packages/linux-5.15.39/kernel-source-5.15.39-arm-1_slack15.0.txz: Upgraded.
patches/packages/linux-5.15.39/kernel_armv7-5.15.39-arm-1_slack15.0.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.

       * Added -O, --os-inventory command line operator to create an inventory of
       the firmware within /run. The a/kernel-modules package calls it from its
       installation script.
       The purpose is that if the kernel-modules package is upgraded ahead of the
       kernel package, we run the risk of never having a freshly discovered list of
       firmware (since modinfo fails once the old Kernel modules have been removed
       from /lib/modules).
       * Added -M, --manual-mods command line operator which immediately prior to
       re-packing the OS InitRD, outputs the temporary directory name containing the
       contents of the OS InitRD, and awaits user input to continue processing.
       This enables manual modification of the contents which may be useful for
       developers.
       * Added support to execute a custom function immediately prior to re-packing the
       OS InitRD. This is aimed at developers/Hardware Model Custodians.
       See /boot/local/os-initrd-mgr.conf.sample
+--------------------------+
Thu May 12 08:08:08 UTC 2022
patches/packages/curl-7.83.1-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       HSTS bypass via trailing dot.
       TLS and SSH connection too eager reuse.
       CERTINFO never-ending busy-loop.
       percent-encoded path separator in URL host.
       cookie for trailing dot TLD.
       curl removes wrong file on error.
       For more information, see:
       https://curl.se/docs/CVE-2022-30115.html
       https://curl.se/docs/CVE-2022-27782.html
       https://curl.se/docs/CVE-2022-27781.html
       https://curl.se/docs/CVE-2022-27780.html
       https://curl.se/docs/CVE-2022-27779.html
       https://curl.se/docs/CVE-2022-27778.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30115
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27780
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27779
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27778
       (* Security fix *)
patches/packages/linux-5.15.38/*: Upgraded.
       These updates fix various bugs and security issues.
       For more information, see:
       Fixed in 5.15.27:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0742
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24958
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0494
       Fixed in 5.15.28:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23038
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23039
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23960
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23036
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23037
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0001
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0002
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23041
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23040
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23042
       Fixed in 5.15.29:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1199
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27666
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1011
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0995
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0854
       Fixed in 5.15.32:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1015
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26490
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1048
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1016
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28356
       Fixed in 5.15.33:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28390
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0168
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1158
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1353
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1198
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28389
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28388
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1516
       Fixed in 5.15.34:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1263
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29582
       Fixed in 5.15.35:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1204
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1205
       Fixed in 5.15.37:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0500
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23222
       (* Security fix *)
+--------------------------+
Thu May 05 08:08:08 UTC 2022
patches/packages/openssl-1.1.1o-arm-1_slack15.0.txz: Upgraded.
       Fixed a bug in the c_rehash script which was not properly sanitising shell
       metacharacters to prevent command injection.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1292
       (* Security fix *)
patches/packages/openssl-solibs-1.1.1o-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Tue May 03 08:08:08 UTC 2022
patches/packages/libxml2-2.9.14-arm-1_slack15.0.txz: Upgraded.
       This update fixes bugs and the following security issues:
       Fix integer overflow in xmlBuf and xmlBuffer.
       Fix potential double-free in xmlXPtrStringRangeFunction.
       Fix memory leak in xmlFindCharEncodingHandler.
       Normalize XPath strings in-place.
       Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars().
       Fix leak of xmlElementContent.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29824
       (* Security fix *)
patches/packages/samba-4.15.7-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.samba.org/samba/history/samba-4.15.7.html
+--------------------------+
Mon May 02 08:08:08 UTC 2022
patches/packages/pidgin-2.14.9-arm-1_slack15.0.txz: Upgraded.
       Mitigate the potential for a man in the middle attack via DNS spoofing by
       removing the code that supported the _xmppconnect DNS TXT record.
       For more information, see:
       https://www.pidgin.im/about/security/advisories/cve-2022-26491/
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26491
       (* Security fix *)
+--------------------------+
Fri Apr 29 08:08:08 UTC 2022
patches/packages/nano-6.3-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Thu Apr 28 08:08:08 UTC 2022
patches/packages/curl-7.83.0-arm-1_slack15.0.txz: Upgraded.
       This update fixes security issues:
       OAUTH2 bearer bypass in connection re-use.
       Credential leak on redirect.
       Bad local IPv6 connection reuse.
       Auth/cookie leak on redirect.
       For more information, see:
       https://curl.se/docs/CVE-2022-22576.html
       https://curl.se/docs/CVE-2022-27774.html
       https://curl.se/docs/CVE-2022-27775.html
       https://curl.se/docs/CVE-2022-27776.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776
       (* Security fix *)
+--------------------------+
Tue Apr 26 08:08:08 UTC 2022
patches/packages/freerdp-2.7.0-arm-1_slack15.0.txz: Upgraded.
       This update is a security and maintenance release.
       For more information, see:
       https://github.com/FreeRDP/FreeRDP/blob/2.7.0/ChangeLog
       (* Security fix *)
+--------------------------+
Fri Apr 22 08:08:08 UTC 2022
patches/packages/httpd-2.4.53-arm-2_slack15.0.txz: Rebuilt.
patches/packages/nano-6.2-arm-1_slack15.0.txz: Upgraded.
patches/packages/php-7.4.29-arm-1_slack15.0.txz: Upgraded.
       Upgraded to the latest release.
       Some of you may have had the newer versions of the php packages installed
       from /extra, whilst the httpd's php module loader configuration file
       /etc/httpd/mod_php.conf points to version 7 that is within the main
       Slackware tree (or /patches since the release). This causes a mismatch
       between API versions.
       If this has occurred for you, the best solution is:
       # removepkg php80 php81 php
       Then install this PHP update and restart httpd.
       If you want to use the newer release of PHP from /extra, you need to ensure
       that /etc/httpd/mod_php.conf is properly configured, then restart httpd.
       Thanks to dchmelik for the report on LQ.
+--------------------------+
Fri Apr 15 08:08:08 UTC 2022
patches/packages/git-2.35.3-arm-1_slack15.0.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 *)
patches/packages/gzip-1.12-arm-1_slack15.0.txz: Upgraded.
       This update fixes a security issue:
       zgrep 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 *)
patches/packages/python3-3.9.12-arm-1_slack15.0.txz: Upgraded.
       This is a cosmetic rebuild to correct the Slackware package name.
       Thanks to jloco on LQ for the report.
patches/packages/xz-5.2.5-arm-5_slack15.0.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 *)
patches/packages/zlib-1.2.12-arm-1_slack15.0.txz: Upgraded.
       This is a cosmetic rebuild to correct the Slackware package name.
       Thanks to jloco on LQ for the report.
+--------------------------+
Thu Apr 14 08:08:08 UTC 2022
patches/packages/ruby-3.0.4-arm-1_slack15.0.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 *)
patches/packages/whois-5.5.13-arm-1_slack15.0.txz: Upgraded.
       This update adds the .sd TLD server, updates the list of new gTLDs, and adds
       a Turkish translation.
+--------------------------+
Sat Apr 09 08:08:08 UTC 2022
patches/packages/ca-certificates-20220403-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/libarchive-3.6.1-arm-1_slack15.0.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 *)
+--------------------------+
Thu Mar 31 08:08:08 UTC 2022
patches/packages/vim-8.2.4649-arm-1_slack15.0.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 *)
patches/packages/vim-gvim-8.2.4649-arm-1_slack15.0.txz: Upgraded.
+--------------------------+
Tue Mar 29 08:08:08 UTC 2022
patches/packages/zlib-1.2.12-arm-1_slack15.1.txz: Upgraded.
       This is a bugfix release. Thanks to Nobby6.
       (* Security fix *)
patches/packages/whois-5.5.12-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release. Thanks to Nobby6.
+--------------------------+
Fri Mar 25 08:08:08 UTC 2022
patches/packages/python3-3.9.12-arm-1_slack15.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
+--------------------------+
Tue Mar 22 08:08:08 UTC 2022
patches/packages/bind-9.16.27-arm-1_slack15.0.txz: Upgraded.
       Reverted to the previous branch of BIND since the later 9.18 version
       has some incompatible changes that may cause issues with some configurations.
       Thanks to Nobby6 for pointing this out.
       This update fixes bugs and the following security issues:
       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-0396
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220
       (* Security fix *)
+--------------------------+
Mon Mar 21 08:08:08 UTC 2022
patches/packages/qt5-5.15.3_20211130_014c375b-arm-4_slack15.0.txz: Rebuilt.
       Fixed syntax error in qt5.csh. Thanks to rkomar.
patches/packages/python3-3.9.11-arm-1_slack15.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 *)
+--------------------------+
Sat Mar 19 08:08:08 UTC 2022
patches/packages/aaa_base-15.0-arm-4_slack15.0.txz: Rebuilt.
       Corrected permission on /tmp.
       Thanks to Mr Majika and the Magical Trampoline Group.
+--------------------------+
Fri Mar 18 08:08:08 UTC 2022
patches/packages/bind-9.18.1-arm-1_slack15.0.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 *)
patches/packages/bluez-5.64-arm-1_slack15.0.txz: Upgraded.
       This is a bugfix release:
       Fix issue with handling A2DP discover procedure.
       Fix issue with media endpoint replies and SetConfiguration.
       Fix issue with HoG queuing events before report map is read.
       Fix issue with HoG and read order of GATT attributes.
       Fix issue with HoG and not using UHID_CREATE2 interface.
       Fix issue with failed scanning for 5 minutes after reboot.
patches/packages/openssl-solibs-1.1.1n-arm-1_slack15.0.txz: Upgraded.
patches/packages/openssl-1.1.1n-arm-1_slack15.0.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 *)
+--------------------------+
Thu Mar 17 08:08:08 UTC 2022
patches/packages/qt5-5.15.3_20211130_014c375b-arm-3_slack15.0.txz: Rebuilt.
       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.
+--------------------------+
Wed Mar 16 08:08:08 UTC 2022
patches/packages/ca-certificates-20220309-noarch-1_slack15.0.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
patches/packages/httpd-2.4.53-arm-1_slack15.0.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 *)
patches/packages/polkit-0.120-arm-1_slack15.0.txz: Upgraded.
       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 *)
+--------------------------+
Tue Mar 15 08:08:08 UTC 2022
patches/packages/linux-5.15.28/*: Upgraded.
       These updates fix various bugs and security issues, including the recently
       announced "Dirty Pipe" vulnerability which allows overwriting data in
       arbitrary read-only files (CVE-2022-0847).
       For more information, see:
       Fixed in 5.15.20:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0492
       Fixed in 5.15.23:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0516
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0435
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0487
       Fixed in 5.15.24:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25375
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25258
       Fixed in 5.15.25:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0847
       Fixed in 5.15.26:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25636
       (* Security fix *)
+--------------------------+
Tue Mar 08 08:08:08 UTC 2022
patches/packages/boost-1.78.0-arm-2_slack15.0.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.
patches/packages/linux-5.15.26/*: Upgraded.
+--------------------------+
Mon Mar 07 08:08:08 UTC 2022
patches/packages/expat-2.4.7-arm-1_slack15.0.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).
+--------------------------+
Tue Mar 01 08:08:08 UTC 2022
patches/packages/libxml2-2.9.13-arm-1_slack15.0.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 *)
patches/packages/libxslt-1.1.35-arm-1_slack15.0.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
patches/packages/cyrus-sasl-2.1.28-arm-1_slack15.0.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 *)
+--------------------------+
Tue Feb 22 08:08:08 UTC 2022
patches/packages/expat-2.4.6-arm-1_slack15.0.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. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>").
patches/packages/flac-1.3.4-arm-1_slack15.0.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 *)
patches/packages/mariadb-10.5.15-arm-2_slack15.0.txz: Rebuilt.
       Removed dangling symlink.
+--------------------------+
Mon Feb 21 08:08:08 UTC 2022
patches/packages/expat-2.4.5-arm-1_slack15.0.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
extra/php80/php80-8.0.16-arm-1_slack15.0.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-arm-1_slack15.0.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 *)
patches/packages/php-7.4.28-arm-1_slack15.0.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 *)
+--------------------------+
Wed Feb 16 08:08:08 UTC 2022
patches/packages/aaa_base-15.0-arm-3_slack15.0.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 *)
patches/packages/util-linux-2.37.4-arm-1_slack15.0.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 *)
+--------------------------+
Tue Feb 15 08:08:08 UTC 2022
patches/packages/at-3.2.3-arm-1_slack15.0.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.
patches/packages/linux-5.15.23/*: Upgraded.
       /boot/initrd-armv7:
       Added cryptsetup and dependencies required for LUKS.
       Thanks to Brent Earl.
patches/packages/mariadb-10.5.15-arm-1_slack15.0.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 *)
patches/packages/sysstat-12.5.5-arm-2_slack15.0.txz: Rebuilt.
       Fixed double-compressed man pages.
       Thanks to gsl on LQ.
+--------------------------+
Wed Feb 09 08:08:08 UTC 2022

Slackware 15.0 ARM 32bit is released!

Slackware ARM 15.0 is the 3rd official port of Slackware to the ARM architecture,
which I began in July 2016. The baseline architecture target is ARMv7-a,
boosting performance by offloading floating point operations into the hardware.
For this reason, you must check the UPGRADE.TXT notes to ensure that your
Hardware Model can support this new port. See:-

       http://ftp.arm.slackware.com/slackwarearm/slackwarearm-15.0/UPGRADE.TXT

Slackware ARM 32bit has received the benefit of a huge amount of work over the
last year on the AArch64/ARM64 port: I've rewritten the Kernel module loader[1],
added a debug shell into it to help onboard new Hardware Models; there's a new
tool to manage the OS InitRD os-initrd-mgr(8) [2], enabling you to maintain
customisations seamlessly across Kernel package upgrades. There have been
improvements within the Installer and many bug fixes and improvements throughout
the entire OS.

This project is made possible entirely through your support. Last year saw a
vast amount of my 10-15 yr infrastructure hardware - an admixture of donated
and recycled disks, servers, network equipment etc. die in quick succession;
and with your support I was able to replace the components and add a couple of
UPSs to get the project up and running again.

So if you like what we're doing here, visit the sponsorship page:

       https://arm.slackware.com/sponsor/

As always, the continued development of the ARM port of Slackware is dependent
upon Patrick Volkerding's Slackware, so please donate to that first as that's
his income source. You'll find the details for that at the URL above.

Thanks also to the core Slackware crew and the Slackware community for all of
the improvements, suggestions, bug fixes which make their way into the ARM port!

We've also been running the Slackware ARM podcast on YouTube to provide an
additional dimension into the project. The release also wraps up Season 2:

       https://youtu.be/E0HBsmBbKIw

If you like what we're doing with the podcast, subscribe and set up
notifications. I'm thinking about the theme for Season 3 already, and if you
have any ideas, let us know in the LQ thread:
https://www.linuxquestions.org/questions/slackware-arm-108/slackware-arm-youtube-channel-4175688496/

For questions, support please use the LQ forum:
https://www.linuxquestions.org/questions/slackware-arm-108/

Enjoy!
       Stuart Winter <mozes@slackware>

[1] https://www.youtube.com/watch?v=54jffeL_jeY
[2] https://www.youtube.com/watch?v=t3wKXMENTXk

a/kernel-modules-armv7-5.15.21_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.21-arm-1.txz: Upgraded.
       Config changes:
       RTC_SYSTOHC y -> n
a/mtd-utils-040222-arm-1.txz: Upgraded.
a/u-boot-tools-2022.01-arm-1.txz: Upgraded.
d/kernel-headers-5.15.21-arm-2.txz: Rebuilt.
d/llvm-13.0.0-arm-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-arm-2.txz: Rebuilt.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Wed Feb 02 08:08:08 UTC 2022

Hello! This will be one of the last updates before Slackware 15.0 is
released.

Any issues, please let us know on the forum or email mozes@slackware

Enjoy !

a/kernel-modules-armv7-5.15.19_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.19-arm-1.txz: Upgraded.
ap/screen-4.9.0-arm-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-arm-1.txz: Upgraded.
k/kernel-source-5.15.19-arm-1.txz: Upgraded.
l/lcms2-2.13-arm-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-arm-14.txz: Rebuilt.
       Upgraded: libexpat.so.1.8.4, libjson-c.so.5.1.0 (thanks to peake).
a/kernel-modules-armv7-5.15.18_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.18-arm-1.txz: Upgraded.
a/rpm2tgz-1.2.2-arm-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-arm-1.txz: Upgraded.
       This update merges the patches we previously applied to expat-2.4.3.
ap/vim-8.2.4256-arm-1.txz: Upgraded.
d/git-2.35.1-arm-1.txz: Upgraded.
d/kernel-headers-5.15.18-arm-1.txz: Upgraded.
k/kernel-source-5.15.18-arm-1.txz: Upgraded.
kde/falkon-3.2.0-arm-1.txz: Upgraded.
kde/ktexteditor-5.90.0-arm-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-arm-1.txz: Upgraded.
       This update merges the patches we previously applied to expat-2.4.3.
l/imagemagick-7.1.0_22-arm-1.txz: Upgraded.
l/lcms2-2.13-arm-1.txz: Upgraded.
l/libcanberra-0.30-arm-5.txz: Rebuilt.
       Fix a bug crashing some applications in Wayland desktops.
       Thanks to 01micko.
n/samba-4.15.5-arm-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-arm-13.txz: Rebuilt.
       [AArch64] No longer install an xorg.conf for the Raspberry Pi 4.
x/xterm-370-arm-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-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
       [AArch64] Configure 'suspend', disable 'hibernate' for the Pinebook Pro.
       Thanks to Brenton Earl.
kernels/*: Upgraded.
+--------------------------+
Sat Jan 29 08:08:08 UTC 2022
a/plzip-1.10-arm-1.txz: Upgraded.
a/rpm2tgz-1.2.2-arm-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-arm-1.txz: Upgraded.
d/Cython-0.29.27-arm-1.txz: Upgraded.
d/poke-2.0-arm-1.txz: Upgraded.
l/python-charset-normalizer-2.0.10-arm-1.txz: Upgraded.
x/mesa-21.3.5-arm-2.txz: Rebuilt.
       Include eglinfo utility. Thanks to LuckyCyborg.
x/wayland-protocols-1.25-arm-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-arm-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-armv7-5.15.17_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.17-arm-1.txz: Upgraded.
       /boot/initrd/[load_kernel_modules]:
       Load: lz4hc_compress,lz4_compress,crc32_generic,crc32
       Thanks to Brenton Earl.
a/lzlib-1.13-arm-1.txz: Upgraded.
a/mkinitrd-1.4.11-arm-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-arm-2.txz: Rebuilt.
       Recompiled against boost-1.78.0.
d/kernel-headers-5.15.17-arm-1.txz: Upgraded.
k/kernel-source-5.15.17-arm-1.txz: Upgraded.
kde/kig-21.12.1-arm-2.txz: Rebuilt.
       Recompiled against boost-1.78.0.
kde/kopeninghours-21.12.1-arm-2.txz: Rebuilt.
       Recompiled against boost-1.78.0.
kde/krita-5.0.2-arm-2.txz: Rebuilt.
       Recompiled against boost-1.78.0.
l/boost-1.78.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
       Thanks to bender647.
l/cryfs-0.10.3-arm-4.txz: Rebuilt.
       Recompiled against boost-1.78.0.
l/expat-2.4.3-arm-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-arm-1.txz: Upgraded.
l/libcap-2.63-arm-1.txz: Upgraded.
l/netpbm-10.97.03-arm-1.txz: Upgraded.
l/openexr-2.5.7-arm-5.txz: Rebuilt.
       Recompiled against boost-1.78.0.
l/pipewire-0.3.44-arm-1.txz: Upgraded.
n/bluez-5.63-arm-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-arm-1.txz: Upgraded.
n/libgpg-error-1.44-arm-1.txz: Upgraded.
x/mesa-21.3.5-arm-1.txz: Upgraded.
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-arm-4.txz: Rebuilt.
a/aaa_libraries-15.0-arm-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-arm-17.txz: Rebuilt.
a/util-linux-2.37.3-arm-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-arm-1.txz: Upgraded.
d/git-2.35.0-arm-1.txz: Upgraded.
d/icecream-1.3.1-arm-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-arm-1.txz: Upgraded.
l/expat-2.4.3-arm-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-arm-1.txz: Upgraded.
l/glibc-2.33-arm-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-arm-4.txz: Rebuilt.
l/glibc-profile-2.33-arm-4.txz: Rebuilt.
l/polkit-0.120-arm-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-arm-1.txz: Upgraded.
x/x11-skel-7.7-arm-12.txz: Rebuilt.
       [AArch64] No longer ship an xorg.conf for the Raspberry Pi 3.
       Thanks to Brenton Earl.
x/xf86-input-libinput-1.2.1-arm-1.txz: Upgraded.
xap/geeqie-1.7.2-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.4212-arm-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-arm-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-arm-1.txz: Upgraded.
ap/vim-8.2.4166-arm-1.txz: Upgraded.
d/parallel-20220122-noarch-1.txz: Upgraded.
d/rust-1.58.1-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.90.1-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_20-arm-1.txz: Upgraded.
       Built using --with-fftw. Thanks to stormbr.
l/libimobiledevice-20211124_2c6121d-arm-2.txz: Rebuilt.
       Don't include compatibility pkgconfig symlink. It's unlikely that
       anything requires it.
l/libimobiledevice-glue-20211125_3cb687b-arm-2.txz: Rebuilt.
       Removed broken pkgconfig symlink. Thanks to marav.
l/libwebp-1.2.2-arm-1.txz: Upgraded.
l/qt5-5.15.3_20211130_014c375b-arm-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-arm-1.txz: Upgraded.
x/ibus-m17n-1.4.9-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.4166-arm-1.txz: Upgraded.
extra/php80/php80-8.0.15-arm-1.txz: Upgraded.
extra/php81/php81-8.1.2-arm-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-arm-18.txz: Rebuilt.
a/kernel-modules-armv7-5.15.16_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.16-arm-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/<arch>
       There are no scripts provided for 32bit ARM presently, as the
       support was chiefly added for AArch64.
ap/inxi-3.3.12_1-noarch-1.txz: Upgraded.
ap/man-db-2.9.4-arm-3.txz: Rebuilt.
       Don't use --no-purge in the daily cron job to update the databases.
d/kernel-headers-5.15.16-arm-1.txz: Upgraded.
k/kernel-source-5.15.16-arm-1.txz: Upgraded.
l/gst-plugins-bad-free-1.18.5-arm-4.txz: Rebuilt.
       Link against neon-0.32.2. Thanks to marav.
l/rpcsvc-proto-1.4.3-arm-1.txz: Upgraded.
n/bind-9.16.25-arm-1.txz: Upgraded.
n/ethtool-5.16-arm-1.txz: Upgraded.
n/samba-4.15.4-arm-1.txz: Upgraded.
n/wpa_supplicant-2.10-arm-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-arm-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-arm-10.txz: Rebuilt.
       Upgraded: libexpat.so.1.8.3.
a/btrfs-progs-5.16-arm-1.txz: Upgraded.
a/kernel-modules-armv7-5.15.15_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.15-arm-1.txz: Upgraded.
a/mkinitrd-1.4.11-arm-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-arm-1.txz: Upgraded.
ap/ksh93-1.0_20220114_e569f23e-arm-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-arm-1.txz: Upgraded.
d/gdb-11.2-arm-1.txz: Upgraded.
d/kernel-headers-5.15.15-arm-1.txz: Upgraded.
d/python3-3.9.10-arm-1.txz: Upgraded.
d/rust-1.58.0-arm-1.txz: Upgraded.
k/kernel-source-5.15.15-arm-1.txz: Upgraded.
kde/digikam-7.5.0-arm-1.txz: Upgraded.
kde/kglobalaccel-5.90.0-arm-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-arm-1.txz: Upgraded.
kde/kstars-3.5.7-arm-1.txz: Upgraded.
kde/kwayland-server-5.23.5-arm-2.txz: Rebuilt.
       Applied upstream patch:
       [PATCH] Store surface object in tablet cursor using QPointer.
       Thanks to ZhaoLin1457.
kde/kwin-5.23.5-arm-2.txz: Rebuilt.
       [PATCH] Bypass wayland interface blacklisting.
       Thanks to LuckyCyborg.
kde/plasma-wayland-protocols-1.6.0-arm-1.txz: Upgraded.
kde/plasma-workspace-5.23.5-arm-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-arm-8.txz: Rebuilt.
       Allow the init program to properly supervise sddm when entering runlevel 4.
       Thanks to mumahendras3.
l/expat-2.4.3-arm-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-arm-5.txz: Added.
       Moved from /extra and rebuilt against the new Python.
l/libical-3.0.13-arm-1.txz: Upgraded.
l/libunwind-1.6.2-arm-1.txz: Upgraded.
l/neon-0.32.2-arm-1.txz: Upgraded.
l/netpbm-10.97.02-arm-1.txz: Upgraded.
n/p11-kit-0.24.1-arm-1.txz: Upgraded.
n/postfix-3.6.4-arm-1.txz: Upgraded.
n/stunnel-5.62-arm-1.txz: Upgraded.
x/mesa-21.3.4-arm-1.txz: Upgraded.
x/x11-skel-7.7-arm-11.txz: Rebuilt.
       AArch64: Install a basic /etc/X11/xorg.conf.d/xorg.conf
       file for the Raspberry Pi 3 & 4.
x/xterm-370-arm-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-arm-1.txz: Upgraded.
       [PATCH] replace FbRootWindow::depth with maxDepth.
       Thanks to OldHolborn.
xap/geeqie-1.7.1-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.4115-arm-1.txz: Upgraded.
xap/xsnow-3.4.3-arm-1.txz: Upgraded.
extra/libgpiod/libgpiod-1.6.3-arm-4.txz: Removed.
       Moved to l/ series.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Fri Jan 14 08:08:08 UTC 2022

This is Slackware ARM 15.0, release candidate 3.

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/aaa_libraries-15.0-arm-9.txz: Rebuilt.
       Upgraded: libsigsegv.so.2.0.7.
a/cryptsetup-2.4.3-arm-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-arm-1.txz: Upgraded.
a/haveged-1.9.17-arm-1.txz: Upgraded.
a/hdparm-9.63-arm-1.txz: Upgraded.
a/kernel-firmware-20220111_13dca28-noarch-1.txz: Upgraded.
ap/vim-8.2.4065-arm-1.txz: Upgraded.
d/strace-5.16-arm-1.txz: Upgraded.
d/vala-0.54.6-arm-1.txz: Upgraded.
kde/attica-5.90.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.12.1-arm-1.txz: Upgraded.
kde/baloo-5.90.0-arm-1.txz: Upgraded.
kde/bluez-qt-5.90.0-arm-1.txz: Upgraded.
kde/breeze-icons-5.90.0-noarch-1.txz: Upgraded.
kde/extra-cmake-modules-5.90.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.90.0-arm-1.txz: Upgraded.
kde/kactivities-5.90.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.90.0-arm-1.txz: Upgraded.
kde/kapidox-5.90.0-arm-1.txz: Upgraded.
kde/karchive-5.90.0-arm-1.txz: Upgraded.
kde/kauth-5.90.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.90.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.90.0-arm-1.txz: Upgraded.
kde/kcmutils-5.90.0-arm-1.txz: Upgraded.
kde/kcodecs-5.90.0-arm-1.txz: Upgraded.
kde/kcompletion-5.90.0-arm-1.txz: Upgraded.
kde/kconfig-5.90.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.90.0-arm-1.txz: Upgraded.
kde/kcontacts-5.90.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.90.0-arm-1.txz: Upgraded.
kde/kcrash-5.90.0-arm-1.txz: Upgraded.
kde/kdav-5.90.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.90.0-arm-1.txz: Upgraded.
kde/kdeclarative-5.90.0-arm-1.txz: Upgraded.
kde/kded-5.90.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.90.0-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.90.0-arm-1.txz: Upgraded.
kde/kdesu-5.90.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.90.0-arm-1.txz: Upgraded.
kde/kdnssd-5.90.0-arm-1.txz: Upgraded.
kde/kdoctools-5.90.0-arm-1.txz: Upgraded.
kde/kemoticons-5.90.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.90.0-arm-1.txz: Upgraded.
kde/kglobalaccel-5.90.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.90.0-arm-1.txz: Upgraded.
kde/kholidays-5.90.0-arm-1.txz: Upgraded.
kde/khtml-5.90.0-arm-1.txz: Upgraded.
kde/ki18n-5.90.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.90.0-arm-1.txz: Upgraded.
kde/kidletime-5.90.0-arm-1.txz: Upgraded.
kde/kimageformats-5.90.0-arm-1.txz: Upgraded.
kde/kinit-5.90.0-arm-1.txz: Upgraded.
kde/kio-5.90.0-arm-1.txz: Upgraded.
kde/kirigami2-5.90.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.90.0-arm-1.txz: Upgraded.
kde/kitemviews-5.90.0-arm-1.txz: Upgraded.
kde/kjobwidgets-5.90.0-arm-1.txz: Upgraded.
kde/kjs-5.90.0-arm-1.txz: Upgraded.
kde/kjsembed-5.90.0-arm-1.txz: Upgraded.
kde/kmediaplayer-5.90.0-arm-1.txz: Upgraded.
kde/knewstuff-5.90.0-arm-1.txz: Upgraded.
kde/knotifications-5.90.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.90.0-arm-1.txz: Upgraded.
kde/kpackage-5.90.0-arm-1.txz: Upgraded.
kde/kparts-5.90.0-arm-1.txz: Upgraded.
kde/kpeople-5.90.0-arm-1.txz: Upgraded.
kde/kplotting-5.90.0-arm-1.txz: Upgraded.
kde/kpty-5.90.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.90.0-arm-1.txz: Upgraded.
kde/kross-5.90.0-arm-1.txz: Upgraded.
kde/krunner-5.90.0-arm-1.txz: Upgraded.
kde/kservice-5.90.0-arm-1.txz: Upgraded.
kde/ktexteditor-5.90.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.90.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.90.0-arm-1.txz: Upgraded.
kde/kwallet-5.90.0-arm-1.txz: Upgraded.
kde/kwayland-5.90.0-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.90.0-arm-1.txz: Upgraded.
kde/kwindowsystem-5.90.0-arm-1.txz: Upgraded.
kde/kxmlgui-5.90.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.90.0-arm-1.txz: Upgraded.
kde/latte-dock-0.10.7-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.90.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.90.0-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.90.0-noarch-1.txz: Upgraded.
kde/plasma-framework-5.90.0-arm-1.txz: Upgraded.
kde/plasma-workspace-5.23.5-arm-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-arm-1.txz: Upgraded.
kde/purpose-5.90.0-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.90.0-arm-1.txz: Upgraded.
kde/solid-5.90.0-arm-1.txz: Upgraded.
kde/sonnet-5.90.0-arm-1.txz: Upgraded.
kde/syndication-5.90.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.90.0-arm-1.txz: Upgraded.
kde/threadweaver-5.90.0-arm-1.txz: Upgraded.
l/SDL2-2.0.20-arm-1.txz: Upgraded.
l/SDL2_ttf-2.0.18-arm-1.txz: Upgraded.
l/libsigsegv-2.14-arm-1.txz: Upgraded.
l/pango-1.48.11-arm-1.txz: Upgraded.
l/python-urllib3-1.26.8-arm-1.txz: Upgraded.
n/getmail-6.18.6-arm-1.txz: Upgraded.
n/iproute2-5.16.0-arm-1.txz: Upgraded.
n/metamail-2.7-arm-6.txz: Rebuilt.
       Fixed misnamed mimencode man page. Thanks to mbeninca.
n/mtr-0.95-arm-1.txz: Upgraded.
n/socat-1.7.4.3-arm-1.txz: Upgraded.
xap/freerdp-2.5.0-arm-1.txz: Upgraded.
xap/gnuplot-5.4.3-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.4065-arm-1.txz: Upgraded.
+--------------------------+
Thu Jan 13 08:08:08 UTC 2022
d/device-tree-compiler-1.6.1-arm-2.txz: Rebuilt.
       Added C headers. Thanks to Brenton Earl.
+--------------------------+
Wed Jan 12 08:08:08 UTC 2022
a/kernel-modules-armv7-5.15.14_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.14-arm-1.txz: Upgraded.
d/device-tree-compiler-1.6.1-arm-1.txz: Upgraded.
       Thanks to Brenton Earl.
d/kernel-headers-5.15.14-arm-1.txz: Upgraded.
k/kernel-source-5.15.14-arm-1.txz: Upgraded.
kde/akonadi-21.12.1-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.12.1-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.12.1-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.12.1-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.12.1-arm-1.txz: Upgraded.
kde/akonadi-mime-21.12.1-arm-1.txz: Upgraded.
kde/akonadi-notes-21.12.1-arm-1.txz: Upgraded.
kde/akonadi-search-21.12.1-arm-1.txz: Upgraded.
kde/akonadiconsole-21.12.1-arm-1.txz: Upgraded.
kde/akregator-21.12.1-arm-1.txz: Upgraded.
kde/analitza-21.12.1-arm-1.txz: Upgraded.
kde/ark-21.12.1-arm-1.txz: Upgraded.
kde/artikulate-21.12.1-arm-1.txz: Upgraded.
kde/audiocd-kio-21.12.1-arm-1.txz: Upgraded.
kde/baloo-widgets-21.12.1-arm-1.txz: Upgraded.
kde/blinken-21.12.1-arm-1.txz: Upgraded.
kde/bomber-21.12.1-arm-1.txz: Upgraded.
kde/bovo-21.12.1-arm-1.txz: Upgraded.
kde/calendarsupport-21.12.1-arm-1.txz: Upgraded.
kde/cantor-21.12.1-arm-1.txz: Upgraded.
kde/cervisia-21.12.1-arm-1.txz: Upgraded.
kde/dolphin-21.12.1-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.12.1-arm-1.txz: Upgraded.
kde/dragon-21.12.1-arm-1.txz: Upgraded.
kde/elisa-21.12.1-arm-1.txz: Upgraded.
kde/eventviews-21.12.1-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.12.1-arm-1.txz: Upgraded.
kde/filelight-21.12.1-arm-1.txz: Upgraded.
kde/granatier-21.12.1-arm-1.txz: Upgraded.
kde/grantlee-editor-21.12.1-arm-1.txz: Upgraded.
kde/grantleetheme-21.12.1-arm-1.txz: Upgraded.
kde/gwenview-21.12.1-arm-1.txz: Upgraded.
kde/incidenceeditor-21.12.1-arm-1.txz: Upgraded.
kde/itinerary-21.12.1-arm-1.txz: Upgraded.
kde/juk-21.12.1-arm-1.txz: Upgraded.
kde/k3b-21.12.1-arm-1.txz: Upgraded.
kde/kaddressbook-21.12.1-arm-1.txz: Upgraded.
kde/kalarm-21.12.1-arm-1.txz: Upgraded.
kde/kalarmcal-21.12.1-arm-1.txz: Upgraded.
kde/kalgebra-21.12.1-arm-1.txz: Upgraded.
kde/kalzium-21.12.1-arm-1.txz: Upgraded.
kde/kamera-21.12.1-arm-1.txz: Upgraded.
kde/kamoso-21.12.1-arm-1.txz: Upgraded.
kde/kanagram-21.12.1-arm-1.txz: Upgraded.
kde/kapman-21.12.1-arm-1.txz: Upgraded.
kde/kapptemplate-21.12.1-arm-1.txz: Upgraded.
kde/kate-21.12.1-arm-1.txz: Upgraded.
kde/katomic-21.12.1-arm-1.txz: Upgraded.
kde/kbackup-21.12.1-arm-1.txz: Upgraded.
kde/kblackbox-21.12.1-arm-1.txz: Upgraded.
kde/kblocks-21.12.1-arm-1.txz: Upgraded.
kde/kbounce-21.12.1-arm-1.txz: Upgraded.
kde/kbreakout-21.12.1-arm-1.txz: Upgraded.
kde/kbruch-21.12.1-arm-1.txz: Upgraded.
kde/kcachegrind-21.12.1-arm-1.txz: Upgraded.
kde/kcalc-21.12.1-arm-1.txz: Upgraded.
kde/kcalutils-21.12.1-arm-1.txz: Upgraded.
kde/kcharselect-21.12.1-arm-1.txz: Upgraded.
kde/kcolorchooser-21.12.1-arm-1.txz: Upgraded.
kde/kcron-21.12.1-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.12.1-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.12.1-arm-1.txz: Upgraded.
kde/kdebugsettings-21.12.1-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.12.1-arm-1.txz: Upgraded.
kde/kdeedu-data-21.12.1-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.12.1-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.12.1-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.12.1-arm-1.txz: Upgraded.
kde/kdenlive-21.12.1-arm-1.txz: Upgraded.
kde/kdepim-addons-21.12.1-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.12.1-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-21.12.1-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.12.1-arm-1.txz: Upgraded.
kde/kdev-php-21.12.1-arm-1.txz: Upgraded.
kde/kdev-python-21.12.1-arm-1.txz: Upgraded.
kde/kdevelop-21.12.1-arm-1.txz: Upgraded.
kde/kdf-21.12.1-arm-1.txz: Upgraded.
kde/kdialog-21.12.1-arm-1.txz: Upgraded.
kde/kdiamond-21.12.1-arm-1.txz: Upgraded.
kde/keditbookmarks-21.12.1-arm-1.txz: Upgraded.
kde/kfind-21.12.1-arm-1.txz: Upgraded.
kde/kfloppy-21.12.1-arm-1.txz: Upgraded.
kde/kfourinline-21.12.1-arm-1.txz: Upgraded.
kde/kgeography-21.12.1-arm-1.txz: Upgraded.
kde/kget-21.12.1-arm-1.txz: Upgraded.
kde/kgoldrunner-21.12.1-arm-1.txz: Upgraded.
kde/kgpg-21.12.1-arm-1.txz: Upgraded.
kde/khangman-21.12.1-arm-1.txz: Upgraded.
kde/khelpcenter-21.12.1-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.12.1-arm-1.txz: Upgraded.
kde/kig-21.12.1-arm-1.txz: Upgraded.
kde/kigo-21.12.1-arm-1.txz: Upgraded.
kde/killbots-21.12.1-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.12.1-arm-1.txz: Upgraded.
kde/kimap-21.12.1-arm-1.txz: Upgraded.
kde/kio-extras-21.12.1-arm-1.txz: Upgraded.
kde/kio-gdrive-21.12.1-arm-1.txz: Upgraded.
kde/kipi-plugins-21.12.1-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.12.1-arm-1.txz: Upgraded.
kde/kiriki-21.12.1-arm-1.txz: Upgraded.
kde/kiten-21.12.1-arm-1.txz: Upgraded.
kde/kitinerary-21.12.1-arm-1.txz: Upgraded.
kde/kjumpingcube-21.12.1-arm-1.txz: Upgraded.
kde/kldap-21.12.1-arm-1.txz: Upgraded.
kde/kleopatra-21.12.1-arm-1.txz: Upgraded.
kde/klickety-21.12.1-arm-1.txz: Upgraded.
kde/klines-21.12.1-arm-1.txz: Upgraded.
kde/kmag-21.12.1-arm-1.txz: Upgraded.
kde/kmahjongg-21.12.1-arm-1.txz: Upgraded.
kde/kmail-21.12.1-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.12.1-arm-1.txz: Upgraded.
kde/kmailtransport-21.12.1-arm-1.txz: Upgraded.
kde/kmbox-21.12.1-arm-1.txz: Upgraded.
kde/kmime-21.12.1-arm-1.txz: Upgraded.
kde/kmines-21.12.1-arm-1.txz: Upgraded.
kde/kmix-21.12.1-arm-1.txz: Upgraded.
kde/kmousetool-21.12.1-arm-1.txz: Upgraded.
kde/kmouth-21.12.1-arm-1.txz: Upgraded.
kde/kmplot-21.12.1-arm-1.txz: Upgraded.
kde/knavalbattle-21.12.1-arm-1.txz: Upgraded.
kde/knetwalk-21.12.1-arm-1.txz: Upgraded.
kde/knights-21.12.1-arm-1.txz: Upgraded.
kde/knotes-21.12.1-arm-1.txz: Upgraded.
kde/kolf-21.12.1-arm-1.txz: Upgraded.
kde/kollision-21.12.1-arm-1.txz: Upgraded.
kde/kolourpaint-21.12.1-arm-1.txz: Upgraded.
kde/kompare-21.12.1-arm-1.txz: Upgraded.
kde/konqueror-21.12.1-arm-1.txz: Upgraded.
kde/konquest-21.12.1-arm-1.txz: Upgraded.
kde/konsole-21.12.1-arm-1.txz: Upgraded.
kde/kontact-21.12.1-arm-1.txz: Upgraded.
kde/kontactinterface-21.12.1-arm-1.txz: Upgraded.
kde/kontrast-21.12.1-arm-1.txz: Upgraded.
kde/konversation-21.12.1-arm-1.txz: Upgraded.
kde/kopeninghours-21.12.1-arm-1.txz: Upgraded.
kde/kopete-21.12.1-arm-1.txz: Upgraded.
kde/korganizer-21.12.1-arm-1.txz: Upgraded.
kde/kosmindoormap-21.12.1-arm-1.txz: Upgraded.
kde/kpat-21.12.1-arm-1.txz: Upgraded.
kde/kpimtextedit-21.12.1-arm-1.txz: Upgraded.
kde/kpkpass-21.12.1-arm-1.txz: Upgraded.
kde/kpmcore-21.12.1-arm-1.txz: Upgraded.
kde/kpublictransport-21.12.1-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.12.1-arm-1.txz: Upgraded.
kde/krdc-21.12.1-arm-1.txz: Upgraded.
kde/kreversi-21.12.1-arm-1.txz: Upgraded.
kde/krfb-21.12.1-arm-1.txz: Upgraded.
kde/krita-5.0.2-arm-1.txz: Upgraded.
kde/kross-interpreters-21.12.1-arm-1.txz: Upgraded.
kde/kruler-21.12.1-arm-1.txz: Upgraded.
kde/kshisen-21.12.1-arm-1.txz: Upgraded.
kde/ksirk-21.12.1-arm-1.txz: Upgraded.
kde/ksmtp-21.12.1-arm-1.txz: Upgraded.
kde/ksnakeduel-21.12.1-arm-1.txz: Upgraded.
kde/kspaceduel-21.12.1-arm-1.txz: Upgraded.
kde/ksquares-21.12.1-arm-1.txz: Upgraded.
kde/ksudoku-21.12.1-arm-1.txz: Upgraded.
kde/ksystemlog-21.12.1-arm-1.txz: Upgraded.
kde/kteatime-21.12.1-arm-1.txz: Upgraded.
kde/ktimer-21.12.1-arm-1.txz: Upgraded.
kde/ktnef-21.12.1-arm-1.txz: Upgraded.
kde/ktorrent-21.12.1-arm-1.txz: Upgraded.
kde/ktouch-21.12.1-arm-1.txz: Upgraded.
kde/kturtle-21.12.1-arm-1.txz: Upgraded.
kde/kubrick-21.12.1-arm-1.txz: Upgraded.
kde/kwalletmanager-21.12.1-arm-1.txz: Upgraded.
kde/kwave-21.12.1-arm-1.txz: Upgraded.
kde/kwordquiz-21.12.1-arm-1.txz: Upgraded.
kde/libgravatar-21.12.1-arm-1.txz: Upgraded.
kde/libkcddb-21.12.1-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.12.1-arm-1.txz: Upgraded.
kde/libkdcraw-21.12.1-arm-1.txz: Upgraded.
kde/libkdegames-21.12.1-arm-1.txz: Upgraded.
kde/libkdepim-21.12.1-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.12.1-arm-1.txz: Upgraded.
kde/libkexiv2-21.12.1-arm-1.txz: Upgraded.
kde/libkgapi-21.12.1-arm-1.txz: Upgraded.
kde/libkipi-21.12.1-arm-1.txz: Upgraded.
kde/libkleo-21.12.1-arm-1.txz: Upgraded.
kde/libkmahjongg-21.12.1-arm-1.txz: Upgraded.
kde/libkomparediff2-21.12.1-arm-1.txz: Upgraded.
kde/libksane-21.12.1-arm-1.txz: Upgraded.
kde/libksieve-21.12.1-arm-1.txz: Upgraded.
kde/libktorrent-21.12.1-arm-1.txz: Upgraded.
kde/lokalize-21.12.1-arm-1.txz: Upgraded.
kde/lskat-21.12.1-arm-1.txz: Upgraded.
kde/mailcommon-21.12.1-arm-1.txz: Upgraded.
kde/mailimporter-21.12.1-arm-1.txz: Upgraded.
kde/marble-21.12.1-arm-1.txz: Upgraded.
kde/markdownpart-21.12.1-arm-1.txz: Upgraded.
kde/mbox-importer-21.12.1-arm-1.txz: Upgraded.
kde/messagelib-21.12.1-arm-1.txz: Upgraded.
kde/minuet-21.12.1-arm-1.txz: Upgraded.
kde/okular-21.12.1-arm-1.txz: Upgraded.
kde/palapeli-21.12.1-arm-1.txz: Upgraded.
kde/parley-21.12.1-arm-1.txz: Upgraded.
kde/partitionmanager-21.12.1-arm-1.txz: Upgraded.
kde/picmi-21.12.1-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.12.1-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.12.1-arm-1.txz: Upgraded.
kde/pimcommon-21.12.1-arm-1.txz: Upgraded.
kde/poxml-21.12.1-arm-1.txz: Upgraded.
kde/print-manager-21.12.1-arm-1.txz: Upgraded.
kde/rocs-21.12.1-arm-1.txz: Upgraded.
kde/skanlite-21.12.1-arm-1.txz: Upgraded.
kde/spectacle-21.12.1-arm-1.txz: Upgraded.
kde/step-21.12.1-arm-1.txz: Upgraded.
kde/svgpart-21.12.1-arm-1.txz: Upgraded.
kde/sweeper-21.12.1-arm-1.txz: Upgraded.
kde/umbrello-21.12.1-arm-1.txz: Upgraded.
kde/yakuake-21.12.1-arm-1.txz: Upgraded.
kde/zanshin-21.12.1-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-21.12.1-arm-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/kernel-firmware-20220106_4aa2c65-noarch-1.txz: Upgraded.
a/tcsh-6.23.02-arm-1.txz: Upgraded.
ap/sqlite-3.37.2-arm-1.txz: Upgraded.
ap/vim-8.2.4018-arm-1.txz: Upgraded.
d/mercurial-6.0.1-arm-1.txz: Upgraded.
l/mozilla-nss-3.74-arm-1.txz: Upgraded.
l/readline-8.1.002.002-arm-1.txz: Upgraded.
n/bluez-5.63-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.4018-arm-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-arm-2.txz: Rebuilt.
       /etc/os-release: Changed URLs to https:// (secure HTTP)
a/aaa_libraries-15.0-arm-8.txz: Rebuilt.
a/bash-5.1.016.000-arm-1.txz: Upgraded.
a/e2fsprogs-1.46.5-arm-1.txz: Upgraded.
a/haveged-1.9.16-arm-1.txz: Upgraded.
a/hwdata-0.355-arm-1.txz: Upgraded.
a/kernel-firmware-20211229_57d6b95-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.15.13_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.13-arm-1.txz: Upgraded.
       /boot/initrd-armv7/[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-arm-1.txz: Upgraded.
ap/gphoto2-2.5.28-arm-1.txz: Upgraded.
ap/sqlite-3.37.1-arm-1.txz: Upgraded.
ap/usbmuxd-20210925_e3a3180-arm-1.txz: Upgraded.
       Updated to fix mounting devices with iOS 15.1. Thanks to qunying.
d/doxygen-1.9.3-arm-1.txz: Upgraded.
       Fix manpage versions, build and install docs. Thanks to duncan_roe.
d/kernel-headers-5.15.13-arm-1.txz: Upgraded.
k/kernel-source-5.15.13-arm-1.txz: Upgraded.
kde/bluedevil-5.23.5-arm-1.txz: Upgraded.
kde/breeze-5.23.5-arm-1.txz: Upgraded.
kde/breeze-gtk-5.23.5-arm-1.txz: Upgraded.
kde/drkonqi-5.23.5-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.23.5-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.23.5-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.23.5-arm-1.txz: Upgraded.
kde/kdecoration-5.23.5-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.23.5-arm-1.txz: Upgraded.
kde/kgamma5-5.23.5-arm-1.txz: Upgraded.
kde/khotkeys-5.23.5-arm-1.txz: Upgraded.
kde/kinfocenter-5.23.5-arm-1.txz: Upgraded.
kde/kmenuedit-5.23.5-arm-1.txz: Upgraded.
kde/konsole-21.12.0-arm-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-arm-1.txz: Upgraded.
kde/kscreenlocker-5.23.5-arm-1.txz: Upgraded.
kde/ksshaskpass-5.23.5-arm-1.txz: Upgraded.
kde/ksystemstats-5.23.5-arm-1.txz: Upgraded.
kde/kwallet-pam-5.23.5-arm-1.txz: Upgraded.
kde/kwayland-integration-5.23.5-arm-1.txz: Upgraded.
kde/kwayland-server-5.23.5-arm-1.txz: Upgraded.
kde/kwin-5.23.5-arm-1.txz: Upgraded.
kde/kwrited-5.23.5-arm-1.txz: Upgraded.
kde/layer-shell-qt-5.23.5-arm-1.txz: Upgraded.
kde/libkscreen-5.23.5-arm-1.txz: Upgraded.
kde/libksysguard-5.23.5-arm-1.txz: Upgraded.
kde/milou-5.23.5-arm-1.txz: Upgraded.
kde/oxygen-5.23.5-arm-1.txz: Upgraded.
       Fix manpage versions, build and install docs. Thanks to duncan_roe.
kde/plasma-browser-integration-5.23.5-arm-1.txz: Upgraded.
kde/plasma-desktop-5.23.5-arm-1.txz: Upgraded.
kde/plasma-disks-5.23.5-arm-1.txz: Upgraded.
kde/plasma-firewall-5.23.5-arm-1.txz: Upgraded.
kde/plasma-integration-5.23.5-arm-1.txz: Upgraded.
kde/plasma-nm-5.23.5-arm-1.txz: Upgraded.
kde/plasma-pa-5.23.5-arm-1.txz: Upgraded.
kde/plasma-sdk-5.23.5-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.23.5-arm-1.txz: Upgraded.
kde/plasma-vault-5.23.5-arm-1.txz: Upgraded.
kde/plasma-workspace-5.23.5-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.23.5-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.23.5-arm-1.txz: Upgraded.
kde/powerdevil-5.23.5-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.23.5-arm-1.txz: Upgraded.
kde/sddm-kcm-5.23.5-arm-1.txz: Upgraded.
kde/systemsettings-5.23.5-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.23.5-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_19-arm-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-arm-1.txz: Upgraded.
l/libgphoto2-2.5.28-arm-1.txz: Upgraded.
l/libimobiledevice-20211124_2c6121d-arm-1.txz: Upgraded.
l/libimobiledevice-glue-20211125_3cb687b-arm-1.txz: Added.
l/libuv-1.43.0-arm-1.txz: Upgraded.
l/pipewire-0.3.42-arm-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-arm-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-arm-1.txz: Upgraded.
n/curl-7.81.0-arm-1.txz: Upgraded.
n/mutt-2.1.5-arm-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-arm-1.txz: Upgraded.
n/yptools-4.2.3-arm-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-arm-1.txz: Upgraded.
x/libdrm-2.4.109-arm-1.txz: Upgraded.
x/mesa-21.3.3-arm-1.txz: Upgraded.
x/xdg-desktop-portal-1.12.1-arm-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 <mozes@slackware>

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/f2fs-tools-1.14.0-arm-3.txz: Rebuilt.
       Added /usr/sbin/f2fs_label to label f2fs file systems.
       Thanks to Thomas Rohloff.
a/kernel-modules-armv7-5.15.12_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.12-arm-1.txz: Upgraded.
       Added support for post installation helper scripts within
       /boot/platform/arm/helper/
       The helpers are named 'pkg-kernel-<hardware model name>'. 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-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
ap/qpdf-10.5.0-arm-1.txz: Upgraded.
ap/vim-8.2.3868-arm-1.txz: Upgraded.
d/kernel-headers-5.15.12-arm-1.txz: Upgraded.
d/parallel-20211222-noarch-1.txz: Upgraded.
k/kernel-source-5.15.12-arm-1.txz: Upgraded.
kde/ark-21.12.0-arm-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-arm-17.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
kde/cantor-21.12.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
kde/digikam-7.4.0-arm-2.txz: Rebuilt.
       Recompiled against opencv-4.5.5.
kde/kfilemetadata-5.89.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
kde/kile-2.9.93-arm-16.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
kde/kitinerary-21.12.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
kde/krita-5.0.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
kde/okular-21.12.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
l/gegl-0.4.34-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
l/gst-plugins-bad-free-1.18.5-arm-3.txz: Rebuilt.
       Recompiled against opencv-4.5.5.
l/gtk+3-3.24.31-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_19-arm-1.txz: Upgraded.
l/libgsf-1.14.48-arm-1.txz: Upgraded.
l/mlt-7.4.0-arm-1.txz: Upgraded.
l/netpbm-10.97.00-arm-1.txz: Upgraded.
l/opencv-4.5.5-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/poppler-21.12.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/zstd-1.5.1-arm-1.txz: Upgraded.
n/fetchmail-6.4.26-arm-1.txz: Upgraded.
n/net-snmp-5.9.1-arm-1.txz: Upgraded.
       Moved options for snmpd from rc.snmpd to /etc/default/snmpd.
       Thanks to Jakub 'shasta' Jankowski.
n/stunnel-5.61-arm-1.txz: Upgraded.
n/tin-2.6.1-arm-1.txz: Upgraded.
n/wpa_supplicant-2.9-arm-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-arm-1.txz: Upgraded.
x/xorg-server-1.20.14-arm-2.txz: Rebuilt.
       Recompiled using these options:
       --enable-suid-wrapper --enable-install-setuid --disable-systemd-logind.
x/xorg-server-xephyr-1.20.14-arm-2.txz: Rebuilt.
x/xorg-server-xnest-1.20.14-arm-2.txz: Rebuilt.
x/xorg-server-xvfb-1.20.14-arm-2.txz: Rebuilt.
xap/geeqie-1.6-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
xap/gimp-2.10.30-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
xap/pan-0.149-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.3868-arm-1.txz: Upgraded.
xfce/tumbler-4.16.0-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.12.0.
extra/php80/php80-8.0.14-arm-1.txz: Added.
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.
+--------------------------+
Wed Dec 22 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-arm-1.txz: Upgraded.
l/gegl-0.4.34-arm-1.txz: Upgraded.
n/httpd-2.4.52-arm-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-arm-1.txz: Upgraded.
xap/xlockmore-5.68-arm-1.txz: Upgraded.
xap/xsnow-3.4.2-arm-1.txz: Upgraded.
extra/php81/php81-8.1.1-arm-1.txz: 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/dialog-1.3_20211214-arm-1.txz: Upgraded.
a/kernel-firmware-20211216_f682ecb-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.15.10_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.10-arm-1.txz: Upgraded.
a/openssl-solibs-1.1.1m-arm-1.txz: Upgraded.
a/sysvinit-3.01-arm-1.txz: Upgraded.
ap/inxi-3.3.11_1-noarch-1.txz: Upgraded.
       Thanks to h2-1.
ap/ksh93-1.0_20211217_ce3e080c-arm-1.txz: Upgraded.
ap/mpg123-1.29.3-arm-1.txz: Upgraded.
ap/nano-6.0-arm-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-arm-1.txz: Upgraded.
d/kernel-headers-5.15.10-arm-1.txz: Upgraded.
d/patchelf-0.14.3-arm-1.txz: Upgraded.
d/vala-0.54.5-arm-1.txz: Upgraded.
k/kernel-source-5.15.10-arm-1.txz: Upgraded.
kde/akonadi-21.12.0-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.12.0-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.12.0-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.12.0-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.12.0-arm-1.txz: Upgraded.
kde/akonadi-mime-21.12.0-arm-1.txz: Upgraded.
kde/akonadi-notes-21.12.0-arm-1.txz: Upgraded.
kde/akonadi-search-21.12.0-arm-1.txz: Upgraded.
kde/akonadiconsole-21.12.0-arm-1.txz: Upgraded.
kde/akregator-21.12.0-arm-1.txz: Upgraded.
kde/analitza-21.12.0-arm-1.txz: Upgraded.
kde/ark-21.12.0-arm-1.txz: Upgraded.
kde/artikulate-21.12.0-arm-1.txz: Upgraded.
kde/attica-5.89.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.12.0-arm-1.txz: Upgraded.
kde/baloo-5.89.0-arm-1.txz: Upgraded.
kde/baloo-widgets-21.12.0-arm-1.txz: Upgraded.
kde/blinken-21.12.0-arm-1.txz: Upgraded.
kde/bluez-qt-5.89.0-arm-1.txz: Upgraded.
kde/bomber-21.12.0-arm-1.txz: Upgraded.
kde/bovo-21.12.0-arm-1.txz: Upgraded.
kde/breeze-icons-5.89.0-noarch-1.txz: Upgraded.
kde/calendarsupport-21.12.0-arm-1.txz: Upgraded.
kde/cantor-21.12.0-arm-1.txz: Upgraded.
kde/cervisia-21.12.0-arm-1.txz: Upgraded.
kde/digikam-7.4.0-arm-1.txz: Upgraded.
kde/dolphin-21.12.0-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.12.0-arm-1.txz: Upgraded.
kde/dragon-21.12.0-arm-1.txz: Upgraded.
kde/elisa-21.12.0-arm-1.txz: Upgraded.
kde/eventviews-21.12.0-arm-1.txz: Upgraded.
kde/extra-cmake-modules-5.89.0-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.12.0-arm-1.txz: Upgraded.
kde/filelight-21.12.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.89.0-arm-1.txz: Upgraded.
kde/granatier-21.12.0-arm-1.txz: Upgraded.
kde/grantlee-editor-21.12.0-arm-1.txz: Upgraded.
kde/grantleetheme-21.12.0-arm-1.txz: Upgraded.
kde/gwenview-21.12.0-arm-1.txz: Upgraded.
kde/incidenceeditor-21.12.0-arm-1.txz: Upgraded.
kde/itinerary-21.12.0-arm-1.txz: Upgraded.
kde/juk-21.12.0-arm-1.txz: Upgraded.
kde/k3b-21.12.0-arm-1.txz: Upgraded.
kde/kactivities-5.89.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.89.0-arm-1.txz: Upgraded.
kde/kaddressbook-21.12.0-arm-1.txz: Upgraded.
kde/kalarm-21.12.0-arm-1.txz: Upgraded.
kde/kalarmcal-21.12.0-arm-1.txz: Upgraded.
kde/kalgebra-21.12.0-arm-1.txz: Upgraded.
kde/kalzium-21.12.0-arm-1.txz: Upgraded.
kde/kamera-21.12.0-arm-1.txz: Upgraded.
kde/kamoso-21.12.0-arm-1.txz: Upgraded.
kde/kanagram-21.12.0-arm-1.txz: Upgraded.
kde/kapidox-5.89.0-arm-1.txz: Upgraded.
kde/kapman-21.12.0-arm-1.txz: Upgraded.
kde/kapptemplate-21.12.0-arm-1.txz: Upgraded.
kde/karchive-5.89.0-arm-1.txz: Upgraded.
kde/kate-21.12.0-arm-1.txz: Upgraded.
kde/katomic-21.12.0-arm-1.txz: Upgraded.
kde/kauth-5.89.0-arm-1.txz: Upgraded.
kde/kbackup-21.12.0-arm-1.txz: Upgraded.
kde/kblackbox-21.12.0-arm-1.txz: Upgraded.
kde/kblocks-21.12.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.89.0-arm-1.txz: Upgraded.
kde/kbounce-21.12.0-arm-1.txz: Upgraded.
kde/kbreakout-21.12.0-arm-1.txz: Upgraded.
kde/kbruch-21.12.0-arm-1.txz: Upgraded.
kde/kcachegrind-21.12.0-arm-1.txz: Upgraded.
kde/kcalc-21.12.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.89.0-arm-1.txz: Upgraded.
kde/kcalutils-21.12.0-arm-1.txz: Upgraded.
kde/kcharselect-21.12.0-arm-1.txz: Upgraded.
kde/kcmutils-5.89.0-arm-1.txz: Upgraded.
kde/kcodecs-5.89.0-arm-1.txz: Upgraded.
kde/kcolorchooser-21.12.0-arm-1.txz: Upgraded.
kde/kcompletion-5.89.0-arm-1.txz: Upgraded.
kde/kconfig-5.89.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.89.0-arm-1.txz: Upgraded.
kde/kcontacts-5.89.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.89.0-arm-1.txz: Upgraded.
kde/kcrash-5.89.0-arm-1.txz: Upgraded.
kde/kcron-21.12.0-arm-1.txz: Upgraded.
kde/kdav-5.89.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.89.0-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.12.0-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.12.0-arm-1.txz: Upgraded.
kde/kdebugsettings-21.12.0-arm-1.txz: Upgraded.
kde/kdeclarative-5.89.0-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.12.0-arm-1.txz: Upgraded.
kde/kded-5.89.0-arm-1.txz: Upgraded.
kde/kdeedu-data-21.12.0-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.12.0-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.12.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.89.0-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.12.0-arm-1.txz: Upgraded.
kde/kdenlive-21.12.0-arm-1.txz: Upgraded.
kde/kdepim-addons-21.12.0-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.12.0-arm-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-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.12.0-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.89.0-arm-1.txz: Upgraded.
kde/kdesu-5.89.0-arm-1.txz: Upgraded.
kde/kdev-php-21.12.0-arm-1.txz: Upgraded.
kde/kdev-python-21.12.0-arm-1.txz: Upgraded.
kde/kdevelop-21.12.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.89.0-arm-1.txz: Upgraded.
kde/kdf-21.12.0-arm-1.txz: Upgraded.
kde/kdialog-21.12.0-arm-1.txz: Upgraded.
kde/kdiamond-21.12.0-arm-1.txz: Upgraded.
kde/kdnssd-5.89.0-arm-1.txz: Upgraded.
kde/kdoctools-5.89.0-arm-1.txz: Upgraded.
kde/keditbookmarks-21.12.0-arm-1.txz: Upgraded.
kde/kemoticons-5.89.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.89.0-arm-1.txz: Upgraded.
kde/kfind-21.12.0-arm-1.txz: Upgraded.
kde/kfloppy-21.12.0-arm-1.txz: Upgraded.
kde/kfourinline-21.12.0-arm-1.txz: Upgraded.
kde/kgeography-21.12.0-arm-1.txz: Upgraded.
kde/kget-21.12.0-arm-1.txz: Upgraded.
kde/kglobalaccel-5.89.0-arm-1.txz: Upgraded.
kde/kgoldrunner-21.12.0-arm-1.txz: Upgraded.
kde/kgpg-21.12.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.89.0-arm-1.txz: Upgraded.
kde/khangman-21.12.0-arm-1.txz: Upgraded.
kde/khelpcenter-21.12.0-arm-1.txz: Upgraded.
kde/kholidays-5.89.0-arm-1.txz: Upgraded.
kde/khtml-5.89.0-arm-1.txz: Upgraded.
kde/ki18n-5.89.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.89.0-arm-1.txz: Upgraded.
kde/kid3-3.9.0-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.12.0-arm-1.txz: Upgraded.
kde/kidletime-5.89.0-arm-1.txz: Upgraded.
kde/kig-21.12.0-arm-1.txz: Upgraded.
kde/kigo-21.12.0-arm-1.txz: Upgraded.
kde/killbots-21.12.0-arm-1.txz: Upgraded.
kde/kimageformats-5.89.0-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.12.0-arm-1.txz: Upgraded.
kde/kimap-21.12.0-arm-1.txz: Upgraded.
kde/kinit-5.89.0-arm-1.txz: Upgraded.
kde/kio-5.89.0-arm-1.txz: Upgraded.
kde/kio-extras-21.12.0-arm-1.txz: Upgraded.
kde/kio-gdrive-21.12.0-arm-1.txz: Upgraded.
kde/kipi-plugins-21.12.0-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.12.0-arm-1.txz: Upgraded.
kde/kirigami2-5.89.0-arm-1.txz: Upgraded.
kde/kiriki-21.12.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.89.0-arm-1.txz: Upgraded.
kde/kitemviews-5.89.0-arm-1.txz: Upgraded.
kde/kiten-21.12.0-arm-1.txz: Upgraded.
kde/kitinerary-21.12.0-arm-1.txz: Upgraded.
kde/kjobwidgets-5.89.0-arm-1.txz: Upgraded.
kde/kjs-5.89.0-arm-1.txz: Upgraded.
kde/kjsembed-5.89.0-arm-1.txz: Upgraded.
kde/kjumpingcube-21.12.0-arm-1.txz: Upgraded.
kde/kldap-21.12.0-arm-1.txz: Upgraded.
kde/kleopatra-21.12.0-arm-1.txz: Upgraded.
kde/klickety-21.12.0-arm-1.txz: Upgraded.
kde/klines-21.12.0-arm-1.txz: Upgraded.
kde/kmag-21.12.0-arm-1.txz: Upgraded.
kde/kmahjongg-21.12.0-arm-1.txz: Upgraded.
kde/kmail-21.12.0-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.12.0-arm-1.txz: Upgraded.
kde/kmailtransport-21.12.0-arm-1.txz: Upgraded.
kde/kmbox-21.12.0-arm-1.txz: Upgraded.
kde/kmediaplayer-5.89.0-arm-1.txz: Upgraded.
kde/kmime-21.12.0-arm-1.txz: Upgraded.
kde/kmines-21.12.0-arm-1.txz: Upgraded.
kde/kmix-21.12.0-arm-1.txz: Upgraded.
kde/kmousetool-21.12.0-arm-1.txz: Upgraded.
kde/kmouth-21.12.0-arm-1.txz: Upgraded.
kde/kmplot-21.12.0-arm-1.txz: Upgraded.
kde/knavalbattle-21.12.0-arm-1.txz: Upgraded.
kde/knetwalk-21.12.0-arm-1.txz: Upgraded.
kde/knewstuff-5.89.0-arm-1.txz: Upgraded.
kde/knights-21.12.0-arm-1.txz: Upgraded.
kde/knotes-21.12.0-arm-1.txz: Upgraded.
kde/knotifications-5.89.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.89.0-arm-1.txz: Upgraded.
kde/kolf-21.12.0-arm-1.txz: Upgraded.
kde/kollision-21.12.0-arm-1.txz: Upgraded.
kde/kolourpaint-21.12.0-arm-1.txz: Upgraded.
kde/kompare-21.12.0-arm-1.txz: Upgraded.
kde/konqueror-21.12.0-arm-1.txz: Upgraded.
kde/konquest-21.12.0-arm-1.txz: Upgraded.
kde/konsole-21.12.0-arm-1.txz: Upgraded.
kde/kontact-21.12.0-arm-1.txz: Upgraded.
kde/kontactinterface-21.12.0-arm-1.txz: Upgraded.
kde/kontrast-21.12.0-arm-1.txz: Upgraded.
kde/konversation-21.12.0-arm-1.txz: Upgraded.
kde/kopeninghours-21.12.0-arm-1.txz: Upgraded.
kde/kopete-21.12.0-arm-1.txz: Upgraded.
kde/korganizer-21.12.0-arm-1.txz: Upgraded.
kde/kosmindoormap-21.12.0-arm-1.txz: Upgraded.
kde/kpackage-5.89.0-arm-1.txz: Upgraded.
kde/kparts-5.89.0-arm-1.txz: Upgraded.
kde/kpat-21.12.0-arm-1.txz: Upgraded.
kde/kpeople-5.89.0-arm-1.txz: Upgraded.
kde/kpimtextedit-21.12.0-arm-1.txz: Upgraded.
kde/kpkpass-21.12.0-arm-1.txz: Upgraded.
kde/kplotting-5.89.0-arm-1.txz: Upgraded.
kde/kpmcore-21.12.0-arm-1.txz: Upgraded.
kde/kpty-5.89.0-arm-1.txz: Upgraded.
kde/kpublictransport-21.12.0-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.12.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.89.0-arm-1.txz: Upgraded.
kde/krdc-21.12.0-arm-1.txz: Upgraded.
kde/kreversi-21.12.0-arm-1.txz: Upgraded.
kde/krfb-21.12.0-arm-1.txz: Upgraded.
kde/kross-5.89.0-arm-1.txz: Upgraded.
kde/kross-interpreters-21.12.0-arm-1.txz: Upgraded.
kde/kruler-21.12.0-arm-1.txz: Upgraded.
kde/krunner-5.89.0-arm-1.txz: Upgraded.
kde/kservice-5.89.0-arm-1.txz: Upgraded.
kde/kshisen-21.12.0-arm-1.txz: Upgraded.
kde/ksirk-21.12.0-arm-1.txz: Upgraded.
kde/ksmtp-21.12.0-arm-1.txz: Upgraded.
kde/ksnakeduel-21.12.0-arm-1.txz: Upgraded.
kde/kspaceduel-21.12.0-arm-1.txz: Upgraded.
kde/ksquares-21.12.0-arm-1.txz: Upgraded.
kde/ksudoku-21.12.0-arm-1.txz: Upgraded.
kde/ksystemlog-21.12.0-arm-1.txz: Upgraded.
kde/kteatime-21.12.0-arm-1.txz: Upgraded.
kde/ktexteditor-5.89.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.89.0-arm-1.txz: Upgraded.
kde/ktimer-21.12.0-arm-1.txz: Upgraded.
kde/ktnef-21.12.0-arm-1.txz: Upgraded.
kde/ktorrent-21.12.0-arm-1.txz: Upgraded.
kde/ktouch-21.12.0-arm-1.txz: Upgraded.
kde/kturtle-21.12.0-arm-1.txz: Upgraded.
kde/kubrick-21.12.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.89.0-arm-1.txz: Upgraded.
kde/kwallet-5.89.0-arm-1.txz: Upgraded.
kde/kwalletmanager-21.12.0-arm-1.txz: Upgraded.
kde/kwave-21.12.0-arm-1.txz: Upgraded.
kde/kwayland-5.89.0-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.89.0-arm-1.txz: Upgraded.
kde/kwindowsystem-5.89.0-arm-1.txz: Upgraded.
kde/kwordquiz-21.12.0-arm-1.txz: Upgraded.
kde/kxmlgui-5.89.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.89.0-arm-1.txz: Upgraded.
kde/latte-dock-0.10.6-arm-1.txz: Upgraded.
kde/libgravatar-21.12.0-arm-1.txz: Upgraded.
kde/libkcddb-21.12.0-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.12.0-arm-1.txz: Upgraded.
kde/libkdcraw-21.12.0-arm-1.txz: Upgraded.
kde/libkdegames-21.12.0-arm-1.txz: Upgraded.
kde/libkdepim-21.12.0-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.12.0-arm-1.txz: Upgraded.
kde/libkexiv2-21.12.0-arm-1.txz: Upgraded.
kde/libkgapi-21.12.0-arm-1.txz: Upgraded.
kde/libkipi-21.12.0-arm-1.txz: Upgraded.
kde/libkleo-21.12.0-arm-1.txz: Upgraded.
kde/libkmahjongg-21.12.0-arm-1.txz: Upgraded.
kde/libkomparediff2-21.12.0-arm-1.txz: Upgraded.
kde/libksane-21.12.0-arm-1.txz: Upgraded.
kde/libksieve-21.12.0-arm-1.txz: Upgraded.
kde/libktorrent-21.12.0-arm-1.txz: Upgraded.
kde/lokalize-21.12.0-arm-1.txz: Upgraded.
kde/lskat-21.12.0-arm-1.txz: Upgraded.
kde/mailcommon-21.12.0-arm-1.txz: Upgraded.
kde/mailimporter-21.12.0-arm-1.txz: Upgraded.
kde/marble-21.12.0-arm-1.txz: Upgraded.
kde/markdownpart-21.12.0-arm-1.txz: Upgraded.
kde/mbox-importer-21.12.0-arm-1.txz: Upgraded.
kde/messagelib-21.12.0-arm-1.txz: Upgraded.
kde/minuet-21.12.0-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.89.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.89.0-arm-1.txz: Upgraded.
kde/okular-21.12.0-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.89.0-noarch-1.txz: Upgraded.
kde/palapeli-21.12.0-arm-1.txz: Upgraded.
kde/parley-21.12.0-arm-1.txz: Upgraded.
kde/partitionmanager-21.12.0-arm-1.txz: Upgraded.
kde/picmi-21.12.0-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.12.0-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.12.0-arm-1.txz: Upgraded.
kde/pimcommon-21.12.0-arm-1.txz: Upgraded.
kde/plasma-framework-5.89.0-arm-1.txz: Upgraded.
kde/plasma-nm-5.23.4-arm-2.txz: Rebuilt.
       Applied patch:
       [PATCH] OpenVPN: Import tls-crypt keys
       Thanks to PJ Beers.
kde/poxml-21.12.0-arm-1.txz: Upgraded.
kde/print-manager-21.12.0-arm-1.txz: Upgraded.
kde/prison-5.89.0-arm-1.txz: Upgraded.
kde/purpose-5.89.0-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.89.0-arm-1.txz: Upgraded.
kde/rocs-21.12.0-arm-1.txz: Upgraded.
kde/skanlite-21.12.0-arm-1.txz: Upgraded.
kde/solid-5.89.0-arm-1.txz: Upgraded.
kde/sonnet-5.89.0-arm-1.txz: Upgraded.
kde/spectacle-21.12.0-arm-1.txz: Upgraded.
kde/step-21.12.0-arm-1.txz: Upgraded.
kde/svgpart-21.12.0-arm-1.txz: Upgraded.
kde/sweeper-21.12.0-arm-1.txz: Upgraded.
kde/syndication-5.89.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.89.0-arm-1.txz: Upgraded.
kde/threadweaver-5.89.0-arm-1.txz: Upgraded.
kde/umbrello-21.12.0-arm-2.txz: Rebuilt.
       Recompiled against kdevelop-21.12.0.
kde/yakuake-21.12.0-arm-1.txz: Upgraded.
kde/zanshin-21.12.0-arm-1.txz: Added.
kde/zeroconf-ioslave-21.12.0-arm-1.txz: Upgraded.
l/harfbuzz-3.2.0-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_18-arm-1.txz: Upgraded.
l/libcap-2.62-arm-1.txz: Upgraded.
l/librsvg-2.52.5-arm-1.txz: Upgraded.
l/mozilla-nss-3.73.1-arm-1.txz: Upgraded.
l/oniguruma-6.9.7.1-arm-1.txz: Upgraded.
l/pipewire-0.3.42-arm-1.txz: Upgraded.
l/utf8proc-2.7.0-arm-1.txz: Upgraded.
l/xxHash-0.8.1-arm-2.txz: Rebuilt.
       Fixed manpage symlinks.
n/bind-9.16.24-arm-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-arm-1.txz: Upgraded.
n/iputils-20211215-arm-1.txz: Upgraded.
n/mutt-2.1.4-arm-1.txz: Upgraded.
n/openssl-1.1.1m-arm-1.txz: Upgraded.
n/openvpn-2.5.5-arm-1.txz: Upgraded.
n/php-7.4.27-arm-1.txz: Upgraded.
x/libX11-1.7.3.1-arm-1.txz: Upgraded.
x/libinput-1.19.3-arm-1.txz: Upgraded.
x/xf86-video-armsoc-1.4.1-arm-40.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-26.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-20.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-41.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-38.txz: Rebuilt.
x/xorg-server-1.20.14-arm-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-arm-1.txz: Upgraded.
x/xorg-server-xnest-1.20.14-arm-1.txz: Upgraded.
x/xorg-server-xvfb-1.20.14-arm-1.txz: Upgraded.
x/xorg-server-xwayland-21.1.4-arm-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/xsnow-3.4.1-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Fri Dec 10 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/hwdata-0.354-arm-1.txz: Upgraded.
a/kbd-1.15.3-arm-6.txz: Rebuilt.
a/kernel-modules-armv7-5.15.7_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.7-arm-1.txz: Upgraded.
a/sysklogd-2.3.0-arm-1.txz: Upgraded.
ap/htop-3.1.2-arm-1.txz: Upgraded.
ap/rpm-4.16.1.3-arm-4.txz: Rebuilt.
       Patched to handle non-compliant RPMs created by install4j. Thanks to alienBOB.
ap/sysstat-12.5.5-arm-1.txz: Upgraded.
ap/vim-8.2.3754-arm-1.txz: Upgraded.
d/Cython-0.29.25-arm-1.txz: Upgraded.
d/kernel-headers-5.15.7-arm-1.txz: Upgraded.
d/poke-1.4-arm-1.txz: Upgraded.
d/rust-1.57.0-arm-1.txz: Upgraded.
d/strace-5.15-arm-1.txz: Upgraded.
k/kernel-source-5.15.7-arm-1.txz: Upgraded.
kde/bluedevil-5.23.4-arm-1.txz: Upgraded.
kde/breeze-5.23.4-arm-1.txz: Upgraded.
kde/breeze-gtk-5.23.4-arm-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-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.23.4-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.23.4-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.23.4-arm-1.txz: Upgraded.
kde/kdecoration-5.23.4-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.23.4-arm-1.txz: Upgraded.
kde/kgamma5-5.23.4-arm-1.txz: Upgraded.
kde/khotkeys-5.23.4-arm-1.txz: Upgraded.
kde/kinfocenter-5.23.4-arm-1.txz: Upgraded.
kde/kmenuedit-5.23.4-arm-1.txz: Upgraded.
kde/kscreen-5.23.4-arm-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-arm-1.txz: Upgraded.
kde/ksshaskpass-5.23.4-arm-1.txz: Upgraded.
kde/ksystemstats-5.23.4-arm-1.txz: Upgraded.
kde/kwallet-pam-5.23.4-arm-1.txz: Upgraded.
kde/kwayland-integration-5.23.4-arm-1.txz: Upgraded.
kde/kwayland-server-5.23.4-arm-1.txz: Upgraded.
kde/kwin-5.23.4-arm-1.txz: Upgraded.
kde/kwrited-5.23.4-arm-1.txz: Upgraded.
kde/layer-shell-qt-5.23.4-arm-1.txz: Upgraded.
kde/libkscreen-5.23.4-arm-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-arm-1.txz: Upgraded.
kde/milou-5.23.4-arm-1.txz: Upgraded.
kde/oxygen-5.23.4-arm-1.txz: Upgraded.
kde/plasma-browser-integration-5.23.4-arm-1.txz: Upgraded.
kde/plasma-desktop-5.23.4-arm-1.txz: Upgraded.
kde/plasma-disks-5.23.4-arm-1.txz: Upgraded.
kde/plasma-firewall-5.23.4-arm-1.txz: Upgraded.
kde/plasma-integration-5.23.4-arm-1.txz: Upgraded.
kde/plasma-nm-5.23.4-arm-1.txz: Upgraded.
kde/plasma-pa-5.23.4-arm-1.txz: Upgraded.
kde/plasma-sdk-5.23.4-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.23.4-arm-1.txz: Upgraded.
kde/plasma-vault-5.23.4-arm-1.txz: Upgraded.
kde/plasma-workspace-5.23.4-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.23.4-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.23.4-arm-1.txz: Upgraded.
kde/powerdevil-5.23.4-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.23.4-arm-1.txz: Upgraded.
kde/sddm-kcm-5.23.4-arm-1.txz: Upgraded.
kde/systemsettings-5.23.4-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.23.4-arm-1.txz: Upgraded.
l/SDL2-2.0.18-arm-1.txz: Upgraded.
l/enchant-2.3.2-arm-1.txz: Upgraded.
l/freetype-2.11.1-arm-1.txz: Upgraded.
l/glib-networking-2.70.1-arm-1.txz: Upgraded.
l/glib2-2.70.2-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_17-arm-1.txz: Upgraded.
l/libical-3.0.12-arm-1.txz: Upgraded.
l/libqalculate-3.22.0-arm-1.txz: Upgraded.
l/mozilla-nss-3.73-arm-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-arm-1.txz: Upgraded.
l/python-charset-normalizer-2.0.9-arm-1.txz: Upgraded.
l/qt5-5.15.3_20211130_014c375b-arm-1.txz: Upgraded.
l/vte-0.66.2-arm-1.txz: Upgraded.
l/xxHash-0.8.1-arm-1.txz: Upgraded.
n/dovecot-2.3.17.1-arm-1.txz: Upgraded.
n/lynx-2.9.0dev.10-arm-1.txz: Upgraded.
n/samba-4.15.3-arm-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 Fred<space><space>Nurk) 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-arm-1.txz: Upgraded.
x/wayland-1.20.0-arm-1.txz: Upgraded.
x/xscope-1.4.2-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.3754-arm-1.txz: Upgraded.
xap/xsnow-3.3.6-arm-1.txz: Upgraded.
xfce/exo-4.16.3-arm-1.txz: Upgraded.
extra/php8/php8-8.1.0-arm-1.txz: Removed.
extra/php81/php81-8.1.0-arm-1.txz: Added.
pasture/mozilla-firefox-78.8.0esr-arm-2.txz: Removed.
       This no longer works.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Nov 30 08:08:08 UTC 2021
ap/cdrtools-3.02a09-arm-1.txz: Upgraded.
d/vala-0.54.4-arm-1.txz: Upgraded.
x/xauth-1.1.1-arm-1.txz: Upgraded.
extra/php8/php8-8.1.0-arm-1.txz: Upgraded.
+--------------------------+
Mon Nov 29 08:08:08 UTC 2021

This is Slackware ARM 15.0 release candidate 2.

Please report any issues to the dedicated Slackware ARM forum:
       https://www.linuxquestions.org/questions/slackware-arm-108/

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/aaa_libraries-15.0-arm-7.txz: Rebuilt.
a/bash-5.1.012.000-arm-1.txz: Upgraded.
a/btrfs-progs-5.15.1-arm-1.txz: Upgraded.
a/cryptsetup-2.4.2-arm-1.txz: Upgraded.
a/dialog-1.3_20211107-arm-1.txz: Upgraded.
a/exfatprogs-1.1.3-arm-1.txz: Upgraded.
a/hwdata-0.353-arm-1.txz: Upgraded.
a/kernel-firmware-20211123_b0e898f-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.15.5_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.5-arm-1.txz: Upgraded.
a/libblockdev-2.26-arm-3.txz: Rebuilt.
a/libbytesize-2.6-arm-3.txz: Rebuilt.
a/libpwquality-1.4.4-arm-5.txz: Rebuilt.
a/mtd-utils-201121-arm-1.txz: Upgraded.
a/sdparm-1.12-arm-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-arm-10.txz: Rebuilt.
       Recompiled against sg3_utils-1.47.
a/util-linux-2.37.2-arm-6.txz: Rebuilt.
a/volume_key-0.3.12-arm-4.txz: Rebuilt.
ap/hplip-3.20.5-arm-5.txz: Rebuilt.
ap/inxi-20211122_2feaf0b8-noarch-1.txz: Upgraded.
ap/ksh93-1.0_20211125_84ded2d-arm-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-arm-3.txz: Rebuilt.
ap/lxc-4.0.11-arm-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-arm-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-arm-1.txz: Upgraded.
ap/qpdf-10.4.0-arm-1.txz: Upgraded.
ap/rpm-4.16.1.3-arm-3.txz: Rebuilt.
ap/sqlite-3.37.0-arm-1.txz: Upgraded.
ap/texinfo-6.8-arm-3.txz: Rebuilt.
       Patched to fix issues with pt_BR locale. Thanks to Luiz Ramos.
ap/undervolt-20210815_e39aea1-arm-2.txz: Rebuilt.
ap/vim-8.2.3656-arm-1.txz: Upgraded.
d/Cython-0.29.24-arm-3.txz: Rebuilt.
d/ccache-4.5.1-arm-1.txz: Upgraded.
d/distcc-3.4-arm-3.txz: Rebuilt.
d/gdb-11.1-arm-4.txz: Rebuilt.
d/git-2.34.1-arm-1.txz: Upgraded.
d/gyp-20210831_d6c5dd51-arm-2.txz: Rebuilt.
d/kernel-headers-5.15.5-arm-1.txz: Upgraded.
d/llvm-13.0.0-arm-2.txz: Rebuilt.
d/mercurial-6.0-arm-1.txz: Upgraded.
d/meson-0.59.4-arm-1.txz: Upgraded.
d/parallel-20211122-noarch-1.txz: Upgraded.
d/python-pip-21.3.1-arm-2.txz: Rebuilt.
d/python-setuptools-57.5.0-arm-1.txz: Upgraded.
d/python3-3.9.9-arm-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-arm-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-arm-1.txz: Upgraded.
d/scons-4.2.0-arm-2.txz: Rebuilt.
d/slacktrack-2.22-arm-1.txz: Upgraded.
d/vala-0.54.3-arm-1.txz: Upgraded.
k/kernel-source-5.15.5-arm-1.txz: Upgraded.
kde/akonadi-21.08.3-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.08.3-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.08.3-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.08.3-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.08.3-arm-1.txz: Upgraded.
kde/akonadi-mime-21.08.3-arm-1.txz: Upgraded.
kde/akonadi-notes-21.08.3-arm-1.txz: Upgraded.
kde/akonadi-search-21.08.3-arm-1.txz: Upgraded.
kde/akonadiconsole-21.08.3-arm-1.txz: Upgraded.
kde/akregator-21.08.3-arm-1.txz: Upgraded.
kde/alkimia-8.1.0-arm-4.txz: Rebuilt.
kde/analitza-21.08.3-arm-1.txz: Upgraded.
kde/ark-21.08.3-arm-1.txz: Upgraded.
kde/artikulate-21.08.3-arm-1.txz: Upgraded.
kde/attica-5.88.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.08.3-arm-1.txz: Upgraded.
kde/baloo-5.88.0-arm-1.txz: Upgraded.
kde/baloo-widgets-21.08.3-arm-1.txz: Upgraded.
kde/blinken-21.08.3-arm-1.txz: Upgraded.
kde/bluedevil-5.23.3-arm-1.txz: Upgraded.
kde/bluez-qt-5.88.0-arm-1.txz: Upgraded.
kde/bomber-21.08.3-arm-1.txz: Upgraded.
kde/bovo-21.08.3-arm-1.txz: Upgraded.
kde/breeze-5.23.3-arm-1.txz: Upgraded.
kde/breeze-gtk-5.23.3-arm-1.txz: Upgraded.
kde/breeze-icons-5.88.0-noarch-1.txz: Upgraded.
kde/calendarsupport-21.08.3-arm-1.txz: Upgraded.
kde/calligra-3.2.1-arm-16.txz: Rebuilt.
kde/cantor-21.08.3-arm-1.txz: Upgraded.
kde/cervisia-21.08.3-arm-1.txz: Upgraded.
kde/digikam-7.3.0-arm-3.txz: Rebuilt.
kde/dolphin-21.08.3-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.08.3-arm-1.txz: Upgraded.
kde/dragon-21.08.3-arm-1.txz: Upgraded.
kde/drkonqi-5.23.3-arm-1.txz: Upgraded.
kde/elisa-21.08.3-arm-1.txz: Upgraded.
kde/eventviews-21.08.3-arm-1.txz: Upgraded.
kde/extra-cmake-modules-5.88.0-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.08.3-arm-1.txz: Upgraded.
kde/filelight-21.08.3-arm-1.txz: Upgraded.
kde/frameworkintegration-5.88.0-arm-1.txz: Upgraded.
kde/granatier-21.08.3-arm-1.txz: Upgraded.
kde/grantlee-editor-21.08.3-arm-1.txz: Upgraded.
kde/grantleetheme-21.08.3-arm-1.txz: Upgraded.
kde/gwenview-21.08.3-arm-1.txz: Upgraded.
kde/incidenceeditor-21.08.3-arm-1.txz: Upgraded.
kde/itinerary-21.08.3-arm-1.txz: Upgraded.
kde/juk-21.08.3-arm-1.txz: Upgraded.
kde/k3b-21.08.3-arm-1.txz: Upgraded.
kde/kactivities-5.88.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.88.0-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.23.3-arm-1.txz: Upgraded.
kde/kaddressbook-21.08.3-arm-1.txz: Upgraded.
kde/kalarm-21.08.3-arm-1.txz: Upgraded.
kde/kalarmcal-21.08.3-arm-1.txz: Upgraded.
kde/kalgebra-21.08.3-arm-1.txz: Upgraded.
kde/kalzium-21.08.3-arm-1.txz: Upgraded.
kde/kamera-21.08.3-arm-1.txz: Upgraded.
kde/kamoso-21.08.3-arm-1.txz: Upgraded.
kde/kanagram-21.08.3-arm-1.txz: Upgraded.
kde/kapidox-5.88.0-arm-1.txz: Upgraded.
kde/kapman-21.08.3-arm-1.txz: Upgraded.
kde/kapptemplate-21.08.3-arm-1.txz: Upgraded.
kde/karchive-5.88.0-arm-1.txz: Upgraded.
kde/kate-21.08.3-arm-1.txz: Upgraded.
kde/katomic-21.08.3-arm-1.txz: Upgraded.
kde/kauth-5.88.0-arm-1.txz: Upgraded.
kde/kbackup-21.08.3-arm-1.txz: Upgraded.
kde/kblackbox-21.08.3-arm-1.txz: Upgraded.
kde/kblocks-21.08.3-arm-1.txz: Upgraded.
kde/kbookmarks-5.88.0-arm-1.txz: Upgraded.
kde/kbounce-21.08.3-arm-1.txz: Upgraded.
kde/kbreakout-21.08.3-arm-1.txz: Upgraded.
kde/kbruch-21.08.3-arm-1.txz: Upgraded.
kde/kcachegrind-21.08.3-arm-1.txz: Upgraded.
kde/kcalc-21.08.3-arm-1.txz: Upgraded.
kde/kcalendarcore-5.88.0-arm-1.txz: Upgraded.
kde/kcalutils-21.08.3-arm-1.txz: Upgraded.
kde/kcharselect-21.08.3-arm-1.txz: Upgraded.
kde/kcmutils-5.88.0-arm-1.txz: Upgraded.
kde/kcodecs-5.88.0-arm-1.txz: Upgraded.
kde/kcolorchooser-21.08.3-arm-1.txz: Upgraded.
kde/kcompletion-5.88.0-arm-1.txz: Upgraded.
kde/kconfig-5.88.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.88.0-arm-1.txz: Upgraded.
kde/kcontacts-5.88.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.88.0-arm-1.txz: Upgraded.
kde/kcrash-5.88.0-arm-1.txz: Upgraded.
kde/kcron-21.08.3-arm-1.txz: Upgraded.
kde/kdav-5.88.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.88.0-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.23.3-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.08.3-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.08.3-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.23.3-arm-1.txz: Upgraded.
kde/kdebugsettings-21.08.3-arm-1.txz: Upgraded.
kde/kdeclarative-5.88.0-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.08.3-arm-1.txz: Upgraded.
kde/kdecoration-5.23.3-arm-1.txz: Upgraded.
kde/kded-5.88.0-arm-1.txz: Upgraded.
kde/kdeedu-data-21.08.3-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.08.3-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.08.3-arm-1.txz: Upgraded.
kde/kdelibs4support-5.88.0-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.08.3-arm-1.txz: Upgraded.
kde/kdenlive-21.08.3-arm-1.txz: Upgraded.
kde/kdepim-addons-21.08.3-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.08.3-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.23.3-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-21.08.3-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.08.3-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.88.0-arm-1.txz: Upgraded.
kde/kdesu-5.88.0-arm-1.txz: Upgraded.
kde/kdev-python-5.6.2-arm-7.txz: Rebuilt.
kde/kdevelop-5.6.2-arm-9.txz: Rebuilt.
kde/kdewebkit-5.88.0-arm-1.txz: Upgraded.
kde/kdf-21.08.3-arm-1.txz: Upgraded.
kde/kdialog-21.08.3-arm-1.txz: Upgraded.
kde/kdiamond-21.08.3-arm-1.txz: Upgraded.
kde/kdnssd-5.88.0-arm-1.txz: Upgraded.
kde/kdoctools-5.88.0-arm-1.txz: Upgraded.
kde/keditbookmarks-21.08.3-arm-1.txz: Upgraded.
kde/kemoticons-5.88.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.88.0-arm-1.txz: Upgraded.
kde/kfind-21.08.3-arm-1.txz: Upgraded.
kde/kfloppy-21.08.3-arm-1.txz: Upgraded.
kde/kfourinline-21.08.3-arm-1.txz: Upgraded.
kde/kgamma5-5.23.3-arm-1.txz: Upgraded.
kde/kgeography-21.08.3-arm-1.txz: Upgraded.
kde/kget-21.08.3-arm-1.txz: Upgraded.
kde/kglobalaccel-5.88.0-arm-1.txz: Upgraded.
kde/kgoldrunner-21.08.3-arm-1.txz: Upgraded.
kde/kgpg-21.08.3-arm-1.txz: Upgraded.
kde/kguiaddons-5.88.0-arm-1.txz: Upgraded.
kde/khangman-21.08.3-arm-1.txz: Upgraded.
kde/khelpcenter-21.08.3-arm-1.txz: Upgraded.
kde/kholidays-5.88.0-arm-1.txz: Upgraded.
kde/khotkeys-5.23.3-arm-1.txz: Upgraded.
kde/khtml-5.88.0-arm-1.txz: Upgraded.
kde/ki18n-5.88.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.88.0-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.08.3-arm-1.txz: Upgraded.
kde/kidletime-5.88.0-arm-1.txz: Upgraded.
kde/kig-21.08.3-arm-1.txz: Upgraded.
kde/kigo-21.08.3-arm-1.txz: Upgraded.
kde/kile-2.9.93-arm-15.txz: Rebuilt.
kde/killbots-21.08.3-arm-1.txz: Upgraded.
kde/kimageformats-5.88.0-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.08.3-arm-1.txz: Upgraded.
kde/kimap-21.08.3-arm-1.txz: Upgraded.
kde/kinfocenter-5.23.3-arm-1.txz: Upgraded.
kde/kinit-5.88.0-arm-1.txz: Upgraded.
kde/kio-5.88.0-arm-1.txz: Upgraded.
kde/kio-extras-21.08.3-arm-1.txz: Upgraded.
kde/kio-gdrive-21.08.3-arm-1.txz: Upgraded.
kde/kipi-plugins-21.08.3-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.08.3-arm-1.txz: Upgraded.
kde/kirigami2-5.88.0-arm-1.txz: Upgraded.
kde/kiriki-21.08.3-arm-1.txz: Upgraded.
kde/kitemmodels-5.88.0-arm-1.txz: Upgraded.
kde/kitemviews-5.88.0-arm-1.txz: Upgraded.
kde/kiten-21.08.3-arm-1.txz: Upgraded.
kde/kitinerary-21.08.3-arm-1.txz: Upgraded.
kde/kjobwidgets-5.88.0-arm-1.txz: Upgraded.
kde/kjots-20211003_4109f07-arm-1.txz: Upgraded.
kde/kjs-5.88.0-arm-1.txz: Upgraded.
kde/kjsembed-5.88.0-arm-1.txz: Upgraded.
kde/kjumpingcube-21.08.3-arm-1.txz: Upgraded.
kde/kldap-21.08.3-arm-1.txz: Upgraded.
kde/kleopatra-21.08.3-arm-1.txz: Upgraded.
kde/klickety-21.08.3-arm-1.txz: Upgraded.
kde/klines-21.08.3-arm-1.txz: Upgraded.
kde/kmag-21.08.3-arm-1.txz: Upgraded.
kde/kmahjongg-21.08.3-arm-1.txz: Upgraded.
kde/kmail-21.08.3-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.08.3-arm-1.txz: Upgraded.
kde/kmailtransport-21.08.3-arm-1.txz: Upgraded.
kde/kmbox-21.08.3-arm-1.txz: Upgraded.
kde/kmediaplayer-5.88.0-arm-1.txz: Upgraded.
kde/kmenuedit-5.23.3-arm-1.txz: Upgraded.
kde/kmime-21.08.3-arm-1.txz: Upgraded.
kde/kmines-21.08.3-arm-1.txz: Upgraded.
kde/kmix-21.08.3-arm-1.txz: Upgraded.
kde/kmousetool-21.08.3-arm-1.txz: Upgraded.
kde/kmouth-21.08.3-arm-1.txz: Upgraded.
kde/kmplot-21.08.3-arm-1.txz: Upgraded.
kde/kmymoney-5.1.2-arm-4.txz: Rebuilt.
kde/knavalbattle-21.08.3-arm-1.txz: Upgraded.
kde/knetwalk-21.08.3-arm-1.txz: Upgraded.
kde/knewstuff-5.88.0-arm-1.txz: Upgraded.
kde/knights-21.08.3-arm-1.txz: Upgraded.
kde/knotes-21.08.3-arm-1.txz: Upgraded.
kde/knotifications-5.88.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.88.0-arm-1.txz: Upgraded.
kde/kolf-21.08.3-arm-1.txz: Upgraded.
kde/kollision-21.08.3-arm-1.txz: Upgraded.
kde/kolourpaint-21.08.3-arm-1.txz: Upgraded.
kde/kompare-21.08.3-arm-1.txz: Upgraded.
kde/konqueror-21.08.3-arm-1.txz: Upgraded.
kde/konquest-21.08.3-arm-1.txz: Upgraded.
kde/konsole-21.08.3-arm-1.txz: Upgraded.
kde/kontact-21.08.3-arm-1.txz: Upgraded.
kde/kontactinterface-21.08.3-arm-1.txz: Upgraded.
kde/kontrast-21.08.3-arm-1.txz: Upgraded.
kde/konversation-21.08.3-arm-1.txz: Upgraded.
kde/kopeninghours-21.08.3-arm-2.txz: Rebuilt.
       Respect $LIBDIRSUFFIX when installing the Python module.
       Thanks to qunying.
kde/kopete-21.08.3-arm-1.txz: Upgraded.
kde/korganizer-21.08.3-arm-1.txz: Upgraded.
kde/kosmindoormap-21.08.3-arm-1.txz: Upgraded.
kde/kpackage-5.88.0-arm-1.txz: Upgraded.
kde/kparts-5.88.0-arm-1.txz: Upgraded.
kde/kpat-21.08.3-arm-1.txz: Upgraded.
kde/kpeople-5.88.0-arm-1.txz: Upgraded.
kde/kpimtextedit-21.08.3-arm-1.txz: Upgraded.
kde/kpkpass-21.08.3-arm-1.txz: Upgraded.
kde/kplotting-5.88.0-arm-1.txz: Upgraded.
kde/kpmcore-21.08.3-arm-1.txz: Upgraded.
kde/kpty-5.88.0-arm-1.txz: Upgraded.
kde/kpublictransport-21.08.3-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.08.3-arm-1.txz: Upgraded.
kde/kquickcharts-5.88.0-arm-1.txz: Upgraded.
kde/krdc-21.08.3-arm-1.txz: Upgraded.
kde/kreversi-21.08.3-arm-1.txz: Upgraded.
kde/krfb-21.08.3-arm-1.txz: Upgraded.
kde/krita-4.4.8-arm-6.txz: Rebuilt.
kde/kross-5.88.0-arm-1.txz: Upgraded.
kde/kross-interpreters-21.08.3-arm-1.txz: Upgraded.
kde/kruler-21.08.3-arm-1.txz: Upgraded.
kde/krunner-5.88.0-arm-1.txz: Upgraded.
kde/kscreen-5.23.3-arm-1.txz: Upgraded.
kde/kscreenlocker-5.23.3-arm-1.txz: Upgraded.
kde/kservice-5.88.0-arm-1.txz: Upgraded.
kde/kshisen-21.08.3-arm-1.txz: Upgraded.
kde/ksirk-21.08.3-arm-1.txz: Upgraded.
kde/ksmtp-21.08.3-arm-1.txz: Upgraded.
kde/ksnakeduel-21.08.3-arm-1.txz: Upgraded.
kde/kspaceduel-21.08.3-arm-1.txz: Upgraded.
kde/ksquares-21.08.3-arm-1.txz: Upgraded.
kde/ksshaskpass-5.23.3-arm-1.txz: Upgraded.
kde/kstars-3.5.6-arm-1.txz: Upgraded.
kde/ksudoku-21.08.3-arm-1.txz: Upgraded.
kde/ksystemlog-21.08.3-arm-1.txz: Upgraded.
kde/ksystemstats-5.23.3-arm-1.txz: Upgraded.
kde/kteatime-21.08.3-arm-1.txz: Upgraded.
kde/ktexteditor-5.88.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.88.0-arm-1.txz: Upgraded.
kde/ktimer-21.08.3-arm-1.txz: Upgraded.
kde/ktnef-21.08.3-arm-1.txz: Upgraded.
kde/ktorrent-21.08.3-arm-1.txz: Upgraded.
kde/ktouch-21.08.3-arm-1.txz: Upgraded.
kde/kturtle-21.08.3-arm-1.txz: Upgraded.
kde/kubrick-21.08.3-arm-1.txz: Upgraded.
kde/kunitconversion-5.88.0-arm-1.txz: Upgraded.
kde/kwallet-5.88.0-arm-1.txz: Upgraded.
kde/kwallet-pam-5.23.3-arm-1.txz: Upgraded.
kde/kwalletmanager-21.08.3-arm-1.txz: Upgraded.
kde/kwave-21.08.3-arm-1.txz: Upgraded.
kde/kwayland-5.88.0-arm-1.txz: Upgraded.
kde/kwayland-integration-5.23.3-arm-1.txz: Upgraded.
kde/kwayland-server-5.23.3-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.88.0-arm-1.txz: Upgraded.
kde/kwin-5.23.3-arm-1.txz: Upgraded.
kde/kwindowsystem-5.88.0-arm-1.txz: Upgraded.
kde/kwordquiz-21.08.3-arm-1.txz: Upgraded.
kde/kwrited-5.23.3-arm-1.txz: Upgraded.
kde/kxmlgui-5.88.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.88.0-arm-1.txz: Upgraded.
kde/latte-dock-0.10.4-arm-1.txz: Upgraded.
kde/layer-shell-qt-5.23.3-arm-1.txz: Upgraded.
kde/libgravatar-21.08.3-arm-1.txz: Upgraded.
kde/libkcddb-21.08.3-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.08.3-arm-1.txz: Upgraded.
kde/libkdcraw-21.08.3-arm-1.txz: Upgraded.
kde/libkdegames-21.08.3-arm-1.txz: Upgraded.
kde/libkdepim-21.08.3-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.08.3-arm-1.txz: Upgraded.
kde/libkexiv2-21.08.3-arm-1.txz: Upgraded.
kde/libkgapi-21.08.3-arm-1.txz: Upgraded.
kde/libkipi-21.08.3-arm-1.txz: Upgraded.
kde/libkleo-21.08.3-arm-1.txz: Upgraded.
kde/libkmahjongg-21.08.3-arm-1.txz: Upgraded.
kde/libkomparediff2-21.08.3-arm-1.txz: Upgraded.
kde/libksane-21.08.3-arm-1.txz: Upgraded.
kde/libkscreen-5.23.3-arm-1.txz: Upgraded.
kde/libksieve-21.08.3-arm-1.txz: Upgraded.
kde/libksysguard-5.23.3-arm-1.txz: Upgraded.
kde/libktorrent-21.08.3-arm-1.txz: Upgraded.
kde/lokalize-21.08.3-arm-1.txz: Upgraded.
kde/lskat-21.08.3-arm-1.txz: Upgraded.
kde/mailcommon-21.08.3-arm-1.txz: Upgraded.
kde/mailimporter-21.08.3-arm-1.txz: Upgraded.
kde/marble-21.08.3-arm-1.txz: Upgraded.
kde/markdownpart-21.08.3-arm-1.txz: Upgraded.
kde/mbox-importer-21.08.3-arm-1.txz: Upgraded.
kde/messagelib-21.08.3-arm-1.txz: Upgraded.
kde/milou-5.23.3-arm-1.txz: Upgraded.
kde/minuet-21.08.3-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.88.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.88.0-arm-1.txz: Upgraded.
kde/okular-21.08.3-arm-1.txz: Upgraded.
kde/oxygen-5.23.3-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.88.0-noarch-1.txz: Upgraded.
kde/palapeli-21.08.3-arm-1.txz: Upgraded.
kde/parley-21.08.3-arm-1.txz: Upgraded.
kde/partitionmanager-21.08.3-arm-1.txz: Upgraded.
kde/picmi-21.08.3-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.08.3-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.08.3-arm-1.txz: Upgraded.
kde/pimcommon-21.08.3-arm-1.txz: Upgraded.
kde/plasma-browser-integration-5.23.3-arm-1.txz: Upgraded.
kde/plasma-desktop-5.23.3-arm-1.txz: Upgraded.
kde/plasma-disks-5.23.3-arm-1.txz: Upgraded.
kde/plasma-firewall-5.23.3-arm-1.txz: Upgraded.
kde/plasma-framework-5.88.0-arm-1.txz: Upgraded.
kde/plasma-integration-5.23.3-arm-1.txz: Upgraded.
kde/plasma-nm-5.23.3-arm-1.txz: Upgraded.
kde/plasma-pa-5.23.3-arm-1.txz: Upgraded.
kde/plasma-sdk-5.23.3-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.23.3-arm-1.txz: Upgraded.
kde/plasma-vault-5.23.3-arm-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.5.0-arm-1.txz: Upgraded.
kde/plasma-workspace-5.23.3-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.23.3-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.23.3-arm-1.txz: Upgraded.
kde/powerdevil-5.23.3-arm-1.txz: Upgraded.
kde/poxml-21.08.3-arm-1.txz: Upgraded.
kde/print-manager-21.08.3-arm-1.txz: Upgraded.
kde/prison-5.88.0-arm-1.txz: Upgraded.
kde/purpose-5.88.0-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.23.3-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.88.0-arm-1.txz: Upgraded.
kde/rocs-21.08.3-arm-1.txz: Upgraded.
kde/sddm-kcm-5.23.3-arm-1.txz: Upgraded.
kde/skanlite-21.08.3-arm-1.txz: Upgraded.
kde/solid-5.88.0-arm-1.txz: Upgraded.
kde/sonnet-5.88.0-arm-1.txz: Upgraded.
kde/spectacle-21.08.3-arm-1.txz: Upgraded.
kde/step-21.08.3-arm-1.txz: Upgraded.
kde/svgpart-21.08.3-arm-1.txz: Upgraded.
kde/sweeper-21.08.3-arm-1.txz: Upgraded.
kde/syndication-5.88.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.88.0-arm-1.txz: Upgraded.
kde/systemsettings-5.23.3-arm-1.txz: Upgraded.
kde/threadweaver-5.88.0-arm-1.txz: Upgraded.
kde/umbrello-21.08.3-arm-1.txz: Upgraded.
kde/wacomtablet-20210906_d1e216a-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.23.3-arm-1.txz: Upgraded.
kde/yakuake-21.08.3-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-21.08.3-arm-1.txz: Upgraded.
l/M2Crypto-0.38.0-arm-3.txz: Rebuilt.
l/Mako-1.1.6-arm-1.txz: Upgraded.
l/PyQt5-5.15.2-arm-4.txz: Rebuilt.
l/QScintilla-2.11.6-arm-4.txz: Rebuilt.
l/boost-1.77.0-arm-3.txz: Rebuilt.
l/brotli-1.0.9-arm-6.txz: Rebuilt.
l/cfitsio-4.0.0-arm-1.txz: Upgraded.
l/dbus-python-1.2.18-arm-3.txz: Rebuilt.
l/elfutils-0.186-arm-1.txz: Upgraded.
l/fluidsynth-2.2.4-arm-1.txz: Upgraded.
l/gexiv2-0.14.0-arm-3.txz: Rebuilt.
l/glade-3.38.2-arm-4.txz: Rebuilt.
l/gobject-introspection-1.70.0-arm-3.txz: Rebuilt.
l/gtk4-4.4.1-arm-1.txz: Upgraded.
l/harfbuzz-3.1.2-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_16-arm-1.txz: Upgraded.
l/iso-codes-4.8.0-arm-1.txz: Upgraded.
l/lensfun-0.3.95-arm-4.txz: Rebuilt.
l/libcaca-0.99.beta19-arm-11.txz: Rebuilt.
l/libcap-2.61-arm-1.txz: Upgraded.
l/libcap-ng-0.8.2-arm-5.txz: Rebuilt.
l/libexif-0.6.24-arm-1.txz: Upgraded.
l/libgpod-0.8.3-arm-10.txz: Rebuilt.
       Recompiled against sg3_utils-1.47.
l/libimobiledevice-20200615_4791a82-arm-5.txz: Rebuilt.
l/libjpeg-turbo-2.1.2-arm-1.txz: Upgraded.
l/libproxy-0.4.17-arm-4.txz: Rebuilt.
l/librsvg-2.52.4-arm-1.txz: Upgraded.
l/libseccomp-2.5.3-arm-1.txz: Added.
       This is needed by lxc-4.0.11. Thanks to Willy Sudiarto Raharjo.
l/libsoup-2.74.2-arm-1.txz: Upgraded.
l/libtasn1-4.18.0-arm-1.txz: Upgraded.
l/libwebp-1.2.1-arm-3.txz: Rebuilt.
l/libxml2-2.9.12-arm-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-arm-1.txz: Upgraded.
l/netpbm-10.96.03-arm-1.txz: Upgraded.
l/newt-0.52.21-arm-7.txz: Rebuilt.
l/openexr-2.5.7-arm-4.txz: Rebuilt.
l/pipewire-0.3.40-arm-1.txz: Upgraded.
l/poppler-21.11.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/pycairo-1.20.1-arm-3.txz: Rebuilt.
l/pycups-2.0.1-arm-5.txz: Rebuilt.
l/pycurl-7.44.1-arm-3.txz: Rebuilt.
l/pygobject3-3.42.0-arm-3.txz: Rebuilt.
l/pyparsing-2.4.7-arm-5.txz: Rebuilt.
l/python-Jinja2-3.0.3-arm-1.txz: Added.
       Added missing dependency of kapidox.
l/python-MarkupSafe-2.0.1-arm-1.txz: Added.
       Added missing dependency of Mako.
l/python-PyYAML-6.0-arm-1.txz: Added.
       Added missing dependency of kapidox.
l/python-appdirs-1.4.4-arm-5.txz: Rebuilt.
l/python-certifi-2021.10.8-arm-2.txz: Rebuilt.
l/python-cffi-1.15.0-arm-2.txz: Rebuilt.
l/python-chardet-4.0.0-arm-4.txz: Rebuilt.
l/python-charset-normalizer-2.0.8-arm-1.txz: Upgraded.
l/python-distro-1.6.0-arm-2.txz: Rebuilt.
l/python-dnspython-2.1.0-arm-3.txz: Rebuilt.
l/python-docutils-0.17.1-arm-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-arm-1.txz: Added.
       Added missing dependency of kapidox.
l/python-doxyqml-0.5.1-arm-1.txz: Added.
       Added missing dependency of kapidox.
l/python-future-0.18.2-arm-6.txz: Rebuilt.
l/python-idna-3.3-arm-2.txz: Rebuilt.
l/python-markdown-3.3.4-arm-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-arm-10.txz: Rebuilt.
l/python-packaging-21.3-arm-1.txz: Upgraded.
l/python-pbr-5.8.0-arm-1.txz: Added.
       Added missing dependency of python-pysol_cards.
l/python-pillow-8.4.0-arm-2.txz: Rebuilt.
l/python-ply-3.11-arm-8.txz: Rebuilt.
l/python-pycparser-2.21-arm-1.txz: Upgraded.
l/python-pygments-2.10.0-arm-3.txz: Rebuilt.
l/python-pysol_cards-0.12.0-arm-2.txz: Rebuilt.
l/python-random2-1.0.1-arm-4.txz: Rebuilt.
l/python-requests-2.26.0-arm-3.txz: Rebuilt.
l/python-sane-2.9.1-arm-4.txz: Rebuilt.
l/python-setuptools_scm-6.3.2-arm-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-arm-3.txz: Rebuilt.
l/python-tomli-1.2.2-arm-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-arm-3.txz: Rebuilt.
l/qtkeychain-0.13.2-arm-1.txz: Upgraded.
l/sg3_utils-1.47-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/sip-4.19.25-arm-5.txz: Rebuilt.
l/speech-dispatcher-0.10.2-arm-4.txz: Rebuilt.
l/system-config-printer-1.5.15-arm-4.txz: Rebuilt.
l/talloc-2.3.3-arm-3.txz: Rebuilt.
l/tdb-1.4.5-arm-3.txz: Rebuilt.
l/tevent-0.11.0-arm-3.txz: Rebuilt.
l/vte-0.66.1-arm-1.txz: Upgraded.
n/ModemManager-1.18.4-arm-1.txz: Upgraded.
n/bind-9.16.23-arm-1.txz: Upgraded.
n/curl-7.80.0-arm-1.txz: Upgraded.
n/epic5-2.1.6-arm-3.txz: Rebuilt.
n/ethtool-5.15-arm-1.txz: Upgraded.
n/fetchmail-6.4.24-arm-1.txz: Upgraded.
n/getmail-6.18.5-arm-2.txz: Rebuilt.
n/gnupg2-2.2.33-arm-1.txz: Upgraded.
n/gpgme-1.16.0-arm-3.txz: Rebuilt.
n/iproute2-5.15.0-arm-1.txz: Upgraded.
n/iw-5.16-arm-1.txz: Upgraded.
n/libgpg-error-1.43-arm-1.txz: Upgraded.
n/libmbim-1.26.2-arm-1.txz: Upgraded.
n/libnetfilter_log-1.0.2-arm-1.txz: Upgraded.
n/libnftnl-1.2.1-arm-1.txz: Upgraded.
n/net-snmp-5.9.1-arm-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-arm-1.txz: Upgraded.
n/nss-pam-ldapd-0.9.12-arm-1.txz: Upgraded.
n/obexftp-0.24.2-arm-10.txz: Rebuilt.
n/php-7.4.26-arm-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-arm-1.txz: Upgraded.
n/pssh-2.3.4-arm-5.txz: Rebuilt.
n/s-nail-14.9.23-arm-1.txz: Upgraded.
n/samba-4.15.2-arm-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-arm-1.txz: Upgraded.
tcl/tcl-8.6.12-arm-1.txz: Upgraded.
tcl/tk-8.6.12-arm-1.txz: Upgraded.
x/ibus-1.5.25-arm-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-arm-3.txz: Rebuilt.
x/ibus-hangul-1.5.4-arm-4.txz: Rebuilt.
x/ibus-libpinyin-1.12.1-arm-3.txz: Rebuilt.
x/ibus-table-1.14.1-arm-3.txz: Rebuilt.
x/libdrm-2.4.107-arm-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-arm-1.txz: Upgraded.
x/mesa-21.2.6-arm-1.txz: Upgraded.
x/pyxdg-0.27-arm-5.txz: Rebuilt.
x/wayland-protocols-1.24-arm-1.txz: Upgraded.
x/xcb-proto-1.14.1-arm-5.txz: Rebuilt.
x/xorg-server-xwayland-21.1.3-arm-1.txz: Upgraded.
x/xterm-370-arm-1.txz: Upgraded.
xap/audacious-4.1-arm-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-arm-2.txz: Rebuilt.
xap/gftp-2.8.0b-arm-1.txz: Upgraded.
xap/hexchat-2.16.0-arm-3.txz: Rebuilt.
xap/pan-0.148-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.3656-arm-1.txz: Upgraded.
xap/xsnow-3.3.2-arm-1.txz: Upgraded.
xfce/mousepad-0.5.8-arm-1.txz: Upgraded.
xfce/xfce4-whiskermenu-plugin-2.6.2-arm-1.txz: Upgraded.
extra/brltty/brltty-6.4-arm-3.txz: Rebuilt.
extra/fltk/fltk-1.3.8-arm-1.txz: Upgraded.
extra/libgpiod/libgpiod-1.6.3-arm-4.txz: Rebuilt.
extra/php8/php8-8.0.13-arm-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-arm-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-arm-3.txz: Rebuilt.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Nov 09 08:08:08 UTC 2021
a/gawk-5.1.1-arm-1.txz: Upgraded.
a/kernel-firmware-20211028_b21eb26-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.15.1_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.15.1-arm-1.txz: Upgraded.
ap/lsscsi-0.32-arm-2.txz: Rebuilt.
d/kernel-headers-5.15.1-arm-1.txz: Upgraded.
d/meson-0.59.3-arm-1.txz: Upgraded.
       Reverted to a version that works better for us. Thanks to nobodino.
k/kernel-source-5.15.1-arm-1.txz: Upgraded.
l/glib2-2.70.1-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_13-arm-1.txz: Upgraded.
l/mozilla-nss-3.72-arm-1.txz: Upgraded.
l/pcre2-10.39-arm-1.txz: Upgraded.
l/python-distro-1.6.0-arm-1.txz: Upgraded.
l/python-packaging-21.2-arm-1.txz: Upgraded.
l/sip-4.19.25-arm-4.txz: Rebuilt.
       Fixed missing sip.h.
l/v4l-utils-1.22.1-arm-1.txz: Upgraded.
n/dovecot-2.3.17-arm-1.txz: Upgraded.
n/getmail-6.18.5-arm-1.txz: Upgraded.
n/pam-krb5-4.11-arm-1.txz: Upgraded.
n/rsync-3.2.3-arm-4.txz: Rebuilt.
tcl/tclx-8.4.4-arm-5.txz: Rebuilt.
x/mesa-21.2.5-arm-1.txz: Upgraded.
xap/blueman-2.2.3-arm-1.txz: Upgraded.
xap/freerdp-2.4.1-arm-2.txz: Rebuilt.
       Rebuilt without -DWITH_SANITIZE_ADDRESS=ON. Thanks to ctrlaltca.
extra/php8/php8-8.0.12-arm-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-arm-1.txz: Upgraded.
a/glibc-zoneinfo-2021e-noarch-1.txz: Upgraded.
a/kernel-firmware-20211025_fc14618-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.14.15_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.15-arm-1.txz: Upgraded.
a/lvm2-2.03.13-arm-1.txz: Upgraded.
       Reverted to working version.
ap/itstool-2.0.7-arm-2.txz: Rebuilt.
       Rebuilt with PYTHON=/usr/bin/python3. Thanks to USUARIONUEVO.
ap/mpg123-1.29.2-arm-1.txz: Upgraded.
ap/slackpkg-15.0.8-noarch-1.txz: Upgraded.
       Author: piterpunk <piterpunk@slackware.com>
       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 <rworkman@slackware.com>
d/cmake-3.21.4-arm-1.txz: Upgraded.
d/kernel-headers-5.14.15-arm-1.txz: Upgraded.
d/mercurial-5.9.3-arm-1.txz: Upgraded.
d/meson-0.60.0-arm-1.txz: Upgraded.
d/parallel-20211022-noarch-1.txz: Upgraded.
d/python-pip-21.3.1-arm-1.txz: Upgraded.
d/python-setuptools-58.3.0-arm-1.txz: Upgraded.
d/rust-1.56.0-arm-1.txz: Upgraded.
k/kernel-source-5.14.15-arm-1.txz: Upgraded.
l/exiv2-0.27.5-arm-1.txz: Upgraded.
l/ffmpeg-4.4.1-arm-1.txz: Upgraded.
       Recompiled against libvpx-1.11.0.
l/gst-plugins-good-1.18.5-arm-2.txz: Rebuilt.
       Recompiled against libvpx-1.11.0.
l/imagemagick-7.1.0_12-arm-1.txz: Upgraded.
l/libcap-2.60-arm-1.txz: Upgraded.
l/librsvg-2.52.3-arm-1.txz: Upgraded.
l/libsoup-2.74.1-arm-1.txz: Upgraded.
l/libvpx-1.11.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/ncurses-6.3-arm-1.txz: Upgraded.
l/pipewire-0.3.39-arm-1.txz: Upgraded.
l/python-docutils-0.18-arm-1.txz: Upgraded.
l/qt5-5.15.3_20211024_2aa0de43-arm-1.txz: Upgraded.
       Upgraded to latest git (might as well) and compiled against libvpx-1.11.0.
l/sip-4.19.25-arm-3.txz: Rebuilt.
       Drop the Qt4 modules. Thanks to gmgf.
n/bind-9.16.22-arm-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-arm-1.txz: Upgraded.
n/dhcpcd-9.4.1-arm-1.txz: Upgraded.
n/krb5-1.19.2-arm-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-arm-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-arm-1.txz: Upgraded.
x/ibus-m17n-1.4.8-arm-1.txz: Upgraded.
x/libinput-1.19.2-arm-1.txz: Upgraded.
xap/freerdp-2.4.1-arm-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-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.3536-arm-1.txz: Upgraded.
xap/xine-lib-1.2.11-arm-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-arm-1.txz: Upgraded.
a/kernel-modules-armv7-5.14.14_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.14-arm-1.txz: Upgraded.
a/lvm2-2.03.14-arm-1.txz: Upgraded.
a/mkinitrd-1.4.11-arm-15.txz: Rebuilt.
       Don't include 40-usb_modeswitch.rules on the initrd. Thanks to LuckyCyborg.
ap/hplip-3.20.5-arm-4.txz: Rebuilt.
       Applied patch to fix hp-scan when using Python 3.10. Thanks to kingbeowulf.
ap/htop-3.1.1-arm-1.txz: Upgraded.
ap/mpg123-1.29.1-arm-1.txz: Upgraded.
ap/pamixer-1.5-arm-1.txz: Upgraded.
ap/vim-8.2.3536-arm-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/git-2.33.1-arm-1.txz: Upgraded.
d/kernel-headers-5.14.14-arm-1.txz: Upgraded.
d/llvm-13.0.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/rust-1.55.0-arm-2.txz: Rebuilt.
       Recompiled against llvm-13.0.0.
d/scons-4.2.0-arm-1.txz: Upgraded.
k/kernel-source-5.14.14-arm-1.txz: Upgraded.
kde/ksysguard-5.22.0-arm-2.txz: Removed.
l/freecell-solver-6.6.0-arm-1.txz: Upgraded.
l/gdbm-1.22-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_10-arm-1.txz: Upgraded.
l/libclc-13.0.0-arm-1.txz: Upgraded.
       Recompiled against llvm-13.0.0.
l/libqalculate-3.21.0-arm-1.txz: Upgraded.
l/librsvg-2.52.2-arm-1.txz: Upgraded.
l/liburing-2.1-arm-2.txz: Rebuilt.
       Don't package the examples.
l/python-cffi-1.15.0-arm-1.txz: Upgraded.
l/python-charset-normalizer-2.0.7-arm-1.txz: Upgraded.
l/python-idna-3.3-arm-1.txz: Upgraded.
l/python-pillow-8.4.0-arm-1.txz: Upgraded.
l/python-pysol_cards-0.12.0-arm-1.txz: Upgraded.
l/qt5-5.15.3_20211013_5c7c3af5-arm-1.txz: Upgraded.
       Upgraded to latest git (might as well) and compiled against llvm-13.0.0.
l/spirv-llvm-translator-13.0.0-arm-1.txz: Upgraded.
       Recompiled against llvm-13.0.0.
n/autofs-5.1.8-arm-1.txz: Upgraded.
n/bluez-5.62-arm-1.txz: Upgraded.
n/nghttp2-1.46.0-arm-1.txz: Upgraded.
x/mesa-21.2.4-arm-1.txz: Upgraded.
       Compiled against llvm-13.0.0.
x/ttf-tlwg-0.7.3-arm-1.txz: Upgraded.
xap/pidgin-2.14.8-arm-1.txz: Upgraded.
xap/xscreensaver-6.02-arm-1.txz: Upgraded.
xfce/mousepad-0.5.7-arm-2.txz: Rebuilt.
       Added plugins directory. Thanks to Roman Dyaba.
xfce/xfce4-whiskermenu-plugin-2.6.1-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Thu Oct 21 08:08:08 UTC 2021
a/btrfs-progs-5.14.2-arm-1.txz: Upgraded.
a/kernel-modules-armv7-5.14.13_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.13-arm-1.txz: Upgraded.
a/libblockdev-2.26-arm-2.txz: Rebuilt.
a/libbytesize-2.6-arm-2.txz: Rebuilt.
a/libpwquality-1.4.4-arm-4.txz: Rebuilt.
a/util-linux-2.37.2-arm-5.txz: Rebuilt.
a/volume_key-0.3.12-arm-3.txz: Rebuilt.
ap/hplip-3.20.5-arm-3.txz: Rebuilt.
ap/linuxdoc-tools-0.9.82-arm-2.txz: Rebuilt.
ap/rpm-4.16.1.3-arm-2.txz: Rebuilt.
ap/sc-im-20210927_64b1a41-arm-1.txz: Upgraded.
ap/undervolt-20210815_e39aea1-arm-1.txz: Upgraded.
d/Cython-0.29.24-arm-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-arm-2.txz: Rebuilt.
d/gyp-20210831_d6c5dd51-arm-1.txz: Upgraded.
       Patched for Python 3.10. Thanks to nobodino.
d/kernel-headers-5.14.13-arm-1.txz: Upgraded.
d/llvm-12.0.1-arm-2.txz: Rebuilt.
d/mercurial-5.9.2-arm-2.txz: Rebuilt.
d/meson-0.59.2-arm-2.txz: Rebuilt.
d/python-pip-21.3-arm-1.txz: Upgraded.
d/python-setuptools-58.2.0-arm-2.txz: Rebuilt.
d/python3-3.10.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/scons-4.0.1-arm-4.txz: Rebuilt.
k/kernel-source-5.14.13-arm-1.txz: Upgraded.
kde/kdev-python-5.6.2-arm-6.txz: Removed.
       Due to the removal of the old parser from Python 3.10, this is no longer
       compatible. We'll keep an eye on upstream to see if this changes, though.
l/M2Crypto-0.38.0-arm-2.txz: Rebuilt.
l/Mako-1.1.4-arm-3.txz: Rebuilt.
l/PyQt5-5.15.2-arm-3.txz: Rebuilt.
l/QScintilla-2.11.6-arm-3.txz: Rebuilt.
l/QtAV-20210414_305e5404-arm-1.txz: Upgraded.
l/aspell-en-2020.12.07_0-arm-1.txz: Upgraded.
l/boost-1.77.0-arm-2.txz: Rebuilt.
       Recompiled against python-3.10. Thanks to nobodino and ctrlaltca.
l/brotli-1.0.9-arm-5.txz: Rebuilt.
l/dbus-python-1.2.18-arm-2.txz: Rebuilt.
l/ffmpeg-4.4-arm-2.txz: Rebuilt.
       Recompiled against vid.stab-20201110_f9166e9.
l/gexiv2-0.14.0-arm-2.txz: Rebuilt.
l/glade-3.38.2-arm-3.txz: Rebuilt.
l/gobject-introspection-1.70.0-arm-2.txz: Rebuilt.
l/gst-plugins-bad-free-1.18.5-arm-2.txz: Rebuilt.
       Recompiled against opencv-4.5.4.
l/lensfun-0.3.95-arm-3.txz: Rebuilt.
l/libcaca-0.99.beta19-arm-10.txz: Rebuilt.
l/libcap-ng-0.8.2-arm-4.txz: Rebuilt.
l/libical-3.0.11-arm-1.txz: Upgraded.
l/libimobiledevice-20200615_4791a82-arm-4.txz: Rebuilt.
l/libproxy-0.4.17-arm-3.txz: Rebuilt.
l/libwebp-1.2.1-arm-2.txz: Rebuilt.
l/libxml2-2.9.12-arm-2.txz: Rebuilt.
l/mlt-7.0.1-arm-3.txz: Rebuilt.
       Recompiled against vid.stab-20201110_f9166e9.
l/ncurses-6.2_20211009-arm-1.txz: Upgraded.
l/newt-0.52.21-arm-6.txz: Rebuilt.
l/opencv-4.5.4-arm-1.txz: Upgraded.
       Changed ABI.
l/openexr-2.5.7-arm-3.txz: Rebuilt.
l/pycairo-1.20.1-arm-2.txz: Rebuilt.
l/pycups-2.0.1-arm-4.txz: Rebuilt.
l/pycurl-7.44.1-arm-2.txz: Rebuilt.
l/pygobject3-3.42.0-arm-2.txz: Rebuilt.
l/pyparsing-2.4.7-arm-4.txz: Rebuilt.
l/python-appdirs-1.4.4-arm-4.txz: Rebuilt.
l/python-certifi-2021.10.8-arm-1.txz: Upgraded.
l/python-cffi-1.14.6-arm-2.txz: Rebuilt.
l/python-chardet-4.0.0-arm-3.txz: Rebuilt.
l/python-charset-normalizer-2.0.6-arm-2.txz: Rebuilt.
l/python-distro-1.5.0-arm-4.txz: Rebuilt.
l/python-dnspython-2.1.0-arm-2.txz: Rebuilt.
l/python-docutils-0.17.1-arm-2.txz: Rebuilt.
l/python-future-0.18.2-arm-5.txz: Rebuilt.
l/python-idna-3.2-arm-2.txz: Rebuilt.
l/python-markdown-3.3.4-arm-2.txz: Rebuilt.
l/python-notify2-0.3.1-arm-9.txz: Rebuilt.
l/python-packaging-21.0-arm-2.txz: Rebuilt.
l/python-pillow-8.3.2-arm-2.txz: Rebuilt.
l/python-ply-3.11-arm-7.txz: Rebuilt.
l/python-pycparser-2.20-arm-2.txz: Rebuilt.
l/python-pygments-2.10.0-arm-2.txz: Rebuilt.
l/python-pysol_cards-0.10.2-arm-2.txz: Rebuilt.
l/python-random2-1.0.1-arm-3.txz: Rebuilt.
l/python-requests-2.26.0-arm-2.txz: Rebuilt.
l/python-sane-2.9.1-arm-3.txz: Rebuilt.
l/python-six-1.16.0-arm-2.txz: Rebuilt.
l/python-urllib3-1.26.7-arm-2.txz: Rebuilt.
l/qt5-5.15.3_20211006_0243418f-arm-1.txz: Upgraded.
       Updated from the repo to get a few Wayland related fixes.
l/sip-4.19.25-arm-2.txz: Rebuilt.
l/speech-dispatcher-0.10.2-arm-3.txz: Rebuilt.
l/system-config-printer-1.5.15-arm-3.txz: Rebuilt.
l/talloc-2.3.3-arm-2.txz: Rebuilt.
l/tdb-1.4.5-arm-2.txz: Rebuilt.
l/tevent-0.11.0-arm-2.txz: Rebuilt.
l/vid.stab-20201110_f9166e9-arm-1.txz: Upgraded.
       Shared library .so-version bump.
n/bind-9.16.21-arm-5.txz: Rebuilt.
n/fetchmail-6.4.22-arm-2.txz: Rebuilt.
n/getmail-6.18.4-arm-2.txz: Rebuilt.
n/gnutls-3.7.2-arm-1.txz: Upgraded.
n/gpgme-1.16.0-arm-2.txz: Rebuilt.
n/net-snmp-5.9.1-arm-2.txz: Rebuilt.
n/nftables-1.0.0-arm-3.txz: Rebuilt.
n/nss-pam-ldapd-0.9.11-arm-4.txz: Rebuilt.
n/ntp-4.2.8p15-arm-8.txz: Rebuilt.
n/obexftp-0.24.2-arm-9.txz: Rebuilt.
n/pssh-2.3.4-arm-4.txz: Rebuilt.
n/samba-4.15.0-arm-2.txz: Rebuilt.
n/wget2-2.0.0-arm-2.txz: Rebuilt.
       Rebuilt using --with-openssl. Thanks to walecha and marav.
t/texlive-2021.210418-arm-2.txz: Rebuilt.
       Removed broken texdoctk symlink. Thanks to marav, drumz, and franzen.
x/ibus-1.5.25-arm-2.txz: Rebuilt.
x/ibus-anthy-1.5.13-arm-2.txz: Rebuilt.
x/ibus-hangul-1.5.4-arm-3.txz: Rebuilt.
x/ibus-libpinyin-1.12.1-arm-2.txz: Rebuilt.
x/ibus-table-1.14.1-arm-2.txz: Rebuilt.
x/pyxdg-0.27-arm-4.txz: Rebuilt.
x/xcb-proto-1.14.1-arm-4.txz: Rebuilt.
xap/blueman-2.2.2-arm-2.txz: Rebuilt.
xap/hexchat-2.16.0-arm-2.txz: Rebuilt.
extra/fltk/fltk-1.3.7-arm-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-arm-1.txz: Upgraded.
ap/nano-5.9-arm-1.txz: Upgraded.
d/mercurial-5.9.2-arm-1.txz: Upgraded.
kde/audiocd-kio-21.08.1-arm-2.txz: Rebuilt.
kde/kio-5.86.0-arm-3.txz: Rebuilt.
       Allow changing panel launcher icons. Thanks to RadicalDreamer
       and ctrlaltca.
l/libgnt-2.14.3-arm-1.txz: Upgraded.
l/librsvg-2.52.1-arm-1.txz: Upgraded.
l/mozjs78-78.15.0esr-arm-1.txz: Upgraded.
l/netpbm-10.96.01-arm-1.txz: Upgraded.
l/polkit-0.120-arm-1.txz: Upgraded.
n/epic5-2.1.6-arm-1.txz: Upgraded.
n/gnupg2-2.2.32-arm-1.txz: Upgraded.
n/httpd-2.4.51-arm-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-arm-1.txz: Upgraded.
x/xkeyboard-config-2.34-arm-1.txz: Upgraded.
xap/gftp-2.7.0b-arm-3.txz: Rebuilt.
       Removed broken icon symlink. Thanks to marav.
xap/xpaint-3.1.4-arm-1.txz: Upgraded.
+--------------------------+
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-armv7-5.14.10_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.10-arm-1.txz: Upgraded.
       /boot/initrd-armv7/[load_kernel_modules]:
       Load module: 'f2fs' for all Hardware Models.
a/util-linux-2.37.2-arm-4.txz: Rebuilt.
       Removed broken /usr/share/bash-completion/completions/runuser symlink.
       Thanks to marav.
d/kernel-headers-5.14.10-arm-1.txz: Upgraded.
k/kernel-source-5.14.10-arm-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.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Wed Oct 06 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/util-linux-2.37.2-arm-3.txz: Rebuilt.
       Removed broken /usr/bin/raw symlink. Thanks to marav.
d/gdb-11.1-arm-2.txz: Rebuilt.
d/vala-0.54.2-arm-1.txz: Upgraded.
kde/artikulate-21.08.1-arm-3.txz: Rebuilt.
       Fixed broken COPYING{,.DOC} symlinks. Thanks to marav.
kde/kservice-5.86.0-arm-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-arm-1.txz: Upgraded.
n/bind-9.16.21-arm-4.txz: Rebuilt.
       Removed broken symlink. Thanks to marav.
n/httpd-2.4.50-arm-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-arm-3.txz: Rebuilt.
       Fixed broken COPYING symlink. Thanks to marav.
xap/x3270-4.0ga14-arm-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-arm-1.txz: Upgraded.
a/udisks2-2.9.4-arm-1.txz: Upgraded.
ap/squashfs-tools-4.5-arm-2.txz: Rebuilt.
       Fixed broken symlinks. Thanks to marav.
d/python-setuptools-58.2.0-arm-1.txz: Upgraded.
kde/akonadi-21.08.1-arm-2.txz: Rebuilt.
kde/akonadi-calendar-21.08.1-arm-2.txz: Rebuilt.
kde/akonadi-calendar-tools-21.08.1-arm-2.txz: Rebuilt.
kde/akonadi-contacts-21.08.1-arm-2.txz: Rebuilt.
kde/akonadi-import-wizard-21.08.1-arm-2.txz: Rebuilt.
kde/akonadi-mime-21.08.1-arm-2.txz: Rebuilt.
kde/akonadi-notes-21.08.1-arm-2.txz: Rebuilt.
kde/akonadi-search-21.08.1-arm-2.txz: Rebuilt.
kde/akonadiconsole-21.08.1-arm-2.txz: Rebuilt.
kde/akregator-21.08.1-arm-2.txz: Rebuilt.
kde/alkimia-8.1.0-arm-3.txz: Rebuilt.
kde/analitza-21.08.1-arm-2.txz: Rebuilt.
kde/ark-21.08.1-arm-2.txz: Rebuilt.
kde/artikulate-21.08.1-arm-2.txz: Rebuilt.
kde/attica-5.86.0-arm-2.txz: Rebuilt.
kde/audiocd-kio-21.08.1-arm-2.txz: Rebuilt.
kde/baloo-5.86.0-arm-2.txz: Rebuilt.
kde/baloo-widgets-21.08.1-arm-2.txz: Rebuilt.
kde/blinken-21.08.1-arm-2.txz: Rebuilt.
kde/bluedevil-5.22.5-arm-2.txz: Rebuilt.
kde/bluez-qt-5.86.0-arm-2.txz: Rebuilt.
kde/bomber-21.08.1-arm-2.txz: Rebuilt.
kde/bovo-21.08.1-arm-2.txz: Rebuilt.
kde/breeze-5.22.5-arm-2.txz: Rebuilt.
kde/breeze-gtk-5.22.5-arm-2.txz: Rebuilt.
kde/breeze-icons-5.86.0-noarch-2.txz: Rebuilt.
kde/calendarsupport-21.08.1-arm-2.txz: Rebuilt.
kde/calligra-3.2.1-arm-15.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/calligraplan-3.3.0-arm-6.txz: Rebuilt.
kde/cantor-21.08.1-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/cervisia-21.08.1-arm-2.txz: Rebuilt.
kde/digikam-7.3.0-arm-2.txz: Rebuilt.
kde/dolphin-21.08.1-arm-2.txz: Rebuilt.
kde/dolphin-plugins-21.08.1-arm-2.txz: Rebuilt.
kde/dragon-21.08.1-arm-2.txz: Rebuilt.
kde/drkonqi-5.22.5-arm-2.txz: Rebuilt.
kde/elisa-21.08.1-arm-2.txz: Rebuilt.
kde/eventviews-21.08.1-arm-2.txz: Rebuilt.
kde/extra-cmake-modules-5.86.0-arm-2.txz: Rebuilt.
kde/falkon-3.1.0-arm-6.txz: Rebuilt.
kde/ffmpegthumbs-21.08.1-arm-2.txz: Rebuilt.
kde/filelight-21.08.1-arm-2.txz: Rebuilt.
kde/frameworkintegration-5.86.0-arm-2.txz: Rebuilt.
kde/granatier-21.08.1-arm-2.txz: Rebuilt.
kde/grantlee-editor-21.08.1-arm-2.txz: Rebuilt.
kde/grantleetheme-21.08.1-arm-2.txz: Rebuilt.
kde/gwenview-21.08.1-arm-2.txz: Rebuilt.
kde/incidenceeditor-21.08.1-arm-2.txz: Rebuilt.
kde/itinerary-21.08.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/juk-21.08.1-arm-2.txz: Rebuilt.
kde/k3b-21.08.1-arm-2.txz: Rebuilt.
kde/kactivities-5.86.0-arm-2.txz: Rebuilt.
kde/kactivities-stats-5.86.0-arm-2.txz: Rebuilt.
kde/kactivitymanagerd-5.22.5-arm-2.txz: Rebuilt.
kde/kaddressbook-21.08.1-arm-2.txz: Rebuilt.
kde/kalarm-21.08.1-arm-2.txz: Rebuilt.
kde/kalarmcal-21.08.1-arm-2.txz: Rebuilt.
kde/kalgebra-21.08.1-arm-2.txz: Rebuilt.
kde/kalzium-21.08.1-arm-2.txz: Rebuilt.
kde/kamera-21.08.1-arm-2.txz: Rebuilt.
kde/kamoso-21.08.1-arm-2.txz: Rebuilt.
kde/kanagram-21.08.1-arm-2.txz: Rebuilt.
kde/kapidox-5.86.0-arm-2.txz: Rebuilt.
kde/kapman-21.08.1-arm-2.txz: Rebuilt.
kde/kapptemplate-21.08.1-arm-2.txz: Rebuilt.
kde/karchive-5.86.0-arm-2.txz: Rebuilt.
kde/kate-21.08.1-arm-2.txz: Rebuilt.
kde/katomic-21.08.1-arm-2.txz: Rebuilt.
kde/kauth-5.86.0-arm-2.txz: Rebuilt.
kde/kbackup-21.08.1-arm-2.txz: Rebuilt.
kde/kblackbox-21.08.1-arm-2.txz: Rebuilt.
kde/kblocks-21.08.1-arm-2.txz: Rebuilt.
kde/kbookmarks-5.86.0-arm-2.txz: Rebuilt.
kde/kbounce-21.08.1-arm-2.txz: Rebuilt.
kde/kbreakout-21.08.1-arm-2.txz: Rebuilt.
kde/kbruch-21.08.1-arm-2.txz: Rebuilt.
kde/kcachegrind-21.08.1-arm-2.txz: Rebuilt.
kde/kcalc-21.08.1-arm-2.txz: Rebuilt.
kde/kcalendarcore-5.86.0-arm-2.txz: Rebuilt.
kde/kcalutils-21.08.1-arm-2.txz: Rebuilt.
kde/kcharselect-21.08.1-arm-2.txz: Rebuilt.
kde/kcmutils-5.86.0-arm-2.txz: Rebuilt.
kde/kcodecs-5.86.0-arm-2.txz: Rebuilt.
kde/kcolorchooser-21.08.1-arm-2.txz: Rebuilt.
kde/kcompletion-5.86.0-arm-2.txz: Rebuilt.
kde/kconfig-5.86.0-arm-2.txz: Rebuilt.
kde/kconfigwidgets-5.86.0-arm-2.txz: Rebuilt.
kde/kcontacts-5.86.0-arm-2.txz: Rebuilt.
kde/kcoreaddons-5.86.0-arm-2.txz: Rebuilt.
kde/kcrash-5.86.0-arm-2.txz: Rebuilt.
kde/kcron-21.08.1-arm-2.txz: Rebuilt.
kde/kdav-5.86.0-arm-2.txz: Rebuilt.
kde/kdbusaddons-5.86.0-arm-2.txz: Rebuilt.
kde/kde-cli-tools-5.22.5-arm-3.txz: Rebuilt.
       Added /usr/bin/kdesu symlink. Thanks to rherbert.
kde/kde-dev-scripts-21.08.1-arm-2.txz: Rebuilt.
kde/kde-dev-utils-21.08.1-arm-2.txz: Rebuilt.
kde/kde-gtk-config-5.22.5-arm-2.txz: Rebuilt.
kde/kdebugsettings-21.08.1-arm-2.txz: Rebuilt.
kde/kdeclarative-5.86.0-arm-2.txz: Rebuilt.
kde/kdeconnect-kde-21.08.1-arm-2.txz: Rebuilt.
kde/kdecoration-5.22.5-arm-2.txz: Rebuilt.
kde/kded-5.86.0-arm-2.txz: Rebuilt.
kde/kdeedu-data-21.08.1-arm-2.txz: Rebuilt.
kde/kdegraphics-mobipocket-21.08.1-arm-2.txz: Rebuilt.
kde/kdegraphics-thumbnailers-21.08.1-arm-2.txz: Rebuilt.
kde/kdelibs4support-5.86.0-arm-2.txz: Rebuilt.
kde/kdenetwork-filesharing-21.08.1-arm-2.txz: Rebuilt.
kde/kdenlive-21.08.1-arm-2.txz: Rebuilt.
kde/kdepim-addons-21.08.1-arm-2.txz: Rebuilt.
kde/kdepim-runtime-21.08.1-arm-2.txz: Rebuilt.
kde/kdeplasma-addons-5.22.5-arm-2.txz: Rebuilt.
kde/kdesdk-kioslaves-21.08.1-arm-2.txz: Rebuilt.
kde/kdesdk-thumbnailers-21.08.1-arm-2.txz: Rebuilt.
kde/kdesignerplugin-5.86.0-arm-2.txz: Rebuilt.
kde/kdesu-5.86.0-arm-3.txz: Rebuilt.
       Removed broken /usr/bin/kdesu symlink. Thanks to rherbert.
kde/kdev-php-5.6.2-arm-6.txz: Rebuilt.
kde/kdev-python-5.6.2-arm-6.txz: Rebuilt.
kde/kdevelop-5.6.2-arm-8.txz: Rebuilt.
kde/kdevelop-pg-qt-2.2.1-arm-6.txz: Rebuilt.
kde/kdewebkit-5.86.0-arm-2.txz: Rebuilt.
kde/kdf-21.08.1-arm-2.txz: Rebuilt.
kde/kdiagram-2.8.0-arm-6.txz: Rebuilt.
kde/kdialog-21.08.1-arm-2.txz: Rebuilt.
kde/kdiamond-21.08.1-arm-2.txz: Rebuilt.
kde/kdnssd-5.86.0-arm-2.txz: Rebuilt.
kde/kdoctools-5.86.0-arm-2.txz: Rebuilt.
kde/keditbookmarks-21.08.1-arm-2.txz: Rebuilt.
kde/kemoticons-5.86.0-arm-2.txz: Rebuilt.
kde/kfilemetadata-5.86.0-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/kfind-21.08.1-arm-2.txz: Rebuilt.
kde/kfloppy-21.08.1-arm-2.txz: Rebuilt.
kde/kfourinline-21.08.1-arm-2.txz: Rebuilt.
kde/kgamma5-5.22.5-arm-2.txz: Rebuilt.
kde/kgeography-21.08.1-arm-2.txz: Rebuilt.
kde/kget-21.08.1-arm-2.txz: Rebuilt.
kde/kglobalaccel-5.86.0-arm-2.txz: Rebuilt.
kde/kgoldrunner-21.08.1-arm-2.txz: Rebuilt.
kde/kgpg-21.08.1-arm-2.txz: Rebuilt.
kde/kguiaddons-5.86.0-arm-2.txz: Rebuilt.
kde/khangman-21.08.1-arm-2.txz: Rebuilt.
kde/khelpcenter-21.08.1-arm-2.txz: Rebuilt.
kde/kholidays-5.86.0-arm-2.txz: Rebuilt.
kde/khotkeys-5.22.5-arm-2.txz: Rebuilt.
kde/khtml-5.86.0-arm-2.txz: Rebuilt.
kde/ki18n-5.86.0-arm-2.txz: Rebuilt.
kde/kiconthemes-5.86.0-arm-2.txz: Rebuilt.
kde/kid3-3.8.7-arm-2.txz: Rebuilt.
kde/kidentitymanagement-21.08.1-arm-2.txz: Rebuilt.
kde/kidletime-5.86.0-arm-2.txz: Rebuilt.
kde/kig-21.08.1-arm-2.txz: Rebuilt.
kde/kigo-21.08.1-arm-2.txz: Rebuilt.
kde/kile-2.9.93-arm-14.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/killbots-21.08.1-arm-2.txz: Rebuilt.
kde/kimageformats-5.86.0-arm-2.txz: Rebuilt.
kde/kimagemapeditor-21.08.1-arm-2.txz: Rebuilt.
kde/kimap-21.08.1-arm-2.txz: Rebuilt.
kde/kinfocenter-5.22.5-arm-2.txz: Rebuilt.
kde/kinit-5.86.0-arm-2.txz: Rebuilt.
kde/kio-5.86.0-arm-2.txz: Rebuilt.
kde/kio-extras-21.08.1-arm-2.txz: Rebuilt.
kde/kio-gdrive-21.08.1-arm-2.txz: Rebuilt.
kde/kipi-plugins-21.08.1-arm-2.txz: Rebuilt.
kde/kirigami-gallery-21.08.1-arm-2.txz: Rebuilt.
kde/kirigami2-5.86.0-arm-2.txz: Rebuilt.
kde/kiriki-21.08.1-arm-2.txz: Rebuilt.
kde/kitemmodels-5.86.0-arm-2.txz: Rebuilt.
kde/kitemviews-5.86.0-arm-2.txz: Rebuilt.
kde/kiten-21.08.1-arm-2.txz: Rebuilt.
kde/kitinerary-21.08.1-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/kjobwidgets-5.86.0-arm-2.txz: Rebuilt.
kde/kjots-20201206_f7d555c-arm-6.txz: Rebuilt.
kde/kjs-5.86.0-arm-2.txz: Rebuilt.
kde/kjsembed-5.86.0-arm-2.txz: Rebuilt.
kde/kjumpingcube-21.08.1-arm-2.txz: Rebuilt.
kde/kldap-21.08.1-arm-2.txz: Rebuilt.
kde/kleopatra-21.08.1-arm-2.txz: Rebuilt.
kde/klickety-21.08.1-arm-2.txz: Rebuilt.
kde/klines-21.08.1-arm-2.txz: Rebuilt.
kde/kmag-21.08.1-arm-2.txz: Rebuilt.
kde/kmahjongg-21.08.1-arm-2.txz: Rebuilt.
kde/kmail-21.08.1-arm-2.txz: Rebuilt.
kde/kmail-account-wizard-21.08.1-arm-2.txz: Rebuilt.
kde/kmailtransport-21.08.1-arm-2.txz: Rebuilt.
kde/kmbox-21.08.1-arm-2.txz: Rebuilt.
kde/kmediaplayer-5.86.0-arm-2.txz: Rebuilt.
kde/kmenuedit-5.22.5-arm-2.txz: Rebuilt.
kde/kmime-21.08.1-arm-2.txz: Rebuilt.
kde/kmines-21.08.1-arm-2.txz: Rebuilt.
kde/kmix-21.08.1-arm-2.txz: Rebuilt.
kde/kmousetool-21.08.1-arm-2.txz: Rebuilt.
kde/kmouth-21.08.1-arm-2.txz: Rebuilt.
kde/kmplot-21.08.1-arm-2.txz: Rebuilt.
kde/kmymoney-5.1.2-arm-2.txz: Rebuilt.
kde/knavalbattle-21.08.1-arm-2.txz: Rebuilt.
kde/knetwalk-21.08.1-arm-2.txz: Rebuilt.
kde/knewstuff-5.86.0-arm-3.txz: Rebuilt.
kde/knights-21.08.1-arm-2.txz: Rebuilt.
kde/knotes-21.08.1-arm-2.txz: Rebuilt.
kde/knotifications-5.86.0-arm-2.txz: Rebuilt.
kde/knotifyconfig-5.86.0-arm-2.txz: Rebuilt.
kde/kolf-21.08.1-arm-2.txz: Rebuilt.
kde/kollision-21.08.1-arm-2.txz: Rebuilt.
kde/kolourpaint-21.08.1-arm-2.txz: Rebuilt.
kde/kompare-21.08.1-arm-2.txz: Rebuilt.
kde/konqueror-21.08.1-arm-2.txz: Rebuilt.
kde/konquest-21.08.1-arm-2.txz: Rebuilt.
kde/konsole-21.08.1-arm-2.txz: Rebuilt.
kde/kontact-21.08.1-arm-2.txz: Rebuilt.
kde/kontactinterface-21.08.1-arm-2.txz: Rebuilt.
kde/kontrast-21.08.1-arm-2.txz: Rebuilt.
kde/konversation-21.08.1-arm-2.txz: Rebuilt.
kde/kopeninghours-21.08.1-arm-2.txz: Rebuilt.
kde/kopete-21.08.1-arm-2.txz: Rebuilt.
kde/korganizer-21.08.1-arm-2.txz: Rebuilt.
kde/kosmindoormap-21.08.1-arm-2.txz: Rebuilt.
kde/kpackage-5.86.0-arm-2.txz: Rebuilt.
kde/kparts-5.86.0-arm-2.txz: Rebuilt.
kde/kpat-21.08.1-arm-2.txz: Rebuilt.
kde/kpeople-5.86.0-arm-2.txz: Rebuilt.
kde/kpeoplevcard-0.1-arm-6.txz: Rebuilt.
kde/kpimtextedit-21.08.1-arm-2.txz: Rebuilt.
kde/kpkpass-21.08.1-arm-2.txz: Rebuilt.
kde/kplotting-5.86.0-arm-2.txz: Rebuilt.
kde/kpmcore-21.08.1-arm-2.txz: Rebuilt.
kde/kpty-5.86.0-arm-2.txz: Rebuilt.
kde/kpublictransport-21.08.1-arm-2.txz: Rebuilt.
kde/kqtquickcharts-21.08.1-arm-2.txz: Rebuilt.
kde/kquickcharts-5.86.0-arm-2.txz: Rebuilt.
kde/krdc-21.08.1-arm-2.txz: Rebuilt.
kde/krename-5.0.1-arm-6.txz: Rebuilt.
kde/kreversi-21.08.1-arm-2.txz: Rebuilt.
kde/krfb-21.08.1-arm-2.txz: Rebuilt.
kde/krita-4.4.8-arm-4.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/kross-5.86.0-arm-2.txz: Rebuilt.
kde/kross-interpreters-21.08.1-arm-2.txz: Rebuilt.
kde/kruler-21.08.1-arm-2.txz: Rebuilt.
kde/krunner-5.86.0-arm-2.txz: Rebuilt.
kde/krusader-2.7.2-arm-7.txz: Rebuilt.
       Adjust cmake to point to the correct kdesu location. Thanks to marco70.
kde/kscreen-5.22.5-arm-2.txz: Rebuilt.
kde/kscreenlocker-5.22.5-arm-2.txz: Rebuilt.
kde/kservice-5.86.0-arm-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-arm-2.txz: Rebuilt.
kde/ksirk-21.08.1-arm-2.txz: Rebuilt.
kde/ksmtp-21.08.1-arm-2.txz: Rebuilt.
kde/ksnakeduel-21.08.1-arm-2.txz: Rebuilt.
kde/kspaceduel-21.08.1-arm-2.txz: Rebuilt.
kde/ksquares-21.08.1-arm-2.txz: Rebuilt.
kde/ksshaskpass-5.22.5-arm-2.txz: Rebuilt.
kde/kstars-3.5.5-arm-2.txz: Rebuilt.
kde/ksudoku-21.08.1-arm-2.txz: Rebuilt.
kde/ksysguard-5.22.0-arm-2.txz: Rebuilt.
kde/ksystemlog-21.08.1-arm-2.txz: Rebuilt.
kde/ksystemstats-5.22.5-arm-2.txz: Rebuilt.
kde/kteatime-21.08.1-arm-2.txz: Rebuilt.
kde/ktexteditor-5.86.0-arm-2.txz: Rebuilt.
kde/ktextwidgets-5.86.0-arm-2.txz: Rebuilt.
kde/ktimer-21.08.1-arm-2.txz: Rebuilt.
kde/ktimetracker-5.0.1-arm-6.txz: Rebuilt.
kde/ktnef-21.08.1-arm-2.txz: Rebuilt.
kde/ktorrent-21.08.1-arm-2.txz: Rebuilt.
kde/ktouch-21.08.1-arm-2.txz: Rebuilt.
kde/kturtle-21.08.1-arm-2.txz: Rebuilt.
kde/kubrick-21.08.1-arm-2.txz: Rebuilt.
kde/kunitconversion-5.86.0-arm-2.txz: Rebuilt.
kde/kwallet-5.86.0-arm-2.txz: Rebuilt.
kde/kwallet-pam-5.22.5-arm-2.txz: Rebuilt.
kde/kwalletmanager-21.08.1-arm-2.txz: Rebuilt.
kde/kwave-21.08.1-arm-2.txz: Rebuilt.
kde/kwayland-5.86.0-arm-2.txz: Rebuilt.
kde/kwayland-integration-5.22.5-arm-2.txz: Rebuilt.
kde/kwayland-server-5.22.5-arm-2.txz: Rebuilt.
kde/kwidgetsaddons-5.86.0-arm-2.txz: Rebuilt.
kde/kwin-5.22.5-arm-2.txz: Rebuilt.
kde/kwindowsystem-5.86.0-arm-2.txz: Rebuilt.
kde/kwordquiz-21.08.1-arm-2.txz: Rebuilt.
kde/kwrited-5.22.5-arm-2.txz: Rebuilt.
kde/kxmlgui-5.86.0-arm-2.txz: Rebuilt.
kde/kxmlrpcclient-5.86.0-arm-2.txz: Rebuilt.
kde/latte-dock-0.10.2-arm-2.txz: Rebuilt.
kde/layer-shell-qt-5.22.5-arm-2.txz: Rebuilt.
kde/libgravatar-21.08.1-arm-2.txz: Rebuilt.
kde/libkcddb-21.08.1-arm-2.txz: Rebuilt.
kde/libkcompactdisc-21.08.1-arm-2.txz: Rebuilt.
kde/libkdcraw-21.08.1-arm-2.txz: Rebuilt.
kde/libkdegames-21.08.1-arm-2.txz: Rebuilt.
kde/libkdepim-21.08.1-arm-2.txz: Rebuilt.
kde/libkeduvocdocument-21.08.1-arm-2.txz: Rebuilt.
kde/libkexiv2-21.08.1-arm-2.txz: Rebuilt.
kde/libkgapi-21.08.1-arm-2.txz: Rebuilt.
kde/libkipi-21.08.1-arm-2.txz: Rebuilt.
kde/libkleo-21.08.1-arm-2.txz: Rebuilt.
kde/libkmahjongg-21.08.1-arm-2.txz: Rebuilt.
kde/libkomparediff2-21.08.1-arm-2.txz: Rebuilt.
kde/libksane-21.08.1-arm-2.txz: Rebuilt.
kde/libkscreen-5.22.5-arm-2.txz: Rebuilt.
kde/libksieve-21.08.1-arm-2.txz: Rebuilt.
kde/libksysguard-5.22.5-arm-2.txz: Rebuilt.
kde/libktorrent-21.08.1-arm-2.txz: Rebuilt.
kde/lokalize-21.08.1-arm-2.txz: Rebuilt.
kde/lskat-21.08.1-arm-2.txz: Rebuilt.
kde/mailcommon-21.08.1-arm-2.txz: Rebuilt.
kde/mailimporter-21.08.1-arm-2.txz: Rebuilt.
kde/marble-21.08.1-arm-2.txz: Rebuilt.
kde/markdownpart-21.08.1-arm-2.txz: Rebuilt.
kde/mbox-importer-21.08.1-arm-2.txz: Rebuilt.
kde/messagelib-21.08.1-arm-2.txz: Rebuilt.
kde/milou-5.22.5-arm-2.txz: Rebuilt.
kde/minuet-21.08.1-arm-2.txz: Rebuilt.
kde/modemmanager-qt-5.86.0-arm-2.txz: Rebuilt.
kde/networkmanager-qt-5.86.0-arm-2.txz: Rebuilt.
kde/okteta-0.26.6-arm-2.txz: Rebuilt.
kde/okular-21.08.1-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.10.0.
kde/oxygen-5.22.5-arm-2.txz: Rebuilt.
kde/oxygen-fonts-5.4.3-noarch-6.txz: Rebuilt.
kde/oxygen-gtk2-1.4.6-arm-6.txz: Rebuilt.
kde/oxygen-icons5-5.86.0-noarch-2.txz: Rebuilt.
kde/palapeli-21.08.1-arm-2.txz: Rebuilt.
kde/parley-21.08.1-arm-2.txz: Rebuilt.
kde/partitionmanager-21.08.1-arm-2.txz: Rebuilt.
kde/picmi-21.08.1-arm-2.txz: Rebuilt.
kde/pim-data-exporter-21.08.1-arm-2.txz: Rebuilt.
kde/pim-sieve-editor-21.08.1-arm-2.txz: Rebuilt.
kde/pimcommon-21.08.1-arm-2.txz: Rebuilt.
kde/plasma-browser-integration-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-desktop-5.22.5-arm-3.txz: Rebuilt.
kde/plasma-disks-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-firewall-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-framework-5.86.0-arm-2.txz: Rebuilt.
kde/plasma-integration-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-nm-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-pa-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-sdk-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-systemmonitor-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-vault-5.22.5-arm-2.txz: Rebuilt.
kde/plasma-wayland-protocols-1.4.0-arm-2.txz: Rebuilt.
kde/plasma-workspace-5.22.5-arm-3.txz: Rebuilt.
kde/plasma-workspace-wallpapers-5.22.5-arm-2.txz: Rebuilt.
kde/polkit-kde-agent-1-5.22.5-arm-2.txz: Rebuilt.
kde/powerdevil-5.22.5-arm-2.txz: Rebuilt.
kde/poxml-21.08.1-arm-2.txz: Rebuilt.
kde/print-manager-21.08.1-arm-2.txz: Rebuilt.
kde/prison-5.86.0-arm-2.txz: Rebuilt.
kde/pulseaudio-qt-1.3-arm-2.txz: Rebuilt.
kde/purpose-5.86.0-arm-2.txz: Rebuilt.
kde/qqc2-breeze-style-5.22.5-arm-2.txz: Rebuilt.
kde/qqc2-desktop-style-5.86.0-arm-2.txz: Rebuilt.
kde/rocs-21.08.1-arm-2.txz: Rebuilt.
kde/sddm-0.19.0-arm-7.txz: Rebuilt.
kde/sddm-kcm-5.22.5-arm-2.txz: Rebuilt.
kde/skanlite-21.08.1-arm-2.txz: Rebuilt.
kde/solid-5.86.0-arm-2.txz: Rebuilt.
kde/sonnet-5.86.0-arm-2.txz: Rebuilt.
kde/spectacle-21.08.1-arm-2.txz: Rebuilt.
kde/step-21.08.1-arm-2.txz: Rebuilt.
kde/svgpart-21.08.1-arm-2.txz: Rebuilt.
kde/sweeper-21.08.1-arm-2.txz: Rebuilt.
kde/syndication-5.86.0-arm-2.txz: Rebuilt.
kde/syntax-highlighting-5.86.0-arm-2.txz: Rebuilt.
kde/systemsettings-5.22.5-arm-2.txz: Rebuilt.
kde/threadweaver-5.86.0-arm-2.txz: Rebuilt.
kde/umbrello-21.08.1-arm-2.txz: Rebuilt.
kde/wacomtablet-20201030_417d9d9-arm-7.txz: Rebuilt.
kde/xdg-desktop-portal-kde-5.22.5-arm-2.txz: Rebuilt.
kde/yakuake-21.08.1-arm-2.txz: Rebuilt.
kde/zeroconf-ioslave-21.08.1-arm-2.txz: Rebuilt.
l/eigen2-2.0.17-arm-4.txz: Removed.
l/eigen3-3.4.0-arm-1.txz: Upgraded.
l/mozilla-nss-3.71-arm-1.txz: Upgraded.
l/pcre2-10.38-arm-1.txz: Upgraded.
l/pipewire-0.3.38-arm-1.txz: Upgraded.
l/poppler-21.10.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/python-cffi-1.14.6-arm-1.txz: Added.
       This is needed by hexchat-2.16.0.
l/python-pycparser-2.20-arm-1.txz: Added.
       This is needed by hexchat-2.16.0.
l/vte-0.66.0-arm-1.txz: Upgraded.
n/links-2.25-arm-1.txz: Upgraded.
n/snownews-1.9-arm-1.txz: Upgraded.
x/liberation-fonts-ttf-2.1.5-noarch-1.txz: Upgraded.
x/libva-utils-2.13.0-arm-1.txz: Upgraded.
x/mesa-21.2.3-arm-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-arm-1.txz: Upgraded.
xfce/Greybird-3.22.15-arm-1.txz: Upgraded.
extra/brltty/brltty-6.4-arm-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-armv7-5.14.9_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.9-arm-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-arm-1.txz: Upgraded.
d/kernel-headers-5.14.9-arm-1.txz: Upgraded.
d/meson-0.59.2-arm-1.txz: Upgraded.
k/kernel-source-5.14.9-arm-1.txz: Upgraded.
l/gc-8.0.6-arm-1.txz: Upgraded.
l/mlt-7.0.1-arm-2.txz: Rebuilt.
       Fixed man page installation. Thanks to GazL and Markus Wiesner.
l/netpbm-10.96.00-arm-1.txz: Upgraded.
n/epic5-2.1.5-arm-2.txz: Rebuilt.
       Fixed man page installation. Thanks to GazL and kaott.
n/openssh-8.8p1-arm-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-arm-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-arm-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-arm-6.txz: Rebuilt.
       Removed elvis.clr.orig. Thanks to ctrlaltca.
a/kernel-modules-armv7-5.14.8_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.8-arm-1.txz: Upgraded.
ap/ghostscript-9.55.0-arm-1.txz: Upgraded.
ap/i2c-tools-4.3-arm-1.txz: Upgraded.
       Thanks to Exaga for the reminder.
ap/itstool-2.0.7-arm-1.txz: Upgraded.
ap/vim-8.2.3458-arm-1.txz: Upgraded.
d/bison-3.8.2-arm-1.txz: Upgraded.
d/kernel-headers-5.14.8-arm-1.txz: Upgraded.
d/meson-0.59.1-arm-1.txz: Upgraded.
d/subversion-1.14.1-arm-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-arm-1.txz: Upgraded.
k/kernel-source-5.14.8-arm-1.txz: Upgraded.
kde/knewstuff-5.86.0-arm-2.txz: Rebuilt.
       [PATCH] Fix crash in DownloadWidget.
kde/plasma-desktop-5.22.5-arm-2.txz: Rebuilt.
       Removed main.xml.orig. Thanks to ctrlaltca.
l/at-spi2-core-2.42.0-arm-1.txz: Upgraded.
l/fribidi-1.0.11-arm-1.txz: Upgraded.
l/gexiv2-0.14.0-arm-1.txz: Upgraded.
l/gjs-1.70.0-arm-1.txz: Upgraded.
l/glib-networking-2.70.0-arm-1.txz: Upgraded.
l/glib2-2.70.0-arm-1.txz: Upgraded.
l/gobject-introspection-1.70.0-arm-1.txz: Upgraded.
l/gst-plugins-bad-free-1.18.5-arm-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-arm-1.txz: Upgraded.
l/harfbuzz-3.0.0-arm-1.txz: Upgraded.
l/libcap-2.59-arm-1.txz: Upgraded.
l/libmtp-1.1.19-arm-1.txz: Upgraded.
l/librsvg-2.52.0-arm-1.txz: Upgraded.
l/libsoup-2.74.0-arm-1.txz: Upgraded.
l/libssh2-1.10.0-arm-1.txz: Upgraded.
l/pygobject3-3.42.0-arm-1.txz: Upgraded.
n/ModemManager-1.18.2-arm-1.txz: Upgraded.
n/NetworkManager-1.32.12-arm-1.txz: Upgraded.
n/bind-9.16.21-arm-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-arm-1.txz: Upgraded.
n/getmail-6.18.4-arm-1.txz: Upgraded.
n/lynx-2.9.0dev.9-arm-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-arm-2.txz: Rebuilt.
       Added options --with-json and --enable-python needed for firewalld.
       Thanks to stormtracknole.
n/openssh-8.8p1-arm-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 <USD$50K [1]
       For most users, this change should be invisible and there is
       no need to replace ssh-rsa keys. OpenSSH has supported RFC8332
       RSA/SHA-256/512 signatures since release 7.2 and existing ssh-rsa keys
       will automatically use the stronger algorithm where possible.
       Incompatibility is more likely when connecting to older SSH
       implementations that have not been upgraded or have not closely tracked
       improvements in the SSH protocol. For these cases, it may be necessary
       to selectively re-enable RSA/SHA1 to allow connection and/or user
       authentication via the HostkeyAlgorithms and PubkeyAcceptedAlgorithms
       options. For example, the following stanza in ~/.ssh/config will enable
       RSA/SHA1 for host and user authentication for a single destination host:
       Host old-host
       HostkeyAlgorithms +ssh-rsa
       PubkeyAcceptedAlgorithms +ssh-rsa
       We recommend enabling RSA/SHA1 only as a stopgap measure until legacy
       implementations can be upgraded or reconfigured with another key type
       (such as ECDSA or Ed25519).
       [1] "SHA-1 is a Shambles: First Chosen-Prefix Collision on SHA-1 and
       Application to the PGP Web of Trust" Leurent, G and Peyrin, T
       (2020) https://eprint.iacr.org/2020/014.pdf
n/php-7.4.24-arm-1.txz: Upgraded.
       This update fixes bugs and a security issue:
       Zip: ZipArchive::extractTo extracts outside of destination.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21706
       (* Security fix *)
n/pinentry-1.2.0-arm-1.txz: Upgraded.
n/tin-2.6.0-arm-1.txz: Upgraded.
x/libinput-1.19.1-arm-1.txz: Upgraded.
x/xdg-desktop-portal-1.10.1-arm-1.txz: Added.
       This is needed by the xdg-desktop-portal-kde backend.
       Thanks to Vincent Batts.
xap/vim-gvim-8.2.3458-arm-1.txz: Upgraded.
xap/x3270-4.0ga14-arm-1.txz: Upgraded.
xap/xpdf-4.03-arm-3.txz: Rebuilt.
       Removed .orig files. Thanks to ctrlaltca.
extra/php8/php8-8.0.11-arm-1.txz: Upgraded.
       This update fixes bugs and a security issue:
       Zip: ZipArchive::extractTo extracts outside of destination.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21706
       (* Security fix *)
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Fri Sep 24 08:08:08 UTC 2021

This is Slackware ARM 15.0 release candidate 1.

Please report any issues to the dedicated Slackware ARM forum:
       https://www.linuxquestions.org/questions/slackware-arm-108/

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/acpid-2.0.33-arm-1.txz: Upgraded.
a/btrfs-progs-5.14.1-arm-1.txz: Upgraded.
a/kernel-firmware-20210923_0268c1b-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.14.7_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.7-arm-1.txz: Upgraded.
       +CONFIG_SECCOMP=y
       /boot/initrd-armv7/[load_kernel_modules]:
       Load modules: roles, libahci, ahci, sdhci, sdhci_pltfm for all Hardware
       Modules. Thanks to Brent Earl.
       /boot/initrd-armv8/[load_kernel_modules.scr/platform/aarch64/bcm2711]:
       Added modules for Rpi4 support.
       Thanks to Brent Earl.
       /usr/sbin/os-initrd-mgr: Support handling of /etc/mdadm.conf for configuring
       Software RAID.
a/sysvinit-3.00-arm-1.txz: Upgraded.
ap/htop-3.1.0-arm-1.txz: Upgraded.
ap/sudo-1.9.8p2-arm-1.txz: Upgraded.
d/cmake-3.21.3-arm-1.txz: Upgraded.
d/kernel-headers-5.14.7-arm-1.txz: Upgraded.
d/parallel-20210922-noarch-1.txz: Upgraded.
d/python-setuptools-58.1.0-arm-1.txz: Upgraded.
k/kernel-source-5.14.7-arm-1.txz: Upgraded.
kde/attica-5.86.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.08.1-arm-1.txz: Upgraded.
kde/baloo-5.86.0-arm-1.txz: Upgraded.
kde/bluez-qt-5.86.0-arm-1.txz: Upgraded.
kde/breeze-icons-5.86.0-noarch-1.txz: Upgraded.
kde/extra-cmake-modules-5.86.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.86.0-arm-1.txz: Upgraded.
kde/kactivities-5.86.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.86.0-arm-1.txz: Upgraded.
kde/kapidox-5.86.0-arm-1.txz: Upgraded.
kde/karchive-5.86.0-arm-1.txz: Upgraded.
kde/kauth-5.86.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.86.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.86.0-arm-1.txz: Upgraded.
kde/kcmutils-5.86.0-arm-1.txz: Upgraded.
kde/kcodecs-5.86.0-arm-1.txz: Upgraded.
kde/kcompletion-5.86.0-arm-1.txz: Upgraded.
kde/kconfig-5.86.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.86.0-arm-1.txz: Upgraded.
kde/kcontacts-5.86.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.86.0-arm-1.txz: Upgraded.
kde/kcrash-5.86.0-arm-1.txz: Upgraded.
kde/kdav-5.86.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.86.0-arm-1.txz: Upgraded.
kde/kdeclarative-5.86.0-arm-1.txz: Upgraded.
kde/kded-5.86.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.86.0-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.86.0-arm-1.txz: Upgraded.
kde/kdesu-5.86.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.86.0-arm-1.txz: Upgraded.
kde/kdnssd-5.86.0-arm-1.txz: Upgraded.
kde/kdoctools-5.86.0-arm-1.txz: Upgraded.
kde/kemoticons-5.86.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.86.0-arm-1.txz: Upgraded.
kde/kglobalaccel-5.86.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.86.0-arm-1.txz: Upgraded.
kde/kholidays-5.86.0-arm-1.txz: Upgraded.
kde/khtml-5.86.0-arm-1.txz: Upgraded.
kde/ki18n-5.86.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.86.0-arm-1.txz: Upgraded.
kde/kidletime-5.86.0-arm-1.txz: Upgraded.
kde/kimageformats-5.86.0-arm-1.txz: Upgraded.
kde/kinit-5.86.0-arm-1.txz: Upgraded.
kde/kio-5.86.0-arm-1.txz: Upgraded.
kde/kirigami2-5.86.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.86.0-arm-1.txz: Upgraded.
kde/kitemviews-5.86.0-arm-1.txz: Upgraded.
kde/kjobwidgets-5.86.0-arm-1.txz: Upgraded.
kde/kjs-5.86.0-arm-1.txz: Upgraded.
kde/kjsembed-5.86.0-arm-1.txz: Upgraded.
kde/kmediaplayer-5.86.0-arm-1.txz: Upgraded.
kde/knewstuff-5.86.0-arm-1.txz: Upgraded.
kde/knotifications-5.86.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.86.0-arm-1.txz: Upgraded.
kde/kpackage-5.86.0-arm-1.txz: Upgraded.
kde/kparts-5.86.0-arm-1.txz: Upgraded.
kde/kpeople-5.86.0-arm-1.txz: Upgraded.
kde/kplotting-5.86.0-arm-1.txz: Upgraded.
kde/kpty-5.86.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.86.0-arm-1.txz: Upgraded.
kde/kross-5.86.0-arm-1.txz: Upgraded.
kde/krunner-5.86.0-arm-1.txz: Upgraded.
kde/kservice-5.86.0-arm-1.txz: Upgraded.
kde/ktexteditor-5.86.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.86.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.86.0-arm-1.txz: Upgraded.
kde/kwallet-5.86.0-arm-1.txz: Upgraded.
kde/kwayland-5.86.0-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.86.0-arm-1.txz: Upgraded.
kde/kwindowsystem-5.86.0-arm-1.txz: Upgraded.
kde/kxmlgui-5.86.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.86.0-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.86.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.86.0-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.86.0-noarch-1.txz: Upgraded.
kde/plasma-framework-5.86.0-arm-1.txz: Upgraded.
kde/prison-5.86.0-arm-1.txz: Upgraded.
kde/purpose-5.86.0-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.86.0-arm-1.txz: Upgraded.
kde/solid-5.86.0-arm-1.txz: Upgraded.
kde/sonnet-5.86.0-arm-1.txz: Upgraded.
kde/syndication-5.86.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.86.0-arm-1.txz: Upgraded.
kde/threadweaver-5.86.0-arm-1.txz: Upgraded.
l/fluidsynth-2.2.3-arm-2.txz: Rebuilt.
       Fixed symlink /usr/share/soundfonts/default.sf2
l/neon-0.32.1-arm-1.txz: Upgraded.
l/pipewire-0.3.37-arm-1.txz: Upgraded.
l/python-urllib3-1.26.7-arm-1.txz: Upgraded.
n/alpine-2.25-arm-1.txz: Upgraded.
       Fixed a denial-of-service security issue where untagged responses from an
       IMAP server are accepted before STARTTLS.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38370
       (* Security fix *)
n/ca-certificates-20210922-noarch-1.txz: Upgraded.
n/curl-7.79.1-arm-1.txz: Upgraded.
n/fetchmail-6.4.22-arm-1.txz: Upgraded.
n/nghttp2-1.45.1-arm-1.txz: Upgraded.
n/samba-4.15.0-arm-1.txz: Upgraded.
x/libXi-1.8-arm-1.txz: Upgraded.
x/libva-2.13.0-arm-1.txz: Upgraded.
       Instead of disabling messaging entirely, add an /etc/libva.conf that sets it
       to a medium level and can be adjusted by the user. Thanks to Markus Wiesner.
       Build with enable_va_messaging=false to avoid console spam. Thanks to GazL.
x/mesa-21.2.2-arm-1.txz: Upgraded.
x/wayland-protocols-1.23-arm-1.txz: Upgraded.
x/xf86-input-libinput-1.2.0-arm-1.txz: Upgraded.
x/xorgproto-2021.5-arm-1.txz: Upgraded.
x/xterm-369-arm-1.txz: Upgraded.
xap/freerdp-2.4.0-arm-1.txz: Added.
       This is needed for krdc to use RDP. Thanks to max242.
xap/pan-0.147-arm-1.txz: Upgraded.
xfce/mousepad-0.5.7-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Sep 21 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/kernel-firmware-20210919_d526e04-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.14.6_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.6-arm-1.txz: Upgraded.
       /boot/initrd-armv7/[load_kernel_modules]:
       Added USB modules: xhci-hcd xhci-pci
       Thanks to Brent Earl.
ap/mpg123-1.29.0-arm-2.txz: Rebuilt.
       Add ../lib64/mpg123 to the module search path. Thanks to Pithium.
d/kernel-headers-5.14.6-arm-1.txz: Upgraded.
k/kernel-source-5.14.6-arm-1.txz: Upgraded.
kde/kstars-3.5.5-arm-1.txz: Upgraded.
kde/plasma-workspace-5.22.5-arm-2.txz: Rebuilt.
       Patched to fix USB storage devices detected only once per session.
       Thanks to ctrlaltca.
l/gd-2.3.3-arm-2.txz: Rebuilt.
       Applied upstream patch to restore macros used while building PHP.
       Thanks to nobodino.
l/gjs-1.68.4-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_8-arm-1.txz: Upgraded.
l/libcap-2.58-arm-1.txz: Upgraded.
l/python-charset-normalizer-2.0.6-arm-1.txz: Upgraded.
n/NetworkManager-1.32.10-arm-4.txz: Rebuilt.
       Patched to shut down dhcpcd gracefully, and restored dhcpcd as the default
       client when using NetworkManager on Slackware.
       Thanks to Roy Marples and marav.
n/bind-9.16.21-arm-2.txz: Rebuilt.
       rc.bind: make sure /etc/rndc.key has correct ownership. Thanks to marav.
n/gnupg2-2.2.31-arm-1.txz: Upgraded.
xap/pidgin-2.14.7-arm-1.txz: Upgraded.
xfce/thunar-4.16.10-arm-1.txz: Upgraded.
xfce/xfce4-whiskermenu-plugin-2.6.0-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Sat Sep 18 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/cryptsetup-2.4.1-arm-1.txz: Upgraded.
a/sysvinit-scripts-15.0-noarch-4.txz: Rebuilt.
       Stop D-Bus after NFS partitions are unmounted to avoid a hang.
       Thanks to vulcan59 and bassmadrigal.
ap/sudo-1.9.8p1-arm-1.txz: Upgraded.
l/fftw-3.3.10-arm-1.txz: Upgraded.
l/libxkbcommon-1.3.1-arm-1.txz: Upgraded.
l/pipewire-0.3.36-arm-1.txz: Upgraded.
n/dhcpcd-9.4.0-arm-2.txz: Rebuilt.
       Applied upstream patch:
       DHCP6: Only send FQDN for SOLICIT, REQUEST, RENEW, or REBIND messages.
       Thanks to marav.
n/httpd-2.4.49-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       mod_proxy: Server Side Request Forgery (SSRF) vulnerabilty [Yann Ylavic]
       core: ap_escape_quotes buffer overflow
       mod_proxy_uwsgi: Out of bound read vulnerability [Yann Ylavic]
       core: null pointer dereference on malformed request
       mod_http2: Request splitting vulnerability with mod_proxy [Stefan Eissing]
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40438
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39275
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36160
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34798
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33193
       (* Security fix *)
x/ibus-libpinyin-1.12.1-arm-1.txz: Upgraded.
x/libpinyin-2.6.1-arm-1.txz: Upgraded.
+--------------------------+
Fri Sep 17 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/btrfs-progs-5.14-arm-1.txz: Upgraded.
a/etc-15.0-arm-17.txz: Rebuilt.
       Added named:named (53:53) user and group.
a/gzip-1.11-arm-1.txz: Upgraded.
a/kernel-firmware-20210915_198ac65-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.14.4_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.4-arm-1.txz: Upgraded.
a/pam-1.5.2-arm-1.txz: Upgraded.
ap/inxi-20210824_73d96439-noarch-1.txz: Upgraded.
ap/mpg123-1.29.0-arm-1.txz: Upgraded.
ap/neofetch-20210904_77f2afc3-noarch-1.txz: Upgraded.
ap/sudo-1.9.8-arm-1.txz: Upgraded.
ap/texinfo-6.8-arm-2.txz: Rebuilt.
       Regenerate /usr/info/dir.new.
ap/vim-8.2.3435-arm-1.txz: Upgraded.
d/bison-3.8.1-arm-1.txz: Upgraded.
d/ccache-4.4.1-arm-1.txz: Upgraded.
d/gdb-11.1-arm-1.txz: Upgraded.
d/kernel-headers-5.14.4-arm-1.txz: Upgraded.
d/python-setuptools-58.0.4-arm-1.txz: Upgraded.
d/rinutils-0.10.0-arm-1.txz: Upgraded.
d/rust-1.55.0-arm-1.txz: Upgraded.
k/kernel-source-5.14.4-arm-1.txz: Upgraded.
kde/breeze-icons-5.85.0-noarch-2.txz: Rebuilt.
       Patched with upstream commit to allow using this icon theme with Xfce.
kde/latte-dock-0.10.2-arm-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.4.0-arm-1.txz: Upgraded.
l/SDL2_mixer-2.0.4-arm-4.txz: Rebuilt.
       Rebuilt to fix embedded shared library .so-versions used for dynamic loading.
       Thanks to teeemcee.
l/fluidsynth-2.2.3-arm-1.txz: Upgraded.
l/fuse3-3.10.5-arm-1.txz: Upgraded.
l/gd-2.3.3-arm-1.txz: Upgraded.
l/gegl-0.4.32-arm-1.txz: Upgraded.
l/gst-plugins-base-1.18.5-arm-1.txz: Upgraded.
l/gst-plugins-good-1.18.5-arm-1.txz: Upgraded.
l/gst-plugins-libav-1.18.5-arm-1.txz: Upgraded.
l/gstreamer-1.18.5-arm-1.txz: Upgraded.
l/harfbuzz-2.9.1-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_7-arm-1.txz: Upgraded.
l/jansson-2.14-arm-1.txz: Upgraded.
l/libcap-2.57-arm-1.txz: Upgraded.
l/libedit-20210910_3.1-arm-1.txz: Upgraded.
l/libexif-0.6.23-arm-1.txz: Upgraded.
l/libgtop-2.40.0-arm-3.txz: Rebuilt.
       Don't ship .la files. Thanks to Toutatis.
       Remove /usr/info/dir that shouldn't have been included.
       Upgrade the texinfo package after this one to restore the correct file.
       Thanks to elyk.
l/libsamplerate-0.2.2-arm-1.txz: Upgraded.
l/liburing-2.1-arm-1.txz: Upgraded.
l/mozilla-nss-3.70-arm-1.txz: Upgraded.
l/pango-1.48.10-arm-1.txz: Upgraded.
l/pipewire-0.3.35-arm-1.txz: Upgraded.
l/poppler-data-0.4.11-noarch-1.txz: Upgraded.
l/python-charset-normalizer-2.0.5-arm-1.txz: Upgraded.
l/qca-2.3.4-arm-1.txz: Upgraded.
l/sdl-1.2.15-arm-8.txz: Rebuilt.
       Rebuilt to fix embedded shared library .so-versions in libSDL_mixer-1.2.so.0
       used for dynamic loading. Thanks to teeemcee.
n/NetworkManager-1.32.10-arm-3.txz: Rebuilt.
       Switch to dhcp=internal to avoid problems swimming upstream.
n/bind-9.16.21-arm-1.txz: Upgraded.
       Fixed call to rndc-confgen in the install script.
       Make /etc/rndc.key owned by named:named.
       Run named as named:named by default (configurable in /etc/default/named).
       rc.bind: chown /run/named and /var/named to configured user:group.
       Thanks to Ressy for prompting this cleanup. :)
       rc.bind: Fixed typo: $RDNC_OPTIONS -> $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-arm-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-arm-1.txz: Upgraded.
n/ethtool-5.14-arm-1.txz: Upgraded.
n/libqmi-1.30.2-arm-1.txz: Upgraded.
n/links-2.24-arm-1.txz: Upgraded.
n/mutt-2.1.3-arm-1.txz: Upgraded.
n/wget-1.21.2-arm-1.txz: Upgraded.
n/wget2-2.0.0-arm-1.txz: Added.
n/wireguard-tools-1.0.20210914-arm-1.txz: Upgraded.
x/OpenCC-1.1.3-arm-1.txz: Upgraded.
x/libinput-1.19.0-arm-1.txz: Upgraded.
x/x11-skel-7.7-arm-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-arm-1.txz: Upgraded.
xap/libnma-1.8.32-arm-2.txz: Rebuilt.
       Added glib-compile-schemas to the install script. Thanks to bormant.
xap/network-manager-applet-1.24.0-arm-2.txz: Rebuilt.
       Removed glib-compile-schemas from the install script. Thanks to bormant.
xap/ssr-0.4.3-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.3435-arm-1.txz: Upgraded.
xfce/libxfce4ui-4.16.1-arm-1.txz: Upgraded.
xfce/mousepad-0.5.6-arm-2.txz: Rebuilt.
       Don't ship .la files. Thanks to Toutatis.
xfce/thunar-4.16.9-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Mon Sep 13 08:08:08 UTC 2021

Hello! After a hiatus, this update rolls up over four months of Slackware
development. As such, there are some major changes, one of which is that we're
now running Linux 5.14.

The ARM and AArch64 build infrastructure suffered an iliad of woes in the shape
of hardware failures (mostly because I use old equipment that has been donated
to the project through the years, which finally reached the end of its life),
curtailing development and precluding publication.
Thanks to the Patreons and Paypal supporters (whose support has paid for a
refresh of some of the critical pieces), we're now up and running again.

On the ARM64/AArch64 front, Slackware AArch64 is stable and I'm satisfied that
it meets the standards. It just needs the installation documentation completing
for the RockPro64 and a few updates to the build system, then it'll be released
in -current form - most likely post release of Slackware 15.0.

Please post feedback to the ARM / AArch64 LQ forum:
       https://www.linuxquestions.org/questions/slackware-arm-108/

Cheers,
       Stuart <MoZes@slackware>

a/aaa_libraries-15.0-arm-6.txz: Rebuilt.
a/etc-15.0-arm-16.txz: Rebuilt.
       Added dhcpcd:dhcpcd (68:68) user and group. Thanks to Paul Blazejowski.
a/hwdata-0.351-arm-1.txz: Upgraded.
a/kernel-firmware-20210903_2984e26-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.14.2_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.14.2-arm-1.txz: Upgraded.
a/ntfs-3g-2021.8.22-arm-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-arm-2.txz: Rebuilt.
       Rebuild with --disable-raw since the raw driver has been removed from the
       kernel. Thanks to nobodino and SeB.
ap/vim-8.2.3394-arm-1.txz: Upgraded.
d/kernel-headers-5.14.2-arm-1.txz: Upgraded.
d/mercurial-5.9.1-arm-1.txz: Upgraded.
d/python3-3.9.7-arm-1.txz: Upgraded.
d/strace-5.14-arm-1.txz: Upgraded.
k/kernel-source-5.14.2-arm-1.txz: Upgraded.
kde/akonadi-21.08.1-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.08.1-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.08.1-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.08.1-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.08.1-arm-1.txz: Upgraded.
kde/akonadi-mime-21.08.1-arm-1.txz: Upgraded.
kde/akonadi-notes-21.08.1-arm-1.txz: Upgraded.
kde/akonadi-search-21.08.1-arm-1.txz: Upgraded.
kde/akonadiconsole-21.08.1-arm-1.txz: Upgraded.
kde/akregator-21.08.1-arm-1.txz: Upgraded.
kde/analitza-21.08.1-arm-1.txz: Upgraded.
kde/ark-21.08.1-arm-1.txz: Upgraded.
kde/artikulate-21.08.1-arm-1.txz: Upgraded.
kde/audiocd-kio-21.08.1-arm-1.txz: Upgraded.
kde/baloo-widgets-21.08.1-arm-1.txz: Upgraded.
kde/blinken-21.08.1-arm-1.txz: Upgraded.
kde/bluedevil-5.22.5-arm-1.txz: Upgraded.
kde/bomber-21.08.1-arm-1.txz: Upgraded.
kde/bovo-21.08.1-arm-1.txz: Upgraded.
kde/breeze-5.22.5-arm-1.txz: Upgraded.
kde/breeze-gtk-5.22.5-arm-1.txz: Upgraded.
kde/calendarsupport-21.08.1-arm-1.txz: Upgraded.
kde/calligra-3.2.1-arm-13.txz: Rebuilt.
       Recompiled against poppler-21.09.0.
kde/cantor-21.08.1-arm-1.txz: Upgraded.
kde/cervisia-21.08.1-arm-1.txz: Upgraded.
kde/dolphin-21.08.1-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.08.1-arm-1.txz: Upgraded.
kde/dragon-21.08.1-arm-1.txz: Upgraded.
kde/drkonqi-5.22.5-arm-1.txz: Upgraded.
kde/elisa-21.08.1-arm-1.txz: Upgraded.
kde/eventviews-21.08.1-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.08.1-arm-1.txz: Upgraded.
kde/filelight-21.08.1-arm-1.txz: Upgraded.
kde/granatier-21.08.1-arm-1.txz: Upgraded.
kde/grantlee-editor-21.08.1-arm-1.txz: Upgraded.
kde/grantleetheme-21.08.1-arm-1.txz: Upgraded.
kde/gwenview-21.08.1-arm-1.txz: Upgraded.
kde/incidenceeditor-21.08.1-arm-1.txz: Upgraded.
kde/itinerary-21.08.1-arm-1.txz: Upgraded.
kde/juk-21.08.1-arm-1.txz: Upgraded.
kde/k3b-21.08.1-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.22.5-arm-1.txz: Upgraded.
kde/kaddressbook-21.08.1-arm-1.txz: Upgraded.
kde/kalarm-21.08.1-arm-1.txz: Upgraded.
kde/kalarmcal-21.08.1-arm-1.txz: Upgraded.
kde/kalgebra-21.08.1-arm-1.txz: Upgraded.
kde/kalzium-21.08.1-arm-1.txz: Upgraded.
kde/kamera-21.08.1-arm-1.txz: Upgraded.
kde/kamoso-21.08.1-arm-1.txz: Upgraded.
kde/kanagram-21.08.1-arm-1.txz: Upgraded.
kde/kapman-21.08.1-arm-1.txz: Upgraded.
kde/kapptemplate-21.08.1-arm-1.txz: Upgraded.
kde/kate-21.08.1-arm-1.txz: Upgraded.
kde/katomic-21.08.1-arm-1.txz: Upgraded.
kde/kbackup-21.08.1-arm-1.txz: Upgraded.
kde/kblackbox-21.08.1-arm-1.txz: Upgraded.
kde/kblocks-21.08.1-arm-1.txz: Upgraded.
kde/kbounce-21.08.1-arm-1.txz: Upgraded.
kde/kbreakout-21.08.1-arm-1.txz: Upgraded.
kde/kbruch-21.08.1-arm-1.txz: Upgraded.
kde/kcachegrind-21.08.1-arm-1.txz: Upgraded.
kde/kcalc-21.08.1-arm-1.txz: Upgraded.
kde/kcalutils-21.08.1-arm-1.txz: Upgraded.
kde/kcharselect-21.08.1-arm-1.txz: Upgraded.
kde/kcolorchooser-21.08.1-arm-1.txz: Upgraded.
kde/kcron-21.08.1-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.22.5-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.08.1-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.08.1-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.22.5-arm-1.txz: Upgraded.
kde/kdebugsettings-21.08.1-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.08.1-arm-1.txz: Upgraded.
kde/kdecoration-5.22.5-arm-1.txz: Upgraded.
kde/kdeedu-data-21.08.1-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.08.1-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.08.1-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.08.1-arm-1.txz: Upgraded.
kde/kdenlive-21.08.1-arm-1.txz: Upgraded.
kde/kdepim-addons-21.08.1-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.08.1-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.22.5-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-21.08.1-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.08.1-arm-1.txz: Upgraded.
kde/kdf-21.08.1-arm-1.txz: Upgraded.
kde/kdialog-21.08.1-arm-1.txz: Upgraded.
kde/kdiamond-21.08.1-arm-1.txz: Upgraded.
kde/keditbookmarks-21.08.1-arm-1.txz: Upgraded.
kde/kfilemetadata-5.85.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.09.0.
kde/kfind-21.08.1-arm-1.txz: Upgraded.
kde/kfloppy-21.08.1-arm-1.txz: Upgraded.
kde/kfourinline-21.08.1-arm-1.txz: Upgraded.
kde/kgamma5-5.22.5-arm-1.txz: Upgraded.
kde/kgeography-21.08.1-arm-1.txz: Upgraded.
kde/kget-21.08.1-arm-1.txz: Upgraded.
kde/kgoldrunner-21.08.1-arm-1.txz: Upgraded.
kde/kgpg-21.08.1-arm-1.txz: Upgraded.
kde/khangman-21.08.1-arm-1.txz: Upgraded.
kde/khelpcenter-21.08.1-arm-1.txz: Upgraded.
kde/khotkeys-5.22.5-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.08.1-arm-1.txz: Upgraded.
kde/kig-21.08.1-arm-1.txz: Upgraded.
kde/kigo-21.08.1-arm-1.txz: Upgraded.
kde/kile-2.9.93-arm-12.txz: Rebuilt.
       Recompiled against poppler-21.09.0.
kde/killbots-21.08.1-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.08.1-arm-1.txz: Upgraded.
kde/kimap-21.08.1-arm-1.txz: Upgraded.
kde/kinfocenter-5.22.5-arm-1.txz: Upgraded.
kde/kio-extras-21.08.1-arm-1.txz: Upgraded.
kde/kio-gdrive-21.08.1-arm-1.txz: Upgraded.
kde/kipi-plugins-21.08.1-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.08.1-arm-1.txz: Upgraded.
kde/kiriki-21.08.1-arm-1.txz: Upgraded.
kde/kiten-21.08.1-arm-1.txz: Upgraded.
kde/kitinerary-21.08.1-arm-1.txz: Upgraded.
kde/kjumpingcube-21.08.1-arm-1.txz: Upgraded.
kde/kldap-21.08.1-arm-1.txz: Upgraded.
kde/kleopatra-21.08.1-arm-1.txz: Upgraded.
kde/klickety-21.08.1-arm-1.txz: Upgraded.
kde/klines-21.08.1-arm-1.txz: Upgraded.
kde/kmag-21.08.1-arm-1.txz: Upgraded.
kde/kmahjongg-21.08.1-arm-1.txz: Upgraded.
kde/kmail-21.08.1-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.08.1-arm-1.txz: Upgraded.
kde/kmailtransport-21.08.1-arm-1.txz: Upgraded.
kde/kmbox-21.08.1-arm-1.txz: Upgraded.
kde/kmenuedit-5.22.5-arm-1.txz: Upgraded.
kde/kmime-21.08.1-arm-1.txz: Upgraded.
kde/kmines-21.08.1-arm-1.txz: Upgraded.
kde/kmix-21.08.1-arm-1.txz: Upgraded.
kde/kmousetool-21.08.1-arm-1.txz: Upgraded.
kde/kmouth-21.08.1-arm-1.txz: Upgraded.
kde/kmplot-21.08.1-arm-1.txz: Upgraded.
kde/knavalbattle-21.08.1-arm-1.txz: Upgraded.
kde/knetwalk-21.08.1-arm-1.txz: Upgraded.
kde/knights-21.08.1-arm-1.txz: Upgraded.
kde/knotes-21.08.1-arm-1.txz: Upgraded.
kde/kolf-21.08.1-arm-1.txz: Upgraded.
kde/kollision-21.08.1-arm-1.txz: Upgraded.
kde/kolourpaint-21.08.1-arm-1.txz: Upgraded.
kde/kompare-21.08.1-arm-1.txz: Upgraded.
kde/konqueror-21.08.1-arm-1.txz: Upgraded.
kde/konquest-21.08.1-arm-1.txz: Upgraded.
kde/konsole-21.08.1-arm-1.txz: Upgraded.
kde/kontact-21.08.1-arm-1.txz: Upgraded.
kde/kontactinterface-21.08.1-arm-1.txz: Upgraded.
kde/kontrast-21.08.1-arm-1.txz: Upgraded.
kde/konversation-21.08.1-arm-1.txz: Upgraded.
kde/kopeninghours-21.08.1-arm-1.txz: Upgraded.
kde/kopete-21.08.1-arm-1.txz: Upgraded.
kde/korganizer-21.08.1-arm-1.txz: Upgraded.
kde/kosmindoormap-21.08.1-arm-1.txz: Upgraded.
kde/kpat-21.08.1-arm-1.txz: Upgraded.
kde/kpimtextedit-21.08.1-arm-1.txz: Upgraded.
kde/kpkpass-21.08.1-arm-1.txz: Upgraded.
kde/kpmcore-21.08.1-arm-1.txz: Upgraded.
kde/kpublictransport-21.08.1-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.08.1-arm-1.txz: Upgraded.
kde/krdc-21.08.1-arm-1.txz: Upgraded.
kde/kreversi-21.08.1-arm-1.txz: Upgraded.
kde/krfb-21.08.1-arm-1.txz: Upgraded.
kde/krita-4.4.8-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.09.0.
kde/kross-interpreters-21.08.1-arm-1.txz: Upgraded.
kde/kruler-21.08.1-arm-1.txz: Upgraded.
kde/kscreen-5.22.5-arm-1.txz: Upgraded.
kde/kscreenlocker-5.22.5-arm-1.txz: Upgraded.
kde/kshisen-21.08.1-arm-1.txz: Upgraded.
kde/ksirk-21.08.1-arm-1.txz: Upgraded.
kde/ksmtp-21.08.1-arm-1.txz: Upgraded.
kde/ksnakeduel-21.08.1-arm-1.txz: Upgraded.
kde/kspaceduel-21.08.1-arm-1.txz: Upgraded.
kde/ksquares-21.08.1-arm-1.txz: Upgraded.
kde/ksshaskpass-5.22.5-arm-1.txz: Upgraded.
kde/ksudoku-21.08.1-arm-1.txz: Upgraded.
kde/ksystemlog-21.08.1-arm-1.txz: Upgraded.
kde/ksystemstats-5.22.5-arm-1.txz: Added.
kde/kteatime-21.08.1-arm-1.txz: Upgraded.
kde/ktimer-21.08.1-arm-1.txz: Upgraded.
kde/ktnef-21.08.1-arm-1.txz: Upgraded.
kde/ktorrent-21.08.1-arm-1.txz: Upgraded.
kde/ktouch-21.08.1-arm-1.txz: Upgraded.
kde/kturtle-21.08.1-arm-1.txz: Upgraded.
kde/kubrick-21.08.1-arm-1.txz: Upgraded.
kde/kwallet-pam-5.22.5-arm-1.txz: Upgraded.
kde/kwalletmanager-21.08.1-arm-1.txz: Upgraded.
kde/kwave-21.08.1-arm-1.txz: Upgraded.
kde/kwayland-integration-5.22.5-arm-1.txz: Upgraded.
kde/kwayland-server-5.22.5-arm-1.txz: Upgraded.
kde/kwin-5.22.5-arm-1.txz: Upgraded.
kde/kwordquiz-21.08.1-arm-1.txz: Upgraded.
kde/kwrited-5.22.5-arm-1.txz: Upgraded.
kde/layer-shell-qt-5.22.5-arm-1.txz: Added.
kde/libgravatar-21.08.1-arm-1.txz: Upgraded.
kde/libkcddb-21.08.1-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.08.1-arm-1.txz: Upgraded.
kde/libkdcraw-21.08.1-arm-1.txz: Upgraded.
kde/libkdegames-21.08.1-arm-1.txz: Upgraded.
kde/libkdepim-21.08.1-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.08.1-arm-1.txz: Upgraded.
kde/libkexiv2-21.08.1-arm-1.txz: Upgraded.
kde/libkgapi-21.08.1-arm-1.txz: Upgraded.
kde/libkipi-21.08.1-arm-1.txz: Upgraded.
kde/libkleo-21.08.1-arm-1.txz: Upgraded.
kde/libkmahjongg-21.08.1-arm-1.txz: Upgraded.
kde/libkomparediff2-21.08.1-arm-1.txz: Upgraded.
kde/libksane-21.08.1-arm-1.txz: Upgraded.
kde/libkscreen-5.22.5-arm-1.txz: Upgraded.
kde/libksieve-21.08.1-arm-1.txz: Upgraded.
kde/libksysguard-5.22.5-arm-1.txz: Upgraded.
kde/libktorrent-21.08.1-arm-1.txz: Upgraded.
kde/lokalize-21.08.1-arm-1.txz: Upgraded.
kde/lskat-21.08.1-arm-1.txz: Upgraded.
kde/mailcommon-21.08.1-arm-1.txz: Upgraded.
kde/mailimporter-21.08.1-arm-1.txz: Upgraded.
kde/marble-21.08.1-arm-1.txz: Upgraded.
kde/markdownpart-21.08.1-arm-1.txz: Upgraded.
kde/mbox-importer-21.08.1-arm-1.txz: Upgraded.
kde/messagelib-21.08.1-arm-1.txz: Upgraded.
kde/milou-5.22.5-arm-1.txz: Upgraded.
kde/minuet-21.08.1-arm-1.txz: Upgraded.
kde/okular-21.08.1-arm-1.txz: Upgraded.
kde/oxygen-5.22.5-arm-1.txz: Upgraded.
kde/palapeli-21.08.1-arm-1.txz: Upgraded.
kde/parley-21.08.1-arm-1.txz: Upgraded.
kde/partitionmanager-21.08.1-arm-1.txz: Upgraded.
kde/picmi-21.08.1-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.08.1-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.08.1-arm-1.txz: Upgraded.
kde/pimcommon-21.08.1-arm-1.txz: Upgraded.
kde/plasma-browser-integration-5.22.5-arm-1.txz: Upgraded.
kde/plasma-desktop-5.22.5-arm-1.txz: Upgraded.
kde/plasma-disks-5.22.5-arm-1.txz: Upgraded.
kde/plasma-firewall-5.22.5-arm-1.txz: Upgraded.
kde/plasma-integration-5.22.5-arm-1.txz: Upgraded.
kde/plasma-nm-5.22.5-arm-1.txz: Upgraded.
kde/plasma-pa-5.22.5-arm-1.txz: Upgraded.
kde/plasma-sdk-5.22.5-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.22.5-arm-1.txz: Upgraded.
kde/plasma-vault-5.22.5-arm-1.txz: Upgraded.
kde/plasma-workspace-5.22.5-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.22.5-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.22.5-arm-1.txz: Upgraded.
kde/powerdevil-5.22.5-arm-1.txz: Upgraded.
kde/poxml-21.08.1-arm-1.txz: Upgraded.
kde/print-manager-21.08.1-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.22.5-arm-1.txz: Upgraded.
kde/rocs-21.08.1-arm-1.txz: Upgraded.
kde/sddm-kcm-5.22.5-arm-1.txz: Upgraded.
kde/skanlite-21.08.1-arm-1.txz: Upgraded.
kde/spectacle-21.08.1-arm-1.txz: Upgraded.
kde/step-21.08.1-arm-1.txz: Upgraded.
kde/svgpart-21.08.1-arm-1.txz: Upgraded.
kde/sweeper-21.08.1-arm-1.txz: Upgraded.
kde/systemsettings-5.22.5-arm-1.txz: Upgraded.
kde/umbrello-21.08.1-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.22.5-arm-1.txz: Upgraded.
kde/yakuake-21.08.1-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-21.08.1-arm-1.txz: Upgraded.
l/gdbm-1.21-arm-1.txz: Upgraded.
l/glib2-2.68.4-arm-2.txz: Rebuilt.
       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-arm-1.txz: Upgraded.
l/poppler-21.09.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/python-pillow-8.3.2-arm-1.txz: Upgraded.
l/tidy-html5-5.8.0-arm-2.txz: Rebuilt.
       Fixed manpage installation. Thanks to kaott.
n/iproute2-5.14.0-arm-1.txz: Upgraded.
x/libwacom-1.12-arm-1.txz: Upgraded.
x/wayland-protocols-1.22-arm-1.txz: Upgraded.
x/xf86-video-armsoc-1.4.1-arm-39.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-25.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-19.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-40.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-37.txz: Rebuilt.
xap/vim-gvim-8.2.3394-arm-1.txz: Upgraded.
xap/xlockmore-5.67-arm-1.txz: Upgraded.
extra/libgpiod/libgpiod-1.6.3-arm-2.txz: Rebuilt.
extra/php8/php8-8.0.10-arm-1.txz: Upgraded.
extra/sendmail/sendmail-8.17.1-arm-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-arm-2.txz: Rebuilt.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Fri Sep 03 08:08:08 UTC 2021
a/cryptsetup-2.4.0-arm-1.txz: Upgraded.
a/e2fsprogs-1.46.4-arm-1.txz: Upgraded.
a/etc-15.0-arm-15.txz: Rebuilt.
       /etc/profile: Don't define a $LESS variable, but provide a commented-out
       example of "-M -R". As far as I can tell, setting $LESS to -M is something
       that we picked up from SLS's /etc/profile at the very beginning and then
       kept it because it wasn't causing any problems. Personally, I'll be
       uncommenting this because it's nice to get the extra output from less
       provided by -M concerning your place in the file, but we'll leave it up
       to the end user how to handle this.
       Thanks to krown, marav, Lockywolf, and drgibbon.
a/openssl-solibs-1.1.1l-arm-1.txz: Upgraded.
a/upower-0.99.13-arm-1.txz: Upgraded.
a/xfsprogs-5.13.0-arm-1.txz: Upgraded.
ap/cups-filters-1.28.10-arm-1.txz: Upgraded.
ap/man-pages-5.13-noarch-1.txz: Upgraded.
d/binutils-2.37-arm-1.txz: Upgraded.
       With a few upstream patches to fix some regressions in the release, we no
       longer get any new FTBFS with this, so we'll take it.
d/ccache-4.4-arm-1.txz: Upgraded.
d/cmake-3.21.2-arm-1.txz: Upgraded.
d/doxygen-1.9.2-arm-1.txz: Upgraded.
d/gcc-11.2.0-arm-1.txz: Upgraded.
d/gcc-g++-11.2.0-arm-1.txz: Upgraded.
d/gcc-gdc-11.2.0-arm-1.txz: Upgraded.
d/gcc-gfortran-11.2.0-arm-1.txz: Upgraded.
d/gcc-gnat-11.2.0-arm-1.txz: Upgraded.
d/gcc-go-11.2.0-arm-1.txz: Upgraded.
       [PATCH] compiler: correct condition for calling memclrHasPointers
       This fixes bootstrapping golang 1.17 with gcc-go.
       Thanks to Heinz Wiesinger.
d/gcc-objc-11.2.0-arm-1.txz: Upgraded.
d/help2man-1.48.5-arm-1.txz: Upgraded.
d/mercurial-5.9-arm-1.txz: Upgraded.
d/oprofile-1.4.0-arm-7.txz: Rebuilt.
       Recompiled against binutils-2.37.
d/parallel-20210822-noarch-1.txz: Upgraded.
kde/akonadi-21.08.0-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.08.0-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.08.0-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.08.0-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.08.0-arm-1.txz: Upgraded.
kde/akonadi-mime-21.08.0-arm-1.txz: Upgraded.
kde/akonadi-notes-21.08.0-arm-1.txz: Upgraded.
kde/akonadi-search-21.08.0-arm-1.txz: Upgraded.
kde/akonadiconsole-21.08.0-arm-1.txz: Upgraded.
kde/akregator-21.08.0-arm-1.txz: Upgraded.
kde/analitza-21.08.0-arm-1.txz: Upgraded.
kde/ark-21.08.0-arm-1.txz: Upgraded.
kde/artikulate-21.08.0-arm-1.txz: Upgraded.
kde/attica-5.85.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.08.0-arm-1.txz: Upgraded.
kde/baloo-5.85.0-arm-1.txz: Upgraded.
kde/baloo-widgets-21.08.0-arm-1.txz: Upgraded.
kde/blinken-21.08.0-arm-1.txz: Upgraded.
kde/bluedevil-5.22.4-arm-1.txz: Upgraded.
kde/bluez-qt-5.85.0-arm-1.txz: Upgraded.
kde/bomber-21.08.0-arm-1.txz: Upgraded.
kde/bovo-21.08.0-arm-1.txz: Upgraded.
kde/breeze-5.22.4-arm-1.txz: Upgraded.
kde/breeze-gtk-5.22.4-arm-1.txz: Upgraded.
kde/breeze-icons-5.85.0-noarch-1.txz: Upgraded.
kde/calendarsupport-21.08.0-arm-1.txz: Upgraded.
kde/calligra-3.2.1-arm-12.txz: Rebuilt.
kde/cantor-21.08.0-arm-1.txz: Upgraded.
kde/cervisia-21.08.0-arm-1.txz: Upgraded.
kde/digikam-7.3.0-arm-1.txz: Upgraded.
kde/dolphin-21.08.0-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.08.0-arm-1.txz: Upgraded.
kde/dragon-21.08.0-arm-1.txz: Upgraded.
kde/drkonqi-5.22.4-arm-1.txz: Upgraded.
kde/elisa-21.08.0-arm-1.txz: Upgraded.
kde/eventviews-21.08.0-arm-1.txz: Upgraded.
kde/extra-cmake-modules-5.85.0-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.08.0-arm-1.txz: Upgraded.
kde/filelight-21.08.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.85.0-arm-1.txz: Upgraded.
kde/granatier-21.08.0-arm-1.txz: Upgraded.
kde/grantlee-editor-21.08.0-arm-1.txz: Upgraded.
kde/grantleetheme-21.08.0-arm-1.txz: Upgraded.
kde/gwenview-21.08.0-arm-1.txz: Upgraded.
kde/incidenceeditor-21.08.0-arm-1.txz: Upgraded.
kde/itinerary-21.08.0-arm-1.txz: Upgraded.
kde/juk-21.08.0-arm-1.txz: Upgraded.
kde/k3b-21.08.0-arm-1.txz: Upgraded.
kde/kactivities-5.85.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.85.0-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.22.4-arm-1.txz: Upgraded.
kde/kaddressbook-21.08.0-arm-1.txz: Upgraded.
kde/kalarm-21.08.0-arm-1.txz: Upgraded.
kde/kalarmcal-21.08.0-arm-1.txz: Upgraded.
kde/kalgebra-21.08.0-arm-1.txz: Upgraded.
kde/kalzium-21.08.0-arm-1.txz: Upgraded.
kde/kamera-21.08.0-arm-1.txz: Upgraded.
kde/kamoso-21.08.0-arm-1.txz: Upgraded.
kde/kanagram-21.08.0-arm-1.txz: Upgraded.
kde/kapidox-5.85.0-arm-1.txz: Upgraded.
kde/kapman-21.08.0-arm-1.txz: Upgraded.
kde/kapptemplate-21.08.0-arm-1.txz: Upgraded.
kde/karchive-5.85.0-arm-1.txz: Upgraded.
kde/kate-21.08.0-arm-1.txz: Upgraded.
kde/katomic-21.08.0-arm-1.txz: Upgraded.
kde/kauth-5.85.0-arm-1.txz: Upgraded.
kde/kbackup-21.08.0-arm-1.txz: Upgraded.
kde/kblackbox-21.08.0-arm-1.txz: Upgraded.
kde/kblocks-21.08.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.85.0-arm-1.txz: Upgraded.
kde/kbounce-21.08.0-arm-1.txz: Upgraded.
kde/kbreakout-21.08.0-arm-1.txz: Upgraded.
kde/kbruch-21.08.0-arm-1.txz: Upgraded.
kde/kcachegrind-21.08.0-arm-1.txz: Upgraded.
kde/kcalc-21.08.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.85.0-arm-1.txz: Upgraded.
kde/kcalutils-21.08.0-arm-1.txz: Upgraded.
kde/kcharselect-21.08.0-arm-1.txz: Upgraded.
kde/kcmutils-5.85.0-arm-1.txz: Upgraded.
kde/kcodecs-5.85.0-arm-1.txz: Upgraded.
kde/kcolorchooser-21.08.0-arm-1.txz: Upgraded.
kde/kcompletion-5.85.0-arm-1.txz: Upgraded.
kde/kconfig-5.85.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.85.0-arm-1.txz: Upgraded.
kde/kcontacts-5.85.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.85.0-arm-1.txz: Upgraded.
kde/kcrash-5.85.0-arm-1.txz: Upgraded.
kde/kcron-21.08.0-arm-1.txz: Upgraded.
kde/kdav-5.85.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.85.0-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.22.4-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.08.0-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.08.0-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.22.4-arm-1.txz: Upgraded.
kde/kdebugsettings-21.08.0-arm-1.txz: Upgraded.
kde/kdeclarative-5.85.0-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.08.0-arm-1.txz: Upgraded.
kde/kdecoration-5.22.4-arm-1.txz: Upgraded.
kde/kded-5.85.0-arm-1.txz: Upgraded.
kde/kdeedu-data-21.08.0-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.08.0-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.08.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.85.0-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.08.0-arm-1.txz: Upgraded.
kde/kdenlive-21.08.0-arm-1.txz: Upgraded.
kde/kdepim-addons-21.08.0-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.08.0-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.22.4-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-21.08.0-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.08.0-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.85.0-arm-1.txz: Upgraded.
kde/kdesu-5.85.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.85.0-arm-1.txz: Upgraded.
kde/kdf-21.08.0-arm-1.txz: Upgraded.
kde/kdialog-21.08.0-arm-1.txz: Upgraded.
kde/kdiamond-21.08.0-arm-1.txz: Upgraded.
kde/kdnssd-5.85.0-arm-1.txz: Upgraded.
kde/kdoctools-5.85.0-arm-1.txz: Upgraded.
kde/keditbookmarks-21.08.0-arm-1.txz: Upgraded.
kde/kemoticons-5.85.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.85.0-arm-1.txz: Upgraded.
kde/kfind-21.08.0-arm-1.txz: Upgraded.
kde/kfloppy-21.08.0-arm-1.txz: Upgraded.
kde/kfourinline-21.08.0-arm-1.txz: Upgraded.
kde/kgamma5-5.22.4-arm-1.txz: Upgraded.
kde/kgeography-21.08.0-arm-1.txz: Upgraded.
kde/kget-21.08.0-arm-1.txz: Upgraded.
kde/kglobalaccel-5.85.0-arm-1.txz: Upgraded.
kde/kgoldrunner-21.08.0-arm-1.txz: Upgraded.
kde/kgpg-21.08.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.85.0-arm-1.txz: Upgraded.
kde/khangman-21.08.0-arm-1.txz: Upgraded.
kde/khelpcenter-21.08.0-arm-1.txz: Upgraded.
kde/kholidays-5.85.0-arm-1.txz: Upgraded.
kde/khotkeys-5.22.4-arm-1.txz: Upgraded.
kde/khtml-5.85.0-arm-1.txz: Upgraded.
kde/ki18n-5.85.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.85.0-arm-1.txz: Upgraded.
kde/kid3-3.8.7-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.08.0-arm-1.txz: Upgraded.
kde/kidletime-5.85.0-arm-1.txz: Upgraded.
kde/kig-21.08.0-arm-1.txz: Upgraded.
kde/kigo-21.08.0-arm-1.txz: Upgraded.
kde/kile-2.9.93-arm-11.txz: Rebuilt.
kde/killbots-21.08.0-arm-1.txz: Upgraded.
kde/kimageformats-5.85.0-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.08.0-arm-1.txz: Upgraded.
kde/kimap-21.08.0-arm-1.txz: Upgraded.
kde/kinfocenter-5.22.4-arm-1.txz: Upgraded.
kde/kinit-5.85.0-arm-1.txz: Upgraded.
kde/kio-5.85.0-arm-1.txz: Upgraded.
kde/kio-extras-21.08.0-arm-1.txz: Upgraded.
kde/kio-gdrive-21.08.0-arm-1.txz: Upgraded.
kde/kipi-plugins-21.08.0-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.08.0-arm-1.txz: Upgraded.
kde/kirigami2-5.85.0-arm-1.txz: Upgraded.
kde/kiriki-21.08.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.85.0-arm-1.txz: Upgraded.
kde/kitemviews-5.85.0-arm-1.txz: Upgraded.
kde/kiten-21.08.0-arm-1.txz: Upgraded.
kde/kitinerary-21.08.0-arm-1.txz: Upgraded.
kde/kjobwidgets-5.85.0-arm-1.txz: Upgraded.
kde/kjs-5.85.0-arm-1.txz: Upgraded.
kde/kjsembed-5.85.0-arm-1.txz: Upgraded.
kde/kjumpingcube-21.08.0-arm-1.txz: Upgraded.
kde/kldap-21.08.0-arm-1.txz: Upgraded.
kde/kleopatra-21.08.0-arm-1.txz: Upgraded.
kde/klickety-21.08.0-arm-1.txz: Upgraded.
kde/klines-21.08.0-arm-1.txz: Upgraded.
kde/kmag-21.08.0-arm-1.txz: Upgraded.
kde/kmahjongg-21.08.0-arm-1.txz: Upgraded.
kde/kmail-21.08.0-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.08.0-arm-1.txz: Upgraded.
kde/kmailtransport-21.08.0-arm-1.txz: Upgraded.
kde/kmbox-21.08.0-arm-1.txz: Upgraded.
kde/kmediaplayer-5.85.0-arm-1.txz: Upgraded.
kde/kmenuedit-5.22.4-arm-1.txz: Upgraded.
kde/kmime-21.08.0-arm-1.txz: Upgraded.
kde/kmines-21.08.0-arm-1.txz: Upgraded.
kde/kmix-21.08.0-arm-1.txz: Upgraded.
kde/kmousetool-21.08.0-arm-1.txz: Upgraded.
kde/kmouth-21.08.0-arm-1.txz: Upgraded.
kde/kmplot-21.08.0-arm-1.txz: Upgraded.
kde/kmymoney-5.1.2-arm-1.txz: Upgraded.
kde/knavalbattle-21.08.0-arm-1.txz: Upgraded.
kde/knetwalk-21.08.0-arm-1.txz: Upgraded.
kde/knewstuff-5.85.0-arm-1.txz: Upgraded.
kde/knights-21.08.0-arm-1.txz: Upgraded.
kde/knotes-21.08.0-arm-1.txz: Upgraded.
kde/knotifications-5.85.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.85.0-arm-1.txz: Upgraded.
kde/kolf-21.08.0-arm-1.txz: Upgraded.
kde/kollision-21.08.0-arm-1.txz: Upgraded.
kde/kolourpaint-21.08.0-arm-1.txz: Upgraded.
kde/kompare-21.08.0-arm-1.txz: Upgraded.
kde/konqueror-21.08.0-arm-1.txz: Upgraded.
kde/konquest-21.08.0-arm-1.txz: Upgraded.
kde/konsole-21.08.0-arm-1.txz: Upgraded.
kde/kontact-21.08.0-arm-1.txz: Upgraded.
kde/kontactinterface-21.08.0-arm-1.txz: Upgraded.
kde/kontrast-21.08.0-arm-1.txz: Upgraded.
kde/konversation-21.08.0-arm-1.txz: Upgraded.
kde/kopeninghours-21.08.0-arm-1.txz: Upgraded.
kde/kopete-21.08.0-arm-1.txz: Upgraded.
kde/korganizer-21.08.0-arm-1.txz: Upgraded.
kde/kosmindoormap-21.08.0-arm-1.txz: Upgraded.
kde/kpackage-5.85.0-arm-1.txz: Upgraded.
kde/kparts-5.85.0-arm-1.txz: Upgraded.
kde/kpat-21.08.0-arm-1.txz: Upgraded.
kde/kpeople-5.85.0-arm-1.txz: Upgraded.
kde/kpimtextedit-21.08.0-arm-1.txz: Upgraded.
kde/kpkpass-21.08.0-arm-1.txz: Upgraded.
kde/kplotting-5.85.0-arm-1.txz: Upgraded.
kde/kpmcore-21.08.0-arm-1.txz: Upgraded.
kde/kpty-5.85.0-arm-1.txz: Upgraded.
kde/kpublictransport-21.08.0-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.08.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.85.0-arm-1.txz: Upgraded.
kde/krdc-21.08.0-arm-1.txz: Upgraded.
kde/kreversi-21.08.0-arm-1.txz: Upgraded.
kde/krfb-21.08.0-arm-1.txz: Upgraded.
kde/krita-4.4.8-arm-1.txz: Upgraded.
kde/kross-5.85.0-arm-1.txz: Upgraded.
kde/kross-interpreters-21.08.0-arm-1.txz: Upgraded.
kde/kruler-21.08.0-arm-1.txz: Upgraded.
kde/krunner-5.85.0-arm-1.txz: Upgraded.
kde/kscreen-5.22.4-arm-1.txz: Upgraded.
kde/kscreenlocker-5.22.4-arm-1.txz: Upgraded.
kde/kservice-5.85.0-arm-1.txz: Upgraded.
kde/kshisen-21.08.0-arm-1.txz: Upgraded.
kde/ksirk-21.08.0-arm-1.txz: Upgraded.
kde/ksmtp-21.08.0-arm-1.txz: Upgraded.
kde/ksnakeduel-21.08.0-arm-1.txz: Upgraded.
kde/kspaceduel-21.08.0-arm-1.txz: Upgraded.
kde/ksquares-21.08.0-arm-1.txz: Upgraded.
kde/ksshaskpass-5.22.4-arm-1.txz: Upgraded.
kde/ksudoku-21.08.0-arm-1.txz: Upgraded.
kde/ksystemlog-21.08.0-arm-1.txz: Upgraded.
kde/ksystemstats-5.22.4-arm-1.txz: Added.
kde/kteatime-21.08.0-arm-1.txz: Upgraded.
kde/ktexteditor-5.85.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.85.0-arm-1.txz: Upgraded.
kde/ktimer-21.08.0-arm-1.txz: Upgraded.
kde/ktnef-21.08.0-arm-1.txz: Upgraded.
kde/ktorrent-21.08.0-arm-1.txz: Upgraded.
kde/ktouch-21.08.0-arm-1.txz: Upgraded.
kde/kturtle-21.08.0-arm-1.txz: Upgraded.
kde/kubrick-21.08.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.85.0-arm-1.txz: Upgraded.
kde/kwallet-5.85.0-arm-1.txz: Upgraded.
kde/kwallet-pam-5.22.4-arm-1.txz: Upgraded.
kde/kwalletmanager-21.08.0-arm-1.txz: Upgraded.
kde/kwave-21.08.0-arm-1.txz: Upgraded.
kde/kwayland-5.85.0-arm-1.txz: Upgraded.
kde/kwayland-integration-5.22.4-arm-1.txz: Upgraded.
kde/kwayland-server-5.22.4-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.85.0-arm-1.txz: Upgraded.
kde/kwin-5.22.4-arm-1.txz: Upgraded.
kde/kwindowsystem-5.85.0-arm-1.txz: Upgraded.
kde/kwordquiz-21.08.0-arm-1.txz: Upgraded.
kde/kwrited-5.22.4-arm-1.txz: Upgraded.
kde/kxmlgui-5.85.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.85.0-arm-1.txz: Upgraded.
kde/latte-dock-0.10.1-arm-1.txz: Upgraded.
kde/layer-shell-qt-5.22.4-arm-1.txz: Added.
kde/libgravatar-21.08.0-arm-1.txz: Upgraded.
kde/libkcddb-21.08.0-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.08.0-arm-1.txz: Upgraded.
kde/libkdcraw-21.08.0-arm-1.txz: Upgraded.
kde/libkdegames-21.08.0-arm-1.txz: Upgraded.
kde/libkdepim-21.08.0-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.08.0-arm-1.txz: Upgraded.
kde/libkexiv2-21.08.0-arm-1.txz: Upgraded.
kde/libkgapi-21.08.0-arm-1.txz: Upgraded.
kde/libkipi-21.08.0-arm-1.txz: Upgraded.
kde/libkleo-21.08.0-arm-1.txz: Upgraded.
kde/libkmahjongg-21.08.0-arm-1.txz: Upgraded.
kde/libkomparediff2-21.08.0-arm-1.txz: Upgraded.
kde/libksane-21.08.0-arm-1.txz: Upgraded.
kde/libkscreen-5.22.4-arm-1.txz: Upgraded.
kde/libksieve-21.08.0-arm-1.txz: Upgraded.
kde/libksysguard-5.22.4-arm-1.txz: Upgraded.
kde/libktorrent-21.08.0-arm-1.txz: Upgraded.
kde/lokalize-21.08.0-arm-1.txz: Upgraded.
kde/lskat-21.08.0-arm-1.txz: Upgraded.
kde/mailcommon-21.08.0-arm-1.txz: Upgraded.
kde/mailimporter-21.08.0-arm-1.txz: Upgraded.
kde/marble-21.08.0-arm-1.txz: Upgraded.
kde/markdownpart-21.08.0-arm-1.txz: Upgraded.
kde/mbox-importer-21.08.0-arm-1.txz: Upgraded.
kde/messagelib-21.08.0-arm-1.txz: Upgraded.
kde/milou-5.22.4-arm-1.txz: Upgraded.
kde/minuet-21.08.0-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.85.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.85.0-arm-1.txz: Upgraded.
kde/okular-21.08.0-arm-1.txz: Upgraded.
kde/oxygen-5.22.4-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.85.0-noarch-1.txz: Upgraded.
kde/palapeli-21.08.0-arm-1.txz: Upgraded.
kde/parley-21.08.0-arm-1.txz: Upgraded.
kde/partitionmanager-21.08.0-arm-1.txz: Upgraded.
kde/picmi-21.08.0-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.08.0-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.08.0-arm-1.txz: Upgraded.
kde/pimcommon-21.08.0-arm-1.txz: Upgraded.
kde/plasma-browser-integration-5.22.4-arm-1.txz: Upgraded.
kde/plasma-desktop-5.22.4-arm-1.txz: Upgraded.
kde/plasma-disks-5.22.4-arm-1.txz: Upgraded.
kde/plasma-firewall-5.22.4-arm-1.txz: Upgraded.
kde/plasma-framework-5.85.0-arm-1.txz: Upgraded.
kde/plasma-integration-5.22.4-arm-1.txz: Upgraded.
kde/plasma-nm-5.22.4-arm-1.txz: Upgraded.
kde/plasma-pa-5.22.4-arm-1.txz: Upgraded.
kde/plasma-sdk-5.22.4-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.22.4-arm-1.txz: Upgraded.
kde/plasma-vault-5.22.4-arm-1.txz: Upgraded.
kde/plasma-workspace-5.22.4-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.22.4-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.22.4-arm-1.txz: Upgraded.
kde/powerdevil-5.22.4-arm-1.txz: Upgraded.
kde/poxml-21.08.0-arm-1.txz: Upgraded.
kde/print-manager-21.08.0-arm-1.txz: Upgraded.
kde/prison-5.85.0-arm-1.txz: Upgraded.
kde/pulseaudio-qt-1.3-arm-1.txz: Upgraded.
kde/purpose-5.85.0-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.22.4-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.85.0-arm-1.txz: Upgraded.
kde/rocs-21.08.0-arm-1.txz: Upgraded.
kde/sddm-0.19.0-arm-6.txz: Rebuilt.
       Patched to fix build.
kde/sddm-kcm-5.22.4-arm-1.txz: Upgraded.
kde/solid-5.85.0-arm-1.txz: Upgraded.
kde/sonnet-5.85.0-arm-1.txz: Upgraded.
kde/spectacle-21.08.0-arm-1.txz: Upgraded.
kde/step-21.08.0-arm-1.txz: Upgraded.
kde/svgpart-21.08.0-arm-1.txz: Upgraded.
kde/sweeper-21.08.0-arm-1.txz: Upgraded.
kde/syndication-5.85.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.85.0-arm-1.txz: Upgraded.
kde/systemsettings-5.22.4-arm-1.txz: Upgraded.
kde/threadweaver-5.85.0-arm-1.txz: Upgraded.
kde/umbrello-21.08.0-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.22.4-arm-1.txz: Upgraded.
kde/yakuake-21.08.0-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-21.08.0-arm-1.txz: Upgraded.
l/freetype-2.11.0-arm-2.txz: Rebuilt.
       Restore quiet no-op rendering of bitmap glyphs.
l/glib2-2.68.4-arm-1.txz: Upgraded.
l/harfbuzz-2.9.0-arm-1.txz: Upgraded.
       Looking over the changes, they appear to be safe enough and/or mostly
       bugfixes, so we'll take this. If it breaks anything, please report.
l/imagemagick-7.1.0_5-arm-1.txz: Upgraded.
l/iso-codes-4.7.0-arm-1.txz: Upgraded.
l/json-glib-1.6.6-arm-1.txz: Upgraded.
l/libarchive-3.5.2-arm-1.txz: Upgraded.
l/libcap-2.55-arm-1.txz: Upgraded.
l/libssh-0.9.6-arm-1.txz: Upgraded.
       Fix possible heap-buffer overflow when rekeying with different key exchange
       mechanism.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3634
       (* Security fix *)
l/ocl-icd-2.3.1-arm-1.txz: Upgraded.
l/pango-1.48.9-arm-1.txz: Upgraded.
l/pipewire-0.3.34-arm-1.txz: Upgraded.
l/pulseaudio-15.0-arm-3.txz: Rebuilt.
       Build module-gsettings.so. Thanks to SeB.
l/pycurl-7.44.1-arm-1.txz: Upgraded.
l/python2-module-collection-2.7.18-arm-2.txz: Rebuilt.
       Restored pycairo.h and pycairo.pc. Thanks to nobodino.
l/qt5-5.15.3_20210826_21ea9c12-arm-1.txz: Upgraded.
       Switched to the patched qt5 from https://invent.kde.org/qt/qt/qt5.git.
       Huge thanks to Heinz Wiesinger for the script to create a release tarball.
       Likely this fixes many security issues.
       (* Security fix *)
l/xapian-core-1.4.18-arm-3.txz: Rebuilt.
       Rebuilt with gcc-11.2.0 per doxygen warning.
n/NetworkManager-1.32.10-arm-1.txz: Upgraded.
n/bluez-5.61-arm-1.txz: Upgraded.
n/gnupg2-2.2.30-arm-1.txz: Upgraded.
n/libgcrypt-1.9.4-arm-1.txz: Upgraded.
       Fix Elgamal encryption for other implementations.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560
       (* Security fix *)
n/libmilter-8.17.1-arm-1.txz: Upgraded.
n/mutt-2.1.2-arm-1.txz: Upgraded.
n/nftables-1.0.0-arm-1.txz: Upgraded.
n/openssh-8.7p1-arm-1.txz: Upgraded.
n/openssl-1.1.1l-arm-1.txz: Upgraded.
       Fixed an SM2 Decryption Buffer Overflow.
       Fixed various read buffer overruns processing ASN.1 strings.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3711
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3712
       (* Security fix *)
n/php-7.4.23-arm-1.txz: Upgraded.
n/proftpd-1.3.7c-arm-1.txz: Upgraded.
n/samba-4.14.7-arm-1.txz: Upgraded.
t/fig2dev-3.2.8b-arm-1.txz: Upgraded.
t/xfig-3.2.8b-arm-1.txz: Upgraded.
x/ibus-1.5.25-arm-1.txz: Upgraded.
x/ibus-anthy-1.5.13-arm-1.txz: Upgraded.
x/ibus-table-1.14.1-arm-1.txz: Upgraded.
x/libglvnd-1.3.3-arm-1.txz: Upgraded.
       Reverted to this version because changes to the header files won't allow the
       EGL portions of Qt to properly compile.
x/mesa-21.2.1-arm-1.txz: Upgraded.
xap/libnma-1.8.32-arm-1.txz: Upgraded.
xap/network-manager-applet-1.24.0-arm-1.txz: Upgraded.
xap/pavucontrol-5.0-arm-1.txz: Upgraded.
xap/xsnow-3.3.1-arm-1.txz: Upgraded.
extra/bash-completion/bash-completion-2.11-noarch-2.txz: Rebuilt.
       Removed the slackpkg completion file.
extra/php8/php8-8.0.9-arm-1.txz: Upgraded.
+--------------------------+
Fri Aug 20 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/
Added package ap/nvme-cli

a/aaa_glibc-solibs-2.33-arm-3.txz: Rebuilt.
a/grep-3.7-arm-1.txz: Upgraded.
a/kernel-firmware-20210818_c46b8c3-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.13.11_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.13.11-arm-1.txz: Upgraded.
a/libgudev-237-arm-1.txz: Upgraded.
a/lvm2-2.03.13-arm-1.txz: Upgraded.
a/udisks2-2.9.3-arm-1.txz: Upgraded.
a/usbutils-014-arm-1.txz: Upgraded.
a/util-linux-2.37.2-arm-1.txz: Upgraded.
ap/linuxdoc-tools-0.9.82-arm-1.txz: Upgraded.
ap/mariadb-10.5.12-arm-1.txz: Upgraded.
       Looks like we're still hitting a few regressions in the 10.6 branch. The
       most obvious one where the version reported by MariaDB is the library
       version rather than the server version (as previously reported) could be
       reverted, but this could lead to future problems as fixes for this
       change land in other projects. It seems that the safest approach at this
       time is to switch back to the most recent release from the 10.5 branch
       and keep an eye on the situation.
       Thanks to richarson and Heinz Wiesinger.
ap/mc-4.8.27-arm-1.txz: Upgraded.
ap/nvme-cli-1.15-arm-1.txz: Upgraded.
ap/pamixer-1.4-arm-1.txz: Upgraded.
       Recompiled against boost-1.77.0.
ap/slackpkg-15.0.7-noarch-1.txz: Upgraded.
       Allow "slackpkg help" to work after slackpkg is upgraded (JK Wood).
       Thanks to Robby Workman.
ap/squashfs-tools-4.5-arm-1.txz: Upgraded.
ap/vim-8.2.3352-arm-1.txz: Upgraded.
d/gcc-11.2.0-arm-1.txz: Upgraded.
d/gcc-g++-11.2.0-arm-1.txz: Upgraded.
d/gcc-gdc-11.2.0-arm-1.txz: Upgraded.
d/gcc-gfortran-11.2.0-arm-1.txz: Upgraded.
d/gcc-gnat-11.2.0-arm-1.txz: Upgraded.
d/gcc-go-11.2.0-arm-1.txz: Upgraded.
d/gcc-objc-11.2.0-arm-1.txz: Upgraded.
d/git-2.33.0-arm-1.txz: Upgraded.
d/help2man-1.48.4-arm-1.txz: Upgraded.
d/kernel-headers-5.13.11-arm-1.txz: Upgraded.
d/libtool-2.4.6-arm-19.txz: Rebuilt.
       Recompiled to update embedded GCC version number.
d/meson-0.58.2-arm-1.txz: Upgraded.
d/parallel-20210722-noarch-1.txz: Upgraded.
d/patchelf-0.13-arm-1.txz: Upgraded.
d/python-pip-21.2.4-arm-1.txz: Upgraded.
d/slacktrack-2.21-arm-1.txz: Upgraded.
d/vala-0.52.5-arm-1.txz: Upgraded.
k/kernel-source-5.13.11-arm-1.txz: Upgraded.
l/SDL2-2.0.16-arm-1.txz: Upgraded.
l/atkmm-2.28.2-arm-1.txz: Upgraded.
l/boost-1.77.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/cryfs-0.10.3-arm-3.txz: Rebuilt.
       Patched for gcc11 and recompiled against boost-1.77.0.
l/enchant-2.3.1-arm-1.txz: Upgraded.
l/gexiv2-0.12.3-arm-1.txz: Upgraded.
l/gjs-1.68.3-arm-1.txz: Upgraded.
l/glib-networking-2.68.2-arm-1.txz: Upgraded.
l/glibc-2.33-arm-3.txz: Rebuilt.
       Since glibc-2.34 makes a potentially risky change of moving all functions
       into the main library, and another inconvenient (for us) change of renaming
       the library files, we'll stick with glibc-2.33 for Slackware 15.0 and test
       the newer glibc in the next release cycle. But we'll backport the security
       fixes from glibc-2.34 with this update:
       The nameserver caching daemon (nscd), when processing a request for netgroup
       lookup, may crash due to a double-free, potentially resulting in degraded
       service or Denial of Service on the local system. Reported by Chris Schanzle.
       The mq_notify function has a potential use-after-free issue when using a
       notification type of SIGEV_THREAD and a thread attribute with a non-default
       affinity mask.
       The wordexp function may overflow the positional parameter number when
       processing the expansion resulting in a crash. Reported by Philippe Antoine.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33574
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942
       (* Security fix *)
       In librt, sysdeps/unix/sysv/linux/mq_notify.c mishandles certain
       NOTIFY_REMOVED data, leading to a NULL pointer dereference.
       NOTE: this vulnerability was introduced as a side effect of the
       CVE-2021-33574 fix.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38604
       (* Security fix *)
l/glibc-i18n-2.33-arm-3.txz: Rebuilt.
l/glibc-profile-2.33-arm-3.txz: Rebuilt.
l/gtk4-4.2.1-arm-1.txz: Added.
l/gtkmm3-3.24.5-arm-1.txz: Upgraded.
l/libcap-2.53-arm-1.txz: Upgraded.
l/libjpeg-turbo-2.1.1-arm-1.txz: Upgraded.
l/libqalculate-3.20.1-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/liburing-2.0-arm-1.txz: Added.
       This is needed by mariadb, and provides increased performance on high speed
       devices such as NVMe.
l/libwebp-1.2.1-arm-1.txz: Upgraded.
l/mlt-7.0.1-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/mozilla-nss-3.69-arm-1.txz: Upgraded.
l/mozjs78-78.13.0esr-arm-1.txz: Upgraded.
l/netpbm-10.95.01-arm-1.txz: Upgraded.
l/ocl-icd-2.3.0-arm-2.txz: Rebuilt.
       Patched to support the latest Khronos headers.
l/openexr-2.5.7-arm-2.txz: Rebuilt.
       Recompiled against boost-1.77.0.
l/pango-1.48.8-arm-1.txz: Upgraded.
l/pcaudiolib-1.2-arm-1.txz: Upgraded.
l/pipewire-0.3.33-arm-1.txz: Upgraded.
l/pulseaudio-15.0-arm-2.txz: Rebuilt.
       Ensure that start-pulseaudio-x11 is generated properly when pulseaudio is
       built using meson. Thanks to davjohn.
l/python-pygments-2.10.0-arm-1.txz: Upgraded.
l/python-pysol_cards-0.10.2-arm-1.txz: Upgraded.
l/python2-module-collection-2.7.18-arm-1.txz: Upgraded.
       Added dbus-python-1.2.16.
l/qt5-5.15.2-arm-2.txz: Rebuilt.
       Patched to compile with gcc11 (such as adding #include <limits> to some of
       the header files shipped in the package).
l/tidy-html5-5.8.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
n/ModemManager-1.16.10-arm-1.txz: Upgraded.
n/NetworkManager-1.32.8-arm-1.txz: Upgraded.
n/bind-9.16.20-arm-1.txz: Upgraded.
       This update fixes bugs and the following security issue:
       An assertion failure occurred when named attempted to send a UDP packet that
       exceeded the MTU size, if Response Rate Limiting (RRL) was enabled.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25218
       (* Security fix *)
n/c-ares-1.17.2-arm-1.txz: Upgraded.
       This update fixes a security issue:
       Missing input validation on hostnames returned by DNS servers.
       For more information, see:
       https://c-ares.haxx.se/adv_20210810.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3672
       (* Security fix *)
n/dhcpcd-9.4.0-arm-1.txz: Upgraded.
n/dovecot-2.3.16-arm-1.txz: Upgraded.
n/fetchmail-6.4.21-arm-1.txz: Upgraded.
n/ipset-7.15-arm-1.txz: Upgraded.
n/libqmi-1.30.0-arm-1.txz: Upgraded.
n/mobile-broadband-provider-info-20210805-arm-1.txz: Upgraded.
n/nmap-7.92-arm-1.txz: Upgraded.
n/openresolv-3.12.0-arm-1.txz: Added.
       This is needed for wg-quick in the wireguard-tools package.
       Thanks to synbq Bucharest, Jeremy Hansen, and Daniel Wilkins.
n/php-7.4.22-arm-2.txz: Rebuilt.
       Recompiled against tidy-html5-5.8.0.
n/stunnel-5.60-arm-1.txz: Upgraded.
x/ibus-m17n-1.4.7-arm-1.txz: Upgraded.
x/libepoxy-1.5.9-arm-1.txz: Upgraded.
x/mesa-21.1.7-arm-1.txz: Upgraded.
x/vulkan-sdk-1.2.176.1-arm-2.txz: Rebuilt.
x/xrdb-1.2.1-arm-1.txz: Upgraded.
xap/blackbox-0.77-arm-1.txz: Upgraded.
xap/blueman-2.2.2-arm-1.txz: Upgraded.
xap/network-manager-applet-1.22.0-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.3352-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Aug 10 08:08:08 UTC 2021
a/aaa_base-15.0-arm-1.txz: Upgraded.
       Bump version numbers in /etc/os-release and /etc/slackware-version.
       Not quite ready to freeze things for a release candidate, but getting there.
       Initial email to root still needs a refresh.
a/btrfs-progs-5.13.1-arm-1.txz: Upgraded.
       Recompiled against fluidsynth-2.2.2.
a/e2fsprogs-1.46.3-arm-1.txz: Upgraded.
a/hwdata-0.350-arm-1.txz: Upgraded.
a/kernel-modules-armv7-5.13.9_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.13.9-arm-1.txz: Upgraded.
a/libblockdev-2.26-arm-1.txz: Upgraded.
a/libbytesize-2.6-arm-1.txz: Upgraded.
a/libcgroup-0.41-arm-9.txz: Rebuilt.
       Added LANG=C to the build script.
a/os-prober-1.79-arm-1.txz: Upgraded.
a/util-linux-2.37.1-arm-1.txz: Upgraded.
ap/dash-0.5.11.4-arm-1.txz: Upgraded.
ap/diffutils-3.8-arm-1.txz: Upgraded.
ap/lxc-4.0.10-arm-1.txz: Upgraded.
       Thanks to Matthew Chamley.
ap/mpg123-1.28.2-arm-1.txz: Upgraded.
ap/vim-8.2.3238-arm-1.txz: Upgraded.
d/Cython-0.29.24-arm-1.txz: Upgraded.
d/cmake-3.21.1-arm-1.txz: Upgraded.
d/kernel-headers-5.13.9-arm-1.txz: Upgraded.
d/llvm-12.0.1-arm-1.txz: Upgraded.
d/mercurial-5.8.1-arm-1.txz: Upgraded.
d/meson-0.59.0-arm-1.txz: Upgraded.
d/python-pip-21.2.2-arm-1.txz: Upgraded.
d/python-setuptools-57.4.0-arm-1.txz: Upgraded.
d/re2c-2.2-arm-1.txz: Upgraded.
d/ruby-3.0.2-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       Trusting FTP PASV responses vulnerability in Net::FTP.
       StartTLS stripping vulnerability in Net::IMAP.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31810
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32066
       (* Security fix *)
d/rust-1.54.0-arm-1.txz: Upgraded.
       Move bash completions to /usr/share/bash-completion/completions/.
       Thanks to Robby Workman.
d/strace-5.13-arm-1.txz: Upgraded.
k/kernel-source-5.13.9-arm-1.txz: Upgraded.
l/at-spi2-core-2.40.3-arm-1.txz: Upgraded.
l/dbus-python-1.2.18-arm-1.txz: Upgraded.
l/editorconfig-core-c-0.12.5-arm-1.txz: Added.
       Thanks to David Demelier.
l/fluidsynth-2.2.2-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/freetype-2.11.0-arm-1.txz: Upgraded.
l/gtk+3-3.24.30-arm-1.txz: Upgraded.
l/harfbuzz-2.8.2-arm-1.txz: Upgraded.
l/imagemagick-7.1.0_4-arm-1.txz: Upgraded.
l/jasper-2.0.33-arm-1.txz: Upgraded.
l/libcap-2.52-arm-1.txz: Upgraded.
l/libedit-20210714_3.1-arm-1.txz: Upgraded.
l/libgnt-2.14.2-arm-1.txz: Upgraded.
l/libidn-1.38-arm-1.txz: Upgraded.
l/libidn2-2.3.2-arm-1.txz: Upgraded.
l/libuv-1.42.0-arm-1.txz: Upgraded.
l/mozjs78-78.12.0esr-arm-1.txz: Upgraded.
l/pipewire-0.3.32-arm-1.txz: Upgraded.
l/poppler-21.08.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/pulseaudio-15.0-arm-1.txz: Upgraded.
l/python-charset-normalizer-2.0.4-arm-1.txz: Added.
       Needed by python-requests-2.26.0.
l/python-idna-3.2-arm-1.txz: Upgraded.
l/python-pillow-8.3.1-arm-1.txz: Upgraded.
l/python-requests-2.26.0-arm-1.txz: Upgraded.
l/sip-4.19.25-arm-1.txz: Upgraded.
l/talloc-2.3.3-arm-1.txz: Upgraded.
l/tdb-1.4.5-arm-1.txz: Upgraded.
l/tevent-0.11.0-arm-1.txz: Upgraded.
n/NetworkManager-1.28.2-arm-1.txz: Upgraded.
n/bind-9.16.19-arm-1.txz: Upgraded.
n/bluez-5.60-arm-1.txz: Upgraded.
n/curl-7.78.0-arm-1.txz: Upgraded.
       This update fixes security issues:
       CURLOPT_SSLCERT mixup with Secure Transport
       TELNET stack contents disclosure again
       Bad connection reuse due to flawed path name checks
       Metalink download sends credentials
       Wrong content via metalink not discarded
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22926
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22925
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22923
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22922
       (* Security fix *)
n/ethtool-5.13-arm-1.txz: Upgraded.
n/fetchmail-6.4.20-arm-1.txz: Upgraded.
n/getmail-6.18.3-arm-1.txz: Upgraded.
n/ipset-7.14-arm-1.txz: Upgraded.
n/iputils-20210722-arm-1.txz: Upgraded.
n/krb5-1.19.2-arm-1.txz: Upgraded.
n/libmbim-1.26.0-arm-1.txz: Upgraded.
n/nghttp2-1.44.0-arm-1.txz: Upgraded.
n/php-7.4.22-arm-1.txz: Upgraded.
n/postfix-3.6.2-arm-1.txz: Upgraded.
n/samba-4.14.6-arm-1.txz: Upgraded.
n/vsftpd-3.0.5-arm-1.txz: Upgraded.
x/ibus-m17n-1.4.6-arm-1.txz: Upgraded.
x/ibus-table-1.14.0-arm-1.txz: Upgraded.
x/libXfont2-2.0.5-arm-1.txz: Upgraded.
x/libXft-2.3.4-arm-1.txz: Upgraded.
x/libinput-1.18.1-arm-1.txz: Upgraded.
x/libwacom-1.11-arm-1.txz: Upgraded.
x/mesa-21.1.6-arm-1.txz: Upgraded.
x/xeyes-1.2.0-arm-1.txz: Upgraded.
x/xf86-video-amdgpu-21.0.0-arm-1.txz: Upgraded.
x/xorg-cf-files-1.0.7-arm-1.txz: Upgraded.
x/xorg-server-1.20.13-arm-1.txz: Upgraded.
x/xorg-server-xephyr-1.20.13-arm-1.txz: Upgraded.
x/xorg-server-xnest-1.20.13-arm-1.txz: Upgraded.
x/xorg-server-xvfb-1.20.13-arm-1.txz: Upgraded.
x/xorg-server-xwayland-21.1.2-arm-1.txz: Upgraded.
x/xwd-1.0.8-arm-1.txz: Upgraded.
xap/NetworkManager-openvpn-1.8.14-arm-1.txz: Upgraded.
xap/audacious-plugins-4.1-arm-3.txz: Rebuilt.
       Recompiled against fluidsynth-2.2.2.
xap/gnuchess-6.2.9-arm-1.txz: Upgraded.
xap/gparted-1.3.1-arm-1.txz: Upgraded.
xap/pidgin-2.14.6-arm-1.txz: Upgraded.
xfce/mousepad-0.5.6-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Wed Jul 14 08:08:08 UTC 2021
a/dialog-1.3_20210621-arm-1.txz: Upgraded.
a/gptfdisk-1.0.8-arm-1.txz: Upgraded.
a/kernel-firmware-20210629_d79c267-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.12.10_armv7-arm-1.txz: Upgraded.
       +CONFIG_SND_SUN4I_CODEC=m
       Restored Allwinner A10 sound driver for the Banana Pi.
a/kernel_armv7-5.12.10-arm-1.txz: Upgraded.
a/upower-0.99.12-arm-1.txz: Upgraded.
a/util-linux-2.37-arm-1.txz: Upgraded.
ap/alsa-utils-1.2.5.1-arm-1.txz: Upgraded.
ap/cups-2.3.3op2-arm-1.txz: Upgraded.
ap/cups-filters-1.28.9-arm-1.txz: Upgraded.
ap/man-pages-5.12-noarch-1.txz: Upgraded.
ap/mariadb-10.5.11-arm-1.txz: Upgraded.
ap/mc-4.8.26-arm-1.txz: Upgraded.
       Rebuilt with --enable-aspell. Thanks to Ressy and bassmadrigal.
ap/nano-5.8-arm-1.txz: Upgraded.
ap/slackpkg-15.0.6-noarch-1.txz: Upgraded.
       Fix getting gpg key on ARM ; use only www.slackware.com.
       Remove support for Slackintosh project - it's dead, Jim.
       Thanks to Robby Workman.
ap/sqlite-3.36.0-arm-1.txz: Upgraded.
ap/sudo-1.9.7p1-arm-1.txz: Upgraded.
ap/sysstat-12.5.4-arm-1.txz: Upgraded.
ap/texinfo-6.8-arm-1.txz: Upgraded.
ap/tmux-3.2a-arm-1.txz: Upgraded.
ap/vim-8.2.3038-arm-1.txz: Upgraded.
d/cmake-3.20.5-arm-1.txz: Upgraded.
d/kernel-headers-5.12.10-arm-1.txz: Upgraded.
d/opencl-headers-2021.04.29-arm-1.txz: Upgraded.
       Thanks to Heinz Wiesinger.
d/parallel-20210622-noarch-1.txz: Upgraded.
d/python-pip-21.1.3-arm-1.txz: Upgraded.
d/python-setuptools-57.1.0-arm-1.txz: Upgraded.
d/python3-3.9.6-arm-1.txz: Upgraded.
k/kernel-source-5.12.10-arm-1.txz: Upgraded.
kde/akonadi-21.04.2-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.04.2-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.04.2-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.04.2-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.04.2-arm-1.txz: Upgraded.
kde/akonadi-mime-21.04.2-arm-1.txz: Upgraded.
kde/akonadi-notes-21.04.2-arm-1.txz: Upgraded.
kde/akonadi-search-21.04.2-arm-1.txz: Upgraded.
kde/akonadiconsole-21.04.2-arm-1.txz: Upgraded.
kde/akregator-21.04.2-arm-1.txz: Upgraded.
kde/analitza-21.04.2-arm-1.txz: Upgraded.
kde/ark-21.04.2-arm-1.txz: Upgraded.
kde/artikulate-21.04.2-arm-1.txz: Upgraded.
kde/attica-5.83.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.04.2-arm-1.txz: Upgraded.
kde/baloo-5.83.0-arm-1.txz: Upgraded.
kde/baloo-widgets-21.04.2-arm-1.txz: Upgraded.
kde/blinken-21.04.2-arm-1.txz: Upgraded.
kde/bluez-qt-5.83.0-arm-1.txz: Upgraded.
kde/bomber-21.04.2-arm-1.txz: Upgraded.
kde/bovo-21.04.2-arm-1.txz: Upgraded.
kde/breeze-icons-5.83.0-noarch-1.txz: Upgraded.
kde/calendarsupport-21.04.2-arm-1.txz: Upgraded.
kde/cantor-21.04.2-arm-1.txz: Upgraded.
kde/cervisia-21.04.2-arm-1.txz: Upgraded.
kde/dolphin-21.04.2-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.04.2-arm-1.txz: Upgraded.
kde/dragon-21.04.2-arm-1.txz: Upgraded.
kde/elisa-21.04.2-arm-1.txz: Upgraded.
kde/eventviews-21.04.2-arm-1.txz: Upgraded.
kde/extra-cmake-modules-5.83.0-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.04.2-arm-1.txz: Upgraded.
kde/filelight-21.04.2-arm-1.txz: Upgraded.
kde/frameworkintegration-5.83.0-arm-1.txz: Upgraded.
kde/granatier-21.04.2-arm-1.txz: Upgraded.
kde/grantlee-editor-21.04.2-arm-1.txz: Upgraded.
kde/grantleetheme-21.04.2-arm-1.txz: Upgraded.
kde/gwenview-21.04.2-arm-1.txz: Upgraded.
kde/incidenceeditor-21.04.2-arm-1.txz: Upgraded.
kde/itinerary-21.04.2-arm-1.txz: Upgraded.
kde/juk-21.04.2-arm-1.txz: Upgraded.
kde/k3b-21.04.2-arm-1.txz: Upgraded.
kde/kactivities-5.83.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.83.0-arm-1.txz: Upgraded.
kde/kaddressbook-21.04.2-arm-1.txz: Upgraded.
kde/kalarm-21.04.2-arm-1.txz: Upgraded.
kde/kalarmcal-21.04.2-arm-1.txz: Upgraded.
kde/kalgebra-21.04.2-arm-1.txz: Upgraded.
kde/kalzium-21.04.2-arm-1.txz: Upgraded.
kde/kamera-21.04.2-arm-1.txz: Upgraded.
kde/kamoso-21.04.2-arm-1.txz: Upgraded.
kde/kanagram-21.04.2-arm-1.txz: Upgraded.
kde/kapidox-5.83.0-arm-1.txz: Upgraded.
kde/kapman-21.04.2-arm-1.txz: Upgraded.
kde/kapptemplate-21.04.2-arm-1.txz: Upgraded.
kde/karchive-5.83.0-arm-1.txz: Upgraded.
kde/kate-21.04.2-arm-1.txz: Upgraded.
kde/katomic-21.04.2-arm-1.txz: Upgraded.
kde/kauth-5.83.0-arm-1.txz: Upgraded.
kde/kbackup-21.04.2-arm-1.txz: Upgraded.
kde/kblackbox-21.04.2-arm-1.txz: Upgraded.
kde/kblocks-21.04.2-arm-1.txz: Upgraded.
kde/kbookmarks-5.83.0-arm-1.txz: Upgraded.
kde/kbounce-21.04.2-arm-1.txz: Upgraded.
kde/kbreakout-21.04.2-arm-1.txz: Upgraded.
kde/kbruch-21.04.2-arm-1.txz: Upgraded.
kde/kcachegrind-21.04.2-arm-1.txz: Upgraded.
kde/kcalc-21.04.2-arm-1.txz: Upgraded.
kde/kcalendarcore-5.83.0-arm-1.txz: Upgraded.
kde/kcalutils-21.04.2-arm-1.txz: Upgraded.
kde/kcharselect-21.04.2-arm-1.txz: Upgraded.
kde/kcmutils-5.83.0-arm-1.txz: Upgraded.
kde/kcodecs-5.83.0-arm-1.txz: Upgraded.
kde/kcolorchooser-21.04.2-arm-1.txz: Upgraded.
kde/kcompletion-5.83.0-arm-1.txz: Upgraded.
kde/kconfig-5.83.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.83.0-arm-1.txz: Upgraded.
kde/kcontacts-5.83.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.83.0-arm-1.txz: Upgraded.
kde/kcrash-5.83.0-arm-1.txz: Upgraded.
kde/kcron-21.04.2-arm-1.txz: Upgraded.
kde/kdav-5.83.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.83.0-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.04.2-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.04.2-arm-1.txz: Upgraded.
kde/kdebugsettings-21.04.2-arm-1.txz: Upgraded.
kde/kdeclarative-5.83.0-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.04.2-arm-1.txz: Upgraded.
kde/kded-5.83.0-arm-1.txz: Upgraded.
kde/kdeedu-data-21.04.2-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.04.2-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.04.2-arm-1.txz: Upgraded.
kde/kdelibs4support-5.83.0-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.04.2-arm-1.txz: Upgraded.
kde/kdenlive-21.04.2-arm-1.txz: Upgraded.
kde/kdepim-addons-21.04.2-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.04.2-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-21.04.2-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.04.2-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.83.0-arm-1.txz: Upgraded.
kde/kdesu-5.83.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.83.0-arm-1.txz: Upgraded.
kde/kdf-21.04.2-arm-1.txz: Upgraded.
kde/kdialog-21.04.2-arm-1.txz: Upgraded.
kde/kdiamond-21.04.2-arm-1.txz: Upgraded.
kde/kdnssd-5.83.0-arm-1.txz: Upgraded.
kde/kdoctools-5.83.0-arm-1.txz: Upgraded.
kde/keditbookmarks-21.04.2-arm-1.txz: Upgraded.
kde/kemoticons-5.83.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.83.0-arm-1.txz: Upgraded.
kde/kfind-21.04.2-arm-1.txz: Upgraded.
kde/kfloppy-21.04.2-arm-1.txz: Upgraded.
kde/kfourinline-21.04.2-arm-1.txz: Upgraded.
kde/kgeography-21.04.2-arm-1.txz: Upgraded.
kde/kget-21.04.2-arm-1.txz: Upgraded.
kde/kglobalaccel-5.83.0-arm-1.txz: Upgraded.
kde/kgoldrunner-21.04.2-arm-1.txz: Upgraded.
kde/kgpg-21.04.2-arm-1.txz: Upgraded.
kde/kguiaddons-5.83.0-arm-1.txz: Upgraded.
kde/khangman-21.04.2-arm-1.txz: Upgraded.
kde/khelpcenter-21.04.2-arm-1.txz: Upgraded.
kde/kholidays-5.83.0-arm-1.txz: Upgraded.
kde/khtml-5.83.0-arm-1.txz: Upgraded.
kde/ki18n-5.83.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.83.0-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.04.2-arm-1.txz: Upgraded.
kde/kidletime-5.83.0-arm-1.txz: Upgraded.
kde/kig-21.04.2-arm-1.txz: Upgraded.
kde/kigo-21.04.2-arm-1.txz: Upgraded.
kde/killbots-21.04.2-arm-1.txz: Upgraded.
kde/kimageformats-5.83.0-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.04.2-arm-1.txz: Upgraded.
kde/kimap-21.04.2-arm-1.txz: Upgraded.
kde/kinit-5.83.0-arm-1.txz: Upgraded.
kde/kio-5.83.0-arm-1.txz: Upgraded.
kde/kio-extras-21.04.2-arm-1.txz: Upgraded.
kde/kio-gdrive-21.04.2-arm-1.txz: Upgraded.
kde/kipi-plugins-21.04.2-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.04.2-arm-1.txz: Upgraded.
kde/kirigami2-5.83.0-arm-1.txz: Upgraded.
kde/kiriki-21.04.2-arm-1.txz: Upgraded.
kde/kitemmodels-5.83.0-arm-1.txz: Upgraded.
kde/kitemviews-5.83.0-arm-1.txz: Upgraded.
kde/kiten-21.04.2-arm-1.txz: Upgraded.
kde/kitinerary-21.04.2-arm-1.txz: Upgraded.
kde/kjobwidgets-5.83.0-arm-1.txz: Upgraded.
kde/kjs-5.83.0-arm-1.txz: Upgraded.
kde/kjsembed-5.83.0-arm-1.txz: Upgraded.
kde/kjumpingcube-21.04.2-arm-1.txz: Upgraded.
kde/kldap-21.04.2-arm-1.txz: Upgraded.
kde/kleopatra-21.04.2-arm-1.txz: Upgraded.
kde/klickety-21.04.2-arm-1.txz: Upgraded.
kde/klines-21.04.2-arm-1.txz: Upgraded.
kde/kmag-21.04.2-arm-1.txz: Upgraded.
kde/kmahjongg-21.04.2-arm-1.txz: Upgraded.
kde/kmail-21.04.2-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.04.2-arm-1.txz: Upgraded.
kde/kmailtransport-21.04.2-arm-1.txz: Upgraded.
kde/kmbox-21.04.2-arm-1.txz: Upgraded.
kde/kmediaplayer-5.83.0-arm-1.txz: Upgraded.
kde/kmime-21.04.2-arm-1.txz: Upgraded.
kde/kmines-21.04.2-arm-1.txz: Upgraded.
kde/kmix-21.04.2-arm-1.txz: Upgraded.
kde/kmousetool-21.04.2-arm-1.txz: Upgraded.
kde/kmouth-21.04.2-arm-1.txz: Upgraded.
kde/kmplot-21.04.2-arm-1.txz: Upgraded.
kde/knavalbattle-21.04.2-arm-1.txz: Upgraded.
kde/knetwalk-21.04.2-arm-1.txz: Upgraded.
kde/knewstuff-5.83.0-arm-1.txz: Upgraded.
kde/knights-21.04.2-arm-1.txz: Upgraded.
kde/knotes-21.04.2-arm-1.txz: Upgraded.
kde/knotifications-5.83.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.83.0-arm-1.txz: Upgraded.
kde/kolf-21.04.2-arm-1.txz: Upgraded.
kde/kollision-21.04.2-arm-1.txz: Upgraded.
kde/kolourpaint-21.04.2-arm-1.txz: Upgraded.
kde/kompare-21.04.2-arm-1.txz: Upgraded.
kde/konqueror-21.04.2-arm-1.txz: Upgraded.
kde/konquest-21.04.2-arm-1.txz: Upgraded.
kde/konsole-21.04.2-arm-1.txz: Upgraded.
kde/kontact-21.04.2-arm-1.txz: Upgraded.
kde/kontactinterface-21.04.2-arm-1.txz: Upgraded.
kde/kontrast-21.04.2-arm-1.txz: Upgraded.
kde/konversation-21.04.2-arm-1.txz: Upgraded.
kde/kopeninghours-21.04.2-arm-1.txz: Upgraded.
kde/kopete-21.04.2-arm-1.txz: Upgraded.
kde/korganizer-21.04.2-arm-1.txz: Upgraded.
kde/kosmindoormap-21.04.2-arm-1.txz: Upgraded.
kde/kpackage-5.83.0-arm-1.txz: Upgraded.
kde/kparts-5.83.0-arm-1.txz: Upgraded.
kde/kpat-21.04.2-arm-1.txz: Upgraded.
kde/kpeople-5.83.0-arm-1.txz: Upgraded.
kde/kpimtextedit-21.04.2-arm-1.txz: Upgraded.
kde/kpkpass-21.04.2-arm-1.txz: Upgraded.
kde/kplotting-5.83.0-arm-1.txz: Upgraded.
kde/kpmcore-21.04.2-arm-1.txz: Upgraded.
kde/kpty-5.83.0-arm-1.txz: Upgraded.
kde/kpublictransport-21.04.2-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.04.2-arm-1.txz: Upgraded.
kde/kquickcharts-5.83.0-arm-1.txz: Upgraded.
kde/krdc-21.04.2-arm-1.txz: Upgraded.
kde/kreversi-21.04.2-arm-1.txz: Upgraded.
kde/krfb-21.04.2-arm-1.txz: Upgraded.
kde/kross-5.83.0-arm-1.txz: Upgraded.
kde/kross-interpreters-21.04.2-arm-1.txz: Upgraded.
kde/kruler-21.04.2-arm-1.txz: Upgraded.
kde/krunner-5.83.0-arm-1.txz: Upgraded.
kde/kservice-5.83.0-arm-1.txz: Upgraded.
kde/kshisen-21.04.2-arm-1.txz: Upgraded.
kde/ksirk-21.04.2-arm-1.txz: Upgraded.
kde/ksmtp-21.04.2-arm-1.txz: Upgraded.
kde/ksnakeduel-21.04.2-arm-1.txz: Upgraded.
kde/kspaceduel-21.04.2-arm-1.txz: Upgraded.
kde/ksquares-21.04.2-arm-1.txz: Upgraded.
kde/ksudoku-21.04.2-arm-1.txz: Upgraded.
kde/ksystemlog-21.04.2-arm-1.txz: Upgraded.
kde/kteatime-21.04.2-arm-1.txz: Upgraded.
kde/ktexteditor-5.83.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.83.0-arm-1.txz: Upgraded.
kde/ktimer-21.04.2-arm-1.txz: Upgraded.
kde/ktnef-21.04.2-arm-1.txz: Upgraded.
kde/ktorrent-21.04.2-arm-1.txz: Upgraded.
kde/ktouch-21.04.2-arm-1.txz: Upgraded.
kde/kturtle-21.04.2-arm-1.txz: Upgraded.
kde/kubrick-21.04.2-arm-1.txz: Upgraded.
kde/kunitconversion-5.83.0-arm-1.txz: Upgraded.
kde/kwallet-5.83.0-arm-1.txz: Upgraded.
kde/kwalletmanager-21.04.2-arm-1.txz: Upgraded.
kde/kwave-21.04.2-arm-1.txz: Upgraded.
kde/kwayland-5.83.0-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.83.0-arm-1.txz: Upgraded.
kde/kwindowsystem-5.83.0-arm-1.txz: Upgraded.
kde/kwordquiz-21.04.2-arm-1.txz: Upgraded.
kde/kxmlgui-5.83.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.83.0-arm-1.txz: Upgraded.
kde/libgravatar-21.04.2-arm-1.txz: Upgraded.
kde/libkcddb-21.04.2-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.04.2-arm-1.txz: Upgraded.
kde/libkdcraw-21.04.2-arm-1.txz: Upgraded.
kde/libkdegames-21.04.2-arm-1.txz: Upgraded.
kde/libkdepim-21.04.2-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.04.2-arm-1.txz: Upgraded.
kde/libkexiv2-21.04.2-arm-1.txz: Upgraded.
kde/libkgapi-21.04.2-arm-1.txz: Upgraded.
kde/libkipi-21.04.2-arm-1.txz: Upgraded.
kde/libkleo-21.04.2-arm-1.txz: Upgraded.
kde/libkmahjongg-21.04.2-arm-1.txz: Upgraded.
kde/libkomparediff2-21.04.2-arm-1.txz: Upgraded.
kde/libksane-21.04.2-arm-1.txz: Upgraded.
kde/libksieve-21.04.2-arm-1.txz: Upgraded.
kde/libktorrent-21.04.2-arm-1.txz: Upgraded.
kde/lokalize-21.04.2-arm-1.txz: Upgraded.
kde/lskat-21.04.2-arm-1.txz: Upgraded.
kde/mailcommon-21.04.2-arm-1.txz: Upgraded.
kde/mailimporter-21.04.2-arm-1.txz: Upgraded.
kde/marble-21.04.2-arm-1.txz: Upgraded.
kde/markdownpart-21.04.2-arm-1.txz: Upgraded.
kde/mbox-importer-21.04.2-arm-1.txz: Upgraded.
kde/messagelib-21.04.2-arm-1.txz: Upgraded.
kde/minuet-21.04.2-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.83.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.83.0-arm-1.txz: Upgraded.
kde/okular-21.04.2-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.83.0-noarch-1.txz: Upgraded.
kde/palapeli-21.04.2-arm-1.txz: Upgraded.
kde/parley-21.04.2-arm-1.txz: Upgraded.
kde/partitionmanager-21.04.2-arm-1.txz: Upgraded.
kde/picmi-21.04.2-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.04.2-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.04.2-arm-1.txz: Upgraded.
kde/pimcommon-21.04.2-arm-1.txz: Upgraded.
kde/plasma-framework-5.83.0-arm-1.txz: Upgraded.
kde/poxml-21.04.2-arm-1.txz: Upgraded.
kde/print-manager-21.04.2-arm-1.txz: Upgraded.
kde/prison-5.83.0-arm-1.txz: Upgraded.
kde/purpose-5.83.0-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.83.0-arm-1.txz: Upgraded.
kde/rocs-21.04.2-arm-1.txz: Upgraded.
kde/solid-5.83.0-arm-1.txz: Upgraded.
kde/sonnet-5.83.0-arm-1.txz: Upgraded.
kde/spectacle-21.04.2-arm-1.txz: Upgraded.
kde/step-21.04.2-arm-1.txz: Upgraded.
kde/svgpart-21.04.2-arm-1.txz: Upgraded.
kde/sweeper-21.04.2-arm-1.txz: Upgraded.
kde/syndication-5.83.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.83.0-arm-1.txz: Upgraded.
kde/threadweaver-5.83.0-arm-1.txz: Upgraded.
kde/umbrello-21.04.2-arm-1.txz: Upgraded.
kde/yakuake-21.04.2-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-21.04.2-arm-1.txz: Upgraded.
l/M2Crypto-0.38.0-arm-1.txz: Upgraded.
l/alsa-lib-1.2.5.1-arm-1.txz: Upgraded.
l/babl-0.1.88-arm-1.txz: Upgraded.
l/enchant-2.3.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/exiv2-0.27.4-arm-1.txz: Upgraded.
l/fuse3-3.10.4-arm-1.txz: Upgraded.
l/gdbm-1.20-arm-1.txz: Upgraded.
l/glib2-2.68.3-arm-1.txz: Upgraded.
l/gtkspell-2.0.16-arm-1.txz: Upgraded.
       Recompiled against enchant-2.3.0.
l/hunspell-1.7.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/imagemagick-7.1.0_2-arm-1.txz: Upgraded.
l/kdsoap-2.0.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/libcap-2.51-arm-1.txz: Upgraded.
l/libclc-12.0.0-arm-1.txz: Upgraded.
       Thanks to Heinz Wiesinger.
l/libpcap-1.10.1-arm-1.txz: Upgraded.
l/libzip-1.8.0-arm-1.txz: Upgraded.
l/netpbm-10.95.00-arm-1.txz: Upgraded.
l/opencv-4.5.3-arm-1.txz: Upgraded.
       Changed ABI.
l/openexr-2.5.7-arm-1.txz: Upgraded.
l/pango-1.48.7-arm-1.txz: Upgraded.
l/pcre-8.45-arm-1.txz: Upgraded.
l/pipewire-0.3.31-arm-1.txz: Upgraded.
l/polkit-qt-1-0.114.0-arm-1.txz: Upgraded.
l/poppler-21.07.0-arm-1.txz: Upgraded.
l/python-packaging-21.0-arm-1.txz: Upgraded.
l/python-pillow-8.3.0-arm-1.txz: Upgraded.
l/python-urllib3-1.26.6-arm-1.txz: Upgraded.
       Don't build python2 version.
l/python2-module-collection-2.7.18-arm-1.txz: Upgraded.
       Upgraded to urllib3-1.25.11 for compatibility with requests.
       Thanks to USUARIONUEVO.
l/qt5-5.15.2-arm-1.txz: Upgraded.
       Recompiled against hunspell-1.7.0.
l/rubygem-asciidoctor-2.0.15-arm-1.txz: Added.
       This is required to process the man pages for the util-linux build.
       Thanks to Trevor D. Cook.
l/spirv-llvm-translator-12.0.0-arm-1.txz: Added.
       Needed by libclc. Thanks to Heinz Wiesinger.
n/bind-9.16.18-arm-1.txz: Upgraded.
n/bluez-5.59-arm-1.txz: Upgraded.
n/dovecot-2.3.15-arm-1.txz: Upgraded.
       This update fixes security issues:
       Dovecot did not correctly escape kid and azp fields in JWT tokens. This may
       be used to supply attacker controlled keys to validate tokens, if attacker
       has local access.
       On-path attacker could have injected plaintext commands before STARTTLS
       negotiation that would be executed after STARTTLS finished with the client.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29157
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33515
       (* Security fix *)
n/getmail-6.18.1-arm-1.txz: Upgraded.
n/gnupg2-2.2.28-arm-1.txz: Upgraded.
n/gpgme-1.16.0-arm-1.txz: Upgraded.
n/iproute2-5.13.0-arm-1.txz: Upgraded.
n/libksba-1.6.0-arm-1.txz: Upgraded.
n/mutt-2.1.0-arm-1.txz: Upgraded.
n/nfs-utils-2.5.4-arm-1.txz: Upgraded.
n/openvpn-2.5.3-arm-1.txz: Upgraded.
n/php-7.4.21-arm-1.txz: Upgraded.
       This update fixes bugs and security issues:
       Core: SSRF bypass in FILTER_VALIDATE_URL.
       PDO_Firebird: Stack buffer overflow in firebird_info_cb.
       PDO_Firebird: SIGSEGV in firebird_handle_doer.
       PDO_Firebird: SIGSEGV in firebird_stmt_execute.
       PDO_Firebird: Crash while parsing blob data in firebird_fetch_blob.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21705
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21704
       (* Security fix *)
n/postfix-3.6.1-arm-1.txz: Upgraded.
n/proftpd-1.3.7b-arm-1.txz: Upgraded.
n/tcpdump-4.99.1-arm-1.txz: Upgraded.
t/texlive-2021.210418-arm-1.txz: Upgraded.
       Thanks to Johannes Schoepfer.
x/fonttosfnt-1.2.2-arm-1.txz: Upgraded.
x/glu-9.0.2-arm-1.txz: Upgraded.
x/libdrm-2.4.107-arm-1.txz: Upgraded.
x/libva-2.12.0-arm-1.txz: Upgraded.
x/libva-utils-2.12.0-arm-1.txz: Upgraded.
x/mesa-21.1.4-arm-1.txz: Upgraded.
x/vulkan-sdk-1.2.176.1-arm-1.txz: Upgraded.
       Thanks to Heinz Wiesinger.
x/xf86-input-libinput-1.1.0-arm-1.txz: Upgraded.
xap/pan-0.146-arm-1.txz: Upgraded.
       Recompiled against enchant-2.3.0.
xap/vim-gvim-8.2.3038-arm-1.txz: Upgraded.
xap/xscreensaver-6.01-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Sun Jun 13 08:08:08 UTC 2021
a/dialog-1.3_20210530-arm-1.txz: Upgraded.
a/kernel-firmware-20210609_0f66b74-noarch-1.txz: Upgraded.
d/gcc-10.3.0-arm-2.txz: Rebuilt.
       Applied upstream patches to address the regressions noted in PR100101 and
       PR100102. Thanks to eduardr.
d/gcc-g++-10.3.0-arm-2.txz: Rebuilt.
d/gcc-gdc-10.3.0-arm-2.txz: Rebuilt.
d/gcc-gfortran-10.3.0-arm-2.txz: Rebuilt.
d/gcc-gnat-10.3.0-arm-2.txz: Rebuilt.
d/gcc-go-10.3.0-arm-2.txz: Rebuilt.
d/gcc-objc-10.3.0-arm-2.txz: Rebuilt.
d/meson-0.58.1-arm-1.txz: Upgraded.
kde/bluedevil-5.22.0-arm-1.txz: Upgraded.
kde/breeze-5.22.0-arm-1.txz: Upgraded.
kde/breeze-gtk-5.22.0-arm-1.txz: Upgraded.
kde/drkonqi-5.22.0-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.22.0-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.22.0-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.22.0-arm-1.txz: Upgraded.
kde/kdecoration-5.22.0-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.22.0-arm-1.txz: Upgraded.
kde/kgamma5-5.22.0-arm-1.txz: Upgraded.
kde/khotkeys-5.22.0-arm-1.txz: Upgraded.
kde/kinfocenter-5.22.0-arm-1.txz: Upgraded.
kde/kmenuedit-5.22.0-arm-1.txz: Upgraded.
kde/krita-4.4.5-arm-1.txz: Upgraded.
kde/kscreen-5.22.0-arm-1.txz: Upgraded.
kde/kscreenlocker-5.22.0-arm-1.txz: Upgraded.
kde/ksshaskpass-5.22.0-arm-1.txz: Upgraded.
kde/ksysguard-5.22.0-arm-1.txz: Upgraded.
kde/ksystemstats-5.22.0-arm-1.txz: Added.
kde/kwallet-pam-5.22.0-arm-1.txz: Upgraded.
kde/kwayland-integration-5.22.0-arm-1.txz: Upgraded.
kde/kwayland-server-5.22.0-arm-1.txz: Upgraded.
kde/kwin-5.22.0-arm-1.txz: Upgraded.
kde/kwrited-5.22.0-arm-1.txz: Upgraded.
kde/latte-dock-0.9.12-arm-1.txz: Upgraded.
kde/layer-shell-qt-5.22.0-arm-1.txz: Added.
kde/libkscreen-5.22.0-arm-1.txz: Upgraded.
kde/libksysguard-5.22.0-arm-1.txz: Upgraded.
kde/milou-5.22.0-arm-1.txz: Upgraded.
kde/oxygen-5.22.0-arm-1.txz: Upgraded.
kde/plasma-browser-integration-5.22.0-arm-1.txz: Upgraded.
kde/plasma-desktop-5.22.0-arm-1.txz: Upgraded.
kde/plasma-disks-5.22.0-arm-1.txz: Upgraded.
kde/plasma-firewall-5.22.0-arm-1.txz: Upgraded.
kde/plasma-integration-5.22.0-arm-1.txz: Upgraded.
kde/plasma-nm-5.22.0-arm-1.txz: Upgraded.
kde/plasma-pa-5.22.0-arm-1.txz: Upgraded.
kde/plasma-sdk-5.22.0-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.22.0-arm-1.txz: Upgraded.
kde/plasma-vault-5.22.0-arm-1.txz: Upgraded.
kde/plasma-workspace-5.22.0-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.22.0-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.22.0-arm-1.txz: Upgraded.
kde/powerdevil-5.22.0-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.22.0-arm-1.txz: Upgraded.
kde/sddm-kcm-5.22.0-arm-1.txz: Upgraded.
kde/systemsettings-5.22.0-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.22.0-arm-1.txz: Upgraded.
l/alsa-lib-1.2.5-arm-3.txz: Rebuilt.
       Apply upstream patches to fix device detection. Thanks to USUARIONUEVO.
l/libiodbc-3.52.15-arm-1.txz: Upgraded.
n/sshfs-3.7.2-arm-1.txz: Upgraded.
n/wpa_supplicant-2.9-arm-6.txz: Rebuilt.
       Support WPA3 and add some more options from the defconfig included in the
       source to Slackware's config file. Thanks to ArTourter.
x/xkeyboard-config-2.33-arm-1.txz: Upgraded.
x/xterm-368-arm-1.txz: Upgraded.
xfce/xfce4-settings-4.16.2-arm-1.txz: Upgraded.
+--------------------------+
Wed Jun 09 08:08:08 UTC 2021
a/hwdata-0.348-arm-1.txz: Upgraded.
ap/ispell-3.4.04-arm-1.txz: Upgraded.
ap/mpg123-1.28.0-arm-1.txz: Upgraded.
ap/slackpkg-15.0.5-noarch-1.txz: Upgraded.
       Add "--" option to "command cd" in bash completion file. (akinomyoga)
       shell-completions/slackpkg.bash: add "show-changelog".
       Import bash-completion file from upstream project.
       Added the new-config actions for specific files. (Piter PUNK)
       Harden slackpkg with respect to obtaining GPG key. (CRTS)
d/clisp-2.50_20191103_c26de7873-arm-4.txz: Rebuilt.
       Upgraded to libffcall-2.3.
d/git-2.32.0-arm-1.txz: Upgraded.
d/poke-1.3-arm-1.txz: Upgraded.
d/vala-0.52.4-arm-1.txz: Upgraded.
kde/calligra-3.2.1-arm-11.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
kde/cantor-21.04.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
kde/digikam-7.2.0-arm-2.txz: Rebuilt.
       Recompiled against imagemagick-7.0.11_14.
kde/kfilemetadata-5.82.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
kde/kile-2.9.93-arm-10.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
kde/kitinerary-21.04.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
kde/krita-4.4.3-arm-5.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
kde/okular-21.04.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
l/alsa-lib-1.2.5-arm-2.txz: Rebuilt.
       Account for unexpected packing of the conf file tarballs. We'll see if this
       is enough to make things work well again.
l/at-spi2-core-2.40.2-arm-1.txz: Upgraded.
l/dvdauthor-0.7.2-arm-4.txz: Rebuilt.
       Recompiled against imagemagick-7.0.11_14.
l/libogg-1.3.5-arm-1.txz: Upgraded.
l/librsvg-2.50.7-arm-1.txz: Upgraded.
l/pipewire-0.3.29-arm-1.txz: Upgraded.
l/polkit-0.119-arm-1.txz: Upgraded.
       This update includes a mitigation for local privilege escalation using
       polkit_system_bus_name_get_creds_sync().
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3560
       (* Security fix *)
l/poppler-21.06.1-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/pycairo-1.20.1-arm-1.txz: Upgraded.
l/qca-2.3.3-arm-1.txz: Upgraded.
l/vte-0.64.2-arm-1.txz: Upgraded.
n/epic5-2.1.5-arm-1.txz: Upgraded.
n/httpd-2.4.48-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       mod_http2: Fix a potential NULL pointer dereference.
       Unexpected <Location> section matching with 'MergeSlashes OFF'.
       mod_auth_digest: possible stack overflow by one nul byte while validating
       the Digest nonce.
       mod_session: Fix possible crash due to NULL pointer dereference, which
       could be used to cause a Denial of Service with a malicious backend
       server and SessionHeader.
       mod_session: Fix possible crash due to NULL pointer dereference, which
       could be used to cause a Denial of Service.
       mod_proxy_http: Fix possible crash due to NULL pointer dereference, which
       could be used to cause a Denial of Service.
       mod_proxy_wstunnel, mod_proxy_http: Handle Upgradable protocols end-to-end
       negotiation.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31618
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30641
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35452
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26691
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26690
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13950
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17567
       (* Security fix *)
n/libmbim-1.24.8-arm-1.txz: Upgraded.
n/libqmi-1.28.6-arm-1.txz: Upgraded.
n/nettle-3.7.3-arm-1.txz: Upgraded.
n/network-scripts-15.0-noarch-14.txz: Rebuilt.
       etc/rc.d/rc.inet1.conf.new: Set DHCP_NOIPV4LL[4]="yes" by default to
       restore the previous behaviour in Slackware ARM.
n/openldap-2.4.59-arm-1.txz: Upgraded.
n/p11-kit-0.24.0-arm-1.txz: Upgraded.
n/php-7.4.20-arm-1.txz: Upgraded.
n/vsftpd-3.0.4-arm-1.txz: Upgraded.
n/whois-5.5.10-arm-1.txz: Upgraded.
x/libX11-1.7.2-arm-1.txz: Upgraded.
       This is a bug fix release, correcting a regression introduced by and
       improving the checks from the fix for CVE-2021-31535.
x/libinput-1.18.0-arm-1.txz: Upgraded.
x/mesa-21.1.2-arm-1.txz: Upgraded.
xap/blueman-2.2.1-arm-1.txz: Upgraded.
xap/gnuplot-5.4.2-arm-1.txz: Upgraded.
xap/pidgin-2.14.5-arm-1.txz: Upgraded.
xap/xine-lib-1.2.11-arm-5.txz: Rebuilt.
       Recompiled against poppler-21.06.1.
+--------------------------+
Thu Jun 03 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/cryptsetup-2.3.6-arm-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.42_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.42-arm-1.txz: Upgraded.
ap/alsa-utils-1.2.5-arm-1.txz: Upgraded.
ap/ispell-3.4.03-arm-1.txz: Upgraded.
ap/mariadb-10.5.10-arm-2.txz: Rebuilt.
       Recompiled against pcre2-10.37.
ap/vim-8.2.2891-arm-1.txz: Upgraded.
d/cmake-3.20.3-arm-1.txz: Upgraded.
d/kernel-headers-5.10.42-arm-1.txz: Upgraded.
d/m4-1.4.19-arm-1.txz: Upgraded.
k/kernel-source-5.10.42-arm-1.txz: Upgraded.
l/alsa-lib-1.2.5-arm-1.txz: Upgraded.
l/alsa-plugins-1.2.5-arm-1.txz: Upgraded.
l/gsl-2.7-arm-1.txz: Upgraded.
l/imagemagick-7.0.11_14-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/libedit-20210522_3.1-arm-1.txz: Upgraded.
l/mozilla-nss-3.66-arm-1.txz: Upgraded.
l/mozjs78-78.11.0esr-arm-1.txz: Upgraded.
l/netpbm-10.94.05-arm-1.txz: Upgraded.
l/pcre2-10.37-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/python-certifi-2021.5.30-arm-1.txz: Upgraded.
n/dhcp-4.4.2_P1-arm-1.txz: Upgraded.
       This update fixes a security issue:
       Corrected a buffer overwrite possible when parsing hexadecimal
       literals with more than 1024 octets. Reported by Jon Franklin from Dell,
       and also by Pawel Wieczorkiewicz from Amazon Web Services. [Gitlab #182]
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25217
       (* Security fix *)
n/samba-4.14.5-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.2891-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Sat May 29 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/kernel-firmware-20210518_f846292-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.40_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.40-arm-1.txz: Upgraded.
       /boot/initrd-armv7/[load_kernel_modules.src/platform/arm/allwinnerA20]:
       Support the Banana Pi Pro (thanks to glorsplitz on LQ).
       Support "Orange Pi" A20 model.

       Tighten the match for known Banana Pi's. Only:
       'LeMaker Banana Pi' and 'LeMaker Banana Pro' are supported.
       If you have another model of Banana Pi, please send the output of:
       strings /proc/device-tree/model
       to mozes@slackware.com

       Added sample user-serviceable scripts:
       /boot/local/README.txt,
       load_kernel_modules.post.sample
       load_kernel_modules.pre-modload.sample
       load_kernel_modules.pre.sample
       Added the OS InitRD manager tool:
       /usr/sbin/os-initrd-mgr
       This enables the Kernel package upgrade process to automatically
       reincorporate any local customisations.
       The tool can also be used to incorporate those customisations
       initially, and manage them going forwards.

       /install/doinst.sh:
       Call /usr/sbin/os-initrd-mgr to reincorporate any local user
       customisations into the OS InitRD.

d/kernel-headers-5.10.40-arm-1.txz: Upgraded.
k/kernel-source-5.10.40-arm-1.txz: Upgraded.
+--------------------------+
Fri May 28 08:08:08 UTC 2021
l/librsvg-2.50.6-arm-1.txz: Upgraded.
l/python-urllib3-1.26.5-arm-1.txz: Upgraded.
n/ca-certificates-20210526-noarch-1.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
n/curl-7.77.0-arm-1.txz: Upgraded.
       This update fixes security issues:
       schannel cipher selection surprise
       TELNET stack contents disclosure
       TLS session caching disaster
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22297
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22298
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22901
       (* Security fix *)
n/net-snmp-5.9.1-arm-1.txz: Upgraded.
n/nftables-0.9.9-arm-1.txz: Upgraded.
x/libinput-1.17.3-arm-1.txz: Upgraded.
+--------------------------+
Thu May 27 08:08:08 UTC 2021
a/btrfs-progs-5.12.1-arm-1.txz: Upgraded.
a/dialog-1.3_20210509-arm-1.txz: Upgraded.
a/exfatprogs-1.1.2-arm-1.txz: Upgraded.
a/kmod-29-arm-1.txz: Upgraded.
a/logrotate-3.18.1-arm-1.txz: Upgraded.
a/xfsprogs-5.12.0-arm-1.txz: Upgraded.
ap/lxc-2.0.11_fad08f383-arm-7.txz: Rebuilt.
       Add some additional required packages, run ldconfig inside the rootfs,
       update the slackpkg.conf, and account for changed hostname handling.
       Thanks to PiterPunk.
ap/slackpkg-15.0.3-noarch-1.txz: Upgraded.
       Fixed 'continue' error message. Thanks to dive.
ap/texinfo-6.7-arm-4.txz: Rebuilt.
       Recompiled against perl-5.34.0.
ap/vim-8.2.2876-arm-1.txz: Upgraded.
       Compiled against perl-5.34.0.
       Compiled against perl-5.34.0.
d/parallel-20210522-noarch-1.txz: Upgraded.
d/perl-5.34.0-arm-1.txz: Upgraded.
d/python-pip-21.1.2-arm-1.txz: Upgraded.
d/python-setuptools-57.0.0-arm-1.txz: Upgraded.
d/sassc-3.6.2-arm-1.txz: Upgraded.
d/subversion-1.14.1-arm-3.txz: Rebuilt.
       Recompiled against perl-5.34.0.
l/elfutils-0.185-arm-1.txz: Upgraded.
l/expat-2.4.1-arm-1.txz: Upgraded.
       This update provides new mitigations against the "billion laughs" denial
       of service attack.
       For more information, see:
       https://github.com/libexpat/libexpat/blob/R_2_4_1/expat/Changes
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0340
       (* Security fix *)
l/imagemagick-7.0.11_13-arm-1.txz: Upgraded.
       Built against perl-5.34.0.
l/libcap-2.50-arm-1.txz: Upgraded.
l/libidn-1.37-arm-1.txz: Upgraded.
l/libqalculate-3.19.0-arm-1.txz: Upgraded.
l/libsass-3.6.5-arm-1.txz: Upgraded.
l/libsigc++-2.10.7-arm-1.txz: Upgraded.
l/libsigc++3-3.0.7-arm-1.txz: Upgraded.
l/libusb-compat-0.1.7-arm-1.txz: Upgraded.
l/libxml2-2.9.12-arm-1.txz: Upgraded.
       This update fixes a denial-of-service security issue.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3541
       (* Security fix *)
l/mozilla-nss-3.65-arm-1.txz: Upgraded.
l/netpbm-10.94.04-arm-1.txz: Upgraded.
l/pango-1.48.5-arm-1.txz: Upgraded.
l/pipewire-0.3.28-arm-1.txz: Upgraded.
       Config files are now installed in the data dir, system overrides
       in /etc/pipewire and $HOME are checked first.
l/zstd-1.5.0-arm-1.txz: Upgraded.
n/bind-9.16.16-arm-1.txz: Upgraded.
n/epic5-2.1.4-arm-2.txz: Rebuilt.
       Recompiled against perl-5.34.0.
n/getmail-6.16-arm-1.txz: Upgraded.
n/gnutls-3.6.16-arm-1.txz: Upgraded.
       Fixed potential miscalculation of ECDSA/EdDSA code backported from Nettle.
       In GnuTLS, as long as it is built and linked against the fixed version of
       Nettle, this only affects GOST curves. [CVE-2021-20305]
       Fixed potential use-after-free in sending "key_share" and "pre_shared_key"
       extensions. When sending those extensions, the client may dereference a
       pointer no longer valid after realloc. This happens only when the client
       sends a large Client Hello message, e.g., when HRR is sent in a resumed
       session previously negotiated large FFDHE parameters, because the initial
       allocation of the buffer is large enough without having to call realloc
       (#1151). [GNUTLS-SA-2021-03-10, CVSS: low]
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305
       (* Security fix *)
n/httpd-2.4.46-arm-2.txz: Rebuilt.
       Fixed size syntax in logrotate config file. Thanks to ecd102.
n/irssi-1.2.3-arm-2.txz: Rebuilt.
       Recompiled against perl-5.34.0.
n/libndp-1.8-arm-1.txz: Upgraded.
n/libnftnl-1.2.0-arm-1.txz: Upgraded.
n/libqmi-1.28.4-arm-1.txz: Upgraded.
n/links-2.23-arm-1.txz: Upgraded.
n/net-snmp-5.9-arm-5.txz: Rebuilt.
       Recompiled against perl-5.34.0.
n/ntp-4.2.8p15-arm-7.txz: Rebuilt.
       Recompiled against perl-5.34.0.
n/openldap-2.4.58-arm-2.txz: Rebuilt.
       Recompiled against perl-5.34.0.
x/libX11-1.7.1-arm-1.txz: Upgraded.
       This update fixes missing request length checks in libX11 that can lead to
       the emission of extra X protocol requests to the X server.
       For more information, see:
       https://lists.x.org/archives/xorg-announce/2021-May/003088.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31535
       (* Security fix *)
x/libdrm-2.4.106-arm-1.txz: Upgraded.
x/libepoxy-1.5.8-arm-1.txz: Upgraded.
x/mesa-21.1.1-arm-1.txz: Upgraded.
xap/hexchat-2.14.3-arm-7.txz: Rebuilt.
       Recompiled against perl-5.34.0.
xap/rxvt-unicode-9.26-arm-1.txz: Upgraded.
       Recompiled against perl-5.34.0.
xap/vim-gvim-8.2.2876-arm-1.txz: Upgraded.
       Compiled against perl-5.34.0.
xfce/xfce4-screenshooter-1.9.9-arm-1.txz: Upgraded.
extra/fltk/fltk-1.3.6-arm-1.txz: Upgraded.
+--------------------------+
Wed May 26 08:08:08 UTC 2021
a/aaa_base-14.2-arm-7.txz: Rebuilt.
       /boot/README-kernels.txt: Updated to cover AArch64.
a/btrfs-progs-5.12-arm-1.txz: Upgraded.
a/hdparm-9.62-arm-1.txz: Upgraded.
a/kernel-firmware-20210512_55d9649-noarch-1.txz: Upgraded.
a/mkinitrd-1.4.11-arm-13.txz: Rebuilt.
       /usr/doc/mkinitrd-*/README.initrd: Updated to cover
       os-initrd-mgr.
a/pkgtools-15.0-noarch-30.txz: Rebuilt.
       installpkg, upgradepkg: skip the install script when doing upgradepkg's
       pre-install. In cases where the script operations are expensive this can
       nearly double the speed of upgrading a package. Thanks to Stuart Winter.
a/sysklogd-2.2.3-arm-1.txz: Upgraded.
ap/sudo-1.9.7-arm-1.txz: Upgraded.
ap/vim-8.2.2850-arm-1.txz: Upgraded.
d/distcc-3.4-arm-1.txz: Upgraded.
d/llvm-12.0.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/meson-0.58.0-arm-2.txz: Rebuilt.
       Applied upstream fix for GNOME projects failing to build.
       Some projects still require an adjustment to implicit_include_directories.
d/rust-1.52.1-arm-1.txz: Upgraded.
kde/akonadi-21.04.1-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.04.1-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.04.1-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.04.1-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.04.1-arm-1.txz: Upgraded.
kde/akonadi-mime-21.04.1-arm-1.txz: Upgraded.
kde/akonadi-notes-21.04.1-arm-1.txz: Upgraded.
kde/akonadi-search-21.04.1-arm-1.txz: Upgraded.
kde/akonadiconsole-21.04.1-arm-1.txz: Upgraded.
kde/akregator-21.04.1-arm-1.txz: Upgraded.
kde/analitza-21.04.1-arm-1.txz: Upgraded.
kde/ark-21.04.1-arm-1.txz: Upgraded.
kde/artikulate-21.04.1-arm-1.txz: Upgraded.
kde/audiocd-kio-21.04.1-arm-1.txz: Upgraded.
kde/baloo-widgets-21.04.1-arm-1.txz: Upgraded.
kde/blinken-21.04.1-arm-1.txz: Upgraded.
kde/bomber-21.04.1-arm-1.txz: Upgraded.
kde/bovo-21.04.1-arm-1.txz: Upgraded.
kde/calendarsupport-21.04.1-arm-1.txz: Upgraded.
kde/cantor-21.04.1-arm-1.txz: Upgraded.
kde/cervisia-21.04.1-arm-1.txz: Upgraded.
kde/dolphin-21.04.1-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.04.1-arm-1.txz: Upgraded.
kde/dragon-21.04.1-arm-1.txz: Upgraded.
kde/elisa-21.04.1-arm-1.txz: Upgraded.
kde/eventviews-21.04.1-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.04.1-arm-1.txz: Upgraded.
kde/filelight-21.04.1-arm-1.txz: Upgraded.
kde/granatier-21.04.1-arm-1.txz: Upgraded.
kde/grantlee-editor-21.04.1-arm-1.txz: Upgraded.
kde/grantleetheme-21.04.1-arm-1.txz: Upgraded.
kde/gwenview-21.04.1-arm-1.txz: Upgraded.
kde/incidenceeditor-21.04.1-arm-1.txz: Upgraded.
kde/itinerary-21.04.1-arm-1.txz: Upgraded.
kde/juk-21.04.1-arm-1.txz: Upgraded.
kde/k3b-21.04.1-arm-1.txz: Upgraded.
kde/kaddressbook-21.04.1-arm-1.txz: Upgraded.
kde/kalarm-21.04.1-arm-1.txz: Upgraded.
kde/kalarmcal-21.04.1-arm-1.txz: Upgraded.
kde/kalgebra-21.04.1-arm-1.txz: Upgraded.
kde/kalzium-21.04.1-arm-1.txz: Upgraded.
kde/kamera-21.04.1-arm-1.txz: Upgraded.
kde/kamoso-21.04.1-arm-1.txz: Upgraded.
kde/kanagram-21.04.1-arm-1.txz: Upgraded.
kde/kapman-21.04.1-arm-1.txz: Upgraded.
kde/kapptemplate-21.04.1-arm-1.txz: Upgraded.
kde/kate-21.04.1-arm-1.txz: Upgraded.
kde/katomic-21.04.1-arm-1.txz: Upgraded.
kde/kbackup-21.04.1-arm-1.txz: Upgraded.
kde/kblackbox-21.04.1-arm-1.txz: Upgraded.
kde/kblocks-21.04.1-arm-1.txz: Upgraded.
kde/kbounce-21.04.1-arm-1.txz: Upgraded.
kde/kbreakout-21.04.1-arm-1.txz: Upgraded.
kde/kbruch-21.04.1-arm-1.txz: Upgraded.
kde/kcachegrind-21.04.1-arm-1.txz: Upgraded.
kde/kcalc-21.04.1-arm-1.txz: Upgraded.
kde/kcalutils-21.04.1-arm-1.txz: Upgraded.
kde/kcharselect-21.04.1-arm-1.txz: Upgraded.
kde/kcolorchooser-21.04.1-arm-1.txz: Upgraded.
kde/kcron-21.04.1-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.04.1-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.04.1-arm-1.txz: Upgraded.
kde/kdebugsettings-21.04.1-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.04.1-arm-1.txz: Upgraded.
kde/kdeedu-data-21.04.1-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.04.1-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.04.1-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.04.1-arm-1.txz: Upgraded.
kde/kdenlive-21.04.1-arm-1.txz: Upgraded.
kde/kdepim-addons-21.04.1-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.04.1-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-21.04.1-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.04.1-arm-1.txz: Upgraded.
kde/kdevelop-5.6.2-arm-7.txz: Rebuilt.
       Recompiled against llvm-12.0.0.
kde/kdf-21.04.1-arm-1.txz: Upgraded.
kde/kdialog-21.04.1-arm-1.txz: Upgraded.
kde/kdiamond-21.04.1-arm-1.txz: Upgraded.
kde/keditbookmarks-21.04.1-arm-1.txz: Upgraded.
kde/kfind-21.04.1-arm-1.txz: Upgraded.
kde/kfloppy-21.04.1-arm-1.txz: Upgraded.
kde/kfourinline-21.04.1-arm-1.txz: Upgraded.
kde/kgeography-21.04.1-arm-1.txz: Upgraded.
kde/kget-21.04.1-arm-1.txz: Upgraded.
kde/kgoldrunner-21.04.1-arm-1.txz: Upgraded.
kde/kgpg-21.04.1-arm-1.txz: Upgraded.
kde/khangman-21.04.1-arm-1.txz: Upgraded.
kde/khelpcenter-21.04.1-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.04.1-arm-1.txz: Upgraded.
kde/kig-21.04.1-arm-1.txz: Upgraded.
kde/kigo-21.04.1-arm-1.txz: Upgraded.
kde/killbots-21.04.1-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.04.1-arm-1.txz: Upgraded.
kde/kimap-21.04.1-arm-1.txz: Upgraded.
kde/kio-extras-21.04.1-arm-1.txz: Upgraded.
kde/kio-gdrive-21.04.1-arm-1.txz: Upgraded.
kde/kipi-plugins-21.04.1-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.04.1-arm-1.txz: Upgraded.
kde/kiriki-21.04.1-arm-1.txz: Upgraded.
kde/kiten-21.04.1-arm-1.txz: Upgraded.
kde/kitinerary-21.04.1-arm-1.txz: Upgraded.
kde/kjumpingcube-21.04.1-arm-1.txz: Upgraded.
kde/kldap-21.04.1-arm-1.txz: Upgraded.
kde/kleopatra-21.04.1-arm-1.txz: Upgraded.
kde/klickety-21.04.1-arm-1.txz: Upgraded.
kde/klines-21.04.1-arm-1.txz: Upgraded.
kde/kmag-21.04.1-arm-1.txz: Upgraded.
kde/kmahjongg-21.04.1-arm-1.txz: Upgraded.
kde/kmail-21.04.1-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.04.1-arm-1.txz: Upgraded.
kde/kmailtransport-21.04.1-arm-1.txz: Upgraded.
kde/kmbox-21.04.1-arm-1.txz: Upgraded.
kde/kmime-21.04.1-arm-1.txz: Upgraded.
kde/kmines-21.04.1-arm-1.txz: Upgraded.
kde/kmix-21.04.1-arm-1.txz: Upgraded.
kde/kmousetool-21.04.1-arm-1.txz: Upgraded.
kde/kmouth-21.04.1-arm-1.txz: Upgraded.
kde/kmplot-21.04.1-arm-1.txz: Upgraded.
kde/knavalbattle-21.04.1-arm-1.txz: Upgraded.
kde/knetwalk-21.04.1-arm-1.txz: Upgraded.
kde/knights-21.04.1-arm-1.txz: Upgraded.
kde/knotes-21.04.1-arm-1.txz: Upgraded.
kde/kolf-21.04.1-arm-1.txz: Upgraded.
kde/kollision-21.04.1-arm-1.txz: Upgraded.
kde/kolourpaint-21.04.1-arm-1.txz: Upgraded.
kde/kompare-21.04.1-arm-1.txz: Upgraded.
kde/konqueror-21.04.1-arm-1.txz: Upgraded.
kde/konquest-21.04.1-arm-1.txz: Upgraded.
kde/konsole-21.04.1-arm-1.txz: Upgraded.
kde/kontact-21.04.1-arm-1.txz: Upgraded.
kde/kontactinterface-21.04.1-arm-1.txz: Upgraded.
kde/kontrast-21.04.1-arm-1.txz: Upgraded.
kde/konversation-21.04.1-arm-1.txz: Upgraded.
kde/kopeninghours-21.04.1-arm-1.txz: Upgraded.
kde/kopete-21.04.1-arm-1.txz: Upgraded.
kde/korganizer-21.04.1-arm-1.txz: Upgraded.
kde/kosmindoormap-21.04.1-arm-1.txz: Upgraded.
kde/kpat-21.04.1-arm-1.txz: Upgraded.
kde/kpimtextedit-21.04.1-arm-1.txz: Upgraded.
kde/kpkpass-21.04.1-arm-1.txz: Upgraded.
kde/kpmcore-21.04.1-arm-1.txz: Upgraded.
kde/kpublictransport-21.04.1-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.04.1-arm-1.txz: Upgraded.
kde/krdc-21.04.1-arm-1.txz: Upgraded.
kde/kreversi-21.04.1-arm-1.txz: Upgraded.
kde/krfb-21.04.1-arm-1.txz: Upgraded.
kde/kross-interpreters-21.04.1-arm-1.txz: Upgraded.
kde/kruler-21.04.1-arm-1.txz: Upgraded.
kde/kshisen-21.04.1-arm-1.txz: Upgraded.
kde/ksirk-21.04.1-arm-1.txz: Upgraded.
kde/ksmtp-21.04.1-arm-1.txz: Upgraded.
kde/ksnakeduel-21.04.1-arm-1.txz: Upgraded.
kde/kspaceduel-21.04.1-arm-1.txz: Upgraded.
kde/ksquares-21.04.1-arm-1.txz: Upgraded.
kde/ksudoku-21.04.1-arm-1.txz: Upgraded.
kde/ksystemlog-21.04.1-arm-1.txz: Upgraded.
kde/kteatime-21.04.1-arm-1.txz: Upgraded.
kde/ktimer-21.04.1-arm-1.txz: Upgraded.
kde/ktnef-21.04.1-arm-1.txz: Upgraded.
kde/ktorrent-21.04.1-arm-1.txz: Upgraded.
kde/ktouch-21.04.1-arm-1.txz: Upgraded.
kde/kturtle-21.04.1-arm-1.txz: Upgraded.
kde/kubrick-21.04.1-arm-1.txz: Upgraded.
kde/kwalletmanager-21.04.1-arm-1.txz: Upgraded.
kde/kwave-21.04.1-arm-1.txz: Upgraded.
kde/kwordquiz-21.04.1-arm-1.txz: Upgraded.
kde/libgravatar-21.04.1-arm-1.txz: Upgraded.
kde/libkcddb-21.04.1-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.04.1-arm-1.txz: Upgraded.
kde/libkdcraw-21.04.1-arm-1.txz: Upgraded.
kde/libkdegames-21.04.1-arm-1.txz: Upgraded.
kde/libkdepim-21.04.1-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.04.1-arm-1.txz: Upgraded.
kde/libkexiv2-21.04.1-arm-1.txz: Upgraded.
kde/libkgapi-21.04.1-arm-1.txz: Upgraded.
kde/libkipi-21.04.1-arm-1.txz: Upgraded.
kde/libkleo-21.04.1-arm-1.txz: Upgraded.
kde/libkmahjongg-21.04.1-arm-1.txz: Upgraded.
kde/libkomparediff2-21.04.1-arm-1.txz: Upgraded.
kde/libksane-21.04.1-arm-1.txz: Upgraded.
kde/libksieve-21.04.1-arm-1.txz: Upgraded.
kde/libktorrent-21.04.1-arm-1.txz: Upgraded.
kde/lokalize-21.04.1-arm-1.txz: Upgraded.
kde/lskat-21.04.1-arm-1.txz: Upgraded.
kde/mailcommon-21.04.1-arm-1.txz: Upgraded.
kde/mailimporter-21.04.1-arm-1.txz: Upgraded.
kde/marble-21.04.1-arm-1.txz: Upgraded.
kde/markdownpart-21.04.1-arm-1.txz: Upgraded.
kde/mbox-importer-21.04.1-arm-1.txz: Upgraded.
kde/messagelib-21.04.1-arm-1.txz: Upgraded.
kde/minuet-21.04.1-arm-1.txz: Upgraded.
kde/okular-21.04.1-arm-1.txz: Upgraded.
kde/palapeli-21.04.1-arm-1.txz: Upgraded.
kde/parley-21.04.1-arm-1.txz: Upgraded.
kde/partitionmanager-21.04.1-arm-1.txz: Upgraded.
kde/picmi-21.04.1-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.04.1-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.04.1-arm-1.txz: Upgraded.
kde/pimcommon-21.04.1-arm-1.txz: Upgraded.
kde/poxml-21.04.1-arm-1.txz: Upgraded.
kde/print-manager-21.04.1-arm-1.txz: Upgraded.
kde/rocs-21.04.1-arm-1.txz: Upgraded.
kde/spectacle-21.04.1-arm-1.txz: Upgraded.
kde/step-21.04.1-arm-1.txz: Upgraded.
kde/svgpart-21.04.1-arm-1.txz: Upgraded.
kde/sweeper-21.04.1-arm-1.txz: Upgraded.
kde/umbrello-21.04.1-arm-1.txz: Upgraded.
kde/yakuake-21.04.1-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-21.04.1-arm-1.txz: Upgraded.
l/boost-1.76.0-arm-2.txz: Rebuilt.
       Fix build bug to enable building Python 3 support.
       Thanks to lokal1 on LQ for the report.
l/elfutils-0.184-arm-1.txz: Upgraded.
l/glib2-2.68.2-arm-1.txz: Upgraded.
l/libidn2-2.3.1-arm-1.txz: Upgraded.
l/libtasn1-4.17.0-arm-1.txz: Upgraded.
l/qt5-5.15.2-arm-10.txz: Rebuilt.
       Recompiled against llvm-12.0.0.
n/libtirpc-1.3.2-arm-1.txz: Upgraded.
n/rpcbind-1.2.6-arm-1.txz: Upgraded.
n/snownews-1.8-arm-1.txz: Upgraded.
x/egl-wayland-1.1.7-arm-1.txz: Upgraded.
x/libXfixes-6.0.0-arm-1.txz: Upgraded.
x/mesa-21.1.0-arm-1.txz: Upgraded.
       Recompiled against llvm-12.0.0.
xap/vim-gvim-8.2.2850-arm-1.txz: Upgraded.
xfce/mousepad-0.5.5-arm-1.txz: Upgraded.
+--------------------------+
Tue May 11 08:08:08 UTC 2021

Hello!

There's been a colossal amount of work going on behind the scenes over the last
few weeks. I feel as if I've been standing atop two cars (one running at twice
the speed of the other) whilst redesigning, building and testing the core
components of the engine, whilst both vehicles are barrelling down the highway
doing side wheelies at 88mph (and 176mph respectively).

As many of you know, I've been building the 64bit ARMv8 port of Slackware
('Slackware AArch64'). This involved touching every component of the build
system for the Slackware 32-bit ARMv7 port (this one!). During the process of
development, I've resolved a number of long-standing bugs in the ARMv7 port
and made a large number of improvements throughout the Operating System.

Vince Batts in the Slackware core team got me thinking about how the Slackware
installer was packaged, and as a result I have simplified the installation process
for AArch64. Brent Earl from the Slackware ARM community has been both helping
lay the foundations to support the RockPro64 Hardware Model, and getting ahead
of me with the testing of the X11 and Window Manager environments. It's been
particularly helpful as he's been able to provide solutions and fixes throughout
the stack, whilst I'm designing and developing the core components.

When I first started the ARM port, the Slackware ARM community was small and
the number of Hardware Models (e.g. RockPro64, Pinebook Pro, Orange Pi, et al)
available wasn't much larger. As the number of Hardware Models increased, I
created the 'community supported hardware' concept to help plug the gap.

The goal of the Slackware ARM project has always been to have an x86/64-like
experience, which means that Hardware Models should be supported "out of the box".
As always, Slackware ARM / AArch64 is capable of running on many Hardware
Models, but each requires individual attention both at the initial integration
stage, and for long-term management. At this point in time, the Slackware ARM
community is sufficiently knowledgeable and has flourished beyond what I had
imagined. Additionally, the ARM / AArch64 hardware is (in the main) supported
by the mainline Linux Kernel. As such, I've redesigned how the support for
Hardware Models are integrated and managed, and have migrated the ARM port to
this new design. This will serve as templates and guidance around the standards.

For more information about these changes, have a look at the SlackChat podcast
season 2 episodes 11 & 12:
       "Slackware ARM / AArch64 Kernel module loader"

       S02E11 - https://youtu.be/54jffeL_jeY
       S02E12 - https://youtu.be/-d7G8Rf631U

I've updated the Slackware ARM web site and migrated much of the installation
and Developer documentation to docs.slackware.com to enable collaboration.

To find out how you can contribute, please take a look here:

       http://arm.slackware.com/slackwarearm-devel/

There are still some things to land (such as creating the mailing list), but the
wheels are already in motion.

You'll find details of the major changes below, but all of these should present
no visible change for the supported Hardware Models.

And with that, I bring you Slackware ARM 15.0 beta!

If there are any major issues, please email mozes@slackware.com

Enjoy!
       Stuart (MoZes@slackware)

installdocs/INSTALL_QEMU.TXT: Removed.
       QEMU is no longer a supported Hardware Model.
       It's too slow to be useful or representative of Slackware running on
       ARM/AArch64 hardware.
installdocs/INSTALL_Tegra20.TXT: Removed.
       The Trimslice was used to build this 32bit ARMv7 port of Slackware ARM, and
       unfortunately (I think) was damaged during the build process due to poor
       heat dissipation, and had been unstable for a number of years.
       This Hardware Model has been EOS (End of Sale) for years at this point, and I
       can no longer test the support.
       The specially packaged versions of the installer and OS initrd for U-Boot have
       been removed, since the Trimslice was the only supported board still requiring
       them. This is a blessing in disguise as it's enabled all of the legacy code
       to be removed and has streamlined the testing.
a/kernel-modules-armv7-5.10.36_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.36-arm-1.txz: Upgraded.
       /boot/initrd-armv7/[load_kernel_modules]:
       Migrated to the new Slackware ARM / AArch64 Kernel module loader.
       For the supported Hardware Models, the modules are now loaded by helper script
       callouts.
       Added 'nvme' driver support as part of the base module set. Thanks to Brent Earl
       for the suggestion.
       /boot/initrd-armv7/[load_kernel_modules.src/platform/arm/*]:
       Added module loader helpers:
       allwinnerA20
       allwinnerH3
       baseline_arm (ARM platform catchall)
/mkinitrd-1.4.11-arm-12.txz: Rebuilt.
       ARM / AArch64 improvements:
       /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-15.0-noarch-2.txz: Rebuilt.
       ARM / AArch64 improvements:
       install/doinst.sh:
       Improve the console serial port detection and handling code.
d/kernel-headers-5.10.36-arm-1.txz: Upgraded.
k/kernel-source-5.10.36-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
       initrd-armv7.img/[load_kernel_modules]:
       Migrated to the new Slackware ARM / AArch64 Kernel module loader.
       initrd-armv7.img/[/etc/rc.d/rc.modules-arm]: Removed.
       initrd-armv7.img/[/etc/rc.d/rc.S]:
       No longer call /etc/rc.d/rc.modules-arm
       Call /load_kernel_modules.
+--------------------------+
Mon May 10 08:08:08 UTC 2021
a/bash-5.1.008.000-arm-1.txz: Upgraded.
a/etc-15.0-arm-14.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
a/hwdata-0.347-arm-1.txz: Upgraded.
a/kernel-firmware-20210503_ecdfcf8-noarch-1.txz: Upgraded.
a/lvm2-2.03.12-arm-1.txz: Upgraded.
ap/lsscsi-0.32-arm-1.txz: Upgraded.
ap/mariadb-10.5.10-arm-1.txz: Upgraded.
       Reverted to the latest stable release.
ap/mpg123-1.27.2-arm-1.txz: Upgraded.
ap/qpdf-10.3.2-arm-1.txz: Upgraded.
d/ccache-4.3-arm-1.txz: Upgraded.
d/guile-3.0.7-arm-1.txz: Upgraded.
d/mercurial-5.8-arm-1.txz: Upgraded.
d/python-setuptools-56.2.0-arm-1.txz: Upgraded.
d/python3-3.9.5-arm-1.txz: Upgraded.
kde/attica-5.82.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.04.0-arm-1.txz: Upgraded.
kde/baloo-5.82.0-arm-1.txz: Upgraded.
kde/bluedevil-5.21.5-arm-1.txz: Upgraded.
kde/bluez-qt-5.82.0-arm-1.txz: Upgraded.
kde/breeze-5.21.5-arm-1.txz: Upgraded.
kde/breeze-gtk-5.21.5-arm-1.txz: Upgraded.
kde/breeze-icons-5.82.0-noarch-1.txz: Upgraded.
kde/calligra-3.2.1-arm-10.txz: Rebuilt.
       Recompiled against poppler-21.05.0.
kde/cantor-21.04.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.05.0.
kde/drkonqi-5.21.5-arm-1.txz: Upgraded.
kde/extra-cmake-modules-5.82.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.82.0-arm-1.txz: Upgraded.
kde/kactivities-5.82.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.82.0-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.21.5-arm-1.txz: Upgraded.
kde/kapidox-5.82.0-arm-1.txz: Upgraded.
kde/karchive-5.82.0-arm-1.txz: Upgraded.
kde/kauth-5.82.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.82.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.82.0-arm-1.txz: Upgraded.
kde/kcmutils-5.82.0-arm-1.txz: Upgraded.
kde/kcodecs-5.82.0-arm-1.txz: Upgraded.
kde/kcompletion-5.82.0-arm-1.txz: Upgraded.
kde/kconfig-5.82.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.82.0-arm-1.txz: Upgraded.
kde/kcontacts-5.82.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.82.0-arm-1.txz: Upgraded.
kde/kcrash-5.82.0-arm-1.txz: Upgraded.
kde/kdav-5.82.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.82.0-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.21.5-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.21.5-arm-1.txz: Upgraded.
kde/kdeclarative-5.82.0-arm-1.txz: Upgraded.
kde/kdecoration-5.21.5-arm-1.txz: Upgraded.
kde/kded-5.82.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.82.0-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.21.5-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.82.0-arm-1.txz: Upgraded.
kde/kdesu-5.82.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.82.0-arm-1.txz: Upgraded.
kde/kdnssd-5.82.0-arm-1.txz: Upgraded.
kde/kdoctools-5.82.0-arm-1.txz: Upgraded.
kde/kemoticons-5.82.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.82.0-arm-1.txz: Upgraded.
       Recompiled against poppler-21.05.0.
kde/kgamma5-5.21.5-arm-1.txz: Upgraded.
kde/kglobalaccel-5.82.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.82.0-arm-1.txz: Upgraded.
kde/kholidays-5.82.0-arm-1.txz: Upgraded.
kde/khotkeys-5.21.5-arm-1.txz: Upgraded.
kde/khtml-5.82.0-arm-1.txz: Upgraded.
kde/ki18n-5.82.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.82.0-arm-1.txz: Upgraded.
kde/kidletime-5.82.0-arm-1.txz: Upgraded.
kde/kile-2.9.93-arm-9.txz: Rebuilt.
       Recompiled against poppler-21.05.0.
kde/kimageformats-5.82.0-arm-1.txz: Upgraded.
kde/kinfocenter-5.21.5-arm-1.txz: Upgraded.
kde/kinit-5.82.0-arm-1.txz: Upgraded.
kde/kio-5.82.0-arm-1.txz: Upgraded.
kde/kirigami2-5.82.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.82.0-arm-1.txz: Upgraded.
kde/kitemviews-5.82.0-arm-1.txz: Upgraded.
kde/kitinerary-21.04.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.05.0.
kde/kjobwidgets-5.82.0-arm-1.txz: Upgraded.
kde/kjs-5.82.0-arm-1.txz: Upgraded.
kde/kjsembed-5.82.0-arm-1.txz: Upgraded.
kde/kmediaplayer-5.82.0-arm-1.txz: Upgraded.
kde/kmenuedit-5.21.5-arm-1.txz: Upgraded.
kde/knewstuff-5.82.0-arm-1.txz: Upgraded.
kde/knotifications-5.82.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.82.0-arm-1.txz: Upgraded.
kde/kpackage-5.82.0-arm-1.txz: Upgraded.
kde/kparts-5.82.0-arm-1.txz: Upgraded.
kde/kpeople-5.82.0-arm-1.txz: Upgraded.
kde/kplotting-5.82.0-arm-1.txz: Upgraded.
kde/kpty-5.82.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.82.0-arm-1.txz: Upgraded.
kde/krita-4.4.3-arm-4.txz: Rebuilt.
       Recompiled against poppler-21.05.0.
kde/kross-5.82.0-arm-1.txz: Upgraded.
kde/krunner-5.82.0-arm-1.txz: Upgraded.
kde/kscreen-5.21.5-arm-1.txz: Upgraded.
kde/kscreenlocker-5.21.5-arm-1.txz: Upgraded.
kde/kservice-5.82.0-arm-1.txz: Upgraded.
kde/ksshaskpass-5.21.5-arm-1.txz: Upgraded.
kde/ksysguard-5.21.5-arm-1.txz: Upgraded.
kde/ktexteditor-5.82.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.82.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.82.0-arm-1.txz: Upgraded.
kde/kwallet-5.82.0-arm-1.txz: Upgraded.
kde/kwallet-pam-5.21.5-arm-1.txz: Upgraded.
kde/kwayland-5.82.0-arm-1.txz: Upgraded.
kde/kwayland-integration-5.21.5-arm-1.txz: Upgraded.
kde/kwayland-server-5.21.5-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.82.0-arm-1.txz: Upgraded.
kde/kwin-5.21.5-arm-1.txz: Upgraded.
kde/kwindowsystem-5.82.0-arm-1.txz: Upgraded.
kde/kwrited-5.21.5-arm-1.txz: Upgraded.
kde/kxmlgui-5.82.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.82.0-arm-1.txz: Upgraded.
kde/libkscreen-5.21.5-arm-1.txz: Upgraded.
kde/libksysguard-5.21.5-arm-1.txz: Upgraded.
kde/milou-5.21.5-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.82.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.82.0-arm-1.txz: Upgraded.
kde/okular-21.04.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.05.0.
kde/oxygen-5.21.5-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.82.0-noarch-1.txz: Upgraded.
kde/plasma-browser-integration-5.21.5-arm-1.txz: Upgraded.
kde/plasma-desktop-5.21.5-arm-1.txz: Upgraded.
kde/plasma-disks-5.21.5-arm-1.txz: Upgraded.
kde/plasma-firewall-5.21.5-arm-1.txz: Upgraded.
kde/plasma-framework-5.82.0-arm-1.txz: Upgraded.
kde/plasma-integration-5.21.5-arm-1.txz: Upgraded.
kde/plasma-nm-5.21.5-arm-1.txz: Upgraded.
kde/plasma-pa-5.21.5-arm-1.txz: Upgraded.
kde/plasma-sdk-5.21.5-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.21.5-arm-1.txz: Upgraded.
kde/plasma-vault-5.21.5-arm-1.txz: Upgraded.
kde/plasma-workspace-5.21.5-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.21.5-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.21.5-arm-1.txz: Upgraded.
kde/powerdevil-5.21.5-arm-1.txz: Upgraded.
kde/prison-5.82.0-arm-1.txz: Upgraded.
kde/purpose-5.82.0-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.21.5-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.82.0-arm-1.txz: Upgraded.
kde/sddm-kcm-5.21.5-arm-1.txz: Upgraded.
kde/solid-5.82.0-arm-1.txz: Upgraded.
kde/sonnet-5.82.0-arm-1.txz: Upgraded.
kde/syndication-5.82.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.82.0-arm-1.txz: Upgraded.
kde/systemsettings-5.21.5-arm-1.txz: Upgraded.
kde/threadweaver-5.82.0-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.21.5-arm-1.txz: Upgraded.
l/adwaita-icon-theme-40.1.1-arm-1.txz: Upgraded.
l/gjs-1.68.1-arm-1.txz: Upgraded.
l/gnome-keyring-40.0-arm-1.txz: Upgraded.
l/harfbuzz-2.8.1-arm-1.txz: Upgraded.
l/imagemagick-7.0.11_12-arm-1.txz: Upgraded.
l/isl-0.24-arm-1.txz: Upgraded.
l/libgnt-2.14.1-arm-1.txz: Added.
       Thanks to Robby Workman.
l/mozjs78-78.10.1esr-arm-1.txz: Upgraded.
l/netpbm-10.94.03-arm-1.txz: Upgraded.
l/pipewire-0.3.27-arm-1.txz: Upgraded.
l/poppler-21.05.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/python-pygments-2.9.0-arm-1.txz: Upgraded.
l/python-six-1.16.0-arm-1.txz: Upgraded.
l/readline-8.1.001.001-arm-1.txz: Upgraded.
n/ethtool-5.12-arm-1.txz: Upgraded.
n/httpd-2.4.46-arm-1.txz: Upgraded.
n/mutt-2.0.7-arm-1.txz: Upgraded.
n/php-7.4.19-arm-1.txz: Upgraded.
n/postfix-3.6.0-arm-2.txz: Rebuilt.
       Recompiled against the mariadb-10.5.9 shared libraries.
n/rp-pppoe-3.15-arm-1.txz: Upgraded.
x/ibus-table-1.12.6-arm-1.txz: Upgraded.
x/liberation-fonts-ttf-2.1.4-noarch-1.txz: Upgraded.
xap/gnuchess-6.2.8-arm-1.txz: Upgraded.
xap/gparted-1.3.0-arm-1.txz: Upgraded.
xap/mozilla-firefox-78.8.0esr-arm-2.txz: Removed.
       The latest version of Firefox does not build on 32bit ARM.
       All of the other distributions stopped supporting Firefox on ARM years ago,
       and I've spent countless hours through the years, cajoling Mozilla suite into
       a good mood; and now it's time to part ways.

       For those of you who were using Slackware ARM as a desktop, the good news is
       that the latest Firefox is available on Slackware AArch64, so you can switch
       to that if your machine is 64bit capable (and supported) once Slackware
       AArch64 is publicly available.
xap/pidgin-2.14.4-arm-2.txz: Rebuilt.
       Recompiled against libgnt-2.14.1 to restore the finch cli app.
       Thanks to Robby Workman.
xfce/thunar-4.16.8-arm-1.txz: Upgraded.
xfce/xfce4-clipman-plugin-1.6.2-arm-1.txz: Upgraded.
xfce/xfce4-panel-4.16.3-arm-1.txz: Upgraded.
extra/libgpiod/libgpiod-1.6.3-arm-1.txz: Upgraded.
extra/php8/php8-8.0.6-arm-1.txz: Upgraded.
pasture/mozilla-firefox-78.8.0esr-arm-2.txz: Added.
       This is the last working build of the v78 ESR release and (presently) still
       runs. It'll be re-tested prior to the release of Slackware ARM 15.0, and will
       be removed if it fails to run.
+--------------------------+
Wed May 05 08:08:08 UTC 2021
a/aaa_libraries-15.0-arm-5.txz: Rebuilt.
a/exfatprogs-1.1.1-arm-1.txz: Upgraded.
a/file-5.40-arm-3.txz: Rebuilt.
       Fix detection of XZ compressed data. Thanks to TommyC7.
a/hdparm-9.61-arm-1.txz: Upgraded.
a/kernel-firmware-20210426_fa0efef-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.34_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.34-arm-1.txz: Upgraded.
a/less-581.2-arm-1.txz: Upgraded.
       lesspipe.sh: support *.tzst, *.tar.zst, *.tar.zstd.
a/mkinitrd-1.4.11-arm-11.txz: Rebuilt.
       Change mkinitrd shebang to #!/bin/bash. Thanks to mumahendras3.
       Still, don't point /bin/sh at a shell other than bash.
       Only include dm-snapshot if LVM is included. Thanks to j12i.
       When / is on LVM, include the dm-snapshot module. Thanks to I.G.O.R.
       Get rid of patch created /sbin/mkinitrd.orig. Thanks to burdi01.
a/pkgtools-15.0-noarch-29.txz: Rebuilt.
       upgradepkg: revert change where $ROOT/sbin/installpkg is called instead of
       /sbin/installpkg. Conceptually, this seemed like a nice change (but would
       have also required removepkg to be called the same way), but it seems to
       break an established expectation that the pkgtools can be used without them
       actually being installed in $ROOT. Thanks to alienBOB.
       Change several script shebangs to #!/bin/bash. Thanks to mumahendras3.
       pkgtool.8: typo fix.
       Thanks to slvr32.
a/sdparm-1.12-arm-1.txz: Upgraded.
       Recompiled against sg3_utils-1.46. Thanks to USUARIONUEVO.
a/sysvinit-scripts-15.0-noarch-1.txz: Upgraded.
       rc.S: Check to see if /proc is already mounted before mounting it.
       Thanks to baldzhang.
       Use #!/bin/bash for these scripts so that bashisms don't cause script issues
       if /bin/sh is some other shell. Thanks to mumahendras3.
       rc.S: Use GazL's proposals for detecting/mounting /proc and /sys.
       inittab: fix label for runlevel 4. Thanks to Fellype.
       rc.4: fix error message for no supported login manager found.
a/tcsh-6.22.04-arm-1.txz: Upgraded.
a/udisks-1.0.5-arm-9.txz: Rebuilt.
       Recompiled against sg3_utils-1.46. Thanks to USUARIONUEVO.
a/xfsprogs-5.11.0-arm-2.txz: Rebuilt.
       Recompiled against icu4c-69.1.
ap/at-3.2.2-arm-1.txz: Upgraded.
ap/cups-2.3.3-arm-5.txz: Rebuilt.
       Removed /lib/modprobe.d/cups-blacklist-usblp.conf. Thanks to vovim.
ap/hplip-3.20.5-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
ap/ksh93-20200131_e4fea8c5-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
ap/mariadb-10.6.0-arm-1.txz: Upgraded.
       Removed TokuDB stuff from rc.mysqld. Thanks to gsl.
       This update fixes the illegal instruction regession on 32-bit with processors
       that do not support SSE4.1 instructions.
       Thanks to Noel and Charlie Wilder for reporting the issue upstream
       and Matteo Bernardini for helping with the debugging.
       And of course, thanks to the MariaDB upstream developers. :-)
ap/nano-5.7-arm-1.txz: Upgraded.
ap/nvme-cli-1.14-arm-1.txz: Upgraded.
ap/pamixer-1.4-arm-10.txz: Rebuilt.
       Recompiled against boost-1.76.0.
ap/slackpkg-15.0.2-noarch-1.txz: Upgraded.
       Fix break error messages (dive)
       Remove now pointless if/then/else (dive)
       Safer config sourcing (dive)
       files/slackpkg: replace #!/bin/sh with #!/bin/bash (Eugen Wissner)
       Don't create blacklist when running update (dive)
       Add show-changelog & help to non-root commands (dive)
       Improve search blacklisting (dive)
       Fix package duplicate bug (PiterPunk)
       Thanks to Robby Workman.
ap/sqlite-3.35.5-arm-1.txz: Upgraded.
       Recompiled against icu4c-69.1.
ap/tmux-3.2-arm-1.txz: Upgraded.
ap/vim-8.2.2814-arm-1.txz: Upgraded.
d/Cython-0.29.23-arm-1.txz: Upgraded.
d/cmake-3.20.2-arm-1.txz: Upgraded.
d/gdb-10.2-arm-1.txz: Upgraded.
d/guile-3.0.6-arm-1.txz: Upgraded.
d/kernel-headers-5.10.34-arm-1.txz: Upgraded.
d/meson-0.58.0-arm-1.txz: Upgraded.
d/parallel-20210422-noarch-1.txz: Upgraded.
d/poke-1.2-arm-1.txz: Upgraded.
d/python-pip-21.1.1-arm-1.txz: Upgraded.
d/strace-5.12-arm-1.txz: Upgraded.
d/vala-0.52.3-arm-1.txz: Upgraded.
k/kernel-source-5.10.34-arm-1.txz: Upgraded.
kde/akonadi-21.04.0-arm-1.txz: Upgraded.
kde/akonadi-calendar-21.04.0-arm-1.txz: Upgraded.
kde/akonadi-calendar-tools-21.04.0-arm-1.txz: Upgraded.
kde/akonadi-contacts-21.04.0-arm-1.txz: Upgraded.
kde/akonadi-import-wizard-21.04.0-arm-1.txz: Upgraded.
kde/akonadi-mime-21.04.0-arm-1.txz: Upgraded.
kde/akonadi-notes-21.04.0-arm-1.txz: Upgraded.
kde/akonadi-search-21.04.0-arm-1.txz: Upgraded.
kde/akonadiconsole-21.04.0-arm-1.txz: Upgraded.
kde/akregator-21.04.0-arm-1.txz: Upgraded.
kde/analitza-21.04.0-arm-1.txz: Upgraded.
kde/ark-21.04.0-arm-1.txz: Upgraded.
kde/artikulate-21.04.0-arm-1.txz: Upgraded.
kde/audiocd-kio-21.04.0-arm-1.txz: Upgraded.
kde/baloo-widgets-21.04.0-arm-1.txz: Upgraded.
kde/blinken-21.04.0-arm-1.txz: Upgraded.
kde/bomber-21.04.0-arm-1.txz: Upgraded.
kde/bovo-21.04.0-arm-1.txz: Upgraded.
kde/calendarsupport-21.04.0-arm-1.txz: Upgraded.
kde/cantor-21.04.0-arm-1.txz: Upgraded.
kde/cervisia-21.04.0-arm-1.txz: Upgraded.
kde/dolphin-21.04.0-arm-1.txz: Upgraded.
kde/dolphin-plugins-21.04.0-arm-1.txz: Upgraded.
kde/dragon-21.04.0-arm-1.txz: Upgraded.
kde/elisa-21.04.0-arm-1.txz: Upgraded.
kde/eventviews-21.04.0-arm-1.txz: Upgraded.
kde/ffmpegthumbs-21.04.0-arm-1.txz: Upgraded.
kde/filelight-21.04.0-arm-1.txz: Upgraded.
kde/granatier-21.04.0-arm-1.txz: Upgraded.
kde/grantlee-editor-21.04.0-arm-1.txz: Upgraded.
kde/grantleetheme-21.04.0-arm-1.txz: Upgraded.
kde/gwenview-21.04.0-arm-1.txz: Upgraded.
kde/incidenceeditor-21.04.0-arm-1.txz: Upgraded.
kde/itinerary-21.04.0-arm-1.txz: Upgraded.
kde/juk-21.04.0-arm-1.txz: Upgraded.
kde/k3b-21.04.0-arm-1.txz: Upgraded.
kde/kaddressbook-21.04.0-arm-1.txz: Upgraded.
kde/kalarm-21.04.0-arm-1.txz: Upgraded.
kde/kalarmcal-21.04.0-arm-1.txz: Upgraded.
kde/kalgebra-21.04.0-arm-1.txz: Upgraded.
kde/kalzium-21.04.0-arm-1.txz: Upgraded.
kde/kamera-21.04.0-arm-1.txz: Upgraded.
kde/kamoso-21.04.0-arm-1.txz: Upgraded.
kde/kanagram-21.04.0-arm-1.txz: Upgraded.
kde/kapman-21.04.0-arm-1.txz: Upgraded.
kde/kapptemplate-21.04.0-arm-1.txz: Upgraded.
kde/kate-21.04.0-arm-1.txz: Upgraded.
kde/katomic-21.04.0-arm-1.txz: Upgraded.
kde/kbackup-21.04.0-arm-1.txz: Upgraded.
kde/kblackbox-21.04.0-arm-1.txz: Upgraded.
kde/kblocks-21.04.0-arm-1.txz: Upgraded.
kde/kbounce-21.04.0-arm-1.txz: Upgraded.
kde/kbreakout-21.04.0-arm-1.txz: Upgraded.
kde/kbruch-21.04.0-arm-1.txz: Upgraded.
kde/kcachegrind-21.04.0-arm-1.txz: Upgraded.
kde/kcalc-21.04.0-arm-1.txz: Upgraded.
kde/kcalutils-21.04.0-arm-1.txz: Upgraded.
kde/kcharselect-21.04.0-arm-1.txz: Upgraded.
kde/kcolorchooser-21.04.0-arm-1.txz: Upgraded.
kde/kcron-21.04.0-arm-1.txz: Upgraded.
kde/kde-dev-scripts-21.04.0-arm-1.txz: Upgraded.
kde/kde-dev-utils-21.04.0-arm-1.txz: Upgraded.
kde/kdebugsettings-21.04.0-arm-1.txz: Upgraded.
kde/kdeconnect-kde-21.04.0-arm-1.txz: Upgraded.
kde/kdeedu-data-21.04.0-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-21.04.0-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-21.04.0-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-21.04.0-arm-1.txz: Upgraded.
kde/kdenlive-21.04.0-arm-1.txz: Upgraded.
kde/kdepim-addons-21.04.0-arm-1.txz: Upgraded.
kde/kdepim-runtime-21.04.0-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-21.04.0-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-21.04.0-arm-1.txz: Upgraded.
kde/kdf-21.04.0-arm-1.txz: Upgraded.
kde/kdialog-21.04.0-arm-1.txz: Upgraded.
kde/kdiamond-21.04.0-arm-1.txz: Upgraded.
kde/keditbookmarks-21.04.0-arm-1.txz: Upgraded.
kde/kfind-21.04.0-arm-1.txz: Upgraded.
kde/kfloppy-21.04.0-arm-1.txz: Upgraded.
kde/kfourinline-21.04.0-arm-1.txz: Upgraded.
kde/kgeography-21.04.0-arm-1.txz: Upgraded.
kde/kget-21.04.0-arm-1.txz: Upgraded.
kde/kgoldrunner-21.04.0-arm-1.txz: Upgraded.
kde/kgpg-21.04.0-arm-1.txz: Upgraded.
kde/khangman-21.04.0-arm-1.txz: Upgraded.
kde/khelpcenter-21.04.0-arm-1.txz: Upgraded.
kde/kidentitymanagement-21.04.0-arm-1.txz: Upgraded.
kde/kig-21.04.0-arm-1.txz: Upgraded.
       Recompiled against boost-1.76.0.
kde/kigo-21.04.0-arm-1.txz: Upgraded.
kde/killbots-21.04.0-arm-1.txz: Upgraded.
kde/kimagemapeditor-21.04.0-arm-1.txz: Upgraded.
kde/kimap-21.04.0-arm-1.txz: Upgraded.
kde/kio-extras-21.04.0-arm-1.txz: Upgraded.
kde/kio-gdrive-21.04.0-arm-1.txz: Upgraded.
kde/kipi-plugins-21.04.0-arm-1.txz: Upgraded.
kde/kirigami-gallery-21.04.0-arm-1.txz: Upgraded.
kde/kiriki-21.04.0-arm-1.txz: Upgraded.
kde/kiten-21.04.0-arm-1.txz: Upgraded.
kde/kitinerary-21.04.0-arm-1.txz: Upgraded.
kde/kjumpingcube-21.04.0-arm-1.txz: Upgraded.
kde/kldap-21.04.0-arm-1.txz: Upgraded.
kde/kleopatra-21.04.0-arm-1.txz: Upgraded.
kde/klickety-21.04.0-arm-1.txz: Upgraded.
kde/klines-21.04.0-arm-1.txz: Upgraded.
kde/kmag-21.04.0-arm-1.txz: Upgraded.
kde/kmahjongg-21.04.0-arm-1.txz: Upgraded.
kde/kmail-21.04.0-arm-1.txz: Upgraded.
kde/kmail-account-wizard-21.04.0-arm-1.txz: Upgraded.
kde/kmailtransport-21.04.0-arm-1.txz: Upgraded.
kde/kmbox-21.04.0-arm-1.txz: Upgraded.
kde/kmime-21.04.0-arm-1.txz: Upgraded.
kde/kmines-21.04.0-arm-1.txz: Upgraded.
kde/kmix-21.04.0-arm-1.txz: Upgraded.
kde/kmousetool-21.04.0-arm-1.txz: Upgraded.
kde/kmouth-21.04.0-arm-1.txz: Upgraded.
kde/kmplot-21.04.0-arm-1.txz: Upgraded.
kde/knavalbattle-21.04.0-arm-1.txz: Upgraded.
kde/knetwalk-21.04.0-arm-1.txz: Upgraded.
kde/knights-21.04.0-arm-1.txz: Upgraded.
kde/knotes-21.04.0-arm-1.txz: Upgraded.
kde/kolf-21.04.0-arm-1.txz: Upgraded.
kde/kollision-21.04.0-arm-1.txz: Upgraded.
kde/kolourpaint-21.04.0-arm-1.txz: Upgraded.
kde/kompare-21.04.0-arm-1.txz: Upgraded.
kde/konqueror-21.04.0-arm-1.txz: Upgraded.
kde/konquest-21.04.0-arm-1.txz: Upgraded.
kde/konsole-21.04.0-arm-1.txz: Upgraded.
kde/kontact-21.04.0-arm-1.txz: Upgraded.
kde/kontactinterface-21.04.0-arm-1.txz: Upgraded.
kde/kontrast-21.04.0-arm-1.txz: Upgraded.
kde/konversation-21.04.0-arm-1.txz: Upgraded.
kde/kopeninghours-21.04.0-arm-1.txz: Added.
kde/kopete-21.04.0-arm-1.txz: Upgraded.
kde/korganizer-21.04.0-arm-1.txz: Upgraded.
kde/kosmindoormap-21.04.0-arm-1.txz: Upgraded.
kde/kpat-21.04.0-arm-1.txz: Upgraded.
kde/kpimtextedit-21.04.0-arm-1.txz: Upgraded.
kde/kpkpass-21.04.0-arm-1.txz: Upgraded.
kde/kpmcore-21.04.0-arm-1.txz: Upgraded.
kde/kpublictransport-21.04.0-arm-1.txz: Upgraded.
kde/kqtquickcharts-21.04.0-arm-1.txz: Upgraded.
kde/krdc-21.04.0-arm-1.txz: Upgraded.
kde/kreversi-21.04.0-arm-1.txz: Upgraded.
kde/krfb-21.04.0-arm-1.txz: Upgraded.
kde/krita-4.4.3-arm-3.txz: Rebuilt.
       Recompiled against boost-1.76.0.
kde/kross-interpreters-21.04.0-arm-1.txz: Upgraded.
kde/kruler-21.04.0-arm-1.txz: Upgraded.
kde/kshisen-21.04.0-arm-1.txz: Upgraded.
kde/ksirk-21.04.0-arm-1.txz: Upgraded.
kde/ksmtp-21.04.0-arm-1.txz: Upgraded.
kde/ksnakeduel-21.04.0-arm-1.txz: Upgraded.
kde/kspaceduel-21.04.0-arm-1.txz: Upgraded.
kde/ksquares-21.04.0-arm-1.txz: Upgraded.
kde/ksudoku-21.04.0-arm-1.txz: Upgraded.
kde/ksystemlog-21.04.0-arm-1.txz: Upgraded.
kde/kteatime-21.04.0-arm-1.txz: Upgraded.
kde/ktimer-21.04.0-arm-1.txz: Upgraded.
kde/ktnef-21.04.0-arm-1.txz: Upgraded.
kde/ktorrent-21.04.0-arm-1.txz: Upgraded.
kde/ktouch-21.04.0-arm-1.txz: Upgraded.
kde/kturtle-21.04.0-arm-1.txz: Upgraded.
kde/kubrick-21.04.0-arm-1.txz: Upgraded.
kde/kwalletmanager-21.04.0-arm-1.txz: Upgraded.
kde/kwave-21.04.0-arm-1.txz: Upgraded.
kde/kwin-5.21.4-arm-2.txz: Rebuilt.
       Delay closing Wayland streams. Thanks to LuckyCyborg.
kde/kwordquiz-21.04.0-arm-1.txz: Upgraded.
kde/libgravatar-21.04.0-arm-1.txz: Upgraded.
kde/libkcddb-21.04.0-arm-1.txz: Upgraded.
kde/libkcompactdisc-21.04.0-arm-1.txz: Upgraded.
kde/libkdcraw-21.04.0-arm-1.txz: Upgraded.
kde/libkdegames-21.04.0-arm-1.txz: Upgraded.
kde/libkdepim-21.04.0-arm-1.txz: Upgraded.
kde/libkeduvocdocument-21.04.0-arm-1.txz: Upgraded.
kde/libkexiv2-21.04.0-arm-1.txz: Upgraded.
kde/libkgapi-21.04.0-arm-1.txz: Upgraded.
kde/libkipi-21.04.0-arm-1.txz: Upgraded.
kde/libkleo-21.04.0-arm-1.txz: Upgraded.
kde/libkmahjongg-21.04.0-arm-1.txz: Upgraded.
kde/libkomparediff2-21.04.0-arm-1.txz: Upgraded.
kde/libksane-21.04.0-arm-1.txz: Upgraded.
kde/libksieve-21.04.0-arm-1.txz: Upgraded.
kde/libktorrent-21.04.0-arm-1.txz: Upgraded.
kde/lokalize-21.04.0-arm-1.txz: Upgraded.
kde/lskat-21.04.0-arm-1.txz: Upgraded.
kde/mailcommon-21.04.0-arm-1.txz: Upgraded.
kde/mailimporter-21.04.0-arm-1.txz: Upgraded.
kde/marble-21.04.0-arm-1.txz: Upgraded.
kde/markdownpart-21.04.0-arm-1.txz: Upgraded.
kde/mbox-importer-21.04.0-arm-1.txz: Upgraded.
kde/messagelib-21.04.0-arm-1.txz: Upgraded.
kde/minuet-21.04.0-arm-1.txz: Upgraded.
kde/okteta-0.26.6-arm-1.txz: Upgraded.
kde/okular-21.04.0-arm-1.txz: Upgraded.
kde/palapeli-21.04.0-arm-1.txz: Upgraded.
kde/parley-21.04.0-arm-1.txz: Upgraded.
kde/partitionmanager-21.04.0-arm-1.txz: Upgraded.
kde/picmi-21.04.0-arm-1.txz: Upgraded.
kde/pim-data-exporter-21.04.0-arm-1.txz: Upgraded.
kde/pim-sieve-editor-21.04.0-arm-1.txz: Upgraded.
kde/pimcommon-21.04.0-arm-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.3.0-arm-1.txz: Upgraded.
kde/plasma-workspace-5.21.4-arm-2.txz: Rebuilt.
       Patched to fix missing GTK+ window decorations and config file reading
       in a wayland session.
       Added "Full Wayland" session type (less stable / more experimental).
       The standard Plasma Wayland session will allow apps to use XCB rather
       than native Wayland, which is currently more stable.
       Thanks to LuckyCyborg.
kde/poxml-21.04.0-arm-1.txz: Upgraded.
kde/print-manager-21.04.0-arm-1.txz: Upgraded.
kde/rocs-21.04.0-arm-1.txz: Upgraded.
kde/spectacle-21.04.0-arm-1.txz: Upgraded.
kde/step-21.04.0-arm-1.txz: Upgraded.
kde/svgpart-21.04.0-arm-1.txz: Upgraded.
kde/sweeper-21.04.0-arm-1.txz: Upgraded.
kde/umbrello-21.04.0-arm-1.txz: Upgraded.
kde/yakuake-21.04.0-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-21.04.0-arm-1.txz: Upgraded.
l/adwaita-icon-theme-40.0-arm-1.txz: Upgraded.
l/at-spi2-core-2.40.1-arm-1.txz: Upgraded.
l/boost-1.76.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
       Compiled against icu4c-69.1.
l/cryfs-0.10.3-arm-2.txz: Rebuilt.
       Recompiled against boost-1.76.0.
l/glib-networking-2.68.1-arm-1.txz: Upgraded.
l/gtk+3-3.24.29-arm-1.txz: Upgraded.
l/gvfs-1.48.1-arm-1.txz: Upgraded.
l/harfbuzz-2.8.0-arm-2.txz: Rebuilt.
       Recompiled against icu4c-69.1.
l/icu4c-69.1-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/imagemagick-7.0.11_10-arm-1.txz: Upgraded.
l/jasper-2.0.32-arm-1.txz: Upgraded.
l/libdvdnav-6.1.1-arm-1.txz: Upgraded.
l/libdvdread-6.1.2-arm-1.txz: Upgraded.
l/libedit-20210419_3.1-arm-1.txz: Upgraded.
l/libgpod-0.8.3-arm-9.txz: Rebuilt.
       Recompiled against sg3_utils-1.46. Thanks to Toutatis and USUARIONUEVO.
l/libical-3.0.10-arm-1.txz: Upgraded.
       Compiled against icu4c-69.1.
l/libjpeg-turbo-2.1.0-arm-1.txz: Upgraded.
l/libqalculate-3.18.0-arm-2.txz: Rebuilt.
       Recompiled against icu4c-69.1.
l/librsvg-2.50.5-arm-1.txz: Upgraded.
l/libtiff-4.3.0-arm-1.txz: Upgraded.
l/libusb-1.0.24-arm-3.txz: Rebuilt.
       Fix parsing of descriptors for multi-configuration devices. Thanks to acbff0.
l/libvisio-0.1.7-arm-6.txz: Rebuilt.
       Recompiled against icu4c-69.1.
l/libxkbcommon-1.3.0-arm-1.txz: Upgraded.
l/mlt-6.26.1-arm-1.txz: Upgraded.
l/mozilla-nss-3.64-arm-1.txz: Upgraded.
l/mozjs78-78.10.0esr-arm-1.txz: Upgraded.
l/oniguruma-6.9.7-arm-1.txz: Upgraded.
l/openexr-2.5.5-arm-3.txz: Rebuilt.
       Recompiled against boost-1.76.0.
l/pipewire-0.3.26-arm-1.txz: Upgraded.
l/python-docutils-0.17.1-arm-1.txz: Upgraded.
l/qt5-5.15.2-arm-9.txz: Rebuilt.
       Recompiled against icu4c-69.1.
       Recompiled with options: -qpa "xcb;wayland" -egl -eglfs
       This allows using either XCB (XWayland) or native Wayland for QPA.
       Thanks to LuckyCyborg.
l/qt5-webkit-5.212.0_alpha4-arm-6.txz: Rebuilt.
       Recompiled against icu4c-69.1.
l/sg3_utils-1.46-arm-1.txz: Upgraded.
l/vte-0.64.1-arm-1.txz: Upgraded.
       Recompiled against icu4c-69.1.
n/bind-9.16.15-arm-1.txz: Upgraded.
       This update fixes bugs and the following security issues:
       A specially crafted GSS-TSIG query could cause a buffer overflow in the
       ISC implementation of SPNEGO.
       named crashed when a DNAME record placed in the ANSWER section during DNAME
       chasing turned out to be the final answer to a client query.
       Insufficient IXFR checks could result in named serving a zone without an SOA
       record at the apex, leading to a RUNTIME_CHECK assertion failure when the
       zone was subsequently refreshed. This has been fixed by adding an owner name
       check for all SOA records which are included in a zone transfer.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25216
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25215
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25214
       (* Security fix *)
n/cifs-utils-6.13-arm-1.txz: Upgraded.
n/curl-7.76.1-arm-1.txz: Upgraded.
n/daemon-0.8-arm-1.txz: Added.
       Thanks to ZhaoLin1457 and LuckyCyborg.
n/dnsmasq-2.85-arm-2.txz: Rebuilt.
       rc.dnsmasq: display stop message. Thanks to vineetmehta.
       rc.dnsmasq: kill by .pid file (or at least within the current namespace).
       Thanks to Petri Kaukasoina.
n/dovecot-2.3.14-arm-2.txz: Rebuilt.
       Recompiled against icu4c-69.1.
n/fetchmail-6.4.19-arm-1.txz: Upgraded.
n/iproute2-5.12.0-arm-1.txz: Upgraded.
n/libgcrypt-1.9.3-arm-1.txz: Upgraded.
n/network-scripts-15.0-noarch-13.txz: Rebuilt.
       netconfig: fix typo. Thanks to Gerard Lally.
n/openssh-8.6p1-arm-1.txz: Upgraded.
n/openvpn-2.5.2-arm-1.txz: Upgraded.
n/php-7.4.18-arm-1.txz: Upgraded.
       This update fixes bugs and security issues.
       For more information, see:
       https://www.php.net/ChangeLog-7.php#7.4.18
       (* Security fix *)
       Recompiled against icu4c-69.1.
n/postfix-3.6.0-arm-1.txz: Upgraded.
       Recompiled against icu4c-69.1.
n/samba-4.14.4-arm-1.txz: Upgraded.
       This is a security release in order to address the following defect:
       Negative idmap cache entries can cause incorrect group entries in the
       Samba file server process token.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20254
       https://www.samba.org/samba/security/CVE-2021-20254.html
       (* Security fix *)
       Recompiled against icu4c-69.1.
n/snownews-1.7-arm-1.txz: Upgraded.
n/tin-2.4.5-arm-3.txz: Rebuilt.
       Recompiled against icu4c-69.1.
n/wireguard-tools-1.0.20210424-arm-1.txz: Upgraded.
t/texlive-2020.200608-arm-4.txz: Rebuilt.
       Recompiled against icu4c-69.1.
x/egl-wayland-1.1.6-arm-1.txz: Added.
       Needed for Wayland EGLstreams support. Thanks to LuckyCyborg.
x/eglexternalplatform-1.1-arm-1.txz: Added.
       Needed for egl-wayland. Thanks to LuckyCyborg.
x/fcitx-qt5-1.2.6-arm-1.txz: Upgraded.
x/igt-gpu-tools-1.26-arm-1.txz: Upgraded.
x/libepoxy-1.5.7-arm-1.txz: Upgraded.
x/libglvnd-1.3.3-arm-1.txz: Upgraded.
x/libinput-1.17.2-arm-1.txz: Upgraded.
x/libwacom-1.10-arm-1.txz: Upgraded.
x/mesa-21.0.3-arm-1.txz: Upgraded.
x/wayland-protocols-1.21-arm-1.txz: Upgraded.
x/xf86-input-libinput-1.0.1-arm-1.txz: Upgraded.
x/xf86-video-armsoc-1.4.1-arm-38.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-24.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-18.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-39.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-36.txz: Rebuilt.
x/xorg-cf-files-1.0.6-arm-5.txz: Rebuilt.
       Patched to fix an incompatibility introduced by binutils-2.36.
       Thanks to BenCollver.
x/xorg-server-1.20.11-arm-1.txz: Upgraded.
       Insufficient checks on the lengths of the XInput extension
       ChangeFeedbackControl request can lead to out of bounds memory
       accesses in the X server. These issues can lead to privilege
       escalation for authorized clients on systems where the X server
       is running privileged.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3472
       (* Security fix *)
x/xorg-server-xephyr-1.20.11-arm-1.txz: Upgraded.
x/xorg-server-xnest-1.20.11-arm-1.txz: Upgraded.
x/xorg-server-xvfb-1.20.11-arm-1.txz: Upgraded.
x/xorg-server-xwayland-21.1.1-arm-1.txz: Upgraded.
       Thanks to LuckyCyborg.
x/xorgproto-2021.4-arm-1.txz: Upgraded.
xap/MPlayer-20210418-arm-1.txz: Upgraded.
xap/pavucontrol-4.0-arm-4.txz: Rebuilt.
       Fix segfault after ctrl-Q. Thanks to Jonathan Woithe and 2slguevH.
xap/pidgin-2.14.4-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.2814-arm-1.txz: Upgraded.
extra/php8/php8-8.0.5-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Mon Apr 19 08:08:08 UTC 2021
a/kernel-firmware-20210405_af1ca28-noarch-2.txz: Rebuilt.
       Abstract firmware installation code into SoC-specific
       helper scripts.
       This enables easier management by the community for both
       ARM and AArch64.
a/kernel-modules-armv7-5.10.31_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.31-arm-1.txz: Upgraded.
a/mtd-utils-120421-arm-1.txz: Upgraded.
d/gcc-10.3.0-arm-1.txz: Upgraded.
d/gcc-g++-10.3.0-arm-1.txz: Upgraded.
d/gcc-gdc-10.3.0-arm-1.txz: Upgraded.
d/gcc-gfortran-10.3.0-arm-1.txz: Upgraded.
d/gcc-gnat-10.3.0-arm-1.txz: Upgraded.
d/gcc-go-10.3.0-arm-1.txz: Upgraded.
d/gcc-objc-10.3.0-arm-1.txz: Upgraded.
d/kernel-headers-5.10.31-arm-1.txz: Upgraded.
d/libtool-2.4.6-arm-18.txz: Rebuilt.
       Recompiled to update embedded GCC version number.
d/meson-0.57.2-arm-1.txz: Upgraded.
d/vala-0.52.2-arm-1.txz: Upgraded.
k/kernel-source-5.10.31-arm-1.txz: Upgraded.
kde/attica-5.81.0-arm-1.txz: Upgraded.
kde/audiocd-kio-20.12.3-arm-2.txz: Rebuilt.
kde/baloo-5.81.0-arm-1.txz: Upgraded.
kde/bluez-qt-5.81.0-arm-1.txz: Upgraded.
kde/breeze-icons-5.81.0-noarch-1.txz: Upgraded.
kde/extra-cmake-modules-5.81.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.81.0-arm-1.txz: Upgraded.
kde/kactivities-5.81.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.81.0-arm-1.txz: Upgraded.
kde/kapidox-5.81.0-arm-1.txz: Upgraded.
kde/karchive-5.81.0-arm-1.txz: Upgraded.
kde/kauth-5.81.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.81.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.81.0-arm-1.txz: Upgraded.
kde/kcmutils-5.81.0-arm-1.txz: Upgraded.
kde/kcodecs-5.81.0-arm-1.txz: Upgraded.
kde/kcompletion-5.81.0-arm-1.txz: Upgraded.
kde/kconfig-5.81.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.81.0-arm-1.txz: Upgraded.
kde/kcontacts-5.81.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.81.0-arm-1.txz: Upgraded.
kde/kcrash-5.81.0-arm-1.txz: Upgraded.
kde/kdav-5.81.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.81.0-arm-1.txz: Upgraded.
kde/kdeclarative-5.81.0-arm-1.txz: Upgraded.
kde/kded-5.81.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.81.0-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.81.0-arm-1.txz: Upgraded.
kde/kdesu-5.81.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.81.0-arm-1.txz: Upgraded.
kde/kdnssd-5.81.0-arm-1.txz: Upgraded.
kde/kdoctools-5.81.0-arm-1.txz: Upgraded.
kde/kemoticons-5.81.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.81.0-arm-1.txz: Upgraded.
kde/kglobalaccel-5.81.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.81.0-arm-1.txz: Upgraded.
kde/kholidays-5.81.0-arm-1.txz: Upgraded.
kde/khtml-5.81.0-arm-1.txz: Upgraded.
kde/ki18n-5.81.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.81.0-arm-1.txz: Upgraded.
kde/kidletime-5.81.0-arm-1.txz: Upgraded.
kde/kimageformats-5.81.0-arm-1.txz: Upgraded.
kde/kinit-5.81.0-arm-1.txz: Upgraded.
kde/kio-5.81.0-arm-1.txz: Upgraded.
kde/kirigami2-5.81.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.81.0-arm-1.txz: Upgraded.
kde/kitemviews-5.81.0-arm-1.txz: Upgraded.
kde/kjobwidgets-5.81.0-arm-1.txz: Upgraded.
kde/kjs-5.81.0-arm-1.txz: Upgraded.
kde/kjsembed-5.81.0-arm-1.txz: Upgraded.
kde/kmediaplayer-5.81.0-arm-1.txz: Upgraded.
kde/knewstuff-5.81.0-arm-1.txz: Upgraded.
kde/knotifications-5.81.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.81.0-arm-1.txz: Upgraded.
kde/kpackage-5.81.0-arm-1.txz: Upgraded.
kde/kparts-5.81.0-arm-1.txz: Upgraded.
kde/kpeople-5.81.0-arm-1.txz: Upgraded.
kde/kplotting-5.81.0-arm-1.txz: Upgraded.
kde/kpty-5.81.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.81.0-arm-1.txz: Upgraded.
kde/kross-5.81.0-arm-1.txz: Upgraded.
kde/krunner-5.81.0-arm-1.txz: Upgraded.
kde/kservice-5.81.0-arm-1.txz: Upgraded.
kde/ktexteditor-5.81.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.81.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.81.0-arm-1.txz: Upgraded.
kde/kwallet-5.81.0-arm-1.txz: Upgraded.
kde/kwayland-5.81.0-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.81.0-arm-1.txz: Upgraded.
kde/kwindowsystem-5.81.0-arm-1.txz: Upgraded.
kde/kxmlgui-5.81.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.81.0-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.81.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.81.0-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.81.0-noarch-1.txz: Upgraded.
kde/plasma-framework-5.81.0-arm-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.2.1-arm-1.txz: Upgraded.
kde/prison-5.81.0-arm-1.txz: Upgraded.
kde/purpose-5.81.0-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.81.0-arm-1.txz: Upgraded.
kde/solid-5.81.0-arm-1.txz: Upgraded.
kde/sonnet-5.81.0-arm-1.txz: Upgraded.
kde/syndication-5.81.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.81.0-arm-1.txz: Upgraded.
kde/threadweaver-5.81.0-arm-1.txz: Upgraded.
l/ffmpeg-4.4-arm-1.txz: Upgraded.
       Thanks to Heinz Wiesinger.
l/fuse3-3.10.3-arm-1.txz: Upgraded.
l/mlt-6.26.0-arm-1.txz: Upgraded.
n/dnsmasq-2.85-arm-1.txz: Upgraded.
       Use random source ports where possible if source addresses/interfaces in use.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3448
       (* Security fix *)
n/irssi-1.2.3-arm-1.txz: Upgraded.
       This update fixes bugs and security issues.
       See the NEWS file for details.
       (* Security fix *)
n/postfix-3.5.10-arm-1.txz: Upgraded.
xap/seyon-2.20c-arm-5.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
xap/xsnow-3.3.0-arm-1.txz: Upgraded.
xfce/exo-4.16.2-arm-1.txz: Upgraded.
xfce/xfce4-settings-4.16.1-arm-1.txz: Upgraded.
extra/autoconf213/autoconf-2.13-noarch-2.txz: Rebuilt.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Mon Apr 12 08:08:08 UTC 2021
a/aaa_libraries-15.0-arm-4.txz: Rebuilt.
       Added: libcares.so.2.4.2.
       Upgraded: libexpat.so.1.7.0, libglib-2.0.so.0.6800.1,
       libgmodule-2.0.so.0.6800.1, libgobject-2.0.so.0.6800.1, libgthread-2.0.so.0.6800.1.
a/kernel-modules-armv7-5.10.29_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.29-arm-1.txz: Upgraded.
       Switch /init to bash rather than ash so we can use the extended features
       for AArch64's Kernel module loader.
d/kernel-headers-5.10.29-arm-1.txz: Upgraded.
d/python-setuptools-56.0.0-arm-1.txz: Upgraded.
k/kernel-source-5.10.29-arm-1.txz: Upgraded.
l/gdk-pixbuf2-2.42.6-arm-1.txz: Upgraded.
n/c-ares-1.17.1-arm-1.txz: Added.
       Adding this since curl can make use of it, and some programs expect this
       functionality.
n/curl-7.76.0-arm-2.txz: Rebuilt.
       Recompiled to link with c-ares-1.17.1. Thanks to babydr.
x/xf86-video-fbturbo-199.f9a6ed7-arm-38.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
       Thanks to Brent Earl.
xap/pidgin-2.14.3-arm-1.txz: Upgraded.
+--------------------------+
Fri Apr 09 08:08:08 UTC 2021
ap/vim-8.2.2735-arm-1.txz: Upgraded.
d/cmake-3.20.1-arm-1.txz: Upgraded.
d/vala-0.52.1-arm-1.txz: Upgraded.
l/glib2-2.68.1-arm-1.txz: Upgraded.
l/gsettings-desktop-schemas-40.0-arm-1.txz: Upgraded.
l/libxkbcommon-1.2.1-arm-1.txz: Upgraded.
l/netpbm-10.94.02-arm-1.txz: Upgraded.
l/ocl-icd-2.3.0-arm-1.txz: Upgraded.
l/poppler-21.04.0-arm-2.txz: Rebuilt.
       Applied a couple of upstream patches. Thanks to th_r.
xap/vim-gvim-8.2.2735-arm-1.txz: Upgraded.
+--------------------------+
Thu Apr 08 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

Thanks to nobodino and ponce for help fixing a few sources that wouldn't
build properly.

a/file-5.40-arm-2.txz: Rebuilt.
       Applied some upstream patches to fix regressions.
a/kernel-modules-armv7-5.10.28_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.28-arm-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-36.txz: Rebuilt.
       rc.S: don't clear /var/run. Thanks to upnort.
d/gcc-10.2.0-arm-5.txz: Rebuilt.
       Added symlink: /usr/bin/arm-slackware-linux-gnueabihf-cc -> gcc-<version>
       With some 'autoconf' packages on AArch64, where --build and --host are
       set, the configure script expects to find 'aarch64-slackware-linux-gnu-cc'.
d/gcc-g++-10.2.0-arm-5.txz: Rebuilt.
d/gcc-gdc-10.2.0-arm-5.txz: Rebuilt.
d/gcc-gfortran-10.2.0-arm-5.txz: Rebuilt.
d/gcc-gnat-10.2.0-arm-5.txz: Rebuilt.
d/gcc-go-10.2.0-arm-5.txz: Rebuilt.
d/gcc-objc-10.2.0-arm-5.txz: Rebuilt.
d/kernel-headers-5.10.28-arm-1.txz: Upgraded.
k/kernel-source-5.10.28-arm-1.txz: Upgraded.
kde/bluedevil-5.21.4-arm-1.txz: Upgraded.
kde/breeze-5.21.4-arm-1.txz: Upgraded.
kde/breeze-gtk-5.21.4-arm-1.txz: Upgraded.
kde/digikam-7.2.0-arm-1.txz: Upgraded.
       Recompiled against opencv-4.5.2 (apparently the ABI changed).
       Thanks to etienne.
kde/drkonqi-5.21.4-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.21.4-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.21.4-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.21.4-arm-1.txz: Upgraded.
kde/kdecoration-5.21.4-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.21.4-arm-1.txz: Upgraded.
kde/kgamma5-5.21.4-arm-1.txz: Upgraded.
kde/khotkeys-5.21.4-arm-1.txz: Upgraded.
kde/kinfocenter-5.21.4-arm-1.txz: Upgraded.
kde/kmenuedit-5.21.4-arm-1.txz: Upgraded.
kde/kscreen-5.21.4-arm-1.txz: Upgraded.
kde/kscreenlocker-5.21.4-arm-1.txz: Upgraded.
kde/ksshaskpass-5.21.4-arm-1.txz: Upgraded.
kde/ksysguard-5.21.4-arm-1.txz: Upgraded.
kde/kwallet-pam-5.21.4-arm-1.txz: Upgraded.
kde/kwayland-integration-5.21.4-arm-1.txz: Upgraded.
kde/kwayland-server-5.21.4-arm-1.txz: Upgraded.
kde/kwin-5.21.4-arm-1.txz: Upgraded.
kde/kwrited-5.21.4-arm-1.txz: Upgraded.
kde/libkscreen-5.21.4-arm-1.txz: Upgraded.
kde/libksysguard-5.21.4-arm-1.txz: Upgraded.
kde/milou-5.21.4-arm-1.txz: Upgraded.
kde/oxygen-5.21.4-arm-1.txz: Upgraded.
kde/plasma-browser-integration-5.21.4-arm-1.txz: Upgraded.
kde/plasma-desktop-5.21.4-arm-1.txz: Upgraded.
kde/plasma-disks-5.21.4-arm-1.txz: Upgraded.
kde/plasma-firewall-5.21.4-arm-1.txz: Upgraded.
kde/plasma-integration-5.21.4-arm-1.txz: Upgraded.
kde/plasma-nm-5.21.4-arm-1.txz: Upgraded.
kde/plasma-pa-5.21.4-arm-1.txz: Upgraded.
kde/plasma-sdk-5.21.4-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.21.4-arm-1.txz: Upgraded.
kde/plasma-vault-5.21.4-arm-1.txz: Upgraded.
kde/plasma-workspace-5.21.4-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.21.4-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.21.4-arm-1.txz: Upgraded.
kde/powerdevil-5.21.4-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.21.4-arm-1.txz: Upgraded.
kde/sddm-kcm-5.21.4-arm-1.txz: Upgraded.
kde/systemsettings-5.21.4-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.21.4-arm-1.txz: Upgraded.
l/graphene-1.10.6-arm-1.txz: Upgraded.
l/libbluray-1.3.0-arm-1.txz: Upgraded.
l/libxkbcommon-1.2.0-arm-1.txz: Upgraded.
l/pipewire-0.3.25-arm-1.txz: Upgraded.
n/libksba-1.5.1-arm-1.txz: Upgraded.
n/stunnel-5.59-arm-1.txz: Upgraded.
tcl/tk-8.6.11.1-arm-4.txz: Rebuilt.
       Install to proper libdir. Thanks to oneforall.
x/fcitx-anthy-0.2.4-arm-1.txz: Upgraded.
x/ibus-m17n-1.4.5-arm-1.txz: Upgraded.
x/libdrm-2.4.105-arm-1.txz: Upgraded.
x/mesa-21.0.2-arm-1.txz: Upgraded.
x/xf86-input-libinput-1.0.0-arm-1.txz: Upgraded.
x/xterm-367-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
+--------------------------+
Tue Apr 06 08:08:08 UTC 2021
installdocs/*: Updated.
       In preparation for Slackware AArch64:
       The 'boardsupport' directory has been renamed 'platform'.
       The sub directory 'u-boot' has been renamed 'bootware'.
       Updated asset URLs references accordingly.
       You do not need to change anything - these changes affect the documented
       installation process only.

Important note: glibc now requires a minimum of Linux 5.10.
       Ordinarily the minimum Kernel requirement set to support earlier Linux
       Kernels. However, as with the Slackware AArch64, this port of Slackware
       (hardware floating point, 32-bit armv7) has never had a stable release, so
       there's no requirement to support upgrades from any previous version of the
       OS so it makes sense to set to the latest running Kernel.
       If you are running a local build of the Kernel on Slackware ARM, you'll need
       to ensure that you upgrade the Kernel if necessary before applying this glibc
       update.

a/aaa_glibc-solibs-2.33-arm-2.txz: Rebuilt.
a/file-5.40-arm-1.txz: Upgraded.
a/hwdata-0.346-arm-1.txz: Upgraded.
a/kernel-firmware-20210405_af1ca28-noarch-1.txz: Upgraded.
ap/ghostscript-9.54.0-arm-1.txz: Upgraded.
ap/inxi-20210329_a539c8fd-noarch-1.txz: Upgraded.
ap/sqlite-3.35.4-arm-1.txz: Upgraded.
d/Cython-0.29.22-arm-2.txz: Rebuilt.
       Recompiled to fix building some programs that use Cython. It's possible
       that this was due to an ABI bug that shipped in Python-3.9.3, but we'll
       rebuild to be on the safe side.
       Thanks to PiterPunk who noticed this issue on 32-bit.
d/help2man-1.48.3-arm-1.txz: Upgraded.
d/python3-3.9.4-arm-1.txz: Upgraded.
       This update reverts a change that introduced an unintentional ABI
       incompatibility making some C extensions built with Python 3.9.0 - 3.9.2
       crash with Python 3.9.3 on 32-bit systems.
d/ruby-3.0.1-arm-1.txz: Upgraded.
       This release includes a security fix:
       XML round-trip vulnerability in REXML.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28965
       (* Security fix *)
kde/calligra-3.2.1-arm-9.txz: Rebuilt.
       Recompiled against poppler-21.04.0.
kde/cantor-20.12.3-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.04.0.
kde/kfilemetadata-5.80.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.04.0.
kde/kile-2.9.93-arm-8.txz: Rebuilt.
       Recompiled against poppler-21.04.0.
kde/kitinerary-20.12.3-arm-3.txz: Rebuilt.
       Recompiled against poppler-21.04.0.
kde/krita-4.4.3-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.04.0.
kde/okular-20.12.3-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.04.0.
l/at-spi2-core-2.40.0-arm-1.txz: Upgraded.
l/cryfs-0.10.3-arm-1.txz: Upgraded.
l/dbus-glib-0.112-arm-1.txz: Upgraded.
l/dconf-0.40.0-arm-1.txz: Upgraded.
l/dconf-editor-3.38.3-arm-1.txz: Upgraded.
l/gcr-3.40.0-arm-1.txz: Upgraded.
l/gdk-pixbuf2-2.42.4-arm-1.txz: Upgraded.
l/gjs-1.68.0-arm-1.txz: Upgraded.
l/glib-networking-2.68.0-arm-1.txz: Upgraded.
l/glib2-2.68.0-arm-1.txz: Upgraded.
l/glibc-2.33-arm-2.txz: Rebuilt.
       Applied upstream patch to fix a performance regression:
       [PATCH] linux: Normalize and return timeout on select (BZ #27651)
       Thanks to Fulalas and Adhemerval Zanella.
       Important note: Now requires a minimum of Linux Kernel version 5.10.
l/glibc-i18n-2.33-arm-2.txz: Rebuilt.
l/glibc-profile-2.33-arm-2.txz: Rebuilt.
l/gobject-introspection-1.68.0-arm-1.txz: Upgraded.
l/gtk+3-3.24.28-arm-1.txz: Upgraded.
l/gvfs-1.48.0-arm-1.txz: Upgraded.
l/imagemagick-7.0.11_6-arm-1.txz: Upgraded.
l/libqalculate-3.18.0-arm-1.txz: Upgraded.
l/netpbm-10.94.01-arm-1.txz: Upgraded.
l/opencv-4.5.2-arm-1.txz: Upgraded.
l/poppler-21.04.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/pygobject3-3.40.1-arm-1.txz: Upgraded.
l/python-docutils-0.17-arm-1.txz: Upgraded.
l/python-pillow-8.2.0-arm-1.txz: Upgraded.
l/vte-0.64.0-arm-1.txz: Upgraded.
n/bluez-5.58-arm-1.txz: Upgraded.
n/curl-7.76.0-arm-1.txz: Upgraded.
       This update fixes security issues:
       Authentication Bypass by Spoofing.
       Exposure of Private Personal Information to an Unauthorized Actor.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22890
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876
       (* Security fix *)
n/cyrus-sasl-2.1.27-arm-8.txz: Rebuilt.
       Fixed broken formatting within saslauthd(8).
       Thanks to MisterL on LQ for the report.
n/network-scripts-15.0-noarch-12.txz: Rebuilt.
       netconfig: remove (broken) checks on hostname/domainname validity.
x/libXres-1.2.1-arm-1.txz: Upgraded.
x/libva-utils-2.11.1-arm-1.txz: Upgraded.
xap/gimp-2.10.24-arm-1.txz: Upgraded.
xap/pidgin-2.14.2-arm-1.txz: Upgraded.
xap/xscreensaver-6.00-arm-1.txz: Upgraded.
xfce/mousepad-0.5.4-arm-1.txz: Upgraded.
+--------------------------+
Fri Apr 02 08:08:08 UTC 2021
a/kernel-modules-armv7-5.10.27_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.27-arm-1.txz: Upgraded.
       Within the initial RAM disk ('initrd') '/boot/initrd-armv7':
       LZMA compress the Kernel modules. This is the first step to moving to the new
       Kernel module loading design being developed for Slackware AArch64.
       The kernel-modules within the 'kernel-modules' package were already LZMA
       compressed.
       Use the 'bash' shell rather than busybox's, so we can make use of the richer
       feature set within the SoC support scripts. This enables (for example) the
       use of 'fallthrough' within case statements and regular expression matches
       within 'if' statements. This will help streamline the scripts where we
       support variants of a base platform, enabling variants to inherit a baseline
       set of platform modules for the earlier models, whilst keeping the script code
       succinct and more immediately understood (at least I think so!).
a/mkinitrd-1.4.11-arm-8.txz: Rebuilt.
       mkinitrd_command_generator.sh: account for the mmc_block module having an
       internal name of "mmcblk". Thanks to Andypoo.
       use blkid options to ensure that the correct root device is matched.
       Thanks to eduardr and shruggy.
ap/cups-filters-1.28.8-arm-1.txz: Upgraded.
ap/sqlite-3.35.3-arm-1.txz: Upgraded.
ap/vim-8.2.2678-arm-1.txz: Upgraded.
d/ccache-4.2.1-arm-1.txz: Upgraded.
d/git-2.31.1-arm-1.txz: Upgraded.
d/kernel-headers-5.10.27-arm-1.txz: Upgraded.
d/re2c-2.1.1-arm-1.txz: Upgraded.
d/rust-1.51.0-arm-1.txz: Upgraded.
k/kernel-source-5.10.27-arm-1.txz: Upgraded.
l/expat-2.3.0-arm-1.txz: Upgraded.
l/ffmpeg-4.3.2-arm-2.txz: Rebuilt.
       libvpx-1.10.0 seems to have a changed ABI, so recompile against it.
l/gegl-0.4.30-arm-1.txz: Upgraded.
l/gst-plugins-good-1.18.4-arm-2.txz: Rebuilt.
       libvpx-1.10.0 seems to have a changed ABI, so recompile against it.
l/jasper-2.0.28-arm-1.txz: Upgraded.
l/libvpx-1.10.0-arm-1.txz: Upgraded.
l/netpbm-10.93.03-arm-1.txz: Upgraded.
l/pango-1.48.4-arm-1.txz: Upgraded.
l/qt5-5.15.2-arm-8.txz: Rebuilt.
n/epic5-2.1.4-arm-1.txz: Upgraded.
n/fetchmail-6.4.18-arm-1.txz: Upgraded.
n/pam-krb5-4.10-arm-1.txz: Upgraded.
n/whois-5.5.9-arm-1.txz: Upgraded.
t/fig2dev-3.2.8a-arm-1.txz: Upgraded.
t/xfig-3.2.8a-arm-1.txz: Upgraded.
x/libXaw-1.0.14-arm-1.txz: Upgraded.
x/xterm-367-arm-1_slack14.2.txz: Upgraded.
       This update fixes a security issue:
       xterm before Patch #366 allows remote attackers to execute arbitrary code or
       cause a denial of service (segmentation fault) via a crafted UTF-8 combining
       character sequence.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27135
       (* Security fix *)
xap/vim-gvim-8.2.2678-arm-1.txz: Upgraded.
xap/xine-lib-1.2.11-arm-4.txz: Rebuilt.
       libvpx-1.10.0 seems to have a changed ABI, so recompile against it.
xap/xpaint-3.1.3-arm-1.txz: Upgraded.
xap/xsnow-3.2.3-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
+--------------------------+
Fri Mar 26 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

Added packages to enable some core tools:
       l/json-c
       l/lz4
       l/zstd
       l/xxHash
       l/json-c
       l/lmdb
       l/libedit
       Thanks to Davide.

Removed:
       d/perl
Perl is huge and was only added to enable the initial generation of
CA-certs. Perl is now installed temporarily to enable that and
removed prior to packaging of the miniroot.

a/btrfs-progs-5.11.1-arm-1.txz: Upgraded.
a/dialog-1.3_20210324-arm-1.txz: Upgraded.
       Install /etc/dialogrc as /etc/dialogrc.new. This won't protect the file with
       this update, but it will moving forward. Thanks to Tonus.
a/kernel-modules-armv7-5.10.26_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.26-arm-1.txz: Upgraded.
a/openssl-solibs-1.1.1k-arm-1.txz: Upgraded.
d/kernel-headers-5.10.26-arm-1.txz: Upgraded.
e/emacs-27.2-arm-1.txz: Upgraded.
k/kernel-source-5.10.26-arm-1.txz: Upgraded.
l/libsigc++3-3.0.6-arm-1.txz: Added.
n/openssl-1.1.1k-arm-1.txz: Upgraded.
       This update fixes security issues:
       Fixed a problem with verifying a certificate chain when using the
       X509_V_FLAG_X509_STRICT flag.
       Fixed an issue where an OpenSSL TLS server may crash if sent a maliciously
       crafted renegotiation ClientHello message from a client.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3450
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449
       (* Security fix *)
n/samba-4.14.2-arm-1.txz: Upgraded.
       This is a security release in order to address the following defects:
       Heap corruption via crafted DN strings.
       Out of bounds read in AD DC LDAP server.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27840
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20277
       (* Security fix *)
x/libinput-1.17.1-arm-1.txz: Upgraded.
x/mesa-21.0.1-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
+--------------------------+
Thu Mar 25 08:08:08 UTC 2021
a/aaa_libraries-15.0-arm-3.txz: Rebuilt.
       Upgraded: libacl.so.1.1.2301, libattr.so.1.1.2501, libcap.so.2.49,
       libzstd.so.1.4.9, libglib-2.0.so.0.6600.8, libgmodule-2.0.so.0.6600.8,
       libgobject-2.0.so.0.6600.8, libgthread-2.0.so.0.6600.8,
       liblber-2.4.so.2.11.6, libldap-2.4.so.2.11.6. And also the krb5 libraries
       that didn't bump their version numbers.
a/acl-2.3.1-arm-1.txz: Upgraded.
a/attr-2.5.1-arm-1.txz: Upgraded.
a/dialog-1.3_20210319-arm-1.txz: Upgraded.
a/kernel-firmware-20210322_3f026a2-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.25_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.25-arm-1.txz: Upgraded.
a/libgudev-236-arm-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-35.txz: Rebuilt.
       Automatically configure ttyS2 as the local serial console
       when installed on the RockPro64.
a/vboot-utils-20190823-arm-1.txz: Added.
       Re-added and upgraded.
       These are the tools for working with Chromebooks.
       Thanks to alekow on LQ for informing me that it's still useful!
ap/cdparanoia-III_10.2-arm-7.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
ap/man-pages-5.11-noarch-1.txz: Upgraded.
ap/mpg123-1.26.5-arm-1.txz: Upgraded.
ap/rpm-4.16.1.3-arm-1.txz: Upgraded.
ap/slackpkg-15.0.1-noarch-1.txz: Upgraded.
       Tweak default blacklist file's help text (thanks, dive).
       Fix display of blacklisted packages.
       Tweaks to slack-desc.
       Note that kernel-headers should not be blacklisted.
       Added Lithuania mirrors (Totoro-kun on LQ).
       Fix exit code for pending updates (dive).
       Avoid matching txz/tgz etc extension when blacklisting (dive).
       Use https for all slackpkg homepage links.
       Update mirror files (14.2 -> 15.0).
       Add blacklist to search option.
       Move applyblacklist to end of makelist().
       Clarify how to blacklist duplicate packages.
       Fix new-config dialog.
       Reduce false positives in DOUBLEFILES detection.
       Remove spaces in awk..
       More blacklisting fixups (see full commit msg).
       Escape plus signs in blacklist regex.
       Convert ${ROOT}/${WORKDIR} > ${WORKDIR} (dive).
       Convert ${ROOT}/${CONF} -> ${CONF} and tweak blacklists (dive).
       Further fixup/enhancement to blacklisting issues.
       Fix "slackpkg blacklist" so that it shows blacklist again.
       Fixup internal blacklist handling.
       Use ERE for sanity_check() function (David Woodfall).
       Remove "slackpkg blacklist" from manual pages.
       Fix aaa_elflibs --> aaa_libraries in sample blacklist file (mozes).
       Split aarch64 and arm mirrors into separate files (mozes).
       Allow new-config after slackpkg upgrade itself (PiterPUNK).
       Modify blacklist regex line ending.
       Thanks to Robby Workman.
ap/sqlite-3.35.2-arm-1.txz: Upgraded.
ap/sudo-1.9.6p1-arm-1.txz: Upgraded.
ap/vim-8.2.2623-arm-1.txz: Upgraded.
d/cmake-3.20.0-arm-1.txz: Upgraded.
d/git-2.31.0-arm-1.txz: Upgraded.
d/kernel-headers-5.10.25-arm-1.txz: Upgraded.
d/parallel-20210322-noarch-1.txz: Upgraded.
d/poke-1.1-arm-1.txz: Upgraded.
d/python-setuptools-54.2.0-arm-1.txz: Upgraded.
d/rust-1.50.0-arm-2.txz: Rebuilt.
d/slacktrack-2.20-arm-2.txz: Rebuilt.
d/vala-0.52.0-arm-1.txz: Upgraded.
k/kernel-source-5.10.25-arm-1.txz: Upgraded.
kde/attica-5.80.0-arm-2.txz: Rebuilt.
kde/audiocd-kio-20.12.3-arm-2.txz: Rebuilt.
kde/baloo-5.80.0-arm-1.txz: Upgraded.
kde/bluedevil-5.21.3-arm-1.txz: Upgraded.
kde/bluez-qt-5.80.0-arm-1.txz: Upgraded.
kde/breeze-5.21.3-arm-1.txz: Added.
       Thanks to alekow on LQ for the report that this package was missing.
kde/breeze-gtk-5.21.3-arm-1.txz: Upgraded.
kde/breeze-icons-5.80.0-noarch-1.txz: Upgraded.
kde/digikam-7.2.0-arm-7.txz: Rebuilt.
kde/drkonqi-5.21.3-arm-1.txz: Upgraded.
kde/extra-cmake-modules-5.80.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.80.0-arm-1.txz: Upgraded.
kde/kactivities-5.80.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.80.0-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.21.3-arm-1.txz: Upgraded.
kde/kapidox-5.80.0-arm-1.txz: Upgraded.
kde/karchive-5.80.0-arm-1.txz: Upgraded.
kde/kauth-5.80.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.80.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.80.0-arm-1.txz: Upgraded.
kde/kcmutils-5.80.0-arm-1.txz: Upgraded.
kde/kcodecs-5.80.0-arm-1.txz: Upgraded.
kde/kcompletion-5.80.0-arm-1.txz: Upgraded.
kde/kconfig-5.80.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.80.0-arm-1.txz: Upgraded.
kde/kcontacts-5.80.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.80.0-arm-1.txz: Upgraded.
kde/kcrash-5.80.0-arm-1.txz: Upgraded.
kde/kdav-5.80.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.80.0-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.21.3-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.21.3-arm-1.txz: Upgraded.
kde/kdeclarative-5.80.0-arm-1.txz: Upgraded.
kde/kdecoration-5.21.3-arm-1.txz: Upgraded.
kde/kded-5.80.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.80.0-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.21.3-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.80.0-arm-1.txz: Upgraded.
kde/kdesu-5.80.0-arm-1.txz: Upgraded.
kde/kdewebkit-5.80.0-arm-1.txz: Upgraded.
kde/kdnssd-5.80.0-arm-1.txz: Upgraded.
kde/kdoctools-5.80.0-arm-1.txz: Upgraded.
kde/kemoticons-5.80.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.80.0-arm-1.txz: Upgraded.
kde/kgamma5-5.21.3-arm-1.txz: Upgraded.
kde/kglobalaccel-5.80.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.80.0-arm-1.txz: Upgraded.
kde/kholidays-5.80.0-arm-1.txz: Upgraded.
kde/khotkeys-5.21.3-arm-1.txz: Upgraded.
kde/khtml-5.80.0-arm-1.txz: Upgraded.
kde/ki18n-5.80.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.80.0-arm-1.txz: Upgraded.
kde/kid3-3.8.6-arm-5.txz: Rebuilt.
kde/kidletime-5.80.0-arm-1.txz: Upgraded.
kde/kimageformats-5.80.0-arm-1.txz: Upgraded.
kde/kinfocenter-5.21.3-arm-1.txz: Upgraded.
kde/kinit-5.80.0-arm-1.txz: Upgraded.
kde/kio-5.80.1-arm-1.txz: Upgraded.
kde/kirigami2-5.80.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.80.0-arm-1.txz: Upgraded.
kde/kitemviews-5.80.0-arm-1.txz: Upgraded.
kde/kjobwidgets-5.80.0-arm-1.txz: Upgraded.
kde/kjs-5.80.0-arm-1.txz: Upgraded.
kde/kjsembed-5.80.0-arm-1.txz: Upgraded.
kde/kmediaplayer-5.80.0-arm-1.txz: Upgraded.
kde/kmenuedit-5.21.3-arm-1.txz: Upgraded.
kde/knewstuff-5.80.0-arm-1.txz: Upgraded.
kde/knotifications-5.80.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.80.0-arm-1.txz: Upgraded.
kde/kpackage-5.80.0-arm-1.txz: Upgraded.
kde/kparts-5.80.0-arm-1.txz: Upgraded.
kde/kpeople-5.80.0-arm-1.txz: Upgraded.
kde/kplotting-5.80.0-arm-1.txz: Upgraded.
kde/kpty-5.80.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.80.0-arm-1.txz: Upgraded.
kde/krita-4.4.3-arm-1.txz: Upgraded.
kde/kross-5.80.0-arm-1.txz: Upgraded.
kde/krunner-5.80.0-arm-1.txz: Upgraded.
kde/kscreen-5.21.3-arm-1.txz: Upgraded.
kde/kscreenlocker-5.21.3-arm-1.txz: Upgraded.
kde/kservice-5.80.0-arm-1.txz: Upgraded.
kde/ksshaskpass-5.21.3-arm-1.txz: Upgraded.
kde/ksysguard-5.21.3-arm-1.txz: Upgraded.
kde/ktexteditor-5.80.0-arm-1.txz: Upgraded.
kde/ktextwidgets-5.80.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.80.0-arm-1.txz: Upgraded.
kde/kwallet-5.80.0-arm-1.txz: Upgraded.
kde/kwallet-pam-5.21.3-arm-1.txz: Upgraded.
kde/kwayland-5.80.0-arm-1.txz: Upgraded.
kde/kwayland-integration-5.21.3-arm-1.txz: Upgraded.
kde/kwayland-server-5.21.3-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.80.0-arm-1.txz: Upgraded.
kde/kwin-5.21.3-arm-1.txz: Upgraded.
kde/kwindowsystem-5.80.0-arm-1.txz: Upgraded.
kde/kwrited-5.21.3-arm-1.txz: Upgraded.
kde/kxmlgui-5.80.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.80.0-arm-1.txz: Upgraded.
kde/libkscreen-5.21.3-arm-1.txz: Upgraded.
kde/libksysguard-5.21.3.1-arm-1.txz: Upgraded.
kde/milou-5.21.3-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.80.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.80.0-arm-1.txz: Upgraded.
kde/oxygen-5.21.3-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.80.0-noarch-1.txz: Upgraded.
kde/plasma-browser-integration-5.21.3-arm-1.txz: Upgraded.
kde/plasma-desktop-5.21.3-arm-1.txz: Upgraded.
kde/plasma-disks-5.21.3-arm-1.txz: Upgraded.
kde/plasma-firewall-5.21.3-arm-1.txz: Upgraded.
kde/plasma-framework-5.80.0-arm-1.txz: Upgraded.
kde/plasma-integration-5.21.3-arm-1.txz: Upgraded.
kde/plasma-nm-5.21.3-arm-1.txz: Upgraded.
kde/plasma-pa-5.21.3-arm-1.txz: Upgraded.
kde/plasma-sdk-5.21.3-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.21.3-arm-1.txz: Upgraded.
kde/plasma-vault-5.21.3-arm-1.txz: Upgraded.
kde/plasma-workspace-5.21.3-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.21.3-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.21.3-arm-1.txz: Upgraded.
kde/powerdevil-5.21.3-arm-1.txz: Upgraded.
kde/prison-5.80.0-arm-1.txz: Upgraded.
kde/purpose-5.80.0-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.21.3-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.80.0-arm-1.txz: Upgraded.
kde/sddm-kcm-5.21.3-arm-1.txz: Upgraded.
kde/solid-5.80.0-arm-1.txz: Upgraded.
kde/sonnet-5.80.0-arm-1.txz: Upgraded.
kde/syndication-5.80.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.80.0-arm-1.txz: Upgraded.
kde/systemsettings-5.21.3-arm-1.txz: Upgraded.
kde/threadweaver-5.80.0-arm-1.txz: Upgraded.
kde/xdg-desktop-portal-kde-5.21.3-arm-1.txz: Upgraded.
l/db48-4.8.30-arm-6.txz: Rebuilt.
l/dconf-editor-3.38.2-arm-3.txz: Rebuilt.
l/glib2-2.66.8-arm-1.txz: Upgraded.
       Rebuilt using -Dfam=false. Thanks to franzen.
l/gst-plugins-base-1.18.4-arm-1.txz: Upgraded.
l/gst-plugins-good-1.18.4-arm-1.txz: Upgraded.
l/gst-plugins-libav-1.18.4-arm-1.txz: Upgraded.
l/gstreamer-1.18.4-arm-1.txz: Upgraded.
l/gtk+3-3.24.27-arm-1.txz: Upgraded.
l/harfbuzz-2.8.0-arm-1.txz: Upgraded.
l/imagemagick-7.0.11_4-arm-1.txz: Upgraded.
l/jasper-2.0.27-arm-1.txz: Upgraded.
l/libcap-2.49-arm-1.txz: Upgraded.
l/libsigc++-2.10.6-arm-1.txz: Upgraded.
l/lmdb-0.9.29-arm-1.txz: Upgraded.
l/mozilla-nss-3.63-arm-1.txz: Upgraded.
l/mozjs78-78.9.0esr-arm-1.txz: Upgraded.
l/pango-1.48.3-arm-2.txz: Rebuilt.
       Eliminate dangling symlink. Thanks to upnort.
l/pipewire-0.3.24-arm-1.txz: Upgraded.
l/pygobject3-3.40.0-arm-1.txz: Upgraded.
l/python-urllib3-1.26.4-arm-1.txz: Upgraded.
l/qt5-5.15.2-arm-7.txz: Rebuilt.
       Rebuilt with -proprietary-codecs and -webengine-proprietary-codecs. When
       combined with -webengine-ffmpeg (use system ffmpeg), this doesn't actually
       build any proprietary codecs, but allows them to be used if they happen to
       be built into the system ffmpeg. Thanks to alienBOB.
n/alpine-2.24-arm-4.txz: Rebuilt.
       Rebuilt with maildir patch. Thanks to pisti and Eleksir.
       64bit build fixes for AArch64.
n/bind-9.16.13-arm-1.txz: Upgraded.
n/bridge-utils-1.7.1-arm-1.txz: Upgraded.
n/getmail-6.15-arm-1.txz: Upgraded.
n/libassuan-2.5.5-arm-1.txz: Upgraded.
n/libgpg-error-1.42-arm-1.txz: Upgraded.
n/links-2.22-arm-1.txz: Upgraded.
n/nettle-3.7.2-arm-1.txz: Upgraded.
n/network-scripts-15.0-noarch-11.txz: Rebuilt.
       Fix discrepancies between rc.inet1.conf versions.
       Move configuration of SLACC before DHCP.
       Don't bring up a bridge interface if it will be brought up later by IP config.
       Fix a typo in br_open when configuring IFOPTS: i->1.
       Add SLAAC security and privacy options.
       Fix typo of 'default'.
       Added debugging output around new SLAAC enhancements.
       Move enabling RA before SLAAC security section. Thanks to davjohn on LQ.
       Fix domain name validation checks. Thanks to xbeastx74 on LQ for the report.
       Thanks to Darren "Tadgy" Austin and Robby Workman.
n/openldap-2.4.58-arm-1.txz: Upgraded.
n/php-7.4.16-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
n/samba-4.14.0-arm-2.txz: Rebuilt.
       Rebuilt using --without-fam. Thanks to franzen.
n/wireguard-tools-1.0.20210315-arm-1.txz: Added.
       Thanks to dgusev for the suggestion.
n/wireless_tools-30.pre9-arm-5.txz: Rebuilt.
       rc.wireless: don't leave interfaces in up state as it prevents SLAAC.
       Take interface down at exit from rc.wireless. Thanks to davjohn.
x/libgee-0.20.4-arm-1.txz: Upgraded.
x/libva-2.11.0-arm-1.txz: Upgraded.
x/libva-utils-2.11.0-arm-1.txz: Upgraded.
x/xkbcomp-1.4.5-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.2623-arm-1.txz: Upgraded.
xfce/thunar-4.16.6-arm-1.txz: Upgraded.
extra/php8/php8-8.0.3-arm-1.txz: Added.
isolinux/*: Rebuilt.
+--------------------------+
Tue Mar 16 08:08:08 UTC 2021
a/gptfdisk-1.0.7-arm-1.txz: Upgraded.
a/xfsprogs-5.11.0-arm-1.txz: Upgraded.
ap/qpdf-10.3.1-arm-1.txz: Upgraded.
ap/sqlite-3.35.0-arm-1.txz: Upgraded.
ap/sudo-1.9.6-arm-1.txz: Upgraded.
       Fix build time detection of PAM. Thanks to pghvlaans.
d/kpartx-0.8.5-arm-2.txz: Added.
       Moved from /extra.
       This is being used for building the Slackware AArch64's boot
       environment.
l/imagemagick-7.0.11_3-arm-1.txz: Upgraded.
l/netpbm-10.93.02-arm-1.txz: Upgraded.
l/pango-1.48.3-arm-1.txz: Upgraded.
y/nethack-3.6.6-arm-2.txz: Rebuilt.
       Fixed permissions on '/var/lib/nethack' and '/var/lib/nethack/save'.
       Thanks to xor_ebx_ebx on LQ for the report.
xap/mozilla-firefox-78.8.0esr-arm-2.txz: Rebuilt.
       Strip binaries and symlink duplicate binaries. Thanks to franzen.
       Add export MACH_USE_SYSTEM_PYTHON="1", upgrade build-deps/nodejs/.
extra/libgpiod/libgpiod-1.6.2-arm-1.txz: Added.
       Thanks to xor_ebx_ebx on LQ for the suggestion.
       After Slackware 15.0 is released, I will look into moving this to
       the main tree once I assess the impact.
extra/kpartx/kpartx-0.8.5-arm-1.txz: Removed.
       Moved to d/ because it's a critical part of the OS build process
       for AArch64.
+--------------------------+
Mon Mar 15 08:08:08 UTC 2021

Welcome to the world rebuild of Slackware ARM!

Unless your system is heavily customised (many config changes and locally built
software), it may be faster to reinstall from scratch than upgrade.

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

Added packages to the miniroot:
       a/cpio
       d/binutils
       l/libsigsegv
       l/libnsl
       l/libidn2
       l/keyutils
       l/expat
       l/elfutils
       l/readline
       l/popt

I'm also working on a 'microroot', primarily for Slackware AArch64. More on
that at some point.

a/aaa_base-14.2-arm-6.txz: Rebuilt.
a/aaa_glibc-solibs-2.33-arm-1.txz: Upgraded.
a/aaa_libraries-15.0-arm-2.txz: Rebuilt.
       Upgraded: libnsl-2.33.so, libglib-2.0.so.0.6600.7,
       libgmodule-2.0.so.0.6600.7, libgobject-2.0.so.0.6600.7,
       libgthread-2.0.so.0.6600.7.
       Moved libzstd to /lib{,64}. Thanks to slackwhere and TommyC7.
a/aaa_terminfo-6.2_20201219-arm-2.txz: Rebuilt.
a/acl-2.3.0-arm-1.txz: Upgraded.
a/acpid-2.0.32-arm-2.txz: Rebuilt.
a/attr-2.5.0-arm-1.txz: Upgraded.
a/bash-5.1.004.000-arm-1.txz: Upgraded.
a/bin-11.1-arm-5.txz: Rebuilt.
a/btrfs-progs-5.11-arm-1.txz: Upgraded.
a/bzip2-1.0.8-arm-3.txz: Rebuilt.
a/coreutils-8.32-arm-3.txz: Rebuilt.
a/cpio-2.13-arm-3.txz: Rebuilt.
a/cpufrequtils-008-arm-4.txz: Rebuilt.
a/cracklib-2.9.7-arm-2.txz: Rebuilt.
a/cryptsetup-2.3.5-arm-1.txz: Upgraded.
a/dbus-1.12.20-arm-4.txz: Rebuilt.
a/dcron-4.5-arm-7.txz: Rebuilt.
a/dialog-1.3_20210306-arm-1.txz: Upgraded.
a/dosfstools-4.2-arm-2.txz: Rebuilt.
a/e2fsprogs-1.46.2-arm-1.txz: Upgraded.
a/ed-1.17-arm-2.txz: Rebuilt.
a/elogind-246.10-arm-1.txz: Upgraded.
a/elvis-2.2_0-arm-5.txz: Rebuilt.
a/etc-15.0-arm-13.txz: Rebuilt.
       /etc/hosts: added IPv6 loopback addresses.
a/eudev-3.2.10-arm-2.txz: Rebuilt.
a/exfatprogs-1.1.0-arm-2.txz: Rebuilt.
a/f2fs-tools-1.14.0-arm-2.txz: Rebuilt.
a/file-5.39-arm-2.txz: Rebuilt.
       Recompiled against binutils-2.36.1.
a/findutils-4.8.0-arm-2.txz: Rebuilt.
a/floppy-5.5-arm-4.txz: Rebuilt.
a/gawk-5.1.0-arm-2.txz: Rebuilt.
a/genpower-1.0.5-arm-4.txz: Rebuilt.
a/gettext-0.21-arm-2.txz: Rebuilt.
a/gpm-1.20.7-arm-6.txz: Rebuilt.
a/gptfdisk-1.0.6-arm-3.txz: Rebuilt.
a/grep-3.6-arm-2.txz: Rebuilt.
a/gzip-1.10-arm-3.txz: Rebuilt.
a/haveged-1.9.14-arm-2.txz: Rebuilt.
a/hdparm-9.60-arm-2.txz: Rebuilt.
a/hostname-3.23-arm-2.txz: Rebuilt.
a/hwdata-0.345-arm-1.txz: Upgraded.
a/infozip-6.0-arm-5.txz: Rebuilt.
a/inih-53-arm-2.txz: Rebuilt.
a/inotify-tools-3.20.11.0-arm-2.txz: Rebuilt.
a/jfsutils-1.1.15-arm-4.txz: Rebuilt.
a/kbd-1.15.3-arm-5.txz: Rebuilt.
a/kernel-firmware-20210305_e425f76-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.23_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.23-arm-1.txz: Upgraded.
a/kmod-28-arm-2.txz: Rebuilt.
a/lbzip2-2.5-arm-4.txz: Rebuilt.
a/less-563-arm-2.txz: Rebuilt.
a/lhasa-0.3.1-arm-2.txz: Rebuilt.
a/libblockdev-2.25-arm-2.txz: Rebuilt.
a/libbytesize-2.5-arm-2.txz: Rebuilt.
a/libcgroup-0.41-arm-8.txz: Rebuilt.
a/libgudev-234-arm-2.txz: Rebuilt.
a/libpwquality-1.4.4-arm-3.txz: Rebuilt.
a/logrotate-3.18.0-arm-2.txz: Rebuilt.
a/lrzip-0.641-arm-1.txz: Upgraded.
       This update fixes the poor compression ratio reported by Toutatis.
a/lvm2-2.03.11-arm-2.txz: Rebuilt.
a/lzip-1.22-arm-4.txz: Rebuilt.
a/lzlib-1.12-arm-2.txz: Rebuilt.
a/mdadm-4.1-arm-3.txz: Rebuilt.
a/minicom-2.8-arm-2.txz: Rebuilt.
a/mkinitrd-1.4.11-arm-7.txz: Rebuilt.
a/mlocate-0.26-arm-4.txz: Rebuilt.
a/mt-st-1.4-arm-2.txz: Rebuilt.
a/mtd-utils-100121-arm-2.txz: Rebuilt.
a/mtx-1.3.12-arm-4.txz: Rebuilt.
a/ncompress-5.0-arm-2.txz: Rebuilt.
a/ndctl-71.1-arm-3.txz: Rebuilt.
a/ntfs-3g-2017.3.23-arm-4.txz: Rebuilt.
a/nvi-1.81.6-arm-2.txz: Rebuilt.
a/openssl-solibs-1.1.1j-arm-1.txz: Upgraded.
a/os-prober-1.78-arm-2.txz: Rebuilt.
a/pam-1.5.1-arm-3.txz: Rebuilt.
a/patch-2.7.6-arm-5.txz: Rebuilt.
a/pciutils-3.7.0-arm-2.txz: Rebuilt.
a/pkgtools-15.0-noarch-27.txz: Rebuilt.
       installpkg: in --terse mode, fix formatting for the uncommon situation
       where numfmt produces a 5 character output e.g. 1000K.
       Thanks to Karl Magnus Kolstø.
a/plzip-1.9-arm-2.txz: Rebuilt.
a/procps-ng-3.3.17-arm-2.txz: Rebuilt.
a/quota-4.06-arm-2.txz: Rebuilt.
a/reiserfsprogs-3.6.27-arm-4.txz: Rebuilt.
a/rpm2tgz-1.2.2-arm-4.txz: Rebuilt.
a/sdparm-1.11-arm-2.txz: Rebuilt.
a/sed-4.8-arm-2.txz: Rebuilt.
a/shadow-4.8.1-arm-10.txz: Rebuilt.
a/sharutils-4.15.2-arm-4.txz: Rebuilt.
a/smartmontools-7.2-arm-3.txz: Rebuilt.
       Add support for /etc/default/smartd. Thanks to upnort.
a/splitvt-1.6.6-arm-5.txz: Rebuilt.
a/sysfsutils-2.1.0-arm-4.txz: Rebuilt.
a/sysklogd-2.2.2-arm-1.txz: Upgraded.
a/sysvinit-2.99-arm-1.txz: Upgraded.
a/sysvinit-functions-8.53-arm-3.txz: Rebuilt.
a/sysvinit-scripts-2.1-noarch-34.txz: Rebuilt.
       Drop old /sbin/rescan-scsi-bus as the most recent version is already present
       in the sg3_utils package as /usr/bin/rescan-scsi-bus.sh.
a/tar-1.34-arm-1.txz: Upgraded.
a/tcsh-6.22.03-arm-2.txz: Rebuilt.
a/time-1.9-arm-4.txz: Rebuilt.
a/tree-1.8.0-arm-3.txz: Rebuilt.
a/u-boot-tools-v2021.01-arm-1.txz: Upgraded.
a/udisks-1.0.5-arm-8.txz: Rebuilt.
a/udisks2-2.9.2-arm-2.txz: Rebuilt.
a/unarj-265-arm-4.txz: Rebuilt.
a/upower-0.99.11-arm-3.txz: Rebuilt.
a/usb_modeswitch-2.6.1-arm-2.txz: Rebuilt.
a/usbutils-013-arm-2.txz: Rebuilt.
a/utempter-1.2.0-arm-2.txz: Rebuilt.
a/util-linux-2.36.2-arm-2.txz: Rebuilt.
a/volume_key-0.3.12-arm-2.txz: Rebuilt.
a/which-2.21-arm-4.txz: Rebuilt.
a/xfsprogs-5.10.0-arm-2.txz: Rebuilt.
a/xz-5.2.5-arm-4.txz: Rebuilt.
a/zerofree-1.1.1-arm-2.txz: Rebuilt.
a/zoo-2.10_22-arm-4.txz: Rebuilt.
ap/a2ps-4.14-arm-5.txz: Rebuilt.
ap/acct-6.6.4-arm-4.txz: Rebuilt.
ap/alsa-utils-1.2.4-arm-2.txz: Rebuilt.
ap/amp-0.7.6-arm-5.txz: Rebuilt.
ap/at-3.2.1-arm-4.txz: Rebuilt.
ap/bc-1.07.1-arm-5.txz: Rebuilt.
ap/bpe-2.01.00-arm-5.txz: Rebuilt.
ap/cdparanoia-III_10.2-arm-6.txz: Rebuilt.
ap/cdrdao-1.2.4-arm-3.txz: Rebuilt.
ap/cdrtools-3.01-arm-4.txz: Rebuilt.
ap/cups-2.3.3-arm-4.txz: Rebuilt.
ap/cups-filters-1.28.7-arm-2.txz: Rebuilt.
ap/dash-0.5.11.3-arm-1.txz: Upgraded.
ap/dc3dd-7.2.646-arm-4.txz: Rebuilt.
ap/ddrescue-1.25-arm-2.txz: Rebuilt.
ap/diffstat-1.64-arm-2.txz: Rebuilt.
ap/diffutils-3.7-arm-3.txz: Rebuilt.
ap/dmapi-2.2.12-arm-5.txz: Rebuilt.
ap/dmidecode-3.3-arm-2.txz: Rebuilt.
ap/dvd+rw-tools-7.1-arm-4.txz: Rebuilt.
ap/enscript-1.6.6-arm-4.txz: Rebuilt.
ap/flac-1.3.3-arm-2.txz: Rebuilt.
ap/ghostscript-9.53.3-arm-2.txz: Rebuilt.
ap/ghostscript-fonts-std-8.11-noarch-4.txz: Rebuilt.
ap/gphoto2-2.5.27-arm-1.txz: Upgraded.
ap/groff-1.22.4-arm-4.txz: Rebuilt.
ap/gutenprint-5.3.4-arm-2.txz: Rebuilt.
ap/hplip-3.20.5-arm-1.txz: Upgraded.
       Switched to hplip-3.20.5 to fix regressions in the hp-plugin subsystem.
       Patched to use is_alive() rather than the deprecated isAlive().
       Thanks to Andypoo.
       Newer versions than 3.20.6 require avahi. We'll stick with this version
       for now and leave the decision about whether we love HP more than we hate
       avahi for another day.
       Fixed desktop file to show category and icon properly.
       Thanks to upnort and ArTourter.
ap/htop-3.0.5-arm-2.txz: Rebuilt.
ap/i2c-tools-4.1-arm-3.txz: Rebuilt.
ap/inxi-20210113_1e2d470c-noarch-2.txz: Rebuilt.
ap/ispell-3.4.02-arm-2.txz: Rebuilt.
ap/itstool-2.0.6-arm-3.txz: Rebuilt.
ap/jed-0.99_19-arm-4.txz: Rebuilt.
ap/joe-4.6-arm-4.txz: Rebuilt.
ap/jove-4.16.0.74-arm-2.txz: Rebuilt.
ap/ksh93-20200131_e4fea8c5-arm-2.txz: Rebuilt.
ap/linuxdoc-tools-0.9.73-arm-8.txz: Rebuilt.
ap/lm_sensors-3.6.0-arm-2.txz: Rebuilt.
ap/lsof-4.94.0-arm-2.txz: Rebuilt.
ap/lsscsi-0.31-arm-2.txz: Rebuilt.
ap/lxc-2.0.11_fad08f383-arm-6.txz: Rebuilt.
ap/madplay-0.15.2b-arm-4.txz: Rebuilt.
ap/man-db-2.9.4-arm-2.txz: Rebuilt.
ap/man-pages-5.10-noarch-2.txz: Rebuilt.
ap/mariadb-10.5.9-arm-1.txz: Upgraded.
ap/mc-4.8.26-arm-2.txz: Rebuilt.
ap/moc-2.5.2-arm-6.txz: Rebuilt.
ap/most-5.1.0-arm-3.txz: Rebuilt.
ap/mpg123-1.26.4-arm-2.txz: Rebuilt.
ap/nano-5.6.1-arm-1.txz: Upgraded.
ap/neofetch-20201126_6dd85d6-noarch-2.txz: Rebuilt.
ap/normalize-0.7.7-arm-4.txz: Rebuilt.
ap/nvme-cli-1.13-arm-2.txz: Rebuilt.
ap/opus-tools-0.2-arm-3.txz: Rebuilt.
ap/pamixer-1.4-arm-9.txz: Rebuilt.
ap/powertop-2.13-arm-2.txz: Rebuilt.
ap/qpdf-10.3.0-arm-1.txz: Upgraded.
ap/radeontool-1.6.3-arm-4.txz: Rebuilt.
ap/rpm-4.16.1.2-arm-2.txz: Rebuilt.
ap/rzip-2.1-arm-4.txz: Rebuilt.
       This update fixes the poor compression ratio reported by Toutatis.
ap/sc-7.16-arm-2.txz: Rebuilt.
ap/sc-im-20200904_bdd936a-arm-2.txz: Rebuilt.
ap/screen-4.8.0-arm-3.txz: Rebuilt.
ap/slackpkg-15.0-noarch-2.txz: Rebuilt.
ap/soma-3.3.7-noarch-2.txz: Rebuilt.
ap/sox-14.4.2-arm-6.txz: Rebuilt.
ap/sqlite-3.34.1-arm-2.txz: Rebuilt.
ap/squashfs-tools-4.4-arm-4.txz: Rebuilt.
ap/sudo-1.9.5p2-arm-2.txz: Rebuilt.
ap/sysstat-12.5.3-arm-1.txz: Upgraded.
ap/terminus-font-4.49.1-noarch-2.txz: Rebuilt.
ap/texinfo-6.7-arm-3.txz: Rebuilt.
ap/tmux-3.1c-arm-2.txz: Rebuilt.
ap/undervolt-20201024_13fa33d-arm-2.txz: Rebuilt.
ap/usbmuxd-20200615_3daa1e9-arm-2.txz: Rebuilt.
ap/vim-8.2.2585-arm-1.txz: Upgraded.
ap/vorbis-tools-1.4.2-arm-2.txz: Rebuilt.
ap/xfsdump-3.1.9-arm-2.txz: Rebuilt.
ap/xorriso-1.5.4.pl02-arm-2.txz: Rebuilt.
ap/zsh-5.8-arm-2.txz: Rebuilt.
d/Cython-0.29.22-arm-1.txz: Upgraded.
d/autoconf-2.69-noarch-2.txz: Rebuilt.
d/autoconf-archive-2021.02.19-arm-1.txz: Upgraded.
d/automake-1.16.2-noarch-2.txz: Rebuilt.
d/binutils-2.36.1-arm-1.txz: Upgraded.
d/bison-3.7.6-arm-1.txz: Upgraded.
d/ccache-4.2-arm-2.txz: Rebuilt.
d/check-0.15.2-arm-2.txz: Rebuilt.
d/clisp-2.50_20191103_c26de7873-arm-3.txz: Rebuilt.
d/cmake-3.19.6-arm-1.txz: Upgraded.
d/cscope-15.9-arm-3.txz: Rebuilt.
d/cvs-1.11.23-arm-6.txz: Rebuilt.
d/device-tree-compiler-1.6.0-arm-2.txz: Rebuilt.
d/distcc-3.3.5-arm-3.txz: Rebuilt.
d/doxygen-1.9.1-arm-1.txz: Upgraded.
d/flex-2.6.4-arm-5.txz: Rebuilt.
d/gcc-10.2.0-arm-4.txz: Rebuilt.
d/gcc-g++-10.2.0-arm-4.txz: Rebuilt.
d/gcc-gdc-10.2.0-arm-4.txz: Rebuilt.
d/gcc-gfortran-10.2.0-arm-4.txz: Rebuilt.
d/gcc-gnat-10.2.0-arm-4.txz: Rebuilt.
d/gcc-go-10.2.0-arm-4.txz: Rebuilt.
d/gcc-objc-10.2.0-arm-4.txz: Rebuilt.
d/gdb-10.1-arm-2.txz: Rebuilt.
d/gettext-tools-0.21-arm-2.txz: Rebuilt.
d/git-2.30.2-arm-1.txz: Upgraded.
       This update fixes a security issue:
       On case-insensitive file systems with support for symbolic links, if Git is
       configured globally to apply delay-capable clean/smudge filters (such as Git
       LFS), Git could be fooled into running remote code during a clone. Credit for
       finding and fixing this vulnerability goes to Matheus Tavares, helped by
       Johannes Schindelin.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21300
       (* Security fix *)
       Make sure the bash-completion file is installed in the proper location.
       Thanks to Robby Workman.
d/gnucobol-3.1.2-arm-2.txz: Rebuilt.
d/gperf-3.1-arm-4.txz: Rebuilt.
d/guile-3.0.5-arm-2.txz: Rebuilt.
d/gyp-20200512_caa60026-arm-3.txz: Rebuilt.
d/help2man-1.48.2-arm-1.txz: Upgraded.
d/icecream-1.3.1-arm-2.txz: Rebuilt.
d/indent-2.2.12-arm-3.txz: Rebuilt.
d/intltool-0.51.0-arm-5.txz: Rebuilt.
d/kernel-headers-5.10.23-arm-1.txz: Upgraded.
d/libtool-2.4.6-arm-17.txz: Rebuilt.
d/llvm-11.1.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/m4-1.4.18-arm-4.txz: Rebuilt.
d/make-4.3-arm-2.txz: Rebuilt.
d/mercurial-5.7.1-arm-1.txz: Upgraded.
d/meson-0.57.1-arm-1.txz: Upgraded.
d/nasm-2.15.05-arm-2.txz: Rebuilt.
d/ninja-1.10.2-arm-2.txz: Rebuilt.
d/opencl-headers-2.2-arm-4.txz: Rebuilt.
d/oprofile-1.4.0-arm-6.txz: Rebuilt.
       Recompiled against binutils-2.36.1.
d/p2c-2.01-arm-3.txz: Rebuilt.
d/parallel-20210222-noarch-1.txz: Upgraded.
d/patchelf-0.12-arm-2.txz: Rebuilt.
d/perl-5.32.1-arm-2.txz: Rebuilt.
       Changed architecture name to $ARCH-linux-thread-multi from
       $ARCH-linux-gnueabihf
d/pkg-config-0.29.2-arm-5.txz: Rebuilt.
d/pmake-1.111-arm-4.txz: Rebuilt.
d/poke-1.0-arm-1.txz: Added.
       This looks useful enough to add upon the initial upstream release.
d/python-pip-21.0.1-arm-2.txz: Rebuilt.
d/python-setuptools-54.1.1-arm-1.txz: Upgraded.
d/python2-2.7.18-arm-4.txz: Rebuilt.
d/python3-3.9.2-arm-1.txz: Upgraded.
d/rcs-5.10.0-arm-2.txz: Rebuilt.
d/re2c-2.0.3-arm-2.txz: Rebuilt.
d/rinutils-0.8.0-arm-2.txz: Rebuilt.
d/ruby-3.0.0-arm-2.txz: Rebuilt.
d/rust-1.50.0-arm-1.txz: Upgraded.
d/sassc-3.6.1-arm-2.txz: Rebuilt.
d/scons-4.0.1-arm-3.txz: Rebuilt.
d/strace-5.11-arm-1.txz: Upgraded.
d/subversion-1.14.1-arm-2.txz: Rebuilt.
d/swig-4.0.2-arm-3.txz: Rebuilt.
d/vala-0.50.4-arm-1.txz: Upgraded.
d/yasm-1.3.0-arm-4.txz: Rebuilt.
e/emacs-27.1-arm-4.txz: Rebuilt.
e/emacspeak-53.0-arm-2.txz: Rebuilt.
k/kernel-source-5.10.23-arm-1.txz: Upgraded.
kde/akonadi-20.12.3-arm-2.txz: Rebuilt.
kde/akonadi-calendar-20.12.3-arm-2.txz: Rebuilt.
kde/akonadi-calendar-tools-20.12.3-arm-2.txz: Rebuilt.
kde/akonadi-contacts-20.12.3-arm-2.txz: Rebuilt.
kde/akonadi-import-wizard-20.12.3-arm-2.txz: Rebuilt.
kde/akonadi-mime-20.12.3-arm-2.txz: Rebuilt.
kde/akonadi-notes-20.12.3-arm-2.txz: Rebuilt.
kde/akonadi-search-20.12.3-arm-2.txz: Rebuilt.
kde/akonadiconsole-20.12.3-arm-2.txz: Rebuilt.
kde/akregator-20.12.3-arm-2.txz: Rebuilt.
kde/alkimia-8.1.0-arm-2.txz: Rebuilt.
kde/analitza-20.12.3-arm-2.txz: Rebuilt.
kde/ark-20.12.3-arm-2.txz: Rebuilt.
kde/artikulate-20.12.3-arm-2.txz: Rebuilt.
kde/attica-5.79.0-arm-1.txz: Upgraded.
kde/audiocd-kio-20.12.3-arm-2.txz: Rebuilt.
kde/baloo-5.79.0-arm-1.txz: Upgraded.
kde/baloo-widgets-20.12.3-arm-2.txz: Rebuilt.
kde/blinken-20.12.3-arm-2.txz: Rebuilt.
kde/bluedevil-5.21.2-arm-2.txz: Rebuilt.
kde/bluez-qt-5.79.0-arm-1.txz: Upgraded.
kde/bomber-20.12.3-arm-2.txz: Rebuilt.
kde/bovo-20.12.3-arm-2.txz: Rebuilt.
kde/breeze-gtk-5.21.2-arm-2.txz: Rebuilt.
kde/breeze-icons-5.79.0-noarch-1.txz: Upgraded.
kde/calendarsupport-20.12.3-arm-2.txz: Rebuilt.
kde/calligra-3.2.1-arm-8.txz: Rebuilt.
kde/calligraplan-3.3.0-arm-5.txz: Rebuilt.
kde/cantor-20.12.3-arm-2.txz: Rebuilt.
kde/cervisia-20.12.3-arm-2.txz: Rebuilt.
kde/digikam-7.1.0-arm-7.txz: Rebuilt.
kde/dolphin-20.12.3-arm-2.txz: Rebuilt.
kde/dolphin-plugins-20.12.3-arm-2.txz: Rebuilt.
kde/dragon-20.12.3-arm-2.txz: Rebuilt.
kde/drkonqi-5.21.2-arm-2.txz: Rebuilt.
kde/elisa-20.12.3-arm-2.txz: Rebuilt.
kde/eventviews-20.12.3-arm-2.txz: Rebuilt.
kde/extra-cmake-modules-5.79.0-arm-1.txz: Upgraded.
kde/falkon-3.1.0-arm-5.txz: Rebuilt.
kde/ffmpegthumbs-20.12.3-arm-2.txz: Rebuilt.
kde/filelight-20.12.3-arm-2.txz: Rebuilt.
kde/frameworkintegration-5.79.0-arm-1.txz: Upgraded.
kde/granatier-20.12.3-arm-2.txz: Rebuilt.
kde/grantlee-editor-20.12.3-arm-2.txz: Rebuilt.
kde/grantleetheme-20.12.3-arm-2.txz: Rebuilt.
kde/gwenview-20.12.3-arm-2.txz: Rebuilt.
kde/incidenceeditor-20.12.3-arm-2.txz: Rebuilt.
kde/itinerary-20.12.3-arm-2.txz: Rebuilt.
kde/juk-20.12.3-arm-2.txz: Rebuilt.
kde/k3b-20.12.3-arm-2.txz: Rebuilt.
kde/kactivities-5.79.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.79.0-arm-1.txz: Upgraded.
kde/kactivitymanagerd-5.21.2-arm-2.txz: Rebuilt.
kde/kaddressbook-20.12.3-arm-2.txz: Rebuilt.
kde/kalarm-20.12.3-arm-2.txz: Rebuilt.
kde/kalarmcal-20.12.3-arm-2.txz: Rebuilt.
kde/kalgebra-20.12.3-arm-2.txz: Rebuilt.
kde/kalzium-20.12.3-arm-2.txz: Rebuilt.
kde/kamera-20.12.3-arm-2.txz: Rebuilt.
kde/kamoso-20.12.3-arm-2.txz: Rebuilt.
kde/kanagram-20.12.3-arm-2.txz: Rebuilt.
kde/kapidox-5.79.0-arm-1.txz: Upgraded.
kde/kapman-20.12.3-arm-2.txz: Rebuilt.
kde/kapptemplate-20.12.3-arm-2.txz: Rebuilt.
kde/karchive-5.79.0-arm-1.txz: Upgraded.
kde/kate-20.12.3-arm-2.txz: Rebuilt.
kde/katomic-20.12.3-arm-2.txz: Rebuilt.
kde/kauth-5.79.0-arm-1.txz: Upgraded.
kde/kbackup-20.12.3-arm-2.txz: Rebuilt.
kde/kblackbox-20.12.3-arm-2.txz: Rebuilt.
kde/kblocks-20.12.3-arm-2.txz: Rebuilt.
kde/kbookmarks-5.79.0-arm-1.txz: Upgraded.
kde/kbounce-20.12.3-arm-2.txz: Rebuilt.
kde/kbreakout-20.12.3-arm-2.txz: Rebuilt.
kde/kbruch-20.12.3-arm-2.txz: Rebuilt.
kde/kcachegrind-20.12.3-arm-2.txz: Rebuilt.
kde/kcalc-20.12.3-arm-2.txz: Rebuilt.
kde/kcalendarcore-5.79.0-arm-1.txz: Upgraded.
kde/kcalutils-20.12.3-arm-2.txz: Rebuilt.
kde/kcharselect-20.12.3-arm-2.txz: Rebuilt.
kde/kcm-fcitx-0.5.6-arm-2.txz: Rebuilt.
kde/kcmutils-5.79.0-arm-1.txz: Upgraded.
kde/kcodecs-5.79.0-arm-1.txz: Upgraded.
kde/kcolorchooser-20.12.3-arm-2.txz: Rebuilt.
kde/kcompletion-5.79.0-arm-1.txz: Upgraded.
kde/kconfig-5.79.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.79.0-arm-1.txz: Upgraded.
kde/kcontacts-5.79.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.79.0-arm-3.txz: Rebuilt.
       Use inotify, not gamin. This should improve performance and fix a few random
       deadlocks. Thanks to Heinz Wiesinger.
kde/kcrash-5.79.0-arm-1.txz: Upgraded.
kde/kcron-20.12.3-arm-2.txz: Rebuilt.
kde/kdav-5.79.0-arm-1.txz: Upgraded.
kde/kdbusaddons-5.79.0-arm-1.txz: Upgraded.
kde/kde-cli-tools-5.21.2-arm-2.txz: Rebuilt.
kde/kde-dev-scripts-20.12.3-arm-2.txz: Rebuilt.
kde/kde-dev-utils-20.12.3-arm-2.txz: Rebuilt.
kde/kde-gtk-config-5.21.2-arm-2.txz: Rebuilt.
kde/kdebugsettings-20.12.3-arm-2.txz: Rebuilt.
kde/kdeclarative-5.79.0-arm-1.txz: Upgraded.
kde/kdeconnect-kde-20.12.3-arm-2.txz: Rebuilt.
kde/kdecoration-5.21.2-arm-2.txz: Rebuilt.
kde/kded-5.79.0-arm-1.txz: Upgraded.
kde/kdeedu-data-20.12.3-arm-2.txz: Rebuilt.
kde/kdegraphics-mobipocket-20.12.3-arm-2.txz: Rebuilt.
kde/kdegraphics-thumbnailers-20.12.3-arm-2.txz: Rebuilt.
kde/kdelibs4support-5.79.0-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-20.12.3-arm-2.txz: Rebuilt.
kde/kdenlive-20.12.3-arm-2.txz: Rebuilt.
kde/kdepim-addons-20.12.3-arm-2.txz: Rebuilt.
kde/kdepim-runtime-20.12.3-arm-2.txz: Rebuilt.
kde/kdeplasma-addons-5.21.2-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-20.12.3-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-20.12.3-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.79.0-arm-1.txz: Upgraded.
kde/kdesu-5.79.0-arm-1.txz: Upgraded.
kde/kdev-php-5.6.2-arm-5.txz: Rebuilt.
kde/kdev-python-5.6.2-arm-5.txz: Rebuilt.
kde/kdevelop-5.6.2-arm-6.txz: Rebuilt.
kde/kdevelop-pg-qt-2.2.1-arm-5.txz: Rebuilt.
kde/kdewebkit-5.79.0-arm-1.txz: Upgraded.
kde/kdf-20.12.3-arm-1.txz: Upgraded.
kde/kdiagram-2.8.0-arm-5.txz: Rebuilt.
kde/kdialog-20.12.3-arm-1.txz: Upgraded.
kde/kdiamond-20.12.3-arm-1.txz: Upgraded.
kde/kdnssd-5.79.1-arm-1.txz: Upgraded.
kde/kdoctools-5.79.0-arm-1.txz: Upgraded.
kde/keditbookmarks-20.12.3-arm-1.txz: Upgraded.
kde/kemoticons-5.79.0-arm-1.txz: Upgraded.
kde/kfilemetadata-5.79.0-arm-2.txz: Rebuilt.
kde/kfind-20.12.3-arm-1.txz: Upgraded.
kde/kfloppy-20.12.3-arm-1.txz: Upgraded.
kde/kfourinline-20.12.3-arm-1.txz: Upgraded.
kde/kgamma5-5.21.2-arm-1.txz: Upgraded.
kde/kgeography-20.12.3-arm-1.txz: Upgraded.
kde/kget-20.12.3-arm-1.txz: Upgraded.
kde/kglobalaccel-5.79.0-arm-1.txz: Upgraded.
kde/kgoldrunner-20.12.3-arm-1.txz: Upgraded.
kde/kgpg-20.12.3-arm-1.txz: Upgraded.
kde/kguiaddons-5.79.0-arm-1.txz: Upgraded.
kde/khangman-20.12.3-arm-1.txz: Upgraded.
kde/khelpcenter-20.12.3-arm-1.txz: Upgraded.
kde/kholidays-5.79.0-arm-1.txz: Upgraded.
kde/khotkeys-5.21.2-arm-1.txz: Upgraded.
kde/khtml-5.79.0-arm-1.txz: Upgraded.
kde/ki18n-5.79.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.79.0-arm-1.txz: Upgraded.
kde/kid3-3.8.5-arm-5.txz: Rebuilt.
kde/kidentitymanagement-20.12.3-arm-1.txz: Upgraded.
kde/kidletime-5.79.0-arm-1.txz: Upgraded.
kde/kig-20.12.3-arm-1.txz: Upgraded.
kde/kigo-20.12.3-arm-1.txz: Upgraded.
kde/kile-2.9.93-arm-7.txz: Rebuilt.
kde/killbots-20.12.3-arm-1.txz: Upgraded.
kde/kimageformats-5.79.0-arm-1.txz: Upgraded.
kde/kimagemapeditor-20.12.3-arm-1.txz: Upgraded.
kde/kimap-20.12.3-arm-1.txz: Upgraded.
kde/kinfocenter-5.21.2-arm-1.txz: Upgraded.
kde/kinit-5.79.0-arm-1.txz: Upgraded.
kde/kio-5.79.0-arm-1.txz: Upgraded.
kde/kio-extras-20.12.3-arm-1.txz: Upgraded.
kde/kio-gdrive-20.12.3-arm-1.txz: Upgraded.
kde/kipi-plugins-20.12.3-arm-1.txz: Upgraded.
kde/kirigami-gallery-20.12.3-arm-1.txz: Upgraded.
kde/kirigami2-5.79.0-arm-1.txz: Upgraded.
kde/kiriki-20.12.3-arm-1.txz: Upgraded.
kde/kitemmodels-5.79.0-arm-1.txz: Upgraded.
kde/kitemviews-5.79.0-arm-1.txz: Upgraded.
kde/kiten-20.12.3-arm-1.txz: Upgraded.
kde/kitinerary-20.12.3-arm-2.txz: Rebuilt.
kde/kjobwidgets-5.79.0-arm-1.txz: Upgraded.
kde/kjots-20201206_f7d555c-arm-5.txz: Rebuilt.
kde/kjs-5.79.0-arm-1.txz: Upgraded.
kde/kjsembed-5.79.0-arm-1.txz: Upgraded.
kde/kjumpingcube-20.12.3-arm-1.txz: Upgraded.
kde/kldap-20.12.3-arm-1.txz: Upgraded.
kde/kleopatra-20.12.3-arm-1.txz: Upgraded.
kde/klickety-20.12.3-arm-1.txz: Upgraded.
kde/klines-20.12.3-arm-1.txz: Upgraded.
kde/kmag-20.12.3-arm-1.txz: Upgraded.
kde/kmahjongg-20.12.3-arm-1.txz: Upgraded.
kde/kmail-20.12.3-arm-1.txz: Upgraded.
kde/kmail-account-wizard-20.12.3-arm-1.txz: Upgraded.
kde/kmailtransport-20.12.3-arm-1.txz: Upgraded.
kde/kmbox-20.12.3-arm-1.txz: Upgraded.
kde/kmediaplayer-5.79.0-arm-1.txz: Upgraded.
kde/kmenuedit-5.21.2-arm-1.txz: Upgraded.
kde/kmime-20.12.3-arm-1.txz: Upgraded.
kde/kmines-20.12.3-arm-1.txz: Upgraded.
kde/kmix-20.12.3-arm-1.txz: Upgraded.
kde/kmousetool-20.12.3-arm-1.txz: Upgraded.
kde/kmouth-20.12.3-arm-1.txz: Upgraded.
kde/kmplot-20.12.3-arm-1.txz: Upgraded.
kde/kmymoney-5.1.1-arm-5.txz: Rebuilt.
kde/knavalbattle-20.12.3-arm-1.txz: Upgraded.
kde/knetwalk-20.12.3-arm-1.txz: Upgraded.
kde/knewstuff-5.79.0-arm-1.txz: Upgraded.
kde/knights-20.12.3-arm-1.txz: Upgraded.
kde/knotes-20.12.3-arm-1.txz: Upgraded.
kde/knotifications-5.79.0-arm-1.txz: Upgraded.
kde/knotifyconfig-5.79.0-arm-1.txz: Upgraded.
kde/kolf-20.12.3-arm-1.txz: Upgraded.
kde/kollision-20.12.3-arm-1.txz: Upgraded.
kde/kolourpaint-20.12.3-arm-1.txz: Upgraded.
kde/kompare-20.12.3-arm-1.txz: Upgraded.
kde/konqueror-20.12.3-arm-1.txz: Upgraded.
kde/konquest-20.12.3-arm-1.txz: Upgraded.
kde/konsole-20.12.3-arm-1.txz: Upgraded.
kde/kontact-20.12.3-arm-1.txz: Upgraded.
kde/kontactinterface-20.12.3-arm-1.txz: Upgraded.
kde/kontrast-20.12.3-arm-1.txz: Upgraded.
kde/konversation-20.12.3-arm-1.txz: Upgraded.
kde/kopete-20.12.3-arm-1.txz: Upgraded.
kde/korganizer-20.12.3-arm-1.txz: Upgraded.
kde/kosmindoormap-20.12.3-arm-1.txz: Upgraded.
kde/kpackage-5.79.0-arm-1.txz: Upgraded.
kde/kparts-5.79.0-arm-1.txz: Upgraded.
kde/kpat-20.12.3-arm-1.txz: Upgraded.
kde/kpeople-5.79.0-arm-1.txz: Upgraded.
kde/kpeoplevcard-0.1-arm-5.txz: Rebuilt.
kde/kpimtextedit-20.12.3-arm-1.txz: Upgraded.
kde/kpkpass-20.12.3-arm-1.txz: Upgraded.
kde/kplotting-5.79.0-arm-1.txz: Upgraded.
kde/kpmcore-20.12.3-arm-1.txz: Upgraded.
kde/kpty-5.79.0-arm-1.txz: Upgraded.
kde/kpublictransport-20.12.3-arm-1.txz: Upgraded.
kde/kqtquickcharts-20.12.3-arm-1.txz: Upgraded.
kde/kquickcharts-5.79.0-arm-1.txz: Upgraded.
kde/krdc-20.12.3-arm-1.txz: Upgraded.
kde/krename-5.0.1-arm-5.txz: Rebuilt.
kde/kreversi-20.12.3-arm-1.txz: Upgraded.
kde/krfb-20.12.3-arm-1.txz: Upgraded.
kde/krita-4.4.2-arm-7.txz: Rebuilt.
kde/kross-5.79.0-arm-1.txz: Upgraded.
kde/kross-interpreters-20.12.3-arm-1.txz: Upgraded.
kde/kruler-20.12.3-arm-1.txz: Upgraded.
kde/krunner-5.79.0-arm-1.txz: Upgraded.
kde/krusader-2.7.2-arm-5.txz: Rebuilt.
kde/kscreen-5.21.2-arm-1.txz: Upgraded.
kde/kscreenlocker-5.21.2-arm-1.txz: Upgraded.
kde/kservice-5.79.0-arm-1.txz: Upgraded.
kde/kshisen-20.12.3-arm-1.txz: Upgraded.
kde/ksirk-20.12.3-arm-1.txz: Upgraded.
kde/ksmtp-20.12.3-arm-1.txz: Upgraded.
kde/ksnakeduel-20.12.3-arm-1.txz: Upgraded.
kde/kspaceduel-20.12.3-arm-1.txz: Upgraded.
kde/ksquares-20.12.3-arm-1.txz: Upgraded.
kde/ksshaskpass-5.21.2-arm-1.txz: Upgraded.
kde/kstars-3.5.2-arm-1.txz: Upgraded.
kde/ksudoku-20.12.3-arm-1.txz: Upgraded.
kde/ksysguard-5.21.2-arm-1.txz: Upgraded.
       Patched to fix crash without systemd. Thanks to LuckyCyborg.
kde/ksystemlog-20.12.3-arm-1.txz: Upgraded.
kde/kteatime-20.12.3-arm-1.txz: Upgraded.
kde/ktexteditor-5.79.0-arm-2.txz: Rebuilt.
       Applied upstream patch to fix syntax highlighting in kdevelop.
       Thanks to Heinz Wiesinger.
kde/ktextwidgets-5.79.0-arm-1.txz: Upgraded.
kde/ktimer-20.12.3-arm-1.txz: Upgraded.
kde/ktimetracker-5.0.1-arm-5.txz: Rebuilt.
kde/ktnef-20.12.3-arm-1.txz: Upgraded.
kde/ktorrent-20.12.3-arm-1.txz: Upgraded.
kde/ktouch-20.12.3-arm-1.txz: Upgraded.
kde/kturtle-20.12.3-arm-1.txz: Upgraded.
kde/kubrick-20.12.3-arm-1.txz: Upgraded.
kde/kunitconversion-5.79.0-arm-1.txz: Upgraded.
kde/kwallet-5.79.0-arm-1.txz: Upgraded.
kde/kwallet-pam-5.21.2-arm-1.txz: Upgraded.
kde/kwalletmanager-20.12.3-arm-1.txz: Upgraded.
kde/kwave-20.12.3-arm-1.txz: Upgraded.
kde/kwayland-5.79.0-arm-1.txz: Upgraded.
kde/kwayland-integration-5.21.2-arm-1.txz: Upgraded.
kde/kwayland-server-5.21.2-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.79.0-arm-1.txz: Upgraded.
kde/kwin-5.21.2-arm-1.txz: Upgraded.
kde/kwindowsystem-5.79.0-arm-1.txz: Upgraded.
kde/kwordquiz-20.12.3-arm-1.txz: Upgraded.
kde/kwrited-5.21.2-arm-1.txz: Upgraded.
kde/kxmlgui-5.79.0-arm-1.txz: Upgraded.
kde/kxmlrpcclient-5.79.0-arm-1.txz: Upgraded.
kde/latte-dock-0.9.11-arm-5.txz: Rebuilt.
kde/libgravatar-20.12.3-arm-1.txz: Upgraded.
kde/libkcddb-20.12.3-arm-1.txz: Upgraded.
kde/libkcompactdisc-20.12.3-arm-1.txz: Upgraded.
kde/libkdcraw-20.12.3-arm-1.txz: Upgraded.
kde/libkdegames-20.12.3-arm-1.txz: Upgraded.
kde/libkdepim-20.12.3-arm-1.txz: Upgraded.
kde/libkeduvocdocument-20.12.3-arm-1.txz: Upgraded.
kde/libkexiv2-20.12.3-arm-1.txz: Upgraded.
kde/libkgapi-20.12.3-arm-1.txz: Upgraded.
kde/libkipi-20.12.3-arm-1.txz: Upgraded.
kde/libkleo-20.12.3-arm-1.txz: Upgraded.
kde/libkmahjongg-20.12.3-arm-1.txz: Upgraded.
kde/libkomparediff2-20.12.3-arm-1.txz: Upgraded.
kde/libksane-20.12.3-arm-1.txz: Upgraded.
kde/libkscreen-5.21.2-arm-1.txz: Upgraded.
kde/libksieve-20.12.3-arm-1.txz: Upgraded.
kde/libksysguard-5.21.2-arm-1.txz: Upgraded.
       Patched to fix crash without systemd. Thanks to LuckyCyborg.
kde/libktorrent-20.12.3-arm-1.txz: Upgraded.
kde/lokalize-20.12.3-arm-1.txz: Upgraded.
kde/lskat-20.12.3-arm-1.txz: Upgraded.
kde/mailcommon-20.12.3-arm-1.txz: Upgraded.
kde/mailimporter-20.12.3-arm-1.txz: Upgraded.
kde/marble-20.12.3-arm-1.txz: Upgraded.
kde/markdownpart-20.12.3-arm-1.txz: Upgraded.
kde/mbox-importer-20.12.3-arm-1.txz: Upgraded.
kde/messagelib-20.12.3-arm-1.txz: Upgraded.
kde/milou-5.21.2-arm-1.txz: Upgraded.
kde/minuet-20.12.3-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.79.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.79.0-arm-1.txz: Upgraded.
kde/okteta-0.26.5-arm-5.txz: Rebuilt.
kde/okular-20.12.3-arm-1.txz: Upgraded.
kde/oxygen-5.21.2-arm-1.txz: Upgraded.
kde/oxygen-fonts-5.4.3-noarch-5.txz: Rebuilt.
kde/oxygen-gtk2-1.4.6-arm-5.txz: Rebuilt.
kde/oxygen-icons5-5.79.0-noarch-1.txz: Upgraded.
kde/palapeli-20.12.3-arm-1.txz: Upgraded.
kde/parley-20.12.3-arm-1.txz: Upgraded.
kde/partitionmanager-20.12.3-arm-1.txz: Upgraded.
kde/picmi-20.12.3-arm-1.txz: Upgraded.
kde/pim-data-exporter-20.12.3-arm-1.txz: Upgraded.
kde/pim-sieve-editor-20.12.3-arm-1.txz: Upgraded.
kde/pimcommon-20.12.3-arm-1.txz: Upgraded.
kde/plasma-browser-integration-5.21.2-arm-1.txz: Upgraded.
kde/plasma-desktop-5.21.2-arm-1.txz: Upgraded.
kde/plasma-disks-5.21.2-arm-1.txz: Upgraded.
kde/plasma-firewall-5.21.2-arm-1.txz: Added.
kde/plasma-framework-5.79.0-arm-1.txz: Upgraded.
kde/plasma-integration-5.21.2-arm-1.txz: Upgraded.
kde/plasma-nm-5.21.2-arm-1.txz: Upgraded.
kde/plasma-pa-5.21.2-arm-1.txz: Upgraded.
kde/plasma-sdk-5.21.2-arm-1.txz: Upgraded.
kde/plasma-systemmonitor-5.21.2-arm-1.txz: Added.
kde/plasma-vault-5.21.2-arm-1.txz: Upgraded.
kde/plasma-wayland-protocols-1.1.1-arm-5.txz: Rebuilt.
kde/plasma-workspace-5.21.2-arm-1.txz: Upgraded.
kde/plasma-workspace-wallpapers-5.21.2-arm-1.txz: Upgraded.
kde/polkit-kde-agent-1-5.21.2-arm-1.txz: Upgraded.
kde/powerdevil-5.21.2-arm-1.txz: Upgraded.
kde/poxml-20.12.3-arm-1.txz: Upgraded.
kde/print-manager-20.12.3-arm-1.txz: Upgraded.
kde/prison-5.79.0-arm-1.txz: Upgraded.
kde/pulseaudio-qt-1.2-arm-5.txz: Rebuilt.
kde/purpose-5.79.0-arm-1.txz: Upgraded.
kde/qqc2-breeze-style-5.21.2-arm-1.txz: Added.
kde/qqc2-desktop-style-5.79.0-arm-1.txz: Upgraded.
kde/rocs-20.12.3-arm-1.txz: Upgraded.
kde/sddm-0.19.0-arm-5.txz: Rebuilt.
kde/sddm-kcm-5.21.2-arm-1.txz: Upgraded.
kde/skanlite-2.2.0-arm-5.txz: Rebuilt.
kde/solid-5.79.0-arm-1.txz: Upgraded.
kde/sonnet-5.79.0-arm-1.txz: Upgraded.
kde/spectacle-20.12.3-arm-1.txz: Upgraded.
kde/step-20.12.3-arm-1.txz: Upgraded.
kde/svgpart-20.12.3-arm-1.txz: Upgraded.
kde/sweeper-20.12.3-arm-1.txz: Upgraded.
kde/syndication-5.79.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.79.1-arm-1.txz: Upgraded.
kde/systemsettings-5.21.2-arm-1.txz: Upgraded.
kde/threadweaver-5.79.0-arm-1.txz: Upgraded.
kde/umbrello-20.12.3-arm-1.txz: Upgraded.
kde/wacomtablet-20201030_417d9d9-arm-6.txz: Rebuilt.
kde/xdg-desktop-portal-kde-5.21.2-arm-1.txz: Upgraded.
kde/yakuake-20.12.3-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-20.12.3-arm-1.txz: Upgraded.
l/GConf-3.2.6-arm-6.txz: Rebuilt.
l/LibRaw-0.20.2-arm-2.txz: Rebuilt.
l/M2Crypto-0.37.1-arm-2.txz: Rebuilt.
l/Mako-1.1.4-arm-2.txz: Rebuilt.
l/PyQt5-5.15.2-arm-2.txz: Rebuilt.
l/QScintilla-2.11.6-arm-2.txz: Rebuilt.
l/QtAV-20200910_2a470d2a-arm-2.txz: Rebuilt.
l/SDL2-2.0.14-arm-2.txz: Rebuilt.
l/SDL2_gfx-1.0.4-arm-4.txz: Rebuilt.
l/SDL2_image-2.0.5-arm-3.txz: Rebuilt.
l/SDL2_mixer-2.0.4-arm-3.txz: Rebuilt.
l/SDL2_net-2.0.1-arm-4.txz: Rebuilt.
l/SDL2_ttf-2.0.15-arm-3.txz: Rebuilt.
l/a52dec-0.7.4-arm-5.txz: Rebuilt.
l/aalib-1.4rc5-arm-4.txz: Rebuilt.
l/accountsservice-0.6.55-arm-3.txz: Rebuilt.
l/adwaita-icon-theme-3.38.0-arm-2.txz: Rebuilt.
l/alsa-lib-1.2.4-arm-2.txz: Rebuilt.
l/alsa-oss-1.1.8-arm-3.txz: Rebuilt.
l/alsa-plugins-1.2.2-arm-2.txz: Rebuilt.
l/apr-1.7.0-arm-3.txz: Rebuilt.
l/apr-util-1.6.1-arm-10.txz: Rebuilt.
l/argon2-20190702-arm-3.txz: Rebuilt.
l/aspell-0.60.8-arm-2.txz: Rebuilt.
l/at-spi2-atk-2.38.0-arm-2.txz: Rebuilt.
l/at-spi2-core-2.38.0-arm-2.txz: Rebuilt.
l/atk-2.36.0-arm-2.txz: Rebuilt.
l/atkmm-2.28.1-arm-2.txz: Rebuilt.
l/audiofile-0.3.6-arm-4.txz: Rebuilt.
l/babl-0.1.86-arm-1.txz: Upgraded.
l/boost-1.75.0-arm-2.txz: Rebuilt.
l/brotli-1.0.9-arm-4.txz: Rebuilt.
l/cairo-1.16.0-arm-3.txz: Rebuilt.
l/cairomm-1.12.2-arm-4.txz: Rebuilt.
l/cfitsio-3.49-arm-2.txz: Rebuilt.
l/chmlib-0.40-arm-4.txz: Rebuilt.
l/clucene-2.3.3.4-arm-4.txz: Rebuilt.
l/cryfs-0.10.2-arm-2.txz: Rebuilt.
l/cryptopp-8.2.0-arm-2.txz: Rebuilt.
l/db48-4.8.30-arm-6.txz: Rebuilt.
l/dbus-glib-0.110-arm-4.txz: Rebuilt.
l/dbus-python-1.2.16-arm-3.txz: Rebuilt.
l/dconf-0.38.0-arm-2.txz: Rebuilt.
l/dconf-editor-3.38.2-arm-2.txz: Rebuilt.
l/desktop-file-utils-0.26-arm-2.txz: Rebuilt.
l/djvulibre-3.5.28-arm-2.txz: Rebuilt.
l/dotconf-1.3-arm-2.txz: Rebuilt.
l/dvdauthor-0.7.2-arm-3.txz: Rebuilt.
l/ebook-tools-0.2.2-arm-5.txz: Rebuilt.
l/eigen2-2.0.17-arm-4.txz: Rebuilt.
l/eigen3-3.3.9-arm-2.txz: Rebuilt.
l/elfutils-0.183-arm-2.txz: Rebuilt.
l/enchant-1.6.1-arm-4.txz: Rebuilt.
l/esound-0.2.41-arm-4.txz: Rebuilt.
l/espeak-ng-1.50-arm-2.txz: Rebuilt.
l/exiv2-0.27.3-arm-2.txz: Rebuilt.
l/expat-2.2.10-arm-2.txz: Rebuilt.
l/farstream-0.2.9-arm-2.txz: Rebuilt.
l/ffmpeg-4.3.2-arm-1.txz: Upgraded.
l/fftw-3.3.9-arm-2.txz: Rebuilt.
l/fluidsynth-1.1.11-arm-4.txz: Rebuilt.
l/freecell-solver-6.2.0-arm-2.txz: Rebuilt.
l/freetype-2.10.4-arm-2.txz: Rebuilt.
l/frei0r-plugins-1.7.0-arm-2.txz: Rebuilt.
l/fribidi-1.0.10-arm-2.txz: Rebuilt.
l/fuse-2.9.9-arm-4.txz: Rebuilt.
l/fuse3-3.10.2-arm-2.txz: Rebuilt.
l/gamin-0.1.10-arm-5.txz: Rebuilt.
l/gc-8.0.4-arm-3.txz: Rebuilt.
l/gcr-3.38.1-arm-2.txz: Rebuilt.
l/gd-2.3.2-arm-1.txz: Upgraded.
l/gdbm-1.19-arm-2.txz: Rebuilt.
l/gdk-pixbuf2-2.42.2-arm-2.txz: Rebuilt.
l/gdk-pixbuf2-xlib-2.40.2-arm-2.txz: Rebuilt.
l/gegl-0.4.28-arm-2.txz: Rebuilt.
l/gexiv2-0.12.2-arm-1.txz: Upgraded.
l/giflib-5.2.1-arm-3.txz: Rebuilt.
l/gjs-1.66.2-arm-2.txz: Rebuilt.
l/glade-3.38.2-arm-2.txz: Rebuilt.
l/glib-1.2.10-arm-6.txz: Rebuilt.
l/glib-networking-2.66.0-arm-2.txz: Rebuilt.
l/glib2-2.66.7-arm-2.txz: Rebuilt.
l/glibc-2.33-arm-1.txz: Upgraded.
l/glibc-i18n-2.33-arm-1.txz: Upgraded.
l/glibc-profile-2.33-arm-1.txz: Upgraded.
l/glibmm-2.64.5-arm-2.txz: Rebuilt.
l/gmime-3.2.7-arm-3.txz: Rebuilt.
l/gmm-5.4-noarch-2.txz: Rebuilt.
l/gmp-6.2.1-arm-2.txz: Rebuilt.
l/gnome-keyring-3.36.0-arm-3.txz: Rebuilt.
l/gnome-themes-extra-3.28-arm-2.txz: Rebuilt.
l/gobject-introspection-1.66.1-arm-2.txz: Rebuilt.
l/grantlee-5.2.0-arm-2.txz: Rebuilt.
l/graphene-1.10.4-arm-2.txz: Rebuilt.
l/graphite2-1.3.14-arm-2.txz: Rebuilt.
l/gsettings-desktop-schemas-3.38.0-arm-2.txz: Rebuilt.
l/gsl-2.6-arm-2.txz: Rebuilt.
l/gst-plugins-base-1.18.3-arm-2.txz: Rebuilt.
l/gst-plugins-good-1.18.3-arm-2.txz: Rebuilt.
l/gst-plugins-libav-1.18.3-arm-2.txz: Rebuilt.
l/gstreamer-1.18.3-arm-2.txz: Rebuilt.
l/gtk+-1.2.10-arm-6.txz: Rebuilt.
l/gtk+2-2.24.33-arm-2.txz: Rebuilt.
l/gtk+3-3.24.26-arm-1.txz: Upgraded.
l/gtkmm2-2.24.5-arm-4.txz: Rebuilt.
l/gtkmm3-3.24.3-arm-2.txz: Rebuilt.
l/gtksourceview3-3.24.11-arm-2.txz: Rebuilt.
l/gtkspell-2.0.16-arm-4.txz: Rebuilt.
l/gvfs-1.46.2-arm-2.txz: Rebuilt.
l/harfbuzz-2.7.4-arm-2.txz: Rebuilt.
l/hicolor-icon-theme-0.17-noarch-3.txz: Rebuilt.
l/hunspell-1.6.2-arm-5.txz: Rebuilt.
l/hyphen-2.8.8-arm-2.txz: Rebuilt.
l/icon-naming-utils-0.8.90-arm-4.txz: Rebuilt.
l/icu4c-68.2-arm-3.txz: Rebuilt.
l/id3lib-3.8.3-arm-4.txz: Rebuilt.
l/imagemagick-7.0.11_2-arm-1.txz: Upgraded.
l/isl-0.23-arm-2.txz: Rebuilt.
l/iso-codes-4.6.0-arm-1.txz: Upgraded.
l/jansson-2.13.1-arm-2.txz: Rebuilt.
l/jasper-2.0.26-arm-1.txz: Upgraded.
l/jemalloc-5.2.1-arm-2.txz: Rebuilt.
l/jmtpfs-0.5-arm-4.txz: Rebuilt.
l/json-c-0.15_20200726-arm-2.txz: Rebuilt.
l/json-glib-1.6.2-arm-2.txz: Rebuilt.
l/judy-1.0.5-arm-4.txz: Rebuilt.
l/kdsoap-1.10.0-arm-2.txz: Rebuilt.
l/keybinder3-3.0_0.3.2-arm-2.txz: Rebuilt.
l/keyutils-1.6.3-arm-2.txz: Rebuilt.
l/lame-3.100-arm-4.txz: Rebuilt.
l/lcms-1.19-arm-4.txz: Rebuilt.
l/lcms2-2.12-arm-2.txz: Rebuilt.
l/lensfun-0.3.95-arm-2.txz: Rebuilt.
l/libaio-0.3.112-arm-3.txz: Rebuilt.
l/libao-1.2.2-arm-4.txz: Rebuilt.
l/libappindicator-12.10.0-arm-2.txz: Rebuilt.
l/libarchive-3.5.1-arm-2.txz: Rebuilt.
l/libasyncns-0.8-arm-5.txz: Rebuilt.
l/libatasmart-0.19-arm-4.txz: Rebuilt.
l/libbluray-1.2.1-arm-2.txz: Rebuilt.
l/libburn-1.5.4-arm-2.txz: Rebuilt.
l/libcaca-0.99.beta19-arm-9.txz: Rebuilt.
l/libcanberra-0.30-arm-4.txz: Rebuilt.
l/libcap-2.48-arm-2.txz: Rebuilt.
l/libcap-ng-0.8.2-arm-3.txz: Rebuilt.
l/libcddb-1.3.2-arm-6.txz: Rebuilt.
l/libcdio-2.1.0-arm-3.txz: Rebuilt.
l/libcdio-paranoia-10.2+2.0.1-arm-2.txz: Rebuilt.
l/libclc-11.0.1-arm-2.txz: Rebuilt.
l/libcue-2.2.1-arm-2.txz: Rebuilt.
l/libdbusmenu-16.04.0-arm-2.txz: Rebuilt.
l/libdbusmenu-qt-0.9.3+16.04.20160218-arm-2.txz: Rebuilt.
l/libdiscid-0.6.2-arm-4.txz: Rebuilt.
l/libdmtx-0.7.5-arm-2.txz: Rebuilt.
l/libdvdnav-6.1.0-arm-3.txz: Rebuilt.
l/libdvdread-6.1.1-arm-2.txz: Rebuilt.
l/libedit-20210216_3.1-arm-1.txz: Upgraded.
l/libevent-2.1.12-arm-2.txz: Rebuilt.
l/libexif-0.6.22-arm-2.txz: Rebuilt.
l/libfakekey-0.3-arm-4.txz: Rebuilt.
l/libffi-3.3-arm-2.txz: Rebuilt.
l/libglade-2.6.4-arm-5.txz: Rebuilt.
l/libgnome-keyring-3.12.0-arm-4.txz: Rebuilt.
l/libgphoto2-2.5.27-arm-1.txz: Upgraded.
l/libgpod-0.8.3-arm-8.txz: Rebuilt.
l/libgsf-1.14.47-arm-2.txz: Rebuilt.
l/libgtop-2.40.0-arm-2.txz: Rebuilt.
l/libical-3.0.9-arm-2.txz: Rebuilt.
l/libid3tag-0.15.1b-arm-4.txz: Rebuilt.
l/libidl-0.8.14-arm-4.txz: Rebuilt.
l/libidn-1.36-arm-2.txz: Rebuilt.
l/libidn2-2.3.0-arm-2.txz: Rebuilt.
l/libieee1284-0.2.11-arm-4.txz: Rebuilt.
l/libimobiledevice-20200615_4791a82-arm-3.txz: Rebuilt.
l/libindicator-12.10.1-arm-2.txz: Rebuilt.
l/libiodbc-3.52.14-arm-1.txz: Upgraded.
l/libjpeg-turbo-2.0.6-arm-2.txz: Rebuilt.
l/libkarma-0.1.2-arm-3.txz: Rebuilt.
l/libmad-0.15.1b-arm-5.txz: Rebuilt.
l/libmcrypt-2.5.8-arm-4.txz: Rebuilt.
l/libmng-2.0.3-arm-4.txz: Rebuilt.
l/libmpc-1.2.1-arm-2.txz: Rebuilt.
l/libmtp-1.1.18-arm-2.txz: Rebuilt.
l/libnice-0.1.18-arm-2.txz: Rebuilt.
l/libnih-1.0.3-arm-4.txz: Rebuilt.
l/libnjb-2.2.7-arm-4.txz: Rebuilt.
l/libnl-1.1.4-arm-5.txz: Rebuilt.
l/libnl3-3.5.0-arm-2.txz: Rebuilt.
l/libnotify-0.7.9-arm-2.txz: Rebuilt.
l/libnsl-1.3.0-arm-2.txz: Rebuilt.
l/libnss_nis-3.1-arm-2.txz: Rebuilt.
l/libodfgen-0.1.8-arm-2.txz: Rebuilt.
l/libogg-1.3.4-arm-2.txz: Rebuilt.
l/liboggz-1.1.1-arm-6.txz: Rebuilt.
l/liboil-0.3.17-arm-4.txz: Rebuilt.
l/libopusenc-0.2.1-arm-3.txz: Rebuilt.
l/libpcap-1.10.0-arm-2.txz: Rebuilt.
l/libplist-2.2.0-arm-2.txz: Rebuilt.
l/libpng-1.6.37-arm-3.txz: Rebuilt.
l/libproxy-0.4.17-arm-2.txz: Rebuilt.
l/libpsl-0.21.1-arm-2.txz: Rebuilt.
l/libqalculate-3.17.0-arm-1.txz: Upgraded.
l/libraw1394-2.1.2-arm-4.txz: Rebuilt.
l/librevenge-0.0.4-arm-4.txz: Rebuilt.
l/librsvg-2.50.3-arm-2.txz: Rebuilt.
l/libsamplerate-0.2.1-arm-2.txz: Rebuilt.
l/libsass-3.6.4-arm-2.txz: Rebuilt.
l/libsecret-0.20.4-arm-2.txz: Rebuilt.
l/libsigc++-2.10.2-arm-2.txz: Rebuilt.
l/libsigsegv-2.13-arm-2.txz: Rebuilt.
l/libsndfile-1.0.31-arm-2.txz: Rebuilt.
l/libsodium-1.0.18-arm-3.txz: Rebuilt.
l/libsoup-2.72.0-arm-2.txz: Rebuilt.
l/libspectre-0.2.9-arm-3.txz: Rebuilt.
l/libssh-0.9.5-arm-2.txz: Rebuilt.
l/libssh2-1.9.0-arm-3.txz: Rebuilt.
l/libtasn1-4.16.0-arm-2.txz: Rebuilt.
l/libtheora-1.1.1-arm-4.txz: Rebuilt.
l/libtiff-4.2.0-arm-2.txz: Rebuilt.
l/libunistring-0.9.10-arm-3.txz: Rebuilt.
l/libunwind-1.5.0-arm-3.txz: Rebuilt.
l/libusb-1.0.24-arm-2.txz: Rebuilt.
l/libusb-compat-0.1.5-arm-4.txz: Rebuilt.
l/libusbmuxd-20200615_c7d7d1a-arm-2.txz: Rebuilt.
l/libuv-1.41.0-arm-1.txz: Upgraded.
l/libvisio-0.1.7-arm-5.txz: Rebuilt.
l/libvisual-0.4.0-arm-4.txz: Rebuilt.
l/libvisual-plugins-0.4.0-arm-5.txz: Rebuilt.
l/libvncserver-0.9.13-arm-2.txz: Rebuilt.
l/libvorbis-1.3.7-arm-2.txz: Rebuilt.
l/libvpx-1.9.0-arm-2.txz: Rebuilt.
l/libwebp-1.2.0-arm-2.txz: Rebuilt.
l/libwmf-0.2.12-arm-2.txz: Rebuilt.
l/libwnck-2.31.0-arm-4.txz: Rebuilt.
l/libwnck3-3.36.0-arm-2.txz: Rebuilt.
l/libwpd-0.10.3-arm-3.txz: Rebuilt.
l/libwpg-0.3.3-arm-3.txz: Rebuilt.
l/libxkbcommon-1.1.0-arm-1.txz: Upgraded.
l/libxklavier-5.4-arm-4.txz: Rebuilt.
l/libxml2-2.9.10-arm-4.txz: Rebuilt.
l/libxslt-1.1.34-arm-2.txz: Rebuilt.
l/libyaml-0.2.5-arm-2.txz: Rebuilt.
l/libzip-1.7.3-arm-2.txz: Rebuilt.
l/lmdb-0.9.28-arm-2.txz: Rebuilt.
l/loudmouth-1.5.4-arm-2.txz: Rebuilt.
l/lz4-1.9.3-arm-2.txz: Rebuilt.
l/lzo-2.10-arm-4.txz: Rebuilt.
l/media-player-info-24-arm-3.txz: Rebuilt.
l/mhash-0.9.9.9-arm-5.txz: Rebuilt.
l/mlt-6.24.0-arm-3.txz: Rebuilt.
l/mm-1.4.2-arm-5.txz: Rebuilt.
l/mozilla-nss-3.62-arm-1.txz: Upgraded.
l/mozjs78-78.8.0esr-arm-1.txz: Upgraded.
l/mpfr-4.1.0-arm-2.txz: Rebuilt.
l/ncurses-6.2_20201219-arm-2.txz: Rebuilt.
l/neon-0.31.2-arm-2.txz: Rebuilt.
l/netpbm-10.93.01-arm-1.txz: Upgraded.
l/newt-0.52.21-arm-5.txz: Rebuilt.
l/ocl-icd-2.2.14-arm-2.txz: Rebuilt.
l/oniguruma-6.9.6-arm-2.txz: Rebuilt.
l/openal-soft-1.21.1-arm-2.txz: Rebuilt.
l/opencv-4.5.1-arm-2.txz: Rebuilt.
l/openexr-2.5.5-arm-2.txz: Rebuilt.
l/openjpeg-2.4.0-arm-2.txz: Rebuilt.
l/opus-1.3.1-arm-3.txz: Rebuilt.
l/opusfile-0.12-arm-2.txz: Rebuilt.
l/orc-0.4.32-arm-2.txz: Rebuilt.
l/pango-1.48.2-arm-2.txz: Rebuilt.
l/pangomm-2.42.2-arm-2.txz: Rebuilt.
l/parted-3.4-arm-2.txz: Rebuilt.
l/pcaudiolib-1.1-arm-2.txz: Rebuilt.
l/pcre-8.44-arm-2.txz: Rebuilt.
l/pcre2-10.36-arm-2.txz: Rebuilt.
l/phonon-4.11.1-arm-2.txz: Rebuilt.
l/phonon-backend-gstreamer-4.10.0-arm-2.txz: Rebuilt.
l/pilot-link-0.12.5-arm-7.txz: Rebuilt.
l/pipewire-0.3.23-arm-1.txz: Upgraded.
l/polkit-0.118-arm-4.txz: Rebuilt.
l/polkit-gnome-0.105-arm-4.txz: Rebuilt.
l/polkit-qt-1-0.113.0-arm-2.txz: Rebuilt.
l/poppler-21.03.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/poppler-data-0.4.10-noarch-2.txz: Rebuilt.
l/popt-1.18-arm-2.txz: Rebuilt.
l/pulseaudio-14.2-arm-2.txz: Rebuilt.
l/pycairo-1.20.0-arm-3.txz: Rebuilt.
l/pycups-2.0.1-arm-3.txz: Rebuilt.
l/pycurl-7.43.0.6-arm-3.txz: Rebuilt.
l/pygobject-2.28.7-arm-9.txz: Rebuilt.
l/pygobject3-3.38.0-arm-2.txz: Rebuilt.
l/pygtk-2.24.0-arm-6.txz: Rebuilt.
l/pyparsing-2.4.7-arm-3.txz: Rebuilt.
l/python-appdirs-1.4.4-arm-3.txz: Rebuilt.
l/python-certifi-2020.12.5-arm-2.txz: Rebuilt.
l/python-chardet-4.0.0-arm-2.txz: Rebuilt.
l/python-distro-1.5.0-arm-3.txz: Rebuilt.
l/python-dnspython-2.1.0-arm-1.txz: Added.
       This is needed by samba-4.14.0.
l/python-docutils-0.16-arm-5.txz: Rebuilt.
l/python-future-0.18.2-arm-4.txz: Rebuilt.
l/python-idna-2.10-arm-1.txz: Upgraded.
       Since it doesn't seem that there's any progress yet on making requests
       compatible with idna-3, let's drop back to this version for now.
l/python-markdown-3.3.4-arm-1.txz: Added.
       This is needed by samba-4.14.0.
l/python-notify2-0.3.1-arm-8.txz: Rebuilt.
l/python-packaging-20.9-arm-2.txz: Rebuilt.
l/python-pillow-8.1.2-arm-1.txz: Upgraded.
l/python-ply-3.11-arm-6.txz: Rebuilt.
l/python-pygments-2.8.1-arm-1.txz: Upgraded.
l/python-pysol_cards-0.10.1-arm-2.txz: Rebuilt.
l/python-random2-1.0.1-arm-2.txz: Rebuilt.
l/python-requests-2.25.1-arm-2.txz: Rebuilt.
l/python-sane-2.9.1-arm-2.txz: Rebuilt.
l/python-six-1.15.0-arm-3.txz: Rebuilt.
l/python-urllib3-1.26.3-arm-2.txz: Rebuilt.
l/python2-module-collection-2.7.18-arm-2.txz: Rebuilt.
l/qca-2.3.2-arm-2.txz: Rebuilt.
l/qrencode-4.1.1-arm-3.txz: Rebuilt.
l/qt5-5.15.2-arm-6.txz: Rebuilt.
       Recompiled against llvm-11.1.0.
l/qt5-webkit-5.212.0_alpha4-arm-5.txz: Rebuilt.
l/qtkeychain-0.12.0-arm-2.txz: Rebuilt.
l/quazip-1.1-arm-2.txz: Rebuilt.
l/readline-8.1.000.000-arm-1.txz: Upgraded.
l/rpcsvc-proto-1.4.2-arm-2.txz: Rebuilt.
l/rttr-0.9.6-arm-2.txz: Rebuilt.
l/sbc-1.5-arm-2.txz: Rebuilt.
l/sdl-1.2.15-arm-7.txz: Rebuilt.
l/serf-1.3.9-arm-6.txz: Rebuilt.
l/sg3_utils-1.45-arm-3.txz: Rebuilt.
       Make a symlink /sbin/rescan-scsi-bus -> /usr/bin/rescan-scsi-bus.sh in case
       anyone depends on the old path / name from the sysvinit-scripts package.
l/shared-desktop-ontologies-0.11.0-arm-4.txz: Rebuilt.
l/shared-mime-info-2.1-arm-2.txz: Rebuilt.
l/sip-4.19.23-arm-3.txz: Rebuilt.
l/slang-2.3.2-arm-5.txz: Rebuilt.
l/slang1-1.4.9-arm-5.txz: Rebuilt.
l/sound-theme-freedesktop-0.8-arm-4.txz: Rebuilt.
l/speech-dispatcher-0.10.2-arm-2.txz: Rebuilt.
l/speex-1.2.0-arm-4.txz: Rebuilt.
l/speexdsp-1.2.0-arm-3.txz: Rebuilt.
l/startup-notification-0.12-arm-4.txz: Rebuilt.
l/svgalib-1.4.0-arm-6.txz: Rebuilt.
l/system-config-printer-1.5.15-arm-2.txz: Rebuilt.
l/t1lib-5.1.2-arm-5.txz: Rebuilt.
l/taglib-1.12-arm-1.txz: Upgraded.
l/taglib-extras-1.0.1-arm-4.txz: Rebuilt.
l/talloc-2.3.2-arm-2.txz: Rebuilt.
l/tango-icon-theme-0.8.90-noarch-5.txz: Rebuilt.
l/tango-icon-theme-extras-0.1.0-noarch-3.txz: Rebuilt.
l/tdb-1.4.3-arm-5.txz: Rebuilt.
l/tevent-0.10.2-arm-5.txz: Rebuilt.
l/tidy-html5-5.6.0-arm-2.txz: Rebuilt.
l/utf8proc-2.6.1-arm-2.txz: Rebuilt.
l/v4l-utils-1.20.0-arm-2.txz: Rebuilt.
l/vid.stab-20200916_e851e7b-arm-2.txz: Rebuilt.
l/vte-0.62.3-arm-1.txz: Upgraded.
l/wavpack-5.4.0-arm-2.txz: Rebuilt.
l/woff2-20180531_a0d0ed7-arm-2.txz: Rebuilt.
l/xapian-core-1.4.18-arm-2.txz: Rebuilt.
l/xxHash-0.8.0-arm-2.txz: Rebuilt.
l/zlib-1.2.11-arm-4.txz: Rebuilt.
l/zstd-1.4.9-arm-1.txz: Upgraded.
       Moved libzstd to /lib{,64}. Thanks to slackwhere and TommyC7.
n/ModemManager-1.14.10-arm-2.txz: Rebuilt.
n/NetworkManager-1.28.0-arm-5.txz: Rebuilt.
n/alpine-2.24-arm-2.txz: Rebuilt.
n/autofs-5.1.7-arm-2.txz: Rebuilt.
n/biff+comsat-0.17-arm-4.txz: Rebuilt.
n/bind-9.16.11-arm-3.txz: Rebuilt.
       Patch for CVE-2020-8625 to fix a regression in bind-9.16.12 that
       can cause the name server to crash. Thanks to nobodino.
       (* Security fix *)
n/bluez-5.56-arm-1.txz: Upgraded.
n/bluez-firmware-1.2-arm-4.txz: Rebuilt.
n/bootp-2.4.3-arm-4.txz: Rebuilt.
n/bridge-utils-1.7-arm-2.txz: Rebuilt.
n/bsd-finger-0.17-arm-5.txz: Rebuilt.
n/ca-certificates-20210308-noarch-1.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
n/cifs-utils-6.12-arm-2.txz: Rebuilt.
n/conntrack-tools-1.4.6-arm-2.txz: Rebuilt.
n/crda-4.14-arm-2.txz: Rebuilt.
n/curl-7.75.0-arm-2.txz: Rebuilt.
n/cyrus-sasl-2.1.27-arm-7.txz: Rebuilt.
n/dehydrated-0.7.0-arm-2.txz: Rebuilt.
n/dhcp-4.4.2-arm-2.txz: Rebuilt.
n/dhcpcd-8.1.9-arm-2.txz: Rebuilt.
n/dnsmasq-2.84-arm-2.txz: Rebuilt.
n/dovecot-2.3.14-arm-1.txz: Upgraded.
n/ebtables-2.0.11-arm-2.txz: Rebuilt.
n/elm-2.5.8-arm-5.txz: Rebuilt.
n/epic5-2.1.2-arm-6.txz: Rebuilt.
n/ethtool-5.10-arm-2.txz: Rebuilt.
n/fetchmail-6.4.17-arm-1.txz: Upgraded.
n/getmail-6.14-arm-2.txz: Rebuilt.
n/gnupg-1.4.23-arm-4.txz: Rebuilt.
n/gnupg2-2.2.27-arm-2.txz: Rebuilt.
n/gnutls-3.6.15-arm-2.txz: Rebuilt.
n/gpa-0.10.0-arm-3.txz: Rebuilt.
n/gpgme-1.15.1-arm-2.txz: Rebuilt.
n/htdig-3.2.0b6-arm-5.txz: Rebuilt.
n/httpd-2.4.46-arm-2.txz: Rebuilt.
n/icmpinfo-1.11-arm-4.txz: Rebuilt.
n/iftop-1.0pre4-arm-4.txz: Rebuilt.
n/inetd-1.79s-arm-7.txz: Rebuilt.
n/iproute2-5.11.0-arm-1.txz: Upgraded.
n/ipset-7.11-arm-1.txz: Upgraded.
n/iptables-1.8.7-arm-2.txz: Rebuilt.
n/iptraf-ng-1.2.1-arm-2.txz: Rebuilt.
n/iputils-20210202-arm-2.txz: Rebuilt.
n/irssi-1.2.2-arm-5.txz: Rebuilt.
n/iw-5.9-arm-2.txz: Rebuilt.
n/krb5-1.19.1-arm-1.txz: Upgraded.
n/lftp-4.9.2-arm-2.txz: Rebuilt.
n/libassuan-2.5.4-arm-2.txz: Rebuilt.
n/libgcrypt-1.9.2-arm-1.txz: Upgraded.
n/libgpg-error-1.41-arm-2.txz: Rebuilt.
n/libksba-1.5.0-arm-2.txz: Rebuilt.
n/libmbim-1.24.6-arm-2.txz: Rebuilt.
n/libmilter-8.16.1-arm-2.txz: Rebuilt.
n/libmnl-1.0.4-arm-5.txz: Rebuilt.
n/libndp-1.7-arm-3.txz: Rebuilt.
n/libnetfilter_acct-1.0.3-arm-4.txz: Rebuilt.
n/libnetfilter_conntrack-1.0.8-arm-2.txz: Rebuilt.
n/libnetfilter_cthelper-1.0.0-arm-4.txz: Rebuilt.
n/libnetfilter_cttimeout-1.0.0-arm-4.txz: Rebuilt.
n/libnetfilter_log-1.0.1-arm-4.txz: Rebuilt.
n/libnetfilter_queue-1.0.5-arm-2.txz: Rebuilt.
n/libnfnetlink-1.0.1-arm-4.txz: Rebuilt.
n/libnftnl-1.1.9-arm-2.txz: Rebuilt.
n/libqmi-1.28.2-arm-1.txz: Upgraded.
n/libtirpc-1.3.1-arm-2.txz: Rebuilt.
n/links-2.21-arm-2.txz: Rebuilt.
n/lynx-2.8.9rel.1-arm-3.txz: Rebuilt.
n/mcabber-1.1.2-arm-2.txz: Rebuilt.
n/metamail-2.7-arm-5.txz: Rebuilt.
n/mobile-broadband-provider-info-20201225-arm-2.txz: Rebuilt.
n/mtr-0.94-arm-2.txz: Rebuilt.
n/mutt-2.0.6-arm-1.txz: Upgraded.
n/nc-1.10-arm-4.txz: Rebuilt.
       Don't use lchmod(). Thanks to tadgy.
n/ncftp-3.2.6-arm-4.txz: Rebuilt.
n/net-snmp-5.9-arm-4.txz: Rebuilt.
n/net-tools-20181103_0eebece-arm-2.txz: Rebuilt.
n/netatalk-3.1.12-arm-6.txz: Rebuilt.
n/netdate-bsd4-arm-4.txz: Rebuilt.
n/netkit-bootparamd-0.17-arm-5.txz: Rebuilt.
n/netkit-ftp-0.17-arm-6.txz: Rebuilt.
n/netkit-ntalk-0.17-arm-5.txz: Rebuilt.
n/netkit-routed-0.17-arm-4.txz: Rebuilt.
n/netkit-rsh-0.17-arm-5.txz: Rebuilt.
n/netkit-rusers-0.17-arm-5.txz: Rebuilt.
n/netkit-rwall-0.17-arm-5.txz: Rebuilt.
n/netkit-rwho-0.17-arm-4.txz: Rebuilt.
n/netkit-timed-0.17-arm-4.txz: Rebuilt.
n/netpipes-4.2-arm-4.txz: Rebuilt.
n/nettle-3.7.1-arm-1.txz: Upgraded.
n/netwatch-1.3.1-arm-6.txz: Rebuilt.
n/network-scripts-15.0-noarch-10.txz: Rebuilt.
       This has been rewritten to add support for IPv6, VLANs and link aggregation
       (bonding). This also includes some additional documentation on the new
       features. NOTE: In order to use SLAAC to configure IPv6, you'll need to have
       USE_SLAAC[x]="yes" for the interface in rc.inet1.conf. This is to ensure that
       nobody is surprised to find their machine fully exposed to the internet - better
       safe than sorry.
       Thanks to Darren "Tadgy" Austin and Robby Workman.
n/netwrite-0.17-arm-4.txz: Rebuilt.
n/newspost-2.1.1-arm-4.txz: Rebuilt.
n/nfacct-1.0.2-arm-4.txz: Rebuilt.
n/nfs-utils-2.5.3-arm-1.txz: Upgraded.
n/nftables-0.9.8-arm-2.txz: Rebuilt.
n/nghttp2-1.43.0-arm-2.txz: Rebuilt.
n/nmap-7.91-arm-2.txz: Rebuilt.
n/nn-6.7.3-arm-5.txz: Rebuilt.
n/npth-1.6-arm-3.txz: Rebuilt.
n/nss-pam-ldapd-0.9.11-arm-3.txz: Rebuilt.
n/ntp-4.2.8p15-arm-6.txz: Rebuilt.
       rc.ntpd: fix pid file location. Thanks to Karl Magnus Kolstø.
n/obexftp-0.24.2-arm-8.txz: Rebuilt.
n/openldap-2.4.57-arm-2.txz: Rebuilt.
n/openobex-1.7.2-arm-5.txz: Rebuilt.
n/openssh-8.5p1-arm-1.txz: Upgraded.
n/openssl-1.1.1j-arm-1.txz: Upgraded.
       This fixes bugs and denial of service vulnerabilities.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23841
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23840
       (* Security fix *)
n/openvpn-2.5.1-arm-1.txz: Upgraded.
n/p11-kit-0.23.22-arm-2.txz: Rebuilt.
n/pam-krb5-4.9-arm-3.txz: Rebuilt.
n/php-7.4.16-arm-1.txz: Upgraded.
n/pidentd-3.0.19-arm-5.txz: Rebuilt.
n/pinentry-1.1.1-arm-2.txz: Rebuilt.
n/popa3d-1.0.3-arm-6.txz: Rebuilt.
n/postfix-3.5.9-arm-3.txz: Rebuilt.
n/ppp-2.4.9-arm-2.txz: Rebuilt.
n/procmail-3.22-arm-5.txz: Rebuilt.
n/proftpd-1.3.7a-arm-3.txz: Rebuilt.
n/pssh-2.3.4-arm-3.txz: Rebuilt.
n/rdist-6.1.5-arm-4.txz: Rebuilt.
n/rp-pppoe-3.14-arm-3.txz: Rebuilt.
n/rpcbind-1.2.5-arm-5.txz: Rebuilt.
n/rsync-3.2.3-arm-3.txz: Rebuilt.
       Don't use lchmod(). Thanks to tadgy.
n/s-nail-14.9.22-arm-1.txz: Upgraded.
       If there's no mail, exit. Thanks to ardya.
       The dotlock utility doesn't work with glibc-2.33 (another case where changes
       to sandboxed functions are needed), but we really don't need it anyway so
       just rebuild without it. Thanks to Paulo2.
n/samba-4.14.0-arm-1.txz: Upgraded.
n/slrn-1.0.3a-arm-3.txz: Rebuilt.
n/snownews-1.6.10-arm-3.txz: Rebuilt.
n/socat-1.7.4.1-arm-2.txz: Rebuilt.
n/sshfs-3.7.1-arm-2.txz: Rebuilt.
n/stunnel-5.58-arm-1.txz: Upgraded.
n/tcp_wrappers-7.6-arm-6.txz: Rebuilt.
n/tcpdump-4.99.0-arm-2.txz: Rebuilt.
n/telnet-0.17-arm-5.txz: Rebuilt.
n/tftp-hpa-5.2-arm-7.txz: Rebuilt.
n/tin-2.4.5-arm-2.txz: Rebuilt.
n/traceroute-2.1.0-arm-4.txz: Rebuilt.
n/ulogd-2.0.7-arm-4.txz: Rebuilt.
n/uucp-1.07-arm-5.txz: Rebuilt.
n/vlan-1.9-arm-4.txz: Rebuilt.
n/vsftpd-3.0.3-arm-7.txz: Rebuilt.
n/wget-1.21.1-arm-2.txz: Rebuilt.
n/whois-5.5.8-arm-1.txz: Upgraded.
n/wireless_tools-30.pre9-arm-4.txz: Rebuilt.
       This package contains some updates to rc.wireless and rc.wireless.conf.
       Thanks to Darren "Tadgy" Austin.
n/wpa_supplicant-2.9-arm-5.txz: Rebuilt.
n/yptools-4.2.3-arm-2.txz: Rebuilt.
n/ytalk-3.3.0-arm-5.txz: Rebuilt.
t/fig2dev-3.2.8-arm-2.txz: Rebuilt.
t/texlive-2020.200608-arm-3.txz: Rebuilt.
t/xfig-3.2.8-arm-2.txz: Rebuilt.
tcl/expect-5.45.4-arm-5.txz: Rebuilt.
tcl/hfsutils-3.2.6-arm-4.txz: Rebuilt.
tcl/tcl-8.6.11-arm-3.txz: Rebuilt.
tcl/tclx-8.4.4-arm-4.txz: Rebuilt.
tcl/tix-8.4.3-arm-5.txz: Rebuilt.
tcl/tk-8.6.11.1-arm-3.txz: Rebuilt.
x/OpenCC-1.1.2-arm-1.txz: Upgraded.
x/anthy-9100h-arm-4.txz: Rebuilt.
x/appres-1.0.5-arm-4.txz: Rebuilt.
x/bdftopcf-1.1-arm-4.txz: Rebuilt.
x/beforelight-1.0.5-arm-4.txz: Rebuilt.
x/bitmap-1.0.9-arm-3.txz: Rebuilt.
x/cldr-emoji-annotation-37.0_13.0_0_2-arm-2.txz: Rebuilt.
x/compiz-0.8.18-arm-2.txz: Rebuilt.
x/dejavu-fonts-ttf-2.37-noarch-5.txz: Rebuilt.
x/editres-1.0.7-arm-4.txz: Rebuilt.
x/encodings-1.0.5-arm-2.txz: Rebuilt.
x/fcitx-4.2.9.8-arm-2.txz: Rebuilt.
x/fcitx-anthy-0.2.3-arm-2.txz: Rebuilt.
x/fcitx-configtool-0.4.10-arm-2.txz: Rebuilt.
x/fcitx-hangul-0.3.1-arm-2.txz: Rebuilt.
x/fcitx-kkc-0.1.4-arm-2.txz: Rebuilt.
x/fcitx-libpinyin-0.5.4-arm-2.txz: Rebuilt.
x/fcitx-m17n-0.2.4-arm-2.txz: Rebuilt.
x/fcitx-qt5-1.2.5-arm-2.txz: Rebuilt.
x/fcitx-sayura-0.1.2-arm-2.txz: Rebuilt.
x/fcitx-table-extra-0.3.8-arm-2.txz: Rebuilt.
x/fcitx-table-other-0.2.4-arm-2.txz: Rebuilt.
x/fcitx-unikey-0.2.7-arm-2.txz: Rebuilt.
x/font-adobe-100dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-adobe-75dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-adobe-utopia-100dpi-1.0.4-arm-2.txz: Rebuilt.
x/font-adobe-utopia-75dpi-1.0.4-arm-2.txz: Rebuilt.
x/font-adobe-utopia-type1-1.0.4-arm-2.txz: Rebuilt.
x/font-alias-1.0.4-arm-2.txz: Rebuilt.
x/font-arabic-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-bh-100dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-bh-75dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-bh-lucidatypewriter-100dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-bh-lucidatypewriter-75dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-bh-ttf-1.0.3-arm-2.txz: Rebuilt.
x/font-bh-type1-1.0.3-arm-2.txz: Rebuilt.
x/font-bitstream-100dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-bitstream-75dpi-1.0.3-arm-2.txz: Rebuilt.
x/font-bitstream-speedo-1.0.2-arm-2.txz: Rebuilt.
x/font-bitstream-type1-1.0.3-arm-2.txz: Rebuilt.
x/font-cronyx-cyrillic-1.0.3-arm-2.txz: Rebuilt.
x/font-cursor-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-daewoo-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-dec-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-ibm-type1-1.0.3-arm-2.txz: Rebuilt.
x/font-isas-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-jis-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-micro-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-misc-cyrillic-1.0.3-arm-2.txz: Rebuilt.
x/font-misc-ethiopic-1.0.4-arm-2.txz: Rebuilt.
x/font-misc-meltho-1.0.3-arm-2.txz: Rebuilt.
x/font-misc-misc-1.1.2-arm-2.txz: Rebuilt.
x/font-mutt-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-schumacher-misc-1.1.2-arm-2.txz: Rebuilt.
x/font-screen-cyrillic-1.0.4-arm-2.txz: Rebuilt.
x/font-sony-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-sun-misc-1.0.3-arm-2.txz: Rebuilt.
x/font-util-1.3.2-arm-2.txz: Rebuilt.
x/font-winitzki-cyrillic-1.0.3-arm-2.txz: Rebuilt.
x/font-xfree86-type1-1.0.4-arm-2.txz: Rebuilt.
x/fontconfig-2.13.92-arm-3.txz: Rebuilt.
x/fonttosfnt-1.2.1-arm-2.txz: Rebuilt.
x/freeglut-3.2.1-arm-2.txz: Rebuilt.
x/fslsfonts-1.0.5-arm-4.txz: Rebuilt.
x/fstobdf-1.0.6-arm-4.txz: Rebuilt.
x/gccmakedep-1.0.3-arm-2.txz: Rebuilt.
x/glew-2.2.0-arm-4.txz: Rebuilt.
x/glu-9.0.1-arm-2.txz: Rebuilt.
x/hack-fonts-ttf-3.003-noarch-2.txz: Rebuilt.
x/ibus-1.5.24-arm-1.txz: Upgraded.
x/ibus-anthy-1.5.12-arm-1.txz: Upgraded.
x/ibus-hangul-1.5.4-arm-2.txz: Rebuilt.
x/ibus-kkc-1.5.22-arm-2.txz: Rebuilt.
x/ibus-libpinyin-1.12.0-arm-2.txz: Rebuilt.
x/ibus-m17n-1.4.4-arm-2.txz: Rebuilt.
x/ibus-table-1.12.5-arm-1.txz: Upgraded.
x/ibus-unikey-0.6.1-arm-2.txz: Rebuilt.
x/iceauth-1.0.8-arm-4.txz: Rebuilt.
x/ico-1.0.5-arm-4.txz: Rebuilt.
x/igt-gpu-tools-1.25-arm-2.txz: Rebuilt.
x/imake-1.0.8-arm-3.txz: Rebuilt.
x/libFS-1.0.8-arm-3.txz: Rebuilt.
x/libICE-1.0.10-arm-2.txz: Rebuilt.
x/libSM-1.2.3-arm-3.txz: Rebuilt.
x/libX11-1.7.0-arm-2.txz: Rebuilt.
x/libXScrnSaver-1.2.3-arm-3.txz: Rebuilt.
x/libXau-1.0.9-arm-3.txz: Rebuilt.
x/libXaw-1.0.13-arm-4.txz: Rebuilt.
x/libXaw3d-1.6.3-arm-3.txz: Rebuilt.
x/libXaw3dXft-1.6.2h-arm-2.txz: Rebuilt.
x/libXcm-0.5.4-arm-3.txz: Rebuilt.
x/libXcomposite-0.4.5-arm-3.txz: Rebuilt.
x/libXcursor-1.2.0-arm-3.txz: Rebuilt.
x/libXdamage-1.1.5-arm-3.txz: Rebuilt.
x/libXdmcp-1.1.3-arm-3.txz: Rebuilt.
x/libXevie-1.0.3-arm-4.txz: Rebuilt.
x/libXext-1.3.4-arm-3.txz: Rebuilt.
x/libXfixes-5.0.3-arm-4.txz: Rebuilt.
x/libXfont2-2.0.4-arm-2.txz: Rebuilt.
x/libXfontcache-1.0.5-arm-5.txz: Rebuilt.
x/libXft-2.3.3-arm-3.txz: Rebuilt.
x/libXi-1.7.10-arm-3.txz: Rebuilt.
x/libXinerama-1.1.4-arm-3.txz: Rebuilt.
x/libXmu-1.1.3-arm-3.txz: Rebuilt.
x/libXp-1.0.3-arm-4.txz: Rebuilt.
x/libXpm-3.5.13-arm-2.txz: Rebuilt.
x/libXpresent-1.0.0-arm-4.txz: Rebuilt.
x/libXrandr-1.5.2-arm-3.txz: Rebuilt.
x/libXrender-0.9.10-arm-4.txz: Rebuilt.
x/libXres-1.2.0-arm-4.txz: Rebuilt.
x/libXt-1.2.1-arm-2.txz: Rebuilt.
x/libXtst-1.2.3-arm-4.txz: Rebuilt.
x/libXv-1.0.11-arm-4.txz: Rebuilt.
x/libXvMC-1.0.12-arm-3.txz: Rebuilt.
x/libXxf86dga-1.1.5-arm-3.txz: Rebuilt.
x/libXxf86misc-1.0.4-arm-3.txz: Rebuilt.
x/libXxf86vm-1.1.4-arm-4.txz: Rebuilt.
x/libdmx-1.1.4-arm-3.txz: Rebuilt.
x/libdrm-2.4.104-arm-2.txz: Rebuilt.
x/libepoxy-1.5.5-arm-2.txz: Rebuilt.
x/liberation-fonts-ttf-2.1.3-noarch-1.txz: Upgraded.
x/libevdev-1.11.0-arm-2.txz: Rebuilt.
x/libfontenc-1.1.4-arm-3.txz: Rebuilt.
x/libgee-0.20.3-arm-2.txz: Rebuilt.
x/libglvnd-1.3.2-arm-2.txz: Rebuilt.
x/libhangul-0.1.0-arm-4.txz: Rebuilt.
x/libinput-1.17.0-arm-1.txz: Upgraded.
x/libkkc-0.3.5-arm-2.txz: Rebuilt.
x/libkkc-data-0.2.7-arm-2.txz: Rebuilt.
x/libmypaint-1.6.1-arm-3.txz: Rebuilt.
x/libpciaccess-0.16-arm-2.txz: Rebuilt.
x/libpinyin-2.6.0-arm-2.txz: Rebuilt.
x/libpthread-stubs-0.4-arm-5.txz: Rebuilt.
x/libva-2.10.0-arm-2.txz: Rebuilt.
x/libva-utils-2.10.0-arm-2.txz: Rebuilt.
x/libvdpau-1.4-arm-2.txz: Rebuilt.
x/libwacom-1.9-arm-1.txz: Upgraded.
x/libxcb-1.14-arm-2.txz: Rebuilt.
x/libxkbfile-1.1.0-arm-3.txz: Rebuilt.
x/libxshmfence-1.3-arm-4.txz: Rebuilt.
x/listres-1.0.4-arm-4.txz: Rebuilt.
x/lndir-1.0.3-arm-4.txz: Rebuilt.
x/luit-1.1.1-arm-4.txz: Rebuilt.
x/m17n-lib-1.8.0-arm-4.txz: Rebuilt.
x/makedepend-1.0.6-arm-3.txz: Rebuilt.
x/marisa-0.2.6-arm-3.txz: Rebuilt.
x/mesa-21.0.0-arm-1.txz: Upgraded.
       Recompiled against llvm-11.1.0.
x/mkcomposecache-1.2.1-arm-4.txz: Rebuilt.
x/mkfontscale-1.2.1-arm-4.txz: Rebuilt.
x/motif-2.3.8-arm-5.txz: Rebuilt.
x/mtdev-1.1.6-arm-2.txz: Rebuilt.
x/mypaint-brushes-1.3.0-arm-3.txz: Rebuilt.
x/noto-cjk-fonts-ttf-2.001-noarch-2.txz: Rebuilt.
x/noto-fonts-ttf-20171024-noarch-2.txz: Rebuilt.
x/oclock-1.0.4-arm-4.txz: Rebuilt.
x/pixman-0.40.0-arm-2.txz: Rebuilt.
x/pyxdg-0.27-arm-3.txz: Rebuilt.
x/rendercheck-1.5-arm-4.txz: Rebuilt.
x/rgb-1.0.6-arm-4.txz: Rebuilt.
x/sazanami-fonts-ttf-20040629-noarch-4.txz: Rebuilt.
x/sessreg-1.1.2-arm-3.txz: Rebuilt.
x/setxkbmap-1.3.2-arm-2.txz: Rebuilt.
x/showfont-1.0.5-arm-4.txz: Rebuilt.
x/sinhala_lklug-font-ttf-20060929-noarch-4.txz: Rebuilt.
x/skkdic-20200128-arm-2.txz: Rebuilt.
x/smproxy-1.0.6-arm-4.txz: Rebuilt.
x/tibmachuni-font-ttf-1.901b-noarch-4.txz: Rebuilt.
x/transset-1.0.2-arm-4.txz: Rebuilt.
x/ttf-indic-fonts-0.5.14-arm-5.txz: Rebuilt.
x/ttf-tlwg-0.7.2-arm-2.txz: Rebuilt.
x/twm-1.0.11-arm-2.txz: Rebuilt.
x/urw-core35-fonts-otf-20170801_91edd6e_git-noarch-3.txz: Rebuilt.
x/util-macros-1.19.3-arm-2.txz: Rebuilt.
x/viewres-1.0.6-arm-2.txz: Rebuilt.
x/vulkan-sdk-1.2.162.2-arm-1.txz: Upgraded.
x/wayland-1.19.0-arm-2.txz: Rebuilt.
x/wayland-protocols-1.20-arm-2.txz: Rebuilt.
x/wqy-zenhei-font-ttf-0.8.38_1-noarch-3.txz: Rebuilt.
x/x11-skel-7.7-arm-9.txz: Rebuilt.
x/x11perf-1.6.1-arm-3.txz: Rebuilt.
x/xauth-1.1-arm-2.txz: Rebuilt.
x/xbacklight-1.2.3-arm-2.txz: Rebuilt.
x/xbiff-1.0.4-arm-2.txz: Rebuilt.
x/xbitmaps-1.1.2-arm-4.txz: Rebuilt.
x/xcalc-1.1.0-arm-3.txz: Rebuilt.
x/xcb-proto-1.14.1-arm-3.txz: Rebuilt.
x/xcb-util-0.4.0-arm-4.txz: Rebuilt.
x/xcb-util-cursor-0.1.3-arm-4.txz: Rebuilt.
x/xcb-util-errors-1.0-arm-4.txz: Rebuilt.
x/xcb-util-image-0.4.0-arm-4.txz: Rebuilt.
x/xcb-util-keysyms-0.4.0-arm-4.txz: Rebuilt.
x/xcb-util-renderutil-0.3.9-arm-4.txz: Rebuilt.
x/xcb-util-wm-0.4.1-arm-4.txz: Rebuilt.
x/xclipboard-1.1.3-arm-4.txz: Rebuilt.
x/xclock-1.0.9-arm-2.txz: Rebuilt.
x/xcm-0.5.4-arm-4.txz: Rebuilt.
x/xcmsdb-1.0.5-arm-4.txz: Rebuilt.
x/xcompmgr-1.1.8-arm-3.txz: Rebuilt.
x/xconsole-1.0.7-arm-4.txz: Rebuilt.
x/xcursor-themes-1.0.6-arm-2.txz: Rebuilt.
x/xcursorgen-1.0.7-arm-3.txz: Rebuilt.
x/xdbedizzy-1.1.0-arm-4.txz: Rebuilt.
x/xdg-user-dirs-0.17-arm-3.txz: Rebuilt.
x/xdg-utils-1.1.3-arm-4.txz: Rebuilt.
x/xditview-1.0.5-arm-3.txz: Rebuilt.
x/xdm-1.1.11-arm-7.txz: Rebuilt.
x/xdpyinfo-1.3.2-arm-4.txz: Rebuilt.
x/xdriinfo-1.0.6-arm-4.txz: Rebuilt.
x/xedit-1.2.2-arm-4.txz: Rebuilt.
x/xev-1.2.4-arm-2.txz: Rebuilt.
x/xeyes-1.1.2-arm-4.txz: Rebuilt.
x/xf86-input-acecad-1.5.0-arm-6.txz: Rebuilt.
x/xf86-input-evdev-2.10.6-arm-3.txz: Rebuilt.
x/xf86-input-joystick-1.6.3-arm-5.txz: Rebuilt.
x/xf86-input-keyboard-1.9.0-arm-5.txz: Rebuilt.
x/xf86-input-libinput-0.30.0-arm-2.txz: Rebuilt.
x/xf86-input-mouse-1.9.3-arm-3.txz: Rebuilt.
x/xf86-input-penmount-1.5.0-arm-6.txz: Rebuilt.
x/xf86-input-synaptics-1.9.1-arm-3.txz: Rebuilt.
x/xf86-input-void-1.4.1-arm-3.txz: Rebuilt.
x/xf86-input-wacom-0.40.0-arm-2.txz: Rebuilt.
x/xf86-video-apm-1.3.0-arm-3.txz: Rebuilt.
x/xf86-video-ark-0.7.5-arm-6.txz: Rebuilt.
x/xf86-video-armsoc-1.4.1-arm-37.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-23.txz: Rebuilt.
x/xf86-video-ast-1.1.5-arm-6.txz: Rebuilt.
x/xf86-video-cirrus-1.5.3-arm-6.txz: Rebuilt.
x/xf86-video-dummy-0.3.8-arm-5.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-17.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-38.txz: Rebuilt.
x/xf86-video-i128-1.4.0-arm-3.txz: Rebuilt.
x/xf86-video-mach64-6.9.6-arm-3.txz: Rebuilt.
x/xf86-video-neomagic-1.3.0-arm-3.txz: Rebuilt.
x/xf86-video-nouveau-1.0.17-arm-2.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-35.txz: Rebuilt.
x/xf86-video-rendition-4.2.7-arm-3.txz: Rebuilt.
x/xf86-video-s3-0.7.0-arm-2.txz: Rebuilt.
x/xf86-video-s3virge-1.11.0-arm-3.txz: Rebuilt.
x/xf86-video-sisusb-0.9.7-arm-5.txz: Rebuilt.
x/xf86-video-tga-1.2.2-arm-6.txz: Rebuilt.
x/xf86-video-v4l-0.3.0-arm-3.txz: Rebuilt.
x/xf86-video-vesa-2.5.0-arm-2.txz: Rebuilt.
x/xf86-video-voodoo-1.2.5-arm-6.txz: Rebuilt.
x/xf86dga-1.0.3-arm-4.txz: Rebuilt.
x/xfd-1.1.3-arm-3.txz: Rebuilt.
x/xfontsel-1.0.6-arm-4.txz: Rebuilt.
x/xfs-1.2.0-arm-4.txz: Rebuilt.
x/xfsinfo-1.0.6-arm-3.txz: Rebuilt.
x/xgamma-1.0.6-arm-4.txz: Rebuilt.
x/xgc-1.0.5-arm-4.txz: Rebuilt.
x/xhost-1.0.8-arm-3.txz: Rebuilt.
x/xinit-1.4.1-arm-4.txz: Rebuilt.
x/xinput-1.6.3-arm-2.txz: Rebuilt.
x/xisxwayland-1-arm-2.txz: Rebuilt.
x/xkbcomp-1.4.4-arm-2.txz: Rebuilt.
x/xkbevd-1.1.4-arm-4.txz: Rebuilt.
x/xkbprint-1.0.5-arm-2.txz: Rebuilt.
x/xkbutils-1.0.4-arm-4.txz: Rebuilt.
x/xkeyboard-config-2.32-arm-2.txz: Rebuilt.
x/xkill-1.0.5-arm-4.txz: Rebuilt.
x/xload-1.1.3-arm-4.txz: Rebuilt.
x/xlogo-1.0.5-arm-3.txz: Rebuilt.
x/xlsatoms-1.1.3-arm-3.txz: Rebuilt.
x/xlsclients-1.1.4-arm-4.txz: Rebuilt.
x/xlsfonts-1.0.6-arm-4.txz: Rebuilt.
x/xmag-1.0.6-arm-4.txz: Rebuilt.
x/xman-1.1.5-arm-2.txz: Rebuilt.
x/xmessage-1.0.5-arm-4.txz: Rebuilt.
x/xmh-1.0.3-arm-4.txz: Rebuilt.
x/xmodmap-1.0.10-arm-3.txz: Rebuilt.
x/xmore-1.0.3-arm-3.txz: Rebuilt.
x/xorg-cf-files-1.0.6-arm-4.txz: Rebuilt.
x/xorg-docs-1.7.1-arm-2.txz: Rebuilt.
x/xorg-server-1.20.10-arm-4.txz: Rebuilt.
x/xorg-server-xephyr-1.20.10-arm-4.txz: Rebuilt.
x/xorg-server-xnest-1.20.10-arm-4.txz: Rebuilt.
x/xorg-server-xvfb-1.20.10-arm-4.txz: Rebuilt.
x/xorg-server-xwayland-1.20.10-arm-4.txz: Rebuilt.
x/xorg-sgml-doctools-1.11-arm-4.txz: Rebuilt.
x/xorgproto-2021.3-arm-1.txz: Upgraded.
x/xpr-1.0.5-arm-4.txz: Rebuilt.
x/xprop-1.2.5-arm-2.txz: Rebuilt.
x/xpyb-1.3.1-arm-6.txz: Rebuilt.
x/xrandr-1.5.1-arm-2.txz: Rebuilt.
x/xrdb-1.2.0-arm-3.txz: Rebuilt.
x/xrefresh-1.0.6-arm-4.txz: Rebuilt.
x/xscope-1.4.1-arm-4.txz: Rebuilt.
x/xset-1.2.4-arm-4.txz: Rebuilt.
x/xsetroot-1.1.2-arm-4.txz: Rebuilt.
x/xsm-1.0.4-arm-4.txz: Rebuilt.
x/xstdcmap-1.0.4-arm-3.txz: Rebuilt.
x/xterm-366-arm-2.txz: Rebuilt.
x/xtrans-1.4.0-arm-2.txz: Rebuilt.
x/xvidtune-1.0.3-arm-4.txz: Rebuilt.
x/xvinfo-1.1.4-arm-3.txz: Rebuilt.
x/xwd-1.0.7-arm-4.txz: Rebuilt.
x/xwininfo-1.1.5-arm-2.txz: Rebuilt.
x/xwud-1.0.5-arm-4.txz: Rebuilt.
xap/MPlayer-20200103-arm-2.txz: Rebuilt.
xap/NetworkManager-openvpn-1.8.12-arm-2.txz: Rebuilt.
xap/audacious-4.1-arm-2.txz: Rebuilt.
xap/audacious-plugins-4.1-arm-2.txz: Rebuilt.
xap/blackbox-0.76-arm-2.txz: Rebuilt.
xap/blueman-2.1.4-arm-4.txz: Rebuilt.
xap/ddd-3.3.12-arm-5.txz: Rebuilt.
xap/easytag-2.4.3-arm-4.txz: Rebuilt.
xap/electricsheep-20090306-arm-4.txz: Rebuilt.
xap/ffmpegthumbnailer-2.2.2-arm-2.txz: Rebuilt.
xap/fluxbox-1.3.7-arm-5.txz: Rebuilt.
xap/fvwm-2.6.9-arm-3.txz: Rebuilt.
xap/geeqie-1.6-arm-2.txz: Rebuilt.
xap/gftp-2.7.0b-arm-2.txz: Rebuilt.
xap/gimp-2.10.22-arm-3.txz: Rebuilt.
xap/gkrellm-2.3.11-arm-2.txz: Rebuilt.
xap/gnuchess-6.2.7-arm-2.txz: Rebuilt.
xap/gnuplot-5.4.1-arm-2.txz: Rebuilt.
xap/gparted-1.2.0-arm-2.txz: Rebuilt.
xap/gucharmap-12.0.1-arm-3.txz: Rebuilt.
xap/gv-3.7.4-arm-5.txz: Rebuilt.
xap/hexchat-2.14.3-arm-6.txz: Rebuilt.
xap/libnma-1.8.30-arm-2.txz: Rebuilt.
xap/mozilla-firefox-78.8.0esr-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.8.0/releasenotes/
       (* Security fix *)
xap/network-manager-applet-1.20.0-arm-2.txz: Rebuilt.
xap/pan-0.146-arm-3.txz: Rebuilt.
xap/pavucontrol-4.0-arm-3.txz: Rebuilt.
xap/pidgin-2.14.1-arm-3.txz: Rebuilt.
xap/rdesktop-1.9.0-arm-3.txz: Rebuilt.
xap/rxvt-unicode-9.22-arm-10.txz: Rebuilt.
xap/sane-1.0.32-arm-1.txz: Upgraded.
xap/seyon-2.20c-arm-4.txz: Rebuilt.
xap/ssr-0.4.2-arm-3.txz: Rebuilt.
xap/vim-gvim-8.2.2585-arm-1.txz: Upgraded.
xap/windowmaker-0.95.9-arm-3.txz: Rebuilt.
xap/x11-ssh-askpass-1.2.4.1-arm-4.txz: Rebuilt.
xap/x3270-3.3.12ga7-arm-6.txz: Rebuilt.
xap/xaos-4.2.1-arm-2.txz: Rebuilt.
xap/xgames-0.3-arm-5.txz: Rebuilt.
xap/xine-lib-1.2.11-arm-3.txz: Rebuilt.
xap/xine-ui-0.99.12-arm-3.txz: Rebuilt.
xap/xlockmore-5.66-arm-3.txz: Rebuilt.
xap/xmms-1.2.11-arm-4.txz: Rebuilt.
xap/xpaint-3.0.3-arm-2.txz: Rebuilt.
xap/xpdf-4.03-arm-2.txz: Rebuilt.
xap/xsane-0.999-arm-5.txz: Rebuilt.
xap/xscreensaver-5.45-arm-3.txz: Rebuilt.
xap/xsnow-3.2.2-arm-2.txz: Rebuilt.
xfce/Greybird-3.22.14-arm-2.txz: Rebuilt.
xfce/elementary-xfce-0.15.2-arm-1.txz: Upgraded.
xfce/exo-4.16.1-arm-1.txz: Upgraded.
xfce/garcon-4.16.1-arm-2.txz: Rebuilt.
xfce/libxfce4ui-4.16.0-arm-2.txz: Rebuilt.
xfce/libxfce4util-4.16.0-arm-2.txz: Rebuilt.
xfce/mousepad-0.5.3-arm-1.txz: Upgraded.
xfce/thunar-4.16.5-arm-1.txz: Upgraded.
xfce/thunar-volman-4.16.0-arm-2.txz: Rebuilt.
xfce/tumbler-4.16.0-arm-2.txz: Rebuilt.
xfce/xfce4-appfinder-4.16.1-arm-2.txz: Rebuilt.
xfce/xfce4-clipman-plugin-1.6.1-arm-2.txz: Rebuilt.
xfce/xfce4-dev-tools-4.16.0-arm-2.txz: Rebuilt.
xfce/xfce4-notifyd-0.6.2-arm-2.txz: Rebuilt.
xfce/xfce4-panel-4.16.2-arm-1.txz: Upgraded.
xfce/xfce4-panel-profiles-1.0.13-arm-1.txz: Upgraded.
xfce/xfce4-power-manager-4.16.0-arm-2.txz: Rebuilt.
xfce/xfce4-pulseaudio-plugin-0.4.3-arm-2.txz: Rebuilt.
xfce/xfce4-screensaver-4.16.0-arm-2.txz: Rebuilt.
xfce/xfce4-screenshooter-1.9.8-arm-2.txz: Rebuilt.
xfce/xfce4-session-4.16.0-arm-2.txz: Rebuilt.
xfce/xfce4-settings-4.16.0-arm-2.txz: Rebuilt.
xfce/xfce4-systemload-plugin-1.2.4-arm-2.txz: Rebuilt.
xfce/xfce4-taskmanager-1.4.2-arm-1.txz: Upgraded.
xfce/xfce4-terminal-0.8.10-arm-2.txz: Rebuilt.
xfce/xfce4-weather-plugin-0.10.2-arm-2.txz: Rebuilt.
xfce/xfce4-whiskermenu-plugin-2.5.3-arm-3.txz: Rebuilt.
xfce/xfconf-4.16.0-arm-2.txz: Rebuilt.
xfce/xfdesktop-4.16.0-arm-2.txz: Rebuilt.
xfce/xfwm4-4.16.1-arm-2.txz: Rebuilt.
y/bsd-games-2.17-arm-4.txz: Rebuilt.
extra/bittornado/bittornado-0.3.18-arm-2.txz: Rebuilt.
extra/brltty/brltty-6.3-arm-2.txz: Rebuilt.
extra/fltk/fltk-1.3.5-arm-1.txz: Upgraded.
extra/sendmail/sendmail-8.16.1-arm-4.txz: Rebuilt.
extra/sendmail/sendmail-cf-8.16.1-noarch-4.txz: Rebuilt.
extra/tigervnc/tigervnc-1.10.1-arm-5.txz: Rebuilt.
extra/x11vnc/x11vnc-0.9.16-arm-1.txz: Upgraded.
extra/xfractint/xfractint-20.04p16-arm-2.txz: Rebuilt.
extra/recordmydesktop/recordmydesktop-0.3.8.1-arm-2.txz: Removed.
       There's not much need for this as ssr is better maintained.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Mon Feb 15 08:08:10 UTC 2021

Hola!

Update notes:

1) Read the update notes for change batch 'Mon Feb 15 08:08:08 UTC 2021'
       and follow the instructions.

2) For those of you who like to see how the ARM port is developed and
       maintained, there'll be a new episode in SlackChat season 02 shortly
       where we'll be testing the first update to Linux 5.10 on the Banana Pi
       from the change batch 'Sat Jan 09 08:08:08 UTC 2021'.

       Subscribe to the channel to be notified when the next episode is out!

       https://www.youtube.com/playlist?list=PL1XOSJnvang3IbwySOf6m3PK1gm13hS5s

3) The mini root filesystem has been updated:
       ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/inih-53-arm-1.txz: Upgraded.
a/kernel-firmware-20210211_f7915a0-noarch-1.txz: Upgraded.
a/util-linux-2.36.2-arm-1.txz: Upgraded.
l/glib2-2.66.7-arm-1.txz: Upgraded.
l/openexr-2.5.5-arm-1.txz: Upgraded.
l/pango-1.48.2-arm-1.txz: Upgraded.
l/qt5-5.15.2-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
x/xterm-366-arm-1.txz: Upgraded.
xap/gftp-2.7.0b-arm-1.txz: Upgraded.
+--------------------------+
Mon Feb 15 08:08:09 UTC 2021
a/e2fsprogs-1.46.1-arm-1.txz: Upgraded.
a/eudev-3.2.10-arm-1.txz: Upgraded.
ap/at-3.2.1-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
ap/squashfs-tools-4.4-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
d/subversion-1.14.1-arm-1.txz: Upgraded.
kde/digikam-7.1.0-arm-3.txz: Rebuilt.
       Recompiled to link to latest imagemagick package.
l/graphene-1.10.4-arm-1.txz: Upgraded.
l/icu4c-68.2-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/json-glib-1.6.2-arm-1.txz: Upgraded.
       Consistency rebuild, synced with AArch64 updates.
l/t1lib-5.1.2-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
x/fontconfig-2.13.92-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
+--------------------------+
Mon Feb 15 08:08:08 UTC 2021

Hello!

This change batch contains two important packages that have been renamed.
This is how to transition to these new packages:
As the 'root' user:

       # cd slackware/a
       # upgradepkg glibc-solibs%aaa_glibc-solibs-2.32-arm-3.txz
       # upgradepkg aaa_elflibs%aaa_libraries-15.0-arm-1.txz

Note: If the versions of those two packages no longer exist when you're
       reading this, you'll need to update the package file names accordingly.

For the eagle-eyed amongst you, you may notice that the KDE packages are
infact an upgrade, but are marked as being rebuilt. This is due to a build
system bug which I'm fixing soonish (along with addressing the same issue with
the X11 build), which will also place the AArch64 and ARM build numbers into
lockstep (as they are for the rest of the OS).

a/glibc-solibs-2.32-arm-2.txz: Removed.
       Renamed to aaa_glibc-solibs.
a/aaa_elflibs-15.0-arm-25.txz: Removed.
       Renamed to aaa_libraries.
a/aaa_glibc-solibs-2.32-arm-3.txz: Added.
       This package has been renamed from glibc-solibs, which helps avoid trouble
       if someone upgrades using "upgradepkg --install-new */*.txz" by upgrading
       this package before aaa_libraries. Otherwise, if aaa_libraries is upgraded
       first any libraries in it that are linked against a newer version of glibc
       than the one installed on the system would refuse to load.
a/aaa_libraries-15.0-arm-1.txz: Added.
       This package has been renamed from aaa_elflibs to insure that it will come
       after aaa_glibc-solibs when upgraded in alphabetical order.
       Upgraded: libcap.so.2.48, libelf-0.183.so, libglib-2.0.so.0.6600.6,
       libgmodule-2.0.so.0.6600.6, libgobject-2.0.so.0.6600.6,
       libgthread-2.0.so.0.6600.6.
       Added: libtirpc.so.3.0.0.
a/btrfs-progs-5.10.1-arm-1.txz: Upgraded.
a/cpio-2.13-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
a/exfatprogs-1.1.0-arm-1.txz: Upgraded.
a/kernel-firmware-20210208_b79d239-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.14_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.14-arm-1.txz: Upgraded.
a/ncompress-5.0-arm-1.txz: Upgraded.
a/procps-ng-3.3.17-arm-1.txz: Upgraded.
a/udisks2-2.9.2-arm-1.txz: Upgraded.
ap/cdparanoia-III_10.2-arm-5.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
ap/man-db-2.9.4-arm-1.txz: Upgraded.
ap/slackpkg-15.0-noarch-1.txz: Upgraded.
       Added support for Slackware-AArch64.
       These are some of the important changes (see the ChangeLog for more):
       Note that this slackpkg release contains a backwards-incompatible change to
       the blacklisting syntax (e.g. glibc ---> glibc-*). This changes the prior
       behavior of the blacklist function; previously, adding "glibc" to the
       blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be
       ignored by slackpkg. The new behavior is that *only* the glibc package is
       ignored. If you want to blacklist all packages whose names begin with glibc,
       you would need to add "glibc.*" to the blacklist now. Also note that any
       special characters, e.g. "+", will need to be escaped in the blacklist file.
       To blacklist entire package sets, a trailing slash is now required: e.g. kde/
       Another backwards-incompatibility warning: check-updates will now return 1 if
       there are updates available - this will make it easier to use this feature
       with cron (thanks to Peter Hyman).
       Allow new-config after slackpkg upgrade itself. Thanks to PiterPUNK.
       Added aaa_glibc-solibs and aaa_libraries to the "do these first" routine.
       Thanks to Robby Workman for the new slackpkg release!
ap/soma-3.3.7-noarch-1.txz: Upgraded.
       Thanks to David Woodfall.
ap/vim-8.2.2461-arm-1.txz: Upgraded.
ap/xorriso-1.5.4.pl02-arm-1.txz: Upgraded.
d/ccache-4.2-arm-1.txz: Upgraded.
d/git-2.30.1-arm-1.txz: Upgraded.
d/help2man-1.48.1-arm-1.txz: Upgraded.
d/kernel-headers-5.10.14-arm-1.txz: Upgraded.
d/mercurial-5.7-arm-1.txz: Upgraded.
k/kernel-source-5.10.14-arm-1.txz: Upgraded.
kde/akonadi-20.12.2-arm-2.txz: Rebuilt.
kde/akonadi-contacts-20.12.2-arm-2.txz: Rebuilt.
kde/akonadi-mime-20.12.2-arm-2.txz: Rebuilt.
kde/akonadi-notes-20.12.2-arm-2.txz: Rebuilt.
kde/akonadi-search-20.12.2-arm-2.txz: Rebuilt.
kde/analitza-20.12.2-arm-2.txz: Rebuilt.
kde/ark-20.12.2-arm-2.txz: Rebuilt.
kde/artikulate-20.12.2-arm-2.txz: Rebuilt.
kde/audiocd-kio-20.12.2-arm-2.txz: Rebuilt.
kde/baloo-widgets-20.12.2-arm-2.txz: Rebuilt.
kde/blinken-20.12.2-arm-2.txz: Rebuilt.
kde/bomber-20.12.2-arm-2.txz: Rebuilt.
kde/bovo-20.12.2-arm-2.txz: Rebuilt.
kde/cantor-20.12.2-arm-2.txz: Rebuilt.
kde/cervisia-20.12.2-arm-2.txz: Rebuilt.
kde/dolphin-20.12.2-arm-2.txz: Rebuilt.
kde/dolphin-plugins-20.12.2-arm-2.txz: Rebuilt.
kde/dragon-20.12.2-arm-2.txz: Rebuilt.
kde/elisa-20.12.2-arm-2.txz: Rebuilt.
kde/ffmpegthumbs-20.12.2-arm-2.txz: Rebuilt.
kde/filelight-20.12.2-arm-2.txz: Rebuilt.
kde/granatier-20.12.2-arm-2.txz: Rebuilt.
kde/grantleetheme-20.12.2-arm-2.txz: Rebuilt.
kde/gwenview-20.12.2-arm-2.txz: Rebuilt.
kde/itinerary-20.12.2-arm-2.txz: Rebuilt.
kde/juk-20.12.2-arm-2.txz: Rebuilt.
kde/k3b-20.12.2-arm-2.txz: Rebuilt.
kde/kalgebra-20.12.2-arm-2.txz: Rebuilt.
kde/kalzium-20.12.2-arm-2.txz: Rebuilt.
kde/kamera-20.12.2-arm-2.txz: Rebuilt.
kde/kamoso-20.12.2-arm-2.txz: Rebuilt.
kde/kanagram-20.12.2-arm-2.txz: Rebuilt.
kde/kapman-20.12.2-arm-2.txz: Rebuilt.
kde/kapptemplate-20.12.2-arm-2.txz: Rebuilt.
kde/kate-20.12.2-arm-2.txz: Rebuilt.
kde/katomic-20.12.2-arm-2.txz: Rebuilt.
kde/kbackup-20.12.2-arm-2.txz: Rebuilt.
kde/kblackbox-20.12.2-arm-2.txz: Rebuilt.
kde/kblocks-20.12.2-arm-2.txz: Rebuilt.
kde/kbounce-20.12.2-arm-2.txz: Rebuilt.
kde/kbreakout-20.12.2-arm-2.txz: Rebuilt.
kde/kbruch-20.12.2-arm-2.txz: Rebuilt.
kde/kcachegrind-20.12.2-arm-2.txz: Rebuilt.
kde/kcalc-20.12.2-arm-2.txz: Rebuilt.
kde/kcharselect-20.12.2-arm-2.txz: Rebuilt.
kde/kcolorchooser-20.12.2-arm-2.txz: Rebuilt.
kde/kcron-20.12.2-arm-2.txz: Rebuilt.
kde/kde-dev-scripts-20.12.2-arm-2.txz: Rebuilt.
kde/kde-dev-utils-20.12.2-arm-2.txz: Rebuilt.
kde/kdebugsettings-20.12.2-arm-2.txz: Rebuilt.
kde/kdeconnect-kde-20.12.2-arm-2.txz: Rebuilt.
kde/kdeedu-data-20.12.2-arm-2.txz: Rebuilt.
kde/kdegraphics-mobipocket-20.12.2-arm-2.txz: Rebuilt.
kde/kdegraphics-thumbnailers-20.12.2-arm-2.txz: Rebuilt.
kde/kdenetwork-filesharing-20.12.2-arm-2.txz: Rebuilt.
kde/kdenlive-20.12.2-arm-2.txz: Rebuilt.
kde/kdesdk-kioslaves-20.12.2-arm-2.txz: Rebuilt.
kde/kdesdk-thumbnailers-20.12.2-arm-2.txz: Rebuilt.
kde/kdf-20.12.2-arm-2.txz: Rebuilt.
kde/kdialog-20.12.2-arm-2.txz: Rebuilt.
kde/kdiamond-20.12.2-arm-2.txz: Rebuilt.
kde/keditbookmarks-20.12.2-arm-2.txz: Rebuilt.
kde/kfind-20.12.2-arm-2.txz: Rebuilt.
kde/kfloppy-20.12.2-arm-2.txz: Rebuilt.
kde/kfourinline-20.12.2-arm-2.txz: Rebuilt.
kde/kgeography-20.12.2-arm-2.txz: Rebuilt.
kde/kget-20.12.2-arm-2.txz: Rebuilt.
kde/kgoldrunner-20.12.2-arm-2.txz: Rebuilt.
kde/kgpg-20.12.2-arm-2.txz: Rebuilt.
kde/khangman-20.12.2-arm-2.txz: Rebuilt.
kde/khelpcenter-20.12.2-arm-2.txz: Rebuilt.
kde/kidentitymanagement-20.12.2-arm-2.txz: Rebuilt.
kde/kig-20.12.2-arm-2.txz: Rebuilt.
kde/kigo-20.12.2-arm-2.txz: Rebuilt.
kde/killbots-20.12.2-arm-2.txz: Rebuilt.
kde/kimagemapeditor-20.12.2-arm-2.txz: Rebuilt.
kde/kimap-20.12.2-arm-2.txz: Rebuilt.
kde/kio-extras-20.12.2-arm-2.txz: Rebuilt.
kde/kio-gdrive-20.12.2-arm-2.txz: Rebuilt.
kde/kipi-plugins-20.12.2-arm-2.txz: Rebuilt.
kde/kirigami-gallery-20.12.2-arm-2.txz: Rebuilt.
kde/kiriki-20.12.2-arm-2.txz: Rebuilt.
kde/kiten-20.12.2-arm-2.txz: Rebuilt.
kde/kitinerary-20.12.2-arm-2.txz: Rebuilt.
kde/kjumpingcube-20.12.2-arm-2.txz: Rebuilt.
kde/kldap-20.12.2-arm-2.txz: Rebuilt.
kde/kleopatra-20.12.2-arm-2.txz: Rebuilt.
kde/klickety-20.12.2-arm-2.txz: Rebuilt.
kde/klines-20.12.2-arm-2.txz: Rebuilt.
kde/kmag-20.12.2-arm-2.txz: Rebuilt.
kde/kmahjongg-20.12.2-arm-2.txz: Rebuilt.
kde/kmailtransport-20.12.2-arm-2.txz: Rebuilt.
kde/kmbox-20.12.2-arm-2.txz: Rebuilt.
kde/kmime-20.12.2-arm-2.txz: Rebuilt.
kde/kmines-20.12.2-arm-2.txz: Rebuilt.
kde/kmix-20.12.2-arm-2.txz: Rebuilt.
kde/kmousetool-20.12.2-arm-2.txz: Rebuilt.
kde/kmouth-20.12.2-arm-2.txz: Rebuilt.
kde/kmplot-20.12.2-arm-2.txz: Rebuilt.
kde/knavalbattle-20.12.2-arm-2.txz: Rebuilt.
kde/knetwalk-20.12.2-arm-2.txz: Rebuilt.
kde/knights-20.12.2-arm-2.txz: Rebuilt.
kde/kolf-20.12.2-arm-2.txz: Rebuilt.
kde/kollision-20.12.2-arm-2.txz: Rebuilt.
kde/kolourpaint-20.12.2-arm-2.txz: Rebuilt.
kde/kompare-20.12.2-arm-2.txz: Rebuilt.
kde/konqueror-20.12.2-arm-2.txz: Rebuilt.
kde/konquest-20.12.2-arm-2.txz: Rebuilt.
kde/konsole-20.12.2-arm-2.txz: Rebuilt.
kde/kontactinterface-20.12.2-arm-2.txz: Rebuilt.
kde/kontrast-20.12.2-arm-2.txz: Rebuilt.
kde/konversation-20.12.2-arm-2.txz: Rebuilt.
kde/kopete-20.12.2-arm-2.txz: Rebuilt.
kde/kosmindoormap-20.12.2-arm-2.txz: Rebuilt.
kde/kpat-20.12.2-arm-2.txz: Rebuilt.
kde/kpimtextedit-20.12.2-arm-2.txz: Rebuilt.
kde/kpkpass-20.12.2-arm-2.txz: Rebuilt.
kde/kpmcore-20.12.2-arm-2.txz: Rebuilt.
kde/kpublictransport-20.12.2-arm-2.txz: Rebuilt.
kde/kqtquickcharts-20.12.2-arm-2.txz: Rebuilt.
kde/krdc-20.12.2-arm-2.txz: Rebuilt.
kde/kreversi-20.12.2-arm-2.txz: Rebuilt.
kde/krfb-20.12.2-arm-2.txz: Rebuilt.
kde/kross-interpreters-20.12.2-arm-2.txz: Rebuilt.
kde/kruler-20.12.2-arm-2.txz: Rebuilt.
kde/kshisen-20.12.2-arm-2.txz: Rebuilt.
kde/ksirk-20.12.2-arm-2.txz: Rebuilt.
kde/ksmtp-20.12.2-arm-2.txz: Rebuilt.
kde/ksnakeduel-20.12.2-arm-2.txz: Rebuilt.
kde/kspaceduel-20.12.2-arm-2.txz: Rebuilt.
kde/ksquares-20.12.2-arm-2.txz: Rebuilt.
kde/ksudoku-20.12.2-arm-2.txz: Rebuilt.
kde/ksystemlog-20.12.2-arm-2.txz: Rebuilt.
kde/kteatime-20.12.2-arm-2.txz: Rebuilt.
kde/ktimer-20.12.2-arm-2.txz: Rebuilt.
kde/ktorrent-20.12.2-arm-2.txz: Rebuilt.
kde/ktouch-20.12.2-arm-2.txz: Rebuilt.
kde/kturtle-20.12.2-arm-2.txz: Rebuilt.
kde/kubrick-20.12.2-arm-2.txz: Rebuilt.
kde/kwalletmanager-20.12.2-arm-2.txz: Rebuilt.
kde/kwave-20.12.2-arm-2.txz: Rebuilt.
kde/kwordquiz-20.12.2-arm-2.txz: Rebuilt.
kde/libkcddb-20.12.2-arm-2.txz: Rebuilt.
kde/libkcompactdisc-20.12.2-arm-2.txz: Rebuilt.
kde/libkdcraw-20.12.2-arm-2.txz: Rebuilt.
kde/libkdegames-20.12.2-arm-2.txz: Rebuilt.
kde/libkdepim-20.12.2-arm-2.txz: Rebuilt.
kde/libkeduvocdocument-20.12.2-arm-2.txz: Rebuilt.
kde/libkexiv2-20.12.2-arm-2.txz: Rebuilt.
kde/libkgapi-20.12.2-arm-2.txz: Rebuilt.
kde/libkipi-20.12.2-arm-2.txz: Rebuilt.
kde/libkleo-20.12.2-arm-2.txz: Rebuilt.
kde/libkmahjongg-20.12.2-arm-2.txz: Rebuilt.
kde/libkomparediff2-20.12.2-arm-2.txz: Rebuilt.
kde/libksane-20.12.2-arm-2.txz: Rebuilt.
kde/libktorrent-20.12.2-arm-2.txz: Rebuilt.
kde/lokalize-20.12.2-arm-2.txz: Rebuilt.
kde/lskat-20.12.2-arm-2.txz: Rebuilt.
kde/marble-20.12.2-arm-2.txz: Rebuilt.
kde/markdownpart-20.12.2-arm-2.txz: Rebuilt.
kde/minuet-20.12.2-arm-2.txz: Rebuilt.
kde/okular-20.12.2-arm-2.txz: Rebuilt.
kde/palapeli-20.12.2-arm-2.txz: Rebuilt.
kde/parley-20.12.2-arm-2.txz: Rebuilt.
kde/partitionmanager-20.12.2-arm-2.txz: Rebuilt.
kde/picmi-20.12.2-arm-2.txz: Rebuilt.
kde/pimcommon-20.12.2-arm-2.txz: Rebuilt.
kde/poxml-20.12.2-arm-2.txz: Rebuilt.
kde/print-manager-20.12.2-arm-2.txz: Rebuilt.
kde/rocs-20.12.2-arm-2.txz: Rebuilt.
kde/spectacle-20.12.2-arm-2.txz: Rebuilt.
kde/step-20.12.2-arm-2.txz: Rebuilt.
kde/svgpart-20.12.2-arm-2.txz: Rebuilt.
kde/sweeper-20.12.2-arm-2.txz: Rebuilt.
kde/umbrello-20.12.2-arm-2.txz: Rebuilt.
kde/yakuake-20.12.2-arm-2.txz: Rebuilt.
kde/zeroconf-ioslave-20.12.2-arm-2.txz: Rebuilt.
l/elfutils-0.183-arm-1.txz: Upgraded.
l/fuse3-3.10.2-arm-1.txz: Upgraded.
l/glib2-2.66.6-arm-1.txz: Upgraded.
l/glibc-2.32-arm-3.txz: Rebuilt.
l/glibc-i18n-2.32-arm-3.txz: Rebuilt.
l/glibc-profile-2.32-arm-3.txz: Rebuilt.
l/imagemagick-7.0.10_62-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/jasper-2.0.25-arm-1.txz: Upgraded.
l/lcms2-2.12-arm-1.txz: Upgraded.
l/libburn-1.5.4-arm-1.txz: Upgraded.
l/libcap-2.48-arm-1.txz: Upgraded.
l/libpcap-1.10.0-arm-1.txz: Upgraded.
l/lmdb-0.9.28-arm-1.txz: Upgraded.
l/mozjs78-78.7.1esr-arm-1.txz: Upgraded.
l/openal-soft-1.21.1-arm-1.txz: Upgraded.
l/pipewire-0.3.21-arm-1.txz: Upgraded.
l/pygobject-2.28.7-arm-8.txz: Rebuilt.
l/qca-2.3.2-arm-1.txz: Upgraded.
l/slang1-1.4.9-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/svgalib-1.4.0-arm-5.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
n/curl-7.75.0-arm-1.txz: Upgraded.
n/fetchmail-6.4.16-arm-1.txz: Upgraded.
n/iputils-20210202-arm-1.txz: Upgraded.
n/php-7.4.15-arm-1.txz: Upgraded.
n/tcpdump-4.99.0-arm-1.txz: Upgraded.
tcl/expect-5.45.4-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
tcl/tcl-8.6.11-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
tcl/tclx-8.4.4-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
tcl/tix-8.4.3-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
tcl/tk-8.6.11.1-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
x/glew-2.2.0-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
x/xf86-input-wacom-0.40.0-arm-1.txz: Upgraded.
x/xterm-365-arm-1.txz: Upgraded.
xap/audacious-4.1-arm-1.txz: Upgraded.
xap/audacious-plugins-4.1-arm-1.txz: Upgraded.
xap/mozilla-firefox-78.7.1esr-arm-1.txz: Upgraded.
       This release contains a security fix.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.7.1/releasenotes/
       https://www.mozilla.org/en-US/security/advisories/mfsa2021-06/#MOZ-2021-0001
       (* Security fix *)
xap/network-manager-applet-1.20.0-arm-1.txz: Upgraded.
xap/sane-1.0.31-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
xap/vim-gvim-8.2.2461-arm-1.txz: Upgraded.
xfce/thunar-4.16.3-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Thu Feb 04 08:08:08 UTC 2021
a/aaa_elflibs-15.0-arm-25.txz: Rebuilt.
a/dosfstools-4.2-arm-1.txz: Upgraded.
a/e2fsprogs-1.46.0-arm-1.txz: Upgraded.
a/glibc-solibs-2.32-arm-2.txz: Rebuilt.
a/hwdata-0.344-arm-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.12_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.12-arm-1.txz: Upgraded.
a/lzip-1.22-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
a/sysklogd-2.2.1-arm-1.txz: Upgraded.
a/tar-1.33-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
a/xz-5.2.5-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
ap/xorriso-1.5.4-arm-1.txz: Upgraded.
d/binutils-2.35.2-arm-1.txz: Upgraded.
d/device-tree-compiler-1.6.0-arm-1.txz: Upgraded.
d/gcc-10.2.0-arm-3.txz: Rebuilt.
d/gcc-g++-10.2.0-arm-3.txz: Rebuilt.
d/gcc-gdc-10.2.0-arm-3.txz: Rebuilt.
d/gcc-gfortran-10.2.0-arm-3.txz: Rebuilt.
d/gcc-gnat-10.2.0-arm-3.txz: Rebuilt.
d/gcc-go-10.2.0-arm-3.txz: Rebuilt.
d/gcc-objc-10.2.0-arm-3.txz: Rebuilt.
d/kernel-headers-5.10.12-arm-1.txz: Upgraded.
d/libtool-2.4.6-arm-16.txz: Rebuilt.
d/oprofile-1.4.0-arm-4.txz: Rebuilt.
       Recompiled against binutils-2.35.2.
d/python-pip-21.0.1-arm-1.txz: Upgraded.
d/python-setuptools-53.0.0-arm-1.txz: Upgraded.
d/python2-2.7.18-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
e/emacs-27.1-arm-3.txz: Rebuilt.
       Rebuilt using --with-pdumper=no and --with-dumping=unexec so that both
       emacs-27.1-no-x11 and emacs-27.1-with-x11 will work with the installed files.
       Thanks to Tonus.
k/kernel-source-5.10.12-arm-1.txz: Upgraded.
kde/calligra-3.2.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.02.0.
       Patched to fix blank screen when starting calligragemini.
       Thanks to PiterPunk.
kde/calligraplan-3.3.0-arm-1.txz: Upgraded.
kde/cantor-20.12.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.02.0.
kde/digikam-7.1.0-arm-2.txz: Rebuilt.
       Recompiled against imagemagick-7.0.10_61.
kde/kdev-php-5.6.2-arm-1.txz: Upgraded.
kde/kdev-python-5.6.2-arm-1.txz: Upgraded.
kde/kdevelop-5.6.2-arm-1.txz: Upgraded.
kde/kfilemetadata-5.78.0-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.02.0.
kde/kid3-3.8.5-arm-1.txz: Upgraded.
kde/kile-2.9.93-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.02.0.
kde/kitinerary-20.12.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.02.0.
kde/krita-4.4.2-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.02.0.
kde/okteta-0.26.5-arm-1.txz: Upgraded.
kde/okular-20.12.1-arm-2.txz: Rebuilt.
       Recompiled against poppler-21.02.0.
l/SDL2_gfx-1.0.4-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/a52dec-0.7.4-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/db48-4.8.30-arm-5.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/dvdauthor-0.7.2-arm-2.txz: Rebuilt.
       Recompiled against imagemagick-7.0.10_61.
l/fuse-2.9.9-arm-3.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/gamin-0.1.10-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
       Patched to poll files on NFSv4 filesystems.
l/gd-2.3.1-arm-1.txz: Upgraded.
l/glib2-2.66.4-arm-1.txz: Upgraded.
l/glibc-2.32-arm-2.txz: Rebuilt.
l/glibc-i18n-2.32-arm-2.txz: Rebuilt.
l/glibc-profile-2.32-arm-2.txz: Rebuilt.
l/gtk+-1.2.10-arm-5.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/imagemagick-7.0.10_61-arm-1.txz: Upgraded.
l/libglade-2.6.4-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/libmad-0.15.1b-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/liboggz-1.1.1-arm-5.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/libwebp-1.2.0-arm-1.txz: Upgraded.
l/mhash-0.9.9.9-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/mm-1.4.2-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
l/poppler-21.02.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/python-packaging-20.9-arm-1.txz: Upgraded.
n/NetworkManager-1.28.0-arm-4.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
n/krb5-1.19-arm-1.txz: Upgraded.
n/libgcrypt-1.9.1-arm-1.txz: Upgraded.
       This update fixes a serious security issue present only in libgcrypt-1.9.0.
       Everyone should be sure to update this package as soon as possible.
       For more information, see:
       https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000456.html
       (* Security fix *)
n/nghttp2-1.43.0-arm-1.txz: Upgraded.
n/samba-4.13.4-arm-2.txz: Rebuilt.
       Recompiled against krb5-1.19 to fix libkrb5samba-samba4.so which had an
       undefined symbol after krb5-1.19 dropped it. Upstream krb5 says that the
       function in question was never shipped in any header and wasn't intended
       to be part of any public interface.
tcl/tclx-8.4.4-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
x/fcitx-libpinyin-0.5.4-arm-1.txz: Upgraded.
x/glew-2.2.0-arm-2.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
x/ibus-m17n-1.4.4-arm-1.txz: Upgraded.
x/libevdev-1.11.0-arm-1.txz: Upgraded.
x/libwacom-1.8-arm-1.txz: Upgraded.
x/mesa-20.3.4-arm-1.txz: Upgraded.
x/x11-skel-7.7-arm-8.txz: Rebuilt.
       Consistency rebuild, synced with AArch64 updates.
xap/xine-lib-1.2.11-arm-2.txz: Rebuilt.
       Recompiled against imagemagick-7.0.10_61.
xap/xpdf-4.03-arm-1.txz: Upgraded.
xfce/mousepad-0.5.2-arm-1.txz: Upgraded.
extra/brltty/brltty-6.3-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Fri Jan 29 08:08:08 UTC 2021
d/cmake-3.19.4-arm-1.txz: Upgraded.
l/librsvg-2.50.3-arm-1.txz: Upgraded.
l/parted-3.4-arm-1.txz: Upgraded.
n/pam-krb5-4.9-arm-2.txz: Rebuilt.
       Move module to /lib${LIBDIRSUFFIX}/security. Thanks to Heinz Wiesinger.
+--------------------------+
Thu Jan 28 08:08:08 UTC 2021

If you follow Slackware-current on x86/64, you may have been expecting a world
rebuild. I've planned to sidestep that on ARM, as there'll be another coming
in February for the glibc-2.33 upgrade. That said, there will be a number of
package upgrades in the next couple of weeks, as I update the cross compiler
toolchain and ensure that the build system modifications required for AArch64
continue to work on ARM.

MoZes.

a/btrfs-progs-5.10-arm-1.txz: Upgraded.
a/coreutils-8.32-arm-2.txz: Rebuilt.
       Rebuilt to test with FTBFS patch for aarch64.
a/dialog-1.3_20210117-arm-1.txz: Upgraded.
a/glibc-solibs-2.32-arm-1.txz: Upgraded.
a/glibc-zoneinfo-2021a-noarch-1.txz: Upgraded.
       This package provides the latest timezone updates.
a/kernel-firmware-20210119_0578970-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.11_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.11-arm-1.txz: Upgraded.
a/libbytesize-2.5-arm-1.txz: Upgraded.
a/lzip-1.22-arm-2.tgz: Rebuilt.
a/os-prober-1.78-arm-1.txz: Upgraded.
a/pam-1.5.1-arm-2.txz: Rebuilt.
a/tar-1.33-arm-2.tgz: Rebuilt.
a/xz-5.2.5-arm-2.tgz: Rebuilt.
ap/inxi-20210113_1e2d470c-noarch-1.txz: Upgraded.
ap/mc-4.8.26-arm-1.txz: Upgraded.
ap/sqlite-3.34.1-arm-1.txz: Upgraded.
ap/sudo-1.9.5p2-arm-1.txz: Upgraded.
       When invoked as sudoedit, the same set of command line options
       are now accepted as for "sudo -e". The -H and -P options are
       now rejected for sudoedit and "sudo -e" which matches the sudo
       1.7 behavior. This is part of the fix for CVE-2021-3156.
       Fixed a potential buffer overflow when unescaping backslashes
       in the command's arguments. Normally, sudo escapes special
       characters when running a command via a shell (sudo -s or sudo
       -i). However, it was also possible to run sudoedit with the -s
       or -i flags in which case no escaping had actually been done,
       making a buffer overflow possible. This fixes CVE-2021-3156.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3156
       (* Security fix *)
ap/vim-8.2.2394-arm-1.txz: Upgraded.
ap/vorbis-tools-1.4.2-arm-1.txz: Upgraded.
d/binutils-2.36-arm-1.txz: Upgraded.
       Revert commit d1bcae833b32f1408485ce69f844dcd7ded093a8:
       [PATCH] ELF: Don't generate unused section symbols
       This fixes building the kernel.
d/bison-3.7.5-arm-1.txz: Upgraded.
d/gcc-10.2.0-arm-2.txz: Rebuilt.
d/gcc-g++-10.2.0-arm-2.txz: Rebuilt.
d/gcc-gdc-10.2.0-arm-2.txz: Rebuilt.
d/gcc-gfortran-10.2.0-arm-2.txz: Rebuilt.
d/gcc-gnat-10.2.0-arm-2.txz: Rebuilt.
d/gcc-go-10.2.0-arm-2.txz: Rebuilt.
d/gcc-objc-10.2.0-arm-2.txz: Rebuilt.
d/help2man-1.47.17-arm-1.txz: Upgraded.
d/kernel-headers-5.10.11-arm-1.txz: Upgraded.
d/make-4.3-arm-1.txz: Upgraded.
       We'll upgrade to make-4.3 again (with a few patches from Fedora) since this
       is now working with all the sources that we ship.
d/oprofile-1.4.0-arm-3.txz: Rebuilt.
d/parallel-20210122-noarch-1.txz: Upgraded.
d/perl-5.32.1-arm-1.txz: Upgraded.
d/python-pip-21.0-arm-1.txz: Upgraded.
d/python-setuptools-52.0.0-arm-1.txz: Upgraded.
d/rust-1.49.0-arm-1.txz: Upgraded.
k/kernel-source-5.10.11-arm-1.txz: Upgraded.
kde/krita-4.4.2-arm-1.txz: Upgraded.
l/glibc-2.32-arm-1.txz: Upgraded.
l/glibc-i18n-2.32-arm-1.txz: Upgraded.
l/glibc-profile-2.32-arm-1.txz: Upgraded.
l/gst-plugins-base0-0.10.36-arm-3.txz: Removed.
l/gst-plugins-good0-0.10.31-arm-3.txz: Removed.
l/gstreamer0-0.10.36-arm-3.txz: Removed.
l/gtk+2-2.24.33-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_60-arm-1.txz: Upgraded.
l/libcap-2.47-arm-1.txz: Upgraded.
l/libsamplerate-0.2.1-arm-1.txz: Upgraded.
l/libsndfile-1.0.31-arm-1.txz: Upgraded.
l/libvisual-0.4.0-arm-3.txz: Rebuilt.
l/libvisual-plugins-0.4.0-arm-4.txz: Rebuilt.
       Drop actor_gstreamer.so (requires gstreamer0).
l/loudmouth-1.5.4-arm-1.txz: Upgraded.
l/mozilla-nss-3.61-arm-1.txz: Upgraded.
l/mozjs78-78.7.0esr-arm-1.txz: Upgraded.
l/pango-1.48.1-arm-1.txz: Upgraded.
l/pipewire-0.3.20-arm-1.txz: Upgraded.
l/python-urllib3-1.26.3-arm-1.txz: Upgraded.
l/talloc-2.3.2-arm-1.txz: Upgraded.
l/vte-0.62.2-arm-1.txz: Upgraded.
n/NetworkManager-1.28.0-arm-3.txz: Rebuilt.
       Rebuilt for ppp-2.4.9.
n/autofs-5.1.7-arm-1.txz: Upgraded.
n/bind-9.16.11-arm-1.txz: Upgraded.
n/dnsmasq-2.84-arm-1.txz: Upgraded.
       This update fixes bugs and remotely exploitable security issues:
       Use the values of --min-port and --max-port in outgoing
       TCP connections to upstream DNS servers.
       Fix a remote buffer overflow problem in the DNSSEC code. Any
       dnsmasq with DNSSEC compiled in and enabled is vulnerable to this,
       referenced by CVE-2020-25681, CVE-2020-25682, CVE-2020-25683
       CVE-2020-25687.
       Be sure to only accept UDP DNS query replies at the address
       from which the query was originated. This keeps as much entropy
       in the {query-ID, random-port} tuple as possible, to help defeat
       cache poisoning attacks. Refer: CVE-2020-25684.
       Use the SHA-256 hash function to verify that DNS answers
       received are for the questions originally asked. This replaces
       the slightly insecure SHA-1 (when compiled with DNSSEC) or
       the very insecure CRC32 (otherwise). Refer: CVE-2020-25685.
       Handle multiple identical near simultaneous DNS queries better.
       Previously, such queries would all be forwarded
       independently. This is, in theory, inefficent but in practise
       not a problem, _except_ that is means that an answer for any
       of the forwarded queries will be accepted and cached.
       An attacker can send a query multiple times, and for each repeat,
       another {port, ID} becomes capable of accepting the answer he is
       sending in the blind, to random IDs and ports. The chance of a
       succesful attack is therefore multiplied by the number of repeats
       of the query. The new behaviour detects repeated queries and
       merely stores the clients sending repeats so that when the
       first query completes, the answer can be sent to all the
       clients who asked. Refer: CVE-2020-25686.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25681
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25682
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25683
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25684
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25685
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25686
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25687
       (* Security fix *)
n/inetd-1.79s-arm-6.txz: Rebuilt.
n/libgcrypt-1.9.0-arm-1.txz: Upgraded.
       Use blinding for ECDSA signing to mitigate a novel side-channel attack.
       Add mitigation against ECC timing attack.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0495
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13626
       (* Security fix *)
n/libmbim-1.24.6-arm-1.txz: Upgraded.
n/mutt-2.0.5-arm-1.txz: Upgraded.
n/openldap-2.4.57-arm-1.txz: Upgraded.
n/pinentry-1.1.1-arm-1.txz: Upgraded.
n/postfix-3.5.9-arm-2.txz: Rebuilt.
       Correct the permissions on /var/spool/postfix/maildrop
       Thanks to andy25225 for the report.
n/ppp-2.4.9-arm-1.txz: Upgraded.
n/rp-pppoe-3.14-arm-2.txz: Rebuilt.
       Rebuilt for ppp-2.4.9.
n/s-nail-14.9.21-arm-1.txz: Upgraded.
n/samba-4.13.4-arm-1.txz: Upgraded.
n/telnet-0.17-arm-4.txz: Rebuilt.
n/tin-2.4.5-arm-1.txz: Upgraded.
x/ibus-libpinyin-1.12.0-arm-1.txz: Upgraded.
x/ibus-table-1.12.4-arm-1.txz: Upgraded.
x/libXt-1.2.1-arm-1.txz: Upgraded.
x/libpinyin-2.6.0-arm-1.txz: Upgraded.
x/util-macros-1.19.3-arm-1.txz: Upgraded.
x/wayland-1.19.0-arm-1.txz: Upgraded.
x/xf86-video-nouveau-1.0.17-arm-1.txz: Upgraded.
xap/gparted-1.2.0-arm-1.txz: Upgraded.
xap/mozilla-firefox-78.7.0esr-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.7.0/releasenotes/
       (* Security fix *)
xap/vim-gvim-8.2.2394-arm-1.txz: Upgraded.
xap/xaos-4.2.1-arm-1.txz: Upgraded.
xap/xsnow-3.2.2-arm-1.txz: Upgraded.
xfce/xfce4-panel-4.16.1-arm-1.txz: Upgraded.
xfce/xfce4-whiskermenu-plugin-2.5.3-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Fri Jan 22 08:08:08 UTC 2021
a/aaa_elflibs-15.0-arm-24.txz: Rebuilt.
       Upgraded: libcap.so.2.46, libkeyutils.so.1.10, libglib-2.0.so.0.6600.4,
       libgmodule-2.0.so.0.6600.4, libgobject-2.0.so.0.6600.4,
       libgthread-2.0.so.0.6600.4, libtiff.so.5.6.0, libtiffxx.so.5.6.0,
       libusb-1.0.so.0.3.0.
       Added: libzstd.so.1.4.8.
a/bzip2-1.0.8-arm-2.txz: Rebuilt.
a/ed-1.17-arm-1.txz: Upgraded.
a/elogind-246.9.2-arm-1.txz: Upgraded.
a/findutils-4.8.0-arm-1.txz: Upgraded.
a/hwdata-0.343-arm-1.txz: Upgraded.
a/kernel-firmware-20210109_d528862-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.9_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.9-arm-1.txz: Upgraded.
       # CONFIG_SND_SUN4I_CODEC is not set
       This disables the sound driver required for the Banana Pi.
       Unfortunately at this time, it crashes:
       https://www.linuxquestions.org/questions/slackware-arm-108/no-sound-card-after-post-wed-dec-09-08-08-08-utc-2020-updates-4175688457/
       I don't have time to look at this right now, but if anyone else does please do so!
       This crash happens with the virgin Linux 5.10.9 kernel source (and with
       the patched Kernel Slackware ARM provides).
       Thanks to glorsplitz for the report.
       If this isn't fixed prior to 15.0, I can always apply a patch post release and
       will do so if one materialises.
a/kmod-28-arm-1.txz: Upgraded.
       Built using --with-zstd to support zstd compressed modules. This means that
       this package depends on libzstd or it will not function.
       Thanks to Robby Workman.
a/libblockdev-2.25-arm-1.txz: Upgraded.
a/logrotate-3.18.0-arm-1.txz: Upgraded.
a/lvm2-2.03.11-arm-1.txz: Upgraded.
a/lzip-1.22-arm-1.txz: Upgraded.
a/minicom-2.8-arm-1.txz: Upgraded.
a/mkinitrd-1.4.11-arm-6.txz: Rebuilt.
       Upgraded to busybox-1.32.1.
a/openssl10-solibs-1.0.2u-arm-1.txz: Removed.
       This had become orphaned some time ago and is surplus to requirements.
a/openssl-solibs-1.1.1i-arm-2.txz: Rebuilt.
a/plzip-1.9-arm-1.txz: Upgraded.
a/sysklogd-2.2.0-arm-1.txz: Upgraded.
a/tar-1.33-arm-1.txz: Upgraded.
a/usb_modeswitch-2.6.1-arm-1.txz: Upgraded.
ap/cups-filters-1.28.7-arm-1.txz: Upgraded.
ap/diffstat-1.64-arm-1.txz: Upgraded.
ap/htop-3.0.5-arm-1.txz: Upgraded.
ap/ispell-3.4.02-arm-1.txz: Upgraded.
ap/nano-5.5-arm-1.txz: Upgraded.
ap/sc-im-20200904_bdd936a-arm-1.txz: Upgraded.
ap/sudo-1.9.5p1-arm-1.txz: Upgraded.
       This update fixes security issues:
       Potential information leak in sudoedit that could be used to test for
       the existence of directories not normally accessible to the user.
       Flaw in the temporary file handling of sudoedit's SELinux RBAC support.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23239
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23240
       (* Security fix *)
       Fixed a regression introduced in sudo 1.9.5 where the editor run by sudoedit
       was set-user-ID root unless SELinux RBAC was in use. The editor is now run
       with the user's real and effective user-IDs.
ap/vim-8.2.2323-arm-1.txz: Upgraded.
ap/xorriso-1.5.2-arm-2.txz: Rebuilt.
d/autoconf-2.69-noarch-1.txz: Upgraded.
       We're seeing failures using autoconf-2.70 with some packages that use
       autoreconf. It looks like most distributions have not moved on to
       autoconf-2.70, and probably we shouldn't either until the next release cycle.
       Thanks to nobodino.
d/automake-1.16.2-noarch-1.txz: Upgraded.
       It appears that automake-1.16.3 enforces -gnu at the end of the host string.
       Pat says:
       I have no philosophical objection to this, but now's not the time. We'll
       revisit this in the next release cycle.
       Thanks to nobodino and chrisretusn.
d/cmake-3.19.3-arm-1.txz: Upgraded.
d/distcc-3.3.5-arm-2.txz: Rebuilt.
       Properly install distccmon-gnome.desktop. Thanks to marco70.
d/guile-3.0.5-arm-1.txz: Upgraded.
d/kernel-headers-5.10.9-arm-1.txz: Upgraded.
d/llvm-11.0.1-arm-1.txz: Upgraded.
d/meson-0.56.2-arm-1.txz: Upgraded.
d/python-setuptools-51.3.3-arm-1.txz: Upgraded.
d/vala-0.50.3-arm-1.txz: Upgraded.
e/emacs-27.1-arm-2.txz: Rebuilt.
       Increase SYSTEM_PURESIZE_EXTRA to 100000 to avoid overflows. Nobody should be
       too concerned about adding 97K to emacs' memory footprint given the amount of
       memory available on modern machines. Thanks to Jefferson for the bug report.
k/kernel-source-5.10.9-arm-1.txz: Upgraded.
kde/akonadi-20.12.1-arm-1.txz: Upgraded.
kde/akonadi-contacts-20.12.1-arm-1.txz: Upgraded.
kde/akonadi-mime-20.12.1-arm-1.txz: Upgraded.
kde/akonadi-notes-20.12.1-arm-1.txz: Upgraded.
kde/akonadi-search-20.12.1-arm-1.txz: Upgraded.
kde/analitza-20.12.1-arm-1.txz: Upgraded.
kde/ark-20.12.1-arm-1.txz: Upgraded.
kde/artikulate-20.12.1-arm-1.txz: Upgraded.
kde/attica-5.78.0-arm-1.txz: Upgraded.
kde/audiocd-kio-20.12.1-arm-1.txz: Upgraded.
kde/baloo-widgets-20.12.1-arm-1.txz: Upgraded.
kde/blinken-20.12.1-arm-1.txz: Upgraded.
kde/bluez-qt-5.78.0-arm-1.txz: Upgraded.
kde/bomber-20.12.1-arm-1.txz: Upgraded.
kde/bovo-20.12.1-arm-1.txz: Upgraded.
kde/breeze-icons-5.78.0-noarch-1.txz: Upgraded.
kde/cantor-20.12.1-arm-1.txz: Upgraded.
kde/cervisia-20.12.1-arm-1.txz: Upgraded.
kde/dolphin-20.12.1-arm-1.txz: Upgraded.
kde/dolphin-plugins-20.12.1-arm-1.txz: Upgraded.
kde/dragon-20.12.1-arm-1.txz: Upgraded.
kde/elisa-20.12.1-arm-1.txz: Upgraded.
kde/extra-cmake-modules-5.78.0-arm-1.txz: Upgraded.
kde/ffmpegthumbs-20.12.1-arm-1.txz: Upgraded.
kde/filelight-20.12.1-arm-1.txz: Upgraded.
kde/granatier-20.12.1-arm-1.txz: Upgraded.
kde/grantleetheme-20.12.1-arm-1.txz: Upgraded.
kde/gwenview-20.12.1-arm-1.txz: Upgraded.
kde/itinerary-20.12.1-arm-1.txz: Upgraded.
kde/juk-20.12.1-arm-1.txz: Upgraded.
kde/k3b-20.12.1-arm-1.txz: Upgraded.
kde/kactivities-5.78.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.78.0-arm-1.txz: Upgraded.
kde/kalgebra-20.12.1-arm-1.txz: Upgraded.
kde/kalzium-20.12.1-arm-1.txz: Upgraded.
kde/kamera-20.12.1-arm-1.txz: Upgraded.
kde/kamoso-20.12.1-arm-1.txz: Upgraded.
kde/kanagram-20.12.1-arm-1.txz: Upgraded.
kde/kapidox-5.78.0-arm-1.txz: Upgraded.
kde/kapman-20.12.1-arm-1.txz: Upgraded.
kde/kapptemplate-20.12.1-arm-1.txz: Upgraded.
kde/karchive-5.78.0-arm-1.txz: Upgraded.
kde/kate-20.12.1-arm-1.txz: Upgraded.
kde/katomic-20.12.1-arm-1.txz: Upgraded.
kde/kauth-5.78.0-arm-1.txz: Upgraded.
kde/kbackup-20.12.1-arm-1.txz: Upgraded.
kde/kblackbox-20.12.1-arm-1.txz: Upgraded.
kde/kblocks-20.12.1-arm-1.txz: Upgraded.
kde/kbounce-20.12.1-arm-1.txz: Upgraded.
kde/kbreakout-20.12.1-arm-1.txz: Upgraded.
kde/kbruch-20.12.1-arm-1.txz: Upgraded.
kde/kcachegrind-20.12.1-arm-1.txz: Upgraded.
kde/kcalc-20.12.1-arm-1.txz: Upgraded.
kde/kcalendarcore-5.78.0-arm-1.txz: Upgraded.
kde/kcharselect-20.12.1-arm-1.txz: Upgraded.
kde/kcodecs-5.78.0-arm-1.txz: Upgraded.
kde/kcolorchooser-20.12.1-arm-1.txz: Upgraded.
kde/kcompletion-5.78.0-arm-1.txz: Upgraded.
kde/kconfig-5.78.0-arm-1.txz: Upgraded.
kde/kconfigwidgets-5.78.0-arm-1.txz: Upgraded.
kde/kcontacts-5.78.0-arm-1.txz: Upgraded.
kde/kcoreaddons-5.78.0-arm-1.txz: Upgraded.
kde/kcrash-5.78.0-arm-1.txz: Upgraded.
kde/kcron-20.12.1-arm-1.txz: Upgraded.
kde/kdbusaddons-5.78.0-arm-1.txz: Upgraded.
kde/kde-dev-scripts-20.12.1-arm-1.txz: Upgraded.
kde/kde-dev-utils-20.12.1-arm-1.txz: Upgraded.
kde/kdebugsettings-20.12.1-arm-1.txz: Upgraded.
kde/kdeconnect-kde-20.12.1-arm-1.txz: Upgraded.
kde/kdeedu-data-20.12.1-arm-1.txz: Upgraded.
kde/kdegraphics-mobipocket-20.12.1-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-20.12.1-arm-1.txz: Upgraded.
kde/kdenetwork-filesharing-20.12.1-arm-1.txz: Upgraded.
kde/kdenlive-20.12.1-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-20.12.1-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-20.12.1-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.78.0-arm-1.txz: Upgraded.
kde/kdf-20.12.1-arm-1.txz: Upgraded.
kde/kdiagram-2.8.0-arm-1.txz: Upgraded.
kde/kdialog-20.12.1-arm-1.txz: Upgraded.
kde/kdiamond-20.12.1-arm-1.txz: Upgraded.
kde/kdnssd-5.78.0-arm-1.txz: Upgraded.
kde/kdoctools-5.78.0-arm-1.txz: Upgraded.
kde/keditbookmarks-20.12.1-arm-1.txz: Upgraded.
kde/kfilemetadata-5.78.0-arm-1.txz: Upgraded.
kde/kfind-20.12.1-arm-1.txz: Upgraded.
kde/kfloppy-20.12.1-arm-1.txz: Upgraded.
kde/kfourinline-20.12.1-arm-1.txz: Upgraded.
kde/kgeography-20.12.1-arm-1.txz: Upgraded.
kde/kget-20.12.1-arm-1.txz: Upgraded.
kde/kglobalaccel-5.78.0-arm-1.txz: Upgraded.
kde/kgoldrunner-20.12.1-arm-1.txz: Upgraded.
kde/kgpg-20.12.1-arm-1.txz: Upgraded.
kde/kguiaddons-5.78.0-arm-1.txz: Upgraded.
kde/khangman-20.12.1-arm-1.txz: Upgraded.
kde/khelpcenter-20.12.1-arm-1.txz: Upgraded.
kde/kholidays-5.78.0-arm-1.txz: Upgraded.
kde/ki18n-5.78.0-arm-1.txz: Upgraded.
kde/kiconthemes-5.78.0-arm-1.txz: Upgraded.
kde/kidentitymanagement-20.12.1-arm-1.txz: Upgraded.
kde/kidletime-5.78.0-arm-1.txz: Upgraded.
kde/kig-20.12.1-arm-1.txz: Upgraded.
kde/kigo-20.12.1-arm-1.txz: Upgraded.
kde/killbots-20.12.1-arm-1.txz: Upgraded.
kde/kimageformats-5.78.0-arm-1.txz: Upgraded.
kde/kimagemapeditor-20.12.1-arm-1.txz: Upgraded.
kde/kimap-20.12.1-arm-1.txz: Upgraded.
kde/kio-extras-20.12.1-arm-1.txz: Upgraded.
kde/kio-gdrive-20.12.1-arm-1.txz: Upgraded.
kde/kipi-plugins-20.12.1-arm-1.txz: Upgraded.
kde/kirigami-gallery-20.12.1-arm-1.txz: Upgraded.
kde/kirigami2-5.78.0-arm-1.txz: Upgraded.
kde/kiriki-20.12.1-arm-1.txz: Upgraded.
kde/kitemmodels-5.78.0-arm-1.txz: Upgraded.
kde/kitemviews-5.78.0-arm-1.txz: Upgraded.
kde/kiten-20.12.1-arm-1.txz: Upgraded.
kde/kitinerary-20.12.1-arm-1.txz: Upgraded.
kde/kjobwidgets-5.78.0-arm-1.txz: Upgraded.
kde/kjs-5.78.0-arm-1.txz: Upgraded.
kde/kjsembed-5.78.0-arm-1.txz: Upgraded.
kde/kjumpingcube-20.12.1-arm-1.txz: Upgraded.
kde/kldap-20.12.1-arm-1.txz: Upgraded.
kde/kleopatra-20.12.1-arm-1.txz: Upgraded.
kde/klickety-20.12.1-arm-1.txz: Upgraded.
kde/klines-20.12.1-arm-1.txz: Upgraded.
kde/kmag-20.12.1-arm-1.txz: Upgraded.
kde/kmahjongg-20.12.1-arm-1.txz: Upgraded.
kde/kmailtransport-20.12.1-arm-1.txz: Upgraded.
kde/kmbox-20.12.1-arm-1.txz: Upgraded.
kde/kmime-20.12.1-arm-1.txz: Upgraded.
kde/kmines-20.12.1-arm-1.txz: Upgraded.
kde/kmix-20.12.1-arm-1.txz: Upgraded.
kde/kmousetool-20.12.1-arm-1.txz: Upgraded.
kde/kmouth-20.12.1-arm-1.txz: Upgraded.
kde/kmplot-20.12.1-arm-1.txz: Upgraded.
kde/knavalbattle-20.12.1-arm-1.txz: Upgraded.
kde/knetwalk-20.12.1-arm-1.txz: Upgraded.
kde/knights-20.12.1-arm-1.txz: Upgraded.
kde/knotifications-5.78.0-arm-1.txz: Upgraded.
kde/kolf-20.12.1-arm-1.txz: Upgraded.
kde/kollision-20.12.1-arm-1.txz: Upgraded.
kde/kolourpaint-20.12.1-arm-1.txz: Upgraded.
kde/kompare-20.12.1-arm-1.txz: Upgraded.
kde/konqueror-20.12.1-arm-1.txz: Upgraded.
kde/konquest-20.12.1-arm-1.txz: Upgraded.
kde/konsole-20.12.1-arm-1.txz: Upgraded.
kde/kontactinterface-20.12.1-arm-1.txz: Upgraded.
kde/kontrast-20.12.1-arm-1.txz: Upgraded.
kde/konversation-20.12.1-arm-1.txz: Upgraded.
kde/kopete-20.12.1-arm-1.txz: Upgraded.
kde/kosmindoormap-20.12.1-arm-1.txz: Upgraded.
kde/kpackage-5.78.0-arm-1.txz: Upgraded.
kde/kpat-20.12.1-arm-1.txz: Upgraded.
kde/kpeople-5.78.0-arm-1.txz: Upgraded.
kde/kpimtextedit-20.12.1-arm-1.txz: Upgraded.
kde/kpkpass-20.12.1-arm-1.txz: Upgraded.
kde/kplotting-5.78.0-arm-1.txz: Upgraded.
kde/kpmcore-20.12.1-arm-1.txz: Upgraded.
kde/kpty-5.78.0-arm-1.txz: Upgraded.
kde/kpublictransport-20.12.1-arm-1.txz: Upgraded.
kde/kqtquickcharts-20.12.1-arm-1.txz: Upgraded.
kde/kquickcharts-5.78.0-arm-1.txz: Upgraded.
kde/krdc-20.12.1-arm-1.txz: Upgraded.
kde/kreversi-20.12.1-arm-1.txz: Upgraded.
kde/krfb-20.12.1-arm-1.txz: Upgraded.
kde/kross-interpreters-20.12.1-arm-1.txz: Upgraded.
kde/kruler-20.12.1-arm-1.txz: Upgraded.
kde/kservice-5.78.0-arm-1.txz: Upgraded.
kde/kshisen-20.12.1-arm-1.txz: Upgraded.
kde/ksirk-20.12.1-arm-1.txz: Upgraded.
kde/ksmtp-20.12.1-arm-1.txz: Upgraded.
kde/ksnakeduel-20.12.1-arm-1.txz: Upgraded.
kde/kspaceduel-20.12.1-arm-1.txz: Upgraded.
kde/ksquares-20.12.1-arm-1.txz: Upgraded.
kde/kstars-3.5.1-arm-1.txz: Upgraded.
kde/ksudoku-20.12.1-arm-1.txz: Upgraded.
kde/ksystemlog-20.12.1-arm-1.txz: Upgraded.
kde/kteatime-20.12.1-arm-1.txz: Upgraded.
kde/ktextwidgets-5.78.0-arm-1.txz: Upgraded.
kde/ktimer-20.12.1-arm-1.txz: Upgraded.
kde/ktorrent-20.12.1-arm-1.txz: Upgraded.
kde/ktouch-20.12.1-arm-1.txz: Upgraded.
kde/kturtle-20.12.1-arm-1.txz: Upgraded.
kde/kubrick-20.12.1-arm-1.txz: Upgraded.
kde/kunitconversion-5.78.0-arm-1.txz: Upgraded.
kde/kwallet-5.78.0-arm-1.txz: Upgraded.
kde/kwalletmanager-20.12.1-arm-1.txz: Upgraded.
kde/kwave-20.12.1-arm-1.txz: Upgraded.
kde/kwayland-5.78.0-arm-1.txz: Upgraded.
kde/kwidgetsaddons-5.78.0-arm-1.txz: Upgraded.
kde/kwindowsystem-5.78.0-arm-1.txz: Upgraded.
kde/kwordquiz-20.12.1-arm-1.txz: Upgraded.
kde/kxmlgui-5.78.0-arm-1.txz: Upgraded.
kde/libkcddb-20.12.1-arm-1.txz: Upgraded.
kde/libkcompactdisc-20.12.1-arm-1.txz: Upgraded.
kde/libkdcraw-20.12.1-arm-1.txz: Upgraded.
kde/libkdegames-20.12.1-arm-1.txz: Upgraded.
kde/libkdepim-20.12.1-arm-1.txz: Upgraded.
kde/libkeduvocdocument-20.12.1-arm-1.txz: Upgraded.
kde/libkexiv2-20.12.1-arm-1.txz: Upgraded.
kde/libkgapi-20.12.1-arm-1.txz: Upgraded.
kde/libkipi-20.12.1-arm-1.txz: Upgraded.
kde/libkleo-20.12.1-arm-1.txz: Upgraded.
kde/libkmahjongg-20.12.1-arm-1.txz: Upgraded.
kde/libkomparediff2-20.12.1-arm-1.txz: Upgraded.
kde/libksane-20.12.1-arm-1.txz: Upgraded.
kde/libktorrent-20.12.1-arm-1.txz: Upgraded.
kde/lokalize-20.12.1-arm-1.txz: Upgraded.
kde/lskat-20.12.1-arm-1.txz: Upgraded.
kde/marble-20.12.1-arm-1.txz: Upgraded.
kde/markdownpart-20.12.1-arm-1.txz: Upgraded.
kde/minuet-20.12.1-arm-1.txz: Upgraded.
kde/modemmanager-qt-5.78.0-arm-1.txz: Upgraded.
kde/networkmanager-qt-5.78.0-arm-1.txz: Upgraded.
kde/okular-20.12.1-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.78.0-noarch-1.txz: Upgraded.
kde/palapeli-20.12.1-arm-1.txz: Upgraded.
kde/parley-20.12.1-arm-1.txz: Upgraded.
kde/partitionmanager-20.12.1-arm-1.txz: Upgraded.
kde/picmi-20.12.1-arm-1.txz: Upgraded.
kde/pimcommon-20.12.1-arm-1.txz: Upgraded.
kde/poxml-20.12.1-arm-1.txz: Upgraded.
kde/print-manager-20.12.1-arm-1.txz: Upgraded.
kde/prison-5.78.0-arm-1.txz: Upgraded.
kde/qqc2-desktop-style-5.78.0-arm-1.txz: Upgraded.
kde/rocs-20.12.1-arm-1.txz: Upgraded.
kde/solid-5.78.0-arm-1.txz: Upgraded.
kde/sonnet-5.78.0-arm-1.txz: Upgraded.
kde/spectacle-20.12.1-arm-1.txz: Upgraded.
kde/step-20.12.1-arm-1.txz: Upgraded.
kde/svgpart-20.12.1-arm-1.txz: Upgraded.
kde/sweeper-20.12.1-arm-1.txz: Upgraded.
kde/syndication-5.78.0-arm-1.txz: Upgraded.
kde/syntax-highlighting-5.78.0-arm-1.txz: Upgraded.
kde/threadweaver-5.78.0-arm-1.txz: Upgraded.
kde/umbrello-20.12.1-arm-1.txz: Upgraded.
kde/yakuake-20.12.1-arm-1.txz: Upgraded.
kde/zeroconf-ioslave-20.12.1-arm-1.txz: Upgraded.
l/Mako-1.1.4-arm-1.txz: Upgraded.
l/cryptopp-8.2.0-arm-1.txz: Upgraded.
       In the ChangeLog for cryfs: * Updated to crypto++ 8.2
       Seems cryfs does not work with newer versions of cryptopp, so since nothing
       else uses it in Slackware we'll pin it at this version until cryfs notes
       that it's OK to move forward.
       Thanks to alienBOB and USUARIONUEVO for the bug report.
l/gcr-3.38.1-arm-1.txz: Upgraded.
l/gjs-1.66.2-arm-1.txz: Upgraded.
l/gst-plugins-base-1.18.3-arm-1.txz: Upgraded.
l/gst-plugins-good-1.18.3-arm-1.txz: Upgraded.
l/gst-plugins-libav-1.18.3-arm-1.txz: Upgraded.
l/gstreamer-1.18.3-arm-1.txz: Upgraded.
l/gtk+2-2.24.32-arm-5.txz: Rebuilt.
l/gvfs-1.46.2-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_58-arm-1.txz: Upgraded.
l/jmtpfs-0.5-arm-2.txz: Rebuilt.
l/libburn-1.5.2.pl01-arm-2.txz: Rebuilt.
l/libcap-2.46-arm-2.txz: Rebuilt.
l/libcap-ng-0.8.2-arm-2.txz: Rebuilt.
l/libclc-11.0.1-arm-1.txz: Upgraded.
       Thanks to USUARIONUEVO.
l/libical-3.0.9-arm-1.txz: Upgraded.
l/libodfgen-0.1.8-arm-1.txz: Upgraded.
l/libqalculate-3.16.1-arm-1.txz: Upgraded.
l/libsamplerate-0.1.9-arm-4.txz: Rebuilt.
l/libsigsegv-2.13-arm-1.txz: Upgraded.
l/libunwind-1.5.0-arm-2.txz: Rebuilt.
l/mlt-6.24.0-arm-2.txz: Rebuilt.
       Patched for opencv >= 4.5.1. Thanks to nobodino.
l/mozjs78-78.6.1esr-arm-1.txz: Upgraded.
l/pulseaudio-14.2-arm-1.txz: Upgraded.
l/python-pygments-2.7.4-arm-1.txz: Upgraded.
l/python-sane-2.9.1-arm-1.txz: Upgraded.
l/qrencode-4.1.1-arm-2.txz: Rebuilt.
l/system-config-printer-1.5.15-arm-1.txz: Upgraded.
l/wavpack-5.4.0-arm-1.txz: Upgraded.
       WavPack 5.4.0 fixes an issue where a specially crafted WAV file could cause
       the wavpack command-line program to crash with an out-of-bounds write.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35738
       (* Security fix *)
l/xapian-core-1.4.18-arm-1.txz: Upgraded.
n/ModemManager-1.14.10-arm-1.txz: Upgraded.
n/getmail-6.14-arm-1.txz: Upgraded.
n/gnupg2-2.2.27-arm-1.txz: Upgraded.
n/gpgme-1.15.1-arm-1.txz: Upgraded.
n/inetd-1.79s-arm-5.txz: Rebuilt.
       Rebuilt to link with libtirpc. Thanks to nobodino.
n/iptables-1.8.7-arm-1.txz: Upgraded.
n/libnftnl-1.1.9-arm-1.txz: Upgraded.
n/libqmi-1.26.8-arm-1.txz: Upgraded.
n/netkit-bootparamd-0.17-arm-4.txz: Rebuilt.
       Patched for libtirpc. Thanks to nobodino.
n/netkit-rusers-0.17-arm-4.txz: Rebuilt.
       Patched for libtirpc. Thanks to nobodino.
n/netkit-rwall-0.17-arm-4.txz: Rebuilt.
       Patched for libtirpc. Thanks to nobodino.
n/nftables-0.9.8-arm-1.txz: Upgraded.
       Rebuilt using --with-python-bin=python3. Thanks to walecha.
n/nghttp2-1.42.0-arm-2.txz: Rebuilt.
n/nss-pam-ldapd-0.9.11-arm-2.txz: Rebuilt.
n/openssl-1.1.1i-arm-2.txz: Rebuilt.
       Testing Slackware AArch64 build modifications.
n/openssl10-1.0.2u-arm-1.txz: Removed.
       This had become orphaned some time ago and is surplus to requirements.
n/postfix-3.5.9-arm-1.txz: Upgraded.
n/socat-1.7.4.1-arm-1.txz: Upgraded.
n/tcp_wrappers-7.6-arm-5.txz: Rebuilt.
       Use strerror(), not sys_errlist(). Thanks to nobodino.
n/wget-1.21.1-arm-1.txz: Upgraded.
tcl/tk-8.6.11.1-arm-1.txz: Upgraded.
x/libdrm-2.4.104-arm-1.txz: Upgraded.
x/libevdev-1.10.1-arm-1.txz: Upgraded.
x/mesa-20.3.3-arm-1.txz: Upgraded.
       Added options: -Dvulkan-device-select-layer=true -Dopengl=true -Dglx=dri
       Add a symlink for libGLX_system.so.0.
       Use a more complete patch for converting from drmPciDeviceInfo to uint32_t
       in device_select.h and device_select_layer.c.
x/vulkan-sdk-1.2.141.0-arm-2.txz: Rebuilt.
       Install additional Vulkan-ValidationLayers-sdk header files.
       Thanks to walecha.
x/xf86-video-armsoc-1.4.1-arm-31.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-17.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-11.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-32.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-29.txz: Rebuilt.
x/xorg-server-1.20.10-arm-3.txz: Rebuilt.
       Only use the Intel DDX with pre-gen4 hardware. Newer hardware will use the
       modesetting driver.
x/xorg-server-xephyr-1.20.10-arm-3.txz: Rebuilt.
x/xorg-server-xnest-1.20.10-arm-3.txz: Rebuilt.
x/xorg-server-xvfb-1.20.10-arm-3.txz: Rebuilt.
x/xorg-server-xwayland-1.20.10-arm-3.txz: Rebuilt.
xap/vim-gvim-8.2.2323-arm-1.txz: Upgraded.
xfce/Greybird-3.22.14-arm-1.txz: Upgraded.
xfce/garcon-4.16.1-arm-1.txz: Upgraded.
xfce/mousepad-0.5.1-arm-2.txz: Rebuilt.
       Remove architecture quadlet prefix from binary names.
       Thanks to Jim Howard (jmh3) for the report.
xfce/thunar-4.16.2-arm-1.txz: Upgraded.
xfce/xfce4-appfinder-4.16.1-arm-1.txz: Upgraded.
xfce/xfce4-screensaver-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-whiskermenu-plugin-2.5.2-arm-1.txz: Upgraded.
xfce/xfwm4-4.16.1-arm-1.txz: Upgraded.
extra/kpartx/kpartx-0.8.5-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Mon Jan 11 08:08:08 UTC 2021

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/mtd-utils-100121-arm-1.txz: Upgraded.
l/qt5-5.15.2-arm-3.txz: Rebuilt.
       Restore shell profile scripts that went missing during the last update.
       Thanks to andy25225 for the report.
+--------------------------+
Sat Jan 09 08:08:08 UTC 2021

Step 4: Release!

Huge thanks to Eric Hameleers, Heinz Wiesinger, and Robby Workman for all the
help upgrading KDE and XFCE world and its environment.

Do you want to see behind the scenes of Slackware ARM and see what it takes to
put this all together? Want to follow the progress of the Slackware-AArch64
port? Then check out our new YouTube channel:

       https://www.youtube.com/channel/UCabC1NZDGA3FZXf2hQ-6uyA

and (I can't believe I'm writing this in the ChangeLog!)
       "Remember to Like & Subscribe, guys!"

We've recorded five episodes already and will be uploading them within the next
couple of weeks, so subscribe to the channel to be notified when they're live
(probably within a couple of weeks from now).

MoZes@slackware (Stuart Winter)

The mini root filesystem has been updated:
       ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/aaa_elflibs-15.0-arm-23.txz: Rebuilt.
       Upgraded: libcap.so.2.45, libelf-0.182.so, libglib-2.0.so.0.6600.3,
       libgmodule-2.0.so.0.6600.3, libgmp.so.10.4.1, libgmpxx.so.4.6.1,
       libgobject-2.0.so.0.6600.3, libgthread-2.0.so.0.6600.3, libhistory.so.8.1,
       libisl.so.23.0.0, liblber-2.4.so.2.11.4, libldap-2.4.so.2.11.4,
       libpcre2-8.so.0.10.1, libreadline.so.8.1.
       Removed: libHalf.so.12.0.0, libIex-2_2.so.12.0.0, libIexMath-2_2.so.12.0.0,
       libIlmImf-2_2.so.22.0.0, libIlmImfUtil-2_2.so.22.0.0,
       libIlmThread-2_2.so.12.0.0, libImath-2_2.so.12.0.0, libexiv2.so.26.0.0,
       libpoppler-qt4.so.4.11.0, libpoppler.so.79.0.0, libraw.so.16.0.0,
       libraw_r.so.16.0.0.
a/aaa_terminfo-6.2_20201219-arm-1.txz: Upgraded.
a/dbus-1.12.20-arm-3.txz: Rebuilt.
       Added local config override directory /etc/dbus-1/system.d/ since no other
       package provides it now.
a/eudev-3.2.9-arm-4.txz: Rebuilt.
       Blacklist the snd-pcsp module. Thanks to Paulo2.
       Fix typo in watchdog.conf: ebc_c384_wdt -> ebc-c384_wdt.
       Thanks to Robby Workman.
a/exfatprogs-1.0.4-arm-1.txz: Added.
a/glibc-solibs-2.30-arm-4.txz: Rebuilt.
a/glibc-zoneinfo-2020f-noarch-1.txz: Upgraded.
       This package provides the latest timezone updates.
       This package provides the latest timezone updates.
a/haveged-1.9.14-arm-1.txz: Upgraded.
a/kernel-firmware-20201230_f580dc2-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.10.5_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.10.5-arm-1.txz: Upgraded.
a/lzip-1.21-arm-3.txz: Rebuilt.
a/lzlib-1.12-arm-1.txz: Upgraded.
a/ndctl-71.1-arm-2.txz: Rebuilt.
       Fix bash-completion file installation (previously it was causing the
       completion dir to have mode 0644). Thanks to Robby Workman.
a/pkgtools-15.0-noarch-25.txz: Rebuilt.
       installpkg: run doinst.sh in a subshell for NOLOCK packages.
       removepkg: run uninstall scripts in a subshell.
       This avoids a bug when handling multiple packages where these scripts might
       be in the wrong directory when a new file/package is to be processed.
       Thanks to Mario Preksavec.
a/smartmontools-7.2-arm-1.txz: Upgraded.
a/udisks-1.0.5-arm-7.txz: Rebuilt.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
a/udisks2-2.9.1-arm-2.txz: Rebuilt.
       Include 20-plugdev-group-mount-override.rules, installed in the system
       location. Thanks to Robby Workman.
ap/cups-2.3.3-arm-3.txz: Rebuilt.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
ap/hplip-3.20.6-arm-4.txz: Rebuilt.
       Use --enable-qt5.
       Move D-Bus configs from /etc to the system location.
       Drop HAL support (LOL!)
       Thanks to Robby Workman.
ap/inxi-20201217_df45e6d4-noarch-1.txz: Upgraded.
ap/ispell-3.4.01-arm-1.txz: Upgraded.
ap/mpg123-1.26.4-arm-1.txz: Upgraded.
ap/neofetch-20201126_6dd85d6-noarch-1.txz: Upgraded.
ap/qpdf-10.1.0-arm-1.txz: Upgraded.
ap/sysstat-12.5.2-arm-1.txz: Upgraded.
ap/terminus-font-4.49.1-noarch-1.txz: Upgraded.
ap/vim-8.2.2269-arm-1.txz: Upgraded.
       Add Ruby and Tcl support, make language support dynamic if possible.
d/distcc-3.3.5-arm-1.txz: Upgraded.
d/git-2.30.0-arm-1.txz: Upgraded.
d/gnucobol-3.1.2-arm-1.txz: Upgraded.
d/kernel-headers-5.10.5-arm-1.txz: Upgraded.
d/meson-0.56.1-arm-1.txz: Upgraded.
d/python-setuptools-51.1.1-arm-1.txz: Upgraded.
d/ruby-3.0.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/subversion-1.14.0-arm-4.txz: Rebuilt.
       Recompiled against ruby-3.0.0.
k/kernel-source-5.10.5-arm-1.txz: Upgraded.
kde/akonadi-20.12.0-arm-1.txz: Added.
kde/akonadi-calendar-20.12.0-arm-1.txz: Added.
kde/akonadi-calendar-tools-20.12.0-arm-1.txz: Added.
kde/akonadi-contacts-20.12.0-arm-1.txz: Added.
kde/akonadi-import-wizard-20.12.0-arm-1.txz: Added.
kde/akonadi-mime-20.12.0-arm-1.txz: Added.
kde/akonadi-notes-20.12.0-arm-1.txz: Added.
kde/akonadi-search-20.12.0-arm-1.txz: Added.
kde/akonadiconsole-20.12.0-arm-1.txz: Added.
kde/akregator-20.12.0-arm-1.txz: Added.
kde/alkimia-8.0.4-arm-1.txz: Added.
kde/analitza-20.12.0-arm-1.txz: Upgraded.
kde/ark-20.12.0-arm-1.txz: Upgraded.
kde/artikulate-20.12.0-arm-1.txz: Upgraded.
kde/attica-5.77.0-arm-1.txz: Added.
kde/audiocd-kio-20.12.0-arm-1.txz: Upgraded.
kde/baloo-5.77.0-arm-1.txz: Upgraded.
kde/baloo-widgets-20.12.0-arm-1.txz: Upgraded.
kde/blinken-20.12.0-arm-1.txz: Upgraded.
kde/bluedevil-5.20.5-arm-1.txz: Upgraded.
kde/bluez-qt-5.77.0-arm-1.txz: Added.
kde/bomber-20.12.0-arm-1.txz: Upgraded.
kde/bovo-20.12.0-arm-1.txz: Upgraded.
kde/breeze-5.20.4-arm-1.txz: Added.
kde/breeze-gtk-5.20.5-arm-1.txz: Added.
kde/breeze-icons-5.77.0-noarch-1.txz: Added.
kde/calendarsupport-20.12.0-arm-1.txz: Added.
kde/calligra-3.2.1-arm-1.txz: Upgraded.
kde/calligraplan-3.2.2-arm-1.txz: Added.
kde/cantor-20.12.0-arm-1.txz: Upgraded.
kde/cervisia-20.12.0-arm-1.txz: Upgraded.
kde/digikam-7.1.0-arm-1.txz: Added.
kde/dolphin-20.12.0-arm-1.txz: Added.
kde/dolphin-plugins-20.12.0-arm-1.txz: Upgraded.
kde/dragon-20.12.0-arm-1.txz: Upgraded.
kde/drkonqi-5.20.5-arm-1.txz: Added.
kde/elisa-20.12.0-arm-1.txz: Added.
kde/eventviews-20.12.0-arm-1.txz: Added.
kde/extra-cmake-modules-5.77.0-arm-1.txz: Added.
kde/falkon-3.1.0-arm-1.txz: Added.
kde/ffmpegthumbs-20.12.0-arm-1.txz: Added.
kde/filelight-20.12.0-arm-1.txz: Upgraded.
kde/frameworkintegration-5.77.0-arm-1.txz: Added.
kde/granatier-20.12.0-arm-1.txz: Upgraded.
kde/grantlee-editor-20.12.0-arm-1.txz: Added.
kde/grantleetheme-20.12.0-arm-1.txz: Added.
kde/gwenview-20.12.0-arm-1.txz: Upgraded.
kde/incidenceeditor-20.12.0-arm-1.txz: Added.
kde/itinerary-20.12.0-arm-1.txz: Added.
kde/juk-20.12.0-arm-1.txz: Upgraded.
kde/k3b-20.12.0-arm-1.txz: Upgraded.
kde/kactivities-5.77.0-arm-1.txz: Upgraded.
kde/kactivities-stats-5.77.0-arm-1.txz: Added.
kde/kactivitymanagerd-5.20.5-arm-1.txz: Added.
kde/kaddressbook-20.12.0-arm-1.txz: Added.
kde/kalarm-20.12.0-arm-1.txz: Added.
kde/kalarmcal-20.12.0-arm-1.txz: Added.
kde/kalgebra-20.12.0-arm-1.txz: Upgraded.
kde/kalzium-20.12.0-arm-1.txz: Upgraded.
kde/kamera-20.12.0-arm-1.txz: Upgraded.
kde/kamoso-20.12.0-arm-1.txz: Added.
kde/kanagram-20.12.0-arm-1.txz: Upgraded.
kde/kapidox-5.77.0-arm-1.txz: Added.
kde/kapman-20.12.0-arm-1.txz: Upgraded.
kde/kapptemplate-20.12.0-arm-1.txz: Upgraded.
kde/karchive-5.77.0-arm-1.txz: Added.
kde/kate-20.12.0-arm-1.txz: Upgraded.
kde/katomic-20.12.0-arm-1.txz: Upgraded.
kde/kauth-5.77.0-arm-1.txz: Added.
kde/kbackup-20.12.0-arm-1.txz: Added.
kde/kblackbox-20.12.0-arm-1.txz: Upgraded.
kde/kblocks-20.12.0-arm-1.txz: Upgraded.
kde/kbookmarks-5.77.0-arm-1.txz: Added.
kde/kbounce-20.12.0-arm-1.txz: Upgraded.
kde/kbreakout-20.12.0-arm-1.txz: Upgraded.
kde/kbruch-20.12.0-arm-1.txz: Upgraded.
kde/kcachegrind-20.12.0-arm-1.txz: Upgraded.
kde/kcalc-20.12.0-arm-1.txz: Upgraded.
kde/kcalendarcore-5.77.0-arm-1.txz: Added.
kde/kcalutils-20.12.0-arm-1.txz: Added.
kde/kcharselect-20.12.0-arm-1.txz: Upgraded.
kde/kcm-fcitx-0.5.6-arm-1.txz: Added.
kde/kcmutils-5.77.0-arm-1.txz: Added.
kde/kcodecs-5.77.0-arm-1.txz: Added.
kde/kcolorchooser-20.12.0-arm-1.txz: Upgraded.
kde/kcompletion-5.77.0-arm-1.txz: Added.
kde/kconfig-5.77.0-arm-1.txz: Added.
kde/kconfigwidgets-5.77.0-arm-1.txz: Added.
kde/kcontacts-5.77.0-arm-1.txz: Added.
kde/kcoreaddons-5.77.0-arm-1.txz: Added.
kde/kcrash-5.77.0-arm-1.txz: Added.
kde/kcron-20.12.0-arm-1.txz: Upgraded.
kde/kdav-5.77.0-arm-1.txz: Added.
kde/kdbusaddons-5.77.0-arm-1.txz: Added.
kde/kde-cli-tools-5.20.5-arm-1.txz: Added.
kde/kde-dev-scripts-20.12.0-arm-1.txz: Upgraded.
kde/kde-dev-utils-20.12.0-arm-1.txz: Upgraded.
kde/kde-gtk-config-5.20.5-arm-1.txz: Added.
kde/kdebugsettings-20.12.0-arm-1.txz: Added.
kde/kdeclarative-5.77.0-arm-1.txz: Added.
kde/kdeconnect-kde-20.12.0-arm-1.txz: Upgraded.
kde/kdecoration-5.20.5-arm-1.txz: Added.
kde/kded-5.77.0-arm-1.txz: Added.
kde/kdeedu-data-20.12.0-arm-1.txz: Added.
kde/kdegraphics-mobipocket-20.12.0-arm-1.txz: Upgraded.
kde/kdegraphics-thumbnailers-20.12.0-arm-1.txz: Upgraded.
kde/kdelibs4support-5.77.0-arm-1.txz: Added.
kde/kdenetwork-filesharing-20.12.0-arm-1.txz: Upgraded.
kde/kdenlive-20.12.0-arm-1.txz: Added.
kde/kdepim-addons-20.12.0-arm-1.txz: Added.
kde/kdepim-runtime-20.12.0-arm-1.txz: Upgraded.
kde/kdeplasma-addons-5.20.5-arm-1.txz: Upgraded.
kde/kdesdk-kioslaves-20.12.0-arm-1.txz: Upgraded.
kde/kdesdk-thumbnailers-20.12.0-arm-1.txz: Upgraded.
kde/kdesignerplugin-5.77.0-arm-1.txz: Added.
kde/kdesu-5.77.0-arm-1.txz: Added.
kde/kdev-php-5.6.1-arm-1.txz: Added.
kde/kdev-python-5.6.1-arm-1.txz: Upgraded.
kde/kdevelop-5.6.1-arm-1.txz: Upgraded.
kde/kdevelop-pg-qt-2.2.1-arm-1.txz: Upgraded.
kde/kdewebkit-5.77.0-arm-1.txz: Added.
kde/kdf-20.12.0-arm-1.txz: Upgraded.
kde/kdiagram-2.7.0-arm-1.txz: Added.
kde/kdialog-20.12.0-arm-1.txz: Added.
kde/kdiamond-20.12.0-arm-1.txz: Upgraded.
kde/kdnssd-5.77.0-arm-1.txz: Added.
kde/kdoctools-5.77.0-arm-1.txz: Added.
kde/keditbookmarks-20.12.0-arm-1.txz: Added.
kde/kemoticons-5.77.0-arm-1.txz: Added.
kde/kfilemetadata-5.77.0-arm-1.txz: Upgraded.
kde/kfind-20.12.0-arm-1.txz: Added.
kde/kfloppy-20.12.0-arm-1.txz: Upgraded.
kde/kfourinline-20.12.0-arm-1.txz: Upgraded.
kde/kgamma5-5.20.5-arm-1.txz: Added.
kde/kgeography-20.12.0-arm-1.txz: Upgraded.
kde/kget-20.12.0-arm-1.txz: Upgraded.
kde/kglobalaccel-5.77.0-arm-1.txz: Added.
kde/kgoldrunner-20.12.0-arm-1.txz: Upgraded.
kde/kgpg-20.12.0-arm-1.txz: Upgraded.
kde/kguiaddons-5.77.0-arm-1.txz: Added.
kde/khangman-20.12.0-arm-1.txz: Upgraded.
kde/khelpcenter-20.12.0-arm-1.txz: Added.
kde/kholidays-5.77.0-arm-1.txz: Added.
kde/khotkeys-5.20.5-arm-1.txz: Added.
kde/khtml-5.77.0-arm-1.txz: Added.
kde/ki18n-5.77.0-arm-1.txz: Added.
kde/kiconthemes-5.77.0-arm-1.txz: Added.
kde/kid3-3.8.4-arm-1.txz: Added.
kde/kidentitymanagement-20.12.0-arm-1.txz: Added.
kde/kidletime-5.77.0-arm-1.txz: Added.
kde/kig-20.12.0-arm-1.txz: Upgraded.
kde/kigo-20.12.0-arm-1.txz: Upgraded.
kde/kile-2.9.93-arm-1.txz: Added.
kde/killbots-20.12.0-arm-1.txz: Upgraded.
kde/kimageformats-5.77.0-arm-1.txz: Added.
kde/kimagemapeditor-20.12.0-arm-1.txz: Added.
kde/kimap-20.12.0-arm-1.txz: Added.
kde/kinfocenter-5.20.5-arm-1.txz: Added.
kde/kinit-5.77.0-arm-1.txz: Added.
kde/kio-5.77.0-arm-1.txz: Added.
kde/kio-extras-20.12.0-arm-1.txz: Added.
kde/kio-gdrive-20.12.0-arm-1.txz: Added.
kde/kipi-plugins-20.12.0-arm-1.txz: Added.
kde/kirigami-gallery-20.12.0-arm-1.txz: Added.
kde/kirigami2-5.77.0-arm-1.txz: Added.
kde/kiriki-20.12.0-arm-1.txz: Upgraded.
kde/kitemmodels-5.77.0-arm-1.txz: Added.
kde/kitemviews-5.77.0-arm-1.txz: Added.
kde/kiten-20.12.0-arm-1.txz: Upgraded.
kde/kitinerary-20.12.0-arm-1.txz: Added.
kde/kjobwidgets-5.77.0-arm-1.txz: Added.
kde/kjots-20201206_f7d555c-arm-1.txz: Added.
kde/kjs-5.77.0-arm-1.txz: Added.
kde/kjsembed-5.77.0-arm-1.txz: Added.
kde/kjumpingcube-20.12.0-arm-1.txz: Upgraded.
kde/kldap-20.12.0-arm-1.txz: Added.
kde/kleopatra-20.12.0-arm-1.txz: Added.
kde/klickety-20.12.0-arm-1.txz: Upgraded.
kde/klines-20.12.0-arm-1.txz: Upgraded.
kde/kmag-20.12.0-arm-1.txz: Upgraded.
kde/kmahjongg-20.12.0-arm-1.txz: Upgraded.
kde/kmail-20.12.0-arm-1.txz: Added.
kde/kmail-account-wizard-20.12.0-arm-1.txz: Added.
kde/kmailtransport-20.12.0-arm-1.txz: Added.
kde/kmbox-20.12.0-arm-1.txz: Added.
kde/kmediaplayer-5.77.0-arm-1.txz: Added.
kde/kmenuedit-5.20.5-arm-1.txz: Added.
kde/kmime-20.12.0-arm-1.txz: Added.
kde/kmines-20.12.0-arm-1.txz: Upgraded.
kde/kmix-20.12.0-arm-1.txz: Upgraded.
kde/kmousetool-20.12.0-arm-1.txz: Upgraded.
kde/kmouth-20.12.0-arm-1.txz: Upgraded.
kde/kmplot-20.12.0-arm-1.txz: Upgraded.
kde/kmymoney-5.1.1-arm-1.txz: Added.
kde/knavalbattle-20.12.0-arm-1.txz: Upgraded.
kde/knetwalk-20.12.0-arm-1.txz: Upgraded.
kde/knewstuff-5.77.0-arm-1.txz: Added.
kde/knights-20.12.0-arm-1.txz: Added.
kde/knotes-20.12.0-arm-1.txz: Added.
kde/knotifications-5.77.0-arm-1.txz: Added.
kde/knotifyconfig-5.77.0-arm-1.txz: Added.
kde/kolf-20.12.0-arm-1.txz: Upgraded.
kde/kollision-20.12.0-arm-1.txz: Upgraded.
kde/kolourpaint-20.12.0-arm-1.txz: Upgraded.
kde/kompare-20.12.0-arm-1.txz: Upgraded.
kde/konqueror-20.12.0-arm-1.txz: Added.
kde/konquest-20.12.0-arm-1.txz: Upgraded.
kde/konsole-20.12.0-arm-1.txz: Upgraded.
kde/kontact-20.12.0-arm-1.txz: Added.
kde/kontactinterface-20.12.0-arm-1.txz: Added.
kde/kontrast-20.12.0-arm-1.txz: Added.
kde/konversation-20.12.0-arm-1.txz: Added.
kde/kopete-20.12.0-arm-1.txz: Upgraded.
kde/korganizer-20.12.0-arm-1.txz: Added.
kde/kosmindoormap-20.12.0-arm-1.txz: Added.
kde/kpackage-5.77.0-arm-1.txz: Added.
kde/kparts-5.77.0-arm-1.txz: Added.
kde/kpat-20.12.0-arm-1.txz: Upgraded.
kde/kpeople-5.77.0-arm-1.txz: Added.
kde/kpeoplevcard-0.1-arm-1.txz: Added.
kde/kpimtextedit-20.12.0-arm-1.txz: Added.
kde/kpkpass-20.12.0-arm-1.txz: Added.
kde/kplotting-5.77.0-arm-1.txz: Added.
kde/kpmcore-20.12.0-arm-1.txz: Added.
kde/kpty-5.77.0-arm-1.txz: Added.
kde/kpublictransport-20.12.0-arm-1.txz: Added.
kde/kqtquickcharts-20.12.0-arm-1.txz: Upgraded.
kde/kquickcharts-5.77.0-arm-1.txz: Added.
kde/krdc-20.12.0-arm-1.txz: Upgraded.
kde/krename-5.0.1-arm-1.txz: Added.
kde/kreversi-20.12.0-arm-1.txz: Upgraded.
kde/krfb-20.12.0-arm-1.txz: Upgraded.
kde/krita-4.4.1-arm-1.txz: Added.
kde/kross-5.77.0-arm-1.txz: Added.
kde/kross-interpreters-20.12.0-arm-1.txz: Upgraded.
kde/kruler-20.12.0-arm-1.txz: Upgraded.
kde/krunner-5.77.0-arm-1.txz: Added.
kde/krusader-2.7.2-arm-1.txz: Added.
kde/kscreen-5.20.5-arm-1.txz: Upgraded.
kde/kscreenlocker-5.20.5-arm-1.txz: Added.
kde/kservice-5.77.0-arm-1.txz: Added.
kde/kshisen-20.12.0-arm-1.txz: Upgraded.
kde/ksirk-20.12.0-arm-1.txz: Upgraded.
kde/ksmtp-20.12.0-arm-1.txz: Added.
kde/ksnakeduel-20.12.0-arm-1.txz: Upgraded.
kde/kspaceduel-20.12.0-arm-1.txz: Upgraded.
kde/ksquares-20.12.0-arm-1.txz: Upgraded.
kde/ksshaskpass-5.20.5-arm-1.txz: Added.
kde/kstars-3.5.0-arm-1.txz: Upgraded.
kde/ksudoku-20.12.0-arm-1.txz: Upgraded.
kde/ksysguard-5.20.5-arm-1.txz: Added.
kde/ksystemlog-20.12.0-arm-1.txz: Upgraded.
kde/kteatime-20.12.0-arm-1.txz: Upgraded.
kde/ktexteditor-5.77.0-arm-1.txz: Added.
kde/ktextwidgets-5.77.0-arm-1.txz: Added.
kde/ktimer-20.12.0-arm-1.txz: Upgraded.
kde/ktimetracker-5.0.1-arm-1.txz: Added.
kde/ktnef-20.12.0-arm-1.txz: Added.
kde/ktorrent-20.12.0-arm-1.txz: Upgraded.
kde/ktouch-20.12.0-arm-1.txz: Upgraded.
kde/kturtle-20.12.0-arm-1.txz: Upgraded.
kde/kubrick-20.12.0-arm-1.txz: Upgraded.
kde/kunitconversion-5.77.0-arm-1.txz: Added.
kde/kwallet-5.77.0-arm-1.txz: Added.
kde/kwallet-pam-5.20.5-arm-1.txz: Added.
kde/kwalletmanager-20.12.0-arm-1.txz: Upgraded.
kde/kwave-20.12.0-arm-1.txz: Added.
kde/kwayland-5.77.0-arm-1.txz: Added.
kde/kwayland-integration-5.20.5-arm-1.txz: Added.
kde/kwayland-server-5.20.5-arm-1.txz: Added.
kde/kwidgetsaddons-5.77.0-arm-1.txz: Added.
kde/kwin-5.20.5-arm-1.txz: Added.
kde/kwindowsystem-5.77.0-arm-1.txz: Added.
kde/kwordquiz-20.12.0-arm-1.txz: Upgraded.
kde/kwrited-5.20.5-arm-1.txz: Added.
kde/kxmlgui-5.77.0-arm-1.txz: Added.
kde/kxmlrpcclient-5.77.0-arm-1.txz: Added.
kde/latte-dock-0.9.11-arm-1.txz: Added.
kde/libgravatar-20.12.0-arm-1.txz: Added.
kde/libkcddb-20.12.0-arm-1.txz: Upgraded.
kde/libkcompactdisc-20.12.0-arm-1.txz: Upgraded.
kde/libkdcraw-20.12.0-arm-1.txz: Upgraded.
kde/libkdegames-20.12.0-arm-1.txz: Upgraded.
kde/libkdepim-20.12.0-arm-1.txz: Added.
kde/libkeduvocdocument-20.12.0-arm-1.txz: Added.
kde/libkexiv2-20.12.0-arm-1.txz: Upgraded.
kde/libkgapi-20.12.0-arm-1.txz: Added.
kde/libkipi-20.12.0-arm-1.txz: Upgraded.
kde/libkleo-20.12.0-arm-1.txz: Added.
kde/libkmahjongg-20.12.0-arm-1.txz: Upgraded.
kde/libkomparediff2-20.12.0-arm-1.txz: Upgraded.
kde/libksane-20.12.0-arm-1.txz: Upgraded.
kde/libkscreen-5.20.5-arm-1.txz: Upgraded.
kde/libksieve-20.12.0-arm-1.txz: Added.
kde/libksysguard-5.20.5-arm-1.txz: Added.
kde/libktorrent-20.12.0-arm-1.txz: Upgraded.
kde/lokalize-20.12.0-arm-1.txz: Upgraded.
kde/lskat-20.12.0-arm-1.txz: Upgraded.
kde/mailcommon-20.12.0-arm-1.txz: Added.
kde/mailimporter-20.12.0-arm-1.txz: Added.
kde/marble-20.12.0-arm-1.txz: Upgraded.
kde/markdownpart-20.12.0-arm-1.txz: Added.
kde/mbox-importer-20.12.0-arm-1.txz: Added.
kde/messagelib-20.12.0-arm-1.txz: Added.
kde/milou-5.20.5-arm-1.txz: Added.
kde/minuet-20.12.0-arm-1.txz: Added.
kde/modemmanager-qt-5.77.0-arm-1.txz: Added.
kde/networkmanager-qt-5.77.0-arm-1.txz: Added.
kde/okteta-0.26.4-arm-1.txz: Upgraded.
kde/okular-20.12.0-arm-1.txz: Upgraded.
kde/oxygen-5.20.5-arm-1.txz: Added.
kde/oxygen-fonts-5.4.3-noarch-1.txz: Added.
kde/oxygen-gtk2-1.4.6-arm-1.txz: Upgraded.
kde/oxygen-icons5-5.77.0-noarch-1.txz: Added.
kde/palapeli-20.12.0-arm-1.txz: Upgraded.
kde/parley-20.12.0-arm-1.txz: Upgraded.
kde/partitionmanager-20.12.0-arm-1.txz: Upgraded.
kde/picmi-20.12.0-arm-1.txz: Upgraded.
kde/pim-data-exporter-20.12.0-arm-1.txz: Added.
kde/pim-sieve-editor-20.12.0-arm-1.txz: Added.
kde/pimcommon-20.12.0-arm-1.txz: Added.
kde/plasma-browser-integration-5.20.5-arm-1.txz: Added.
kde/plasma-desktop-5.20.5-arm-1.txz: Added.
kde/plasma-disks-5.20.5-arm-1.txz: Added.
kde/plasma-framework-5.77.0-arm-1.txz: Added.
kde/plasma-integration-5.20.5-arm-1.txz: Added.
kde/plasma-nm-5.20.5-arm-1.txz: Upgraded.
kde/plasma-pa-5.20.5-arm-1.txz: Added.
kde/plasma-sdk-5.20.5-arm-1.txz: Added.
kde/plasma-vault-5.20.5-arm-1.txz: Added.
kde/plasma-wayland-protocols-1.1.1-arm-1.txz: Added.
kde/plasma-workspace-5.20.5-arm-1.txz: Added.
kde/plasma-workspace-wallpapers-5.20.5-arm-1.txz: Added.
kde/polkit-kde-agent-1-5.20.5-arm-1.txz: Upgraded.
kde/powerdevil-5.20.5-arm-1.txz: Added.
kde/poxml-20.12.0-arm-1.txz: Upgraded.
kde/print-manager-20.12.0-arm-1.txz: Upgraded.
kde/prison-5.77.0-arm-1.txz: Added.
kde/pulseaudio-qt-1.2-arm-1.txz: Added.
kde/purpose-5.77.0-arm-1.txz: Added.
kde/qqc2-desktop-style-5.77.0-arm-1.txz: Added.
kde/rocs-20.12.0-arm-1.txz: Upgraded.
kde/sddm-0.19.0-arm-1.txz: Added.
kde/sddm-kcm-5.20.5-arm-1.txz: Added.
kde/skanlite-2.2.0-arm-1.txz: Upgraded.
kde/solid-5.77.0-arm-1.txz: Added.
kde/sonnet-5.77.0-arm-1.txz: Added.
kde/spectacle-20.12.0-arm-1.txz: Added.
kde/step-20.12.0-arm-1.txz: Upgraded.
kde/svgpart-20.12.0-arm-1.txz: Upgraded.
kde/sweeper-20.12.0-arm-1.txz: Upgraded.
kde/syndication-5.77.0-arm-1.txz: Added.
kde/syntax-highlighting-5.77.0-arm-1.txz: Added.
kde/systemsettings-5.20.5-arm-1.txz: Added.
kde/threadweaver-5.77.0-arm-1.txz: Added.
kde/umbrello-20.12.0-arm-1.txz: Upgraded.
kde/wacomtablet-20201030_417d9d9-arm-1.txz: Added.
kde/xdg-desktop-portal-kde-5.20.5-arm-1.txz: Added.
kde/yakuake-20.12.0-arm-1.txz: Added.
kde/zeroconf-ioslave-20.12.0-arm-1.txz: Upgraded.
l/GConf-3.2.6-arm-5.txz: Rebuilt.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
l/accountsservice-0.6.55-arm-2.txz: Added.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
l/cryptopp-8.4.0-arm-1.txz: Added.
l/glibc-2.30-arm-4.txz: Rebuilt.
l/glibc-i18n-2.30-arm-4.txz: Rebuilt.
l/glibc-profile-2.30-arm-4.txz: Rebuilt.
l/harfbuzz-2.7.4-arm-1.txz: Upgraded.
       Seems the --enable-introspection option didn't work, so rebuild with meson
       since that's probably what most of the developers do. Fixes blueman.
       Thanks to marav for the bug report.
l/imagemagick-7.0.10_56-arm-1.txz: Upgraded.
l/jasper-2.0.24-arm-1.txz: Upgraded.
l/keyutils-1.6.3-arm-1.txz: Upgraded.
l/libarchive-3.5.1-arm-1.txz: Upgraded.
l/libgtop-2.40.0-arm-1.txz: Added.
       This is used by libxfce4ui to provide extra information in the about page.
l/libproxy-0.4.17-arm-1.txz: Upgraded.
l/libusb-1.0.24-arm-1.txz: Upgraded.
l/mozilla-nss-3.60.1-arm-1.txz: Upgraded.
l/ncurses-6.2_20201219-arm-1.txz: Upgraded.
l/netpbm-10.93.00-arm-1.txz: Upgraded.
l/ocl-icd-2.2.14-arm-1.txz: Upgraded.
l/openexr-2.5.4-arm-1.txz: Upgraded.
l/openjpeg-2.4.0-arm-1.txz: Upgraded.
l/pipewire-0.3.19-arm-1.txz: Added.
l/polkit-0.118-arm-3.txz: Rebuilt.
       Remove D-Bus rules for udisks2 and NetworkManager (moved to those packages).
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
l/poppler-21.01.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/pulseaudio-14.0-arm-2.txz: Rebuilt.
       Patched to support detecting elogind at compile time when built with meson.
       This restores PulseAudio exiting upon user logout.
       Thanks to LuckyCyborg for the bug report and patch.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
l/python-idna-3.1-arm-1.txz: Upgraded.
l/python-pillow-8.1.0-arm-1.txz: Upgraded.
l/shared-mime-info-2.1-arm-1.txz: Upgraded.
l/system-config-printer-1.5.13-arm-1.txz: Upgraded.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
l/vte-0.62.1-arm-2.txz: Rebuilt.
       Get rid of bogus symlink in the docs directory. Thanks to titopoquito.
n/ModemManager-1.14.8-arm-2.txz: Rebuilt.
       Added elogind support.
       Move D-Bus configs from /etc to the system location.
       Thanks to Robby Workman.
n/NetworkManager-1.28.0-arm-2.txz: Rebuilt.
       Include 10-org.freedesktop.NetworkManager.rules, installed in the system
       location. Thanks to Robby Workman.
n/bluez-5.55-arm-2.txz: Rebuilt.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
n/cifs-utils-6.12-arm-1.txz: Upgraded.
n/dehydrated-0.7.0-arm-1.txz: Added.
       This is a Let's Encrypt / ACME setup script. Thanks to Heinz Wiesinger.
n/dovecot-2.3.13-arm-1.txz: Upgraded.
n/epic5-2.1.2-arm-5.txz: Rebuilt.
       Recompiled against ruby-3.0.0.
n/fetchmail-6.4.15-arm-1.txz: Upgraded.
n/getmail-6.12-arm-1.txz: Upgraded.
n/mobile-broadband-provider-info-20201225-arm-1.txz: Upgraded.
n/mutt-2.0.4-arm-1.txz: Upgraded.
n/netatalk-3.1.12-arm-5.txz: Rebuilt.
       Patched to fix failure to build from source with gcc10.
       Move D-Bus configs from /etc to the system location.
       Thanks to Robby Workman.
n/nettle-3.7-arm-1.txz: Upgraded.
n/php-7.4.14-arm-1.txz: Upgraded.
       This update fixes bugs and a security issue:
       Standard: FILTER_VALIDATE_URL accepts URLs with invalid userinfo.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7071
       (* Security fix *)
n/wget-1.21-arm-1.txz: Upgraded.
n/wpa_supplicant-2.9-arm-4.txz: Rebuilt.
       Fix desktop file to not show if kdesu isn't available. Thanks to Hyperion.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
tcl/tcl-8.6.11-arm-1.txz: Upgraded.
tcl/tk-8.6.11-arm-1.txz: Upgraded.
x/ibus-table-1.12.3-arm-1.txz: Added.
x/marisa-0.2.6-arm-2.txz: Added.
x/mesa-20.3.2-arm-1.txz: Upgraded.
       [PATCH] vulkan/device_select: Store Vulkan vendorID and deviceID as uint32_t.
       Thanks to sasha69 for the link to the upstream discussion/commit.
x/x11-skel-7.7-arm-7.txz: Rebuilt.
       Added /usr/share/xsessions/xwmconfig.desktop to run the session type
       configured by xwmconfig. This will show up in SDDM.
x/xdm-1.1.11-arm-6.txz: Rebuilt.
       Fix some permissions in /etc/X11/xdm/.
x/xf86-video-armsoc-1.4.1-arm-30.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-16.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-10.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-31.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-28.txz: Rebuilt.
x/xterm-363-arm-1.txz: Upgraded.
xap/blueman-2.1.4-arm-3.txz: Rebuilt.
       Move D-Bus configs from /etc to the system location. Thanks to Robby Workman.
xap/hexchat-2.14.3-arm-5.txz: Rebuilt.
       Compile using -Dwith-python=python3-embed instead of -Dwith-python=python3
       to ensure that /usr/lib*/hexchat/plugins/python.so is linked with libpython,
       otherwise the module will not load properly.
       Thanks to Mario Preksavec.
xap/mozilla-firefox-78.6.1esr-arm-1.txz: Upgraded.
       This release contains a security fix:
       A malicious peer could have modified a COOKIE-ECHO chunk in a SCTP packet
       in a way that potentially resulted in a use-after-free. We presume that with
       enough effort it could have been exploited to run arbitrary code.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.6.1/releasenotes/
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16044
       (* Security fix *)
xap/vim-gvim-8.2.2269-arm-1.txz: Upgraded.
       Add Ruby and Tcl support, make language support dynamic if possible.
xap/xgames-0.3-arm-4.txz: Rebuilt.
       Fixed spider failing to build from source with gcc10.
       Removed the ancient version of xsnow.
xap/xscreensaver-5.45-arm-2.txz: Rebuilt.
       Make the description of the xscreensaver settings be clearly for xscreensaver
       as opposed to a generic "screensaver" settings. Thanks to Robby Workman.
xap/xsnow-3.2.0-arm-1.txz: Added.
       Merry Christmas / Happy Holidays! :-)
       I didn't get any show at my house :-(
xfce/Greybird-3.22.13-arm-1.txz: Added.
xfce/elementary-xfce-0.15.1-arm-1.txz: Added.
xfce/exo-4.16.0-arm-1.txz: Upgraded.
xfce/garcon-0.8.0-arm-1.txz: Upgraded.
xfce/libxfce4ui-4.16.0-arm-1.txz: Upgraded.
xfce/libxfce4util-4.16.0-arm-1.txz: Upgraded.
xfce/mousepad-0.5.1-arm-1.txz: Added.
xfce/thunar-4.16.1-arm-1.txz: Upgraded.
xfce/thunar-volman-4.16.0-arm-1.txz: Upgraded.
xfce/tumbler-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-appfinder-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-clipman-plugin-1.6.1-arm-1.txz: Upgraded.
xfce/xfce4-dev-tools-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-notifyd-0.6.2-arm-1.txz: Upgraded.
xfce/xfce4-panel-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-panel-profiles-1.0.12-arm-1.txz: Added.
xfce/xfce4-power-manager-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-pulseaudio-plugin-0.4.3-arm-1.txz: Upgraded.
xfce/xfce4-screensaver-0.1.11-arm-1.txz: Added.
       Don't ship unneeded autostart file. Thanks to ljb643.
xfce/xfce4-screenshooter-1.9.8-arm-1.txz: Upgraded.
xfce/xfce4-session-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-settings-4.16.0-arm-1.txz: Upgraded.
xfce/xfce4-systemload-plugin-1.2.4-arm-1.txz: Upgraded.
xfce/xfce4-taskmanager-1.4.0-arm-1.txz: Upgraded.
xfce/xfce4-terminal-0.8.10-arm-1.txz: Upgraded.
xfce/xfce4-weather-plugin-0.10.2-arm-1.txz: Upgraded.
xfce/xfce4-whiskermenu-plugin-2.5.1-arm-1.txz: Added.
xfce/xfconf-4.16.0-arm-1.txz: Upgraded.
xfce/xfdesktop-4.16.0-arm-1.txz: Upgraded.
xfce/xfwm4-4.16.0-arm-1.txz: Upgraded.
y/nethack-3.6.6-arm-1.txz: Added.
       Might as well have more than one package in this series. :-)
       We'll use similar install paths to the ones used by bsd-games for this.
extra/brltty/brltty-6.2-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Sat Dec 26 08:08:08 UTC 2020

Step 3: Prepare the environment.

a/bash-5.1.004.000-arm-1.txz: Upgraded.
a/dbus-1.12.20-arm-2.txz: Rebuilt.
a/elogind-246.9.1-arm-1.txz: Added.
a/eudev-3.2.9-arm-3.txz: Rebuilt.
       Applied Pavilion 13 x360 keys patch from upstream git.
       Thanks to Robby Workman.
a/glibc-zoneinfo-2020d-noarch-2.txz: Rebuilt.
       Make /etc/localtime a symlink pointing into /usr/share/zoneinfo. If you
       have /usr on a separate partition, this might cause time problems prior
       to /usr being mounted (I recommend *not* making /usr a separate partition).
       But if you insist for some reason, you can probably work around it by
       adding the pointed-to directory and timezone file to your empty pre-mounted
       /usr directory.
a/inih-r52-arm-1.txz: Added.
       This is required by the latest xfsprogs.
a/kernel-firmware-20201218_646f159-noarch-1.txz: Upgraded.
a/mkinitrd-1.4.11-arm-5.txz: Rebuilt.
       Blacklist rules.d/73-seat-late.rules. Thanks to Robby Workman.
a/ndctl-71.1-arm-1.txz: Upgraded.
a/openssl-solibs-1.1.1i-arm-1.txz: Upgraded.
a/procps-ng-3.3.16-arm-3.txz: Rebuilt.
       Recompiled using --with-elogind.
a/sysklogd-2.1.2-arm-3.txz: Rebuilt.
       /etc/logrotate.d/syslog.new: add missingok option. Thanks to sovteq.
       rc.syslog: fix lack of <CR> after startup output.
a/sysvinit-scripts-2.1-noarch-32.txz: Rebuilt.
       rc.S: don't start cgmanager/cgproxy.
       rc.6: don't stop cgmanager/cgproxy.
a/upower-0.99.11-arm-2.txz: Rebuilt.
       Added /usr/share/polkit-1/rules.d/10-enable-upower-suspend.rules.
a/xfsprogs-5.10.0-arm-1.txz: Upgraded.
ap/gutenprint-5.3.4-arm-1.txz: Upgraded.
ap/htop-3.0.4-arm-1.txz: Upgraded.
ap/man-pages-5.10-noarch-1.txz: Upgraded.
ap/pamixer-1.4-arm-8.txz: Rebuilt.
       Recompiled against boost-1.75.0.
ap/rpm-4.16.1.2-arm-1.txz: Upgraded.
ap/sudo-1.9.4p2-arm-1.txz: Upgraded.
ap/vim-8.2.2151-arm-1.txz: Upgraded.
d/autoconf-2.70-noarch-1.txz: Upgraded.
d/cmake-3.19.2-arm-1.txz: Upgraded.
d/gnucobol-3.1.1-arm-1.txz: Upgraded.
d/parallel-20201222-noarch-1.txz: Upgraded.
d/python-pip-20.3.3-arm-1.txz: Upgraded.
d/python-setuptools-51.1.0-arm-1.txz: Upgraded.
d/python3-3.9.1-arm-1.txz: Upgraded.
d/strace-5.10-arm-1.txz: Upgraded.
d/swig-4.0.2-arm-2.txz: Rebuilt.
l/M2Crypto-0.37.1-arm-1.txz: Upgraded.
l/QScintilla-2.11.6-arm-1.txz: Upgraded.
       Drop Qt4 support.
l/QtAV-20200910_2a470d2a-arm-1.txz: Added.
l/SDL2-2.0.14-arm-1.txz: Upgraded.
l/accountsservice-0.6.55-arm-1.txz: Added.
l/atkmm-2.28.1-arm-1.txz: Upgraded.
l/babl-0.1.84-arm-1.txz: Upgraded.
l/boost-1.75.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/cfitsio-3.49-arm-1.txz: Added.
l/cryfs-0.10.2-arm-1.txz: Added.
       Recompiled against boost-1.75.0.
l/cryptopp-8.2.0-arm-1.txz: Added.
l/dotconf-1.3-arm-1.txz: Added.
l/dvdauthor-0.7.2-arm-1.txz: Added.
l/eigen3-3.3.9-arm-1.txz: Upgraded.
l/fftw-3.3.9-arm-1.txz: Upgraded.
l/frei0r-plugins-1.7.0-arm-1.txz: Added.
l/fuse3-3.10.1-arm-1.txz: Upgraded.
l/gdbm-1.19-arm-1.txz: Upgraded.
l/gdk-pixbuf2-2.42.2-arm-1.txz: Upgraded.
l/gegl-0.4.28-arm-1.txz: Upgraded.
       Make sure gegl:introspect is available or GIMP won't start.
l/glade3-3.8.6-arm-3.txz: Removed.
l/glib2-2.66.4-arm-1.txz: Upgraded.
l/grantlee-5.2.0-arm-1.txz: Upgraded.
l/gst-plugins-base-1.18.2-arm-1.txz: Upgraded.
l/gst-plugins-good-1.18.2-arm-1.txz: Upgraded.
l/gst-plugins-libav-1.18.2-arm-1.txz: Upgraded.
l/gstreamer-1.18.2-arm-1.txz: Upgraded.
l/gtk+3-3.24.24-arm-1.txz: Upgraded.
l/gtkmm3-3.24.3-arm-1.txz: Upgraded.
l/gvfs-1.46.1-arm-2.txz: Rebuilt.
       Recompiled using -Dlogind=true.
l/icu4c-68.2-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_51-arm-1.txz: Upgraded.
l/jasper-2.0.23-arm-1.txz: Upgraded.
       Fix heap-overflow in cp_create() in jpc_enc.c.
       For more information, see:
       https://github.com/jasper-software/jasper/issues/252
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27828
       (* Security fix *)
l/kdsoap-1.10.0-arm-1.txz: Added.
l/lensfun-0.3.95-arm-1.txz: Added.
l/libappindicator-12.10.0-arm-1.txz: Added.
l/libburn-1.5.2.pl01-arm-1.txz: Added.
l/libcap-2.46-arm-1.txz: Upgraded.
l/libcap-ng-0.8.2-arm-1.txz: Upgraded.
l/libdbusmenu-16.04.0-arm-1.txz: Added.
l/libdbusmenu-qt-0.9.3+16.04.20160218-arm-1.txz: Upgraded.
l/libdmtx-0.7.5-arm-1.txz: Added.
l/libindicator-12.10.1-arm-1.txz: Added.
l/libqalculate-3.14.0-arm-1.txz: Added.
l/libtiff-4.2.0-arm-1.txz: Upgraded.
l/mlt-6.24.0-arm-1.txz: Added.
l/mozilla-nss-3.60-arm-1.txz: Upgraded.
l/mozjs78-78.6.0esr-arm-1.txz: Upgraded.
l/netpbm-10.92.01-arm-1.txz: Upgraded.
l/opencv-4.5.1-arm-1.txz: Added.
l/openexr-2.5.3-arm-2.txz: Rebuilt.
       Recompiled against boost-1.75.0.
l/orc-0.4.32-arm-1.txz: Upgraded.
l/pangomm-2.42.2-arm-1.txz: Upgraded.
l/phonon-4.11.1-arm-1.txz: Upgraded.
l/phonon-backend-gstreamer-4.10.0-arm-1.txz: Added.
l/pipewire-0.3.18-arm-1.txz: Added.
l/polkit-0.118-arm-2.txz: Rebuilt.
l/polkit-qt-1-0.113.0-arm-1.txz: Upgraded.
l/poppler-20.12.1-arm-1.txz: Upgraded.
l/python-certifi-2020.12.5-arm-1.txz: Upgraded.
l/python-chardet-4.0.0-arm-1.txz: Upgraded.
l/python-packaging-20.8-arm-1.txz: Upgraded.
l/python-pygments-2.7.3-arm-1.txz: Upgraded.
l/python-requests-2.25.1-arm-1.txz: Upgraded.
l/qca-2.3.1-arm-1.txz: Upgraded.
l/qrencode-4.1.1-arm-1.txz: Added.
l/qt5-5.15.2-arm-2.txz: Rebuilt.
l/qtkeychain-0.12.0-arm-1.txz: Added.
l/quazip-1.1-arm-1.txz: Added.
l/readline-8.1.000.000-arm-1.txz: Upgraded.
l/rttr-0.9.6-arm-1.txz: Added.
       Get rid of /usr/doc/index.html (and excessive docs).
l/sbc-1.5-arm-1.txz: Upgraded.
l/speech-dispatcher-0.10.2-arm-1.txz: Added.
l/utf8proc-2.6.1-arm-1.txz: Upgraded.
l/vid.stab-20200916_e851e7b-arm-1.txz: Added.
l/xapian-core-1.4.17-arm-2.txz: Rebuilt.
l/zstd-1.4.8-arm-1.txz: Upgraded.
n/NetworkManager-1.28.0-arm-1.txz: Upgraded.
       Drop ConsoleKit2 support and add elogind support.
       Thanks to Robby Workman.
       Don't build Qt4 components.
n/bind-9.16.10-arm-1.txz: Upgraded.
n/ca-certificates-20201219-noarch-1.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
n/curl-7.74.0-arm-1.txz: Upgraded.
       This release includes the following security related bugfixes:
       Inferior OCSP verification [93]
       FTP wildcard stack overflow [95]
       Trusting FTP PASV responses [97]
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8286
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8285
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8284
       (* Security fix *)
n/ethtool-5.10-arm-1.txz: Upgraded.
n/gnupg2-2.2.26-arm-1.txz: Upgraded.
n/iproute2-5.10.0-arm-1.txz: Upgraded.
n/ipset-7.10-arm-1.txz: Upgraded.
n/libgpg-error-1.41-arm-1.txz: Upgraded.
n/openssl-1.1.1i-arm-1.txz: Upgraded.
       This fixes a denial-of-service security issue.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971
       (* Security fix *)
n/p11-kit-0.23.22-arm-1.txz: Upgraded.
       Fix memory-safety issues that affect the RPC protocol.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29361
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29362
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29363
       (* Security fix *)
n/s-nail-14.9.20-arm-1.txz: Upgraded.
n/samba-4.13.3-arm-1.txz: Upgraded.
t/fig2dev-3.2.8-arm-1.txz: Upgraded.
t/xfig-3.2.8-arm-1.txz: Upgraded.
x/OpenCC-1.1.1-arm-1.txz: Added.
x/cldr-emoji-annotation-37.0_13.0_0_2-arm-1.txz: Added.
x/fcitx-4.2.9.8-arm-1.txz: Added.
x/fcitx-anthy-0.2.3-arm-1.txz: Added.
x/fcitx-configtool-0.4.10-arm-1.txz: Added.
x/fcitx-hangul-0.3.1-arm-1.txz: Added.
x/fcitx-kkc-0.1.4-arm-1.txz: Added.
x/fcitx-libpinyin-0.5.3-arm-1.txz: Added.
x/fcitx-m17n-0.2.4-arm-1.txz: Added.
x/fcitx-qt5-1.2.5-arm-1.txz: Added.
x/fcitx-sayura-0.1.2-arm-1.txz: Added.
x/fcitx-table-extra-0.3.8-arm-1.txz: Added.
x/fcitx-table-other-0.2.4-arm-1.txz: Added.
x/fcitx-unikey-0.2.7-arm-1.txz: Added.
x/fonttosfnt-1.2.1-arm-1.txz: Upgraded.
x/ibus-1.5.23-arm-1.txz: Added.
x/ibus-anthy-1.5.11-arm-1.txz: Added.
x/ibus-hangul-1.5.4-arm-1.txz: Added.
x/ibus-kkc-1.5.22-arm-1.txz: Added.
x/ibus-libpinyin-1.11.1-arm-1.txz: Added.
x/ibus-m17n-1.4.3-arm-1.txz: Added.
x/ibus-table-1.12.1-arm-1.txz: Added.
x/ibus-unikey-0.6.1-arm-1.txz: Added.
x/libepoxy-1.5.5-arm-1.txz: Upgraded.
x/liberation-fonts-ttf-2.1.2-noarch-1.txz: Upgraded.
x/libgee-0.20.3-arm-1.txz: Added.
x/libkkc-0.3.5-arm-1.txz: Added.
x/libkkc-data-0.2.7-arm-1.txz: Added.
x/libpinyin-2.3.0-arm-1.txz: Added.
x/libva-utils-2.10.0-arm-1.txz: Upgraded.
x/libwacom-1.7-arm-1.txz: Upgraded.
x/marisa-0.2.6-arm-1.txz: Added.
x/mesa-20.3.1-arm-1.txz: Upgraded.
       Don't specify dri-drivers-path. Thanks to 414N.
x/motif-2.3.8-arm-4.txz: Rebuilt.
       Added xinitrc.mwm. Thanks to ziprun.
x/skkdic-20200128-arm-1.txz: Added.
x/xdm-1.1.11-arm-5.txz: Rebuilt.
       Drop ConsoleKit2 patch, fix pam.d/xdm file.
       Thanks to Robby Workman.
x/xorg-server-1.20.10-arm-2.txz: Rebuilt.
       Recompiled to find DRI modules in the new location.
x/xorg-server-xephyr-1.20.10-arm-2.txz: Rebuilt.
x/xorg-server-xnest-1.20.10-arm-2.txz: Rebuilt.
x/xorg-server-xvfb-1.20.10-arm-2.txz: Rebuilt.
x/xorg-server-xwayland-1.20.10-arm-2.txz: Rebuilt.
xap/blueman-2.1.4-arm-2.txz: Rebuilt.
       Restore the AppIndicator.py plugin.
xap/libnma-1.8.30-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.2151-arm-1.txz: Upgraded.
xap/xine-lib-1.2.11-arm-1.txz: Upgraded.
xap/xpaint-3.0.3-arm-1.txz: Upgraded.
xap/xscreensaver-5.45-arm-1.txz: Upgraded.
+--------------------------+
Wed Dec 09 08:08:08 UTC 2020

Step 2: Process the remainder of the 'Removed' queue.

ap/cgmanager-0.42-arm-2.txz: Removed.
ap/pm-utils-1.4.1-arm-3.txz: Removed.
l/ConsoleKit2-1.2.1-arm-4.txz: Removed.
l/PyQt-4.12.3-arm-3.txz: Removed.
l/automoc4-0.9.88-arm-3.txz: Removed.
l/libbluedevil-2.1-arm-3.txz: Removed.
l/liblastfm-1.1.0-arm-1.txz: Removed.
l/phonon-gstreamer-4.8.2-arm-3.txz: Removed.
l/qca-qt5-2.3.1-arm-1.txz: Removed.
l/qimageblitz-0.0.6-arm-3.txz: Removed.
l/qjson-0.9.0-arm-2.txz: Removed.
l/qt-4.8.7-arm-11.txz: Removed.
l/qt-gstreamer-1.2.0-arm-3.txz: Removed.
l/qtscriptgenerator-0.2.0-arm-3.txz: Removed.
l/raptor2-2.0.15-arm-9.txz: Removed.
l/rasqal-0.9.33-arm-4.txz: Removed.
l/redland-1.0.17-arm-7.txz: Removed.
l/soprano-2.9.4-arm-4.txz: Removed.
l/strigi-0.7.8-arm-4.txz: Removed.
x/scim-1.4.18-arm-2.txz: Removed.
x/scim-anthy-1.2.7-arm-3.txz: Removed.
x/scim-hangul-0.4.0-arm-3.txz: Removed.
x/scim-input-pad-0.1.3.1-arm-3.txz: Removed.
x/scim-m17n-0.2.3-arm-3.txz: Removed.
x/scim-pinyin-0.5.92-arm-3.txz: Removed.
x/scim-tables-0.5.14.1-arm-3.txz: Removed.
xfce/gtk-xfce-engine-2.10.1-arm-3.txz: Removed.
xfce/orage-4.12.1-arm-4.txz: Removed.
+--------------------------+
Tue Dec 08 08:08:08 UTC 2020

The "Big Merge" begins in preparation for the KDE and XFCE
major upgrades.

Step 1: Remove old KDE and KDEi packages.

kde/amarok-2.9.0-arm-4.txz: Removed.
kde/amor-4.14.3-arm-2.txz: Removed.
kde/kaccessible-4.14.3-arm-3.txz: Removed.
kde/kajongg-4.14.3-arm-3.txz: Removed.
kde/kaudiocreator-1.3-arm-2.txz: Removed.
kde/kde-base-artwork-4.14.3-arm-3.txz: Removed.
kde/kde-baseapps-4.14.3-arm-4.txz: Removed.
kde/kde-runtime-4.14.3-arm-8.txz: Removed.
kde/kde-wallpapers-4.14.3-noarch-2.txz: Removed.
kde/kde-workspace-4.11.22-arm-7.txz: Removed.
kde/kdeartwork-4.14.3-arm-3.txz: Removed.
kde/kdegraphics-strigi-analyzer-4.14.3-arm-3.txz: Removed.
kde/kdelibs-4.14.38-arm-11.txz: Removed.
kde/kdenetwork-strigi-analyzers-4.14.3-arm-3.txz: Removed.
kde/kdepim-4.14.10-arm-6.txz: Removed.
kde/kdepimlibs-4.14.10-arm-10.txz: Removed.
kde/kdesdk-strigi-analyzers-4.14.3-arm-3.txz: Removed.
kde/kdevelop-php-1.7.4-arm-3.txz: Removed.
kde/kdevelop-php-docs-1.7.4-arm-3.txz: Removed.
kde/kdevplatform-1.7.4-arm-3.txz: Removed.
kde/kdewebdev-4.14.3-arm-2.txz: Removed.
kde/kgamma-4.14.3-arm-3.txz: Removed.
kde/kio-mtp-2063e75_20131020git-arm-2.txz: Removed.
kde/klettres-4.14.3-arm-2.txz: Removed.
kde/korundum-4.14.3-arm-8.txz: Removed.
kde/kplayer-0.7.2-arm-2.txz: Removed.
kde/kppp-4.14.3-arm-3.txz: Removed.
kde/kremotecontrol-4.14.3-arm-3.txz: Removed.
kde/ksaneplugin-4.14.3-arm-3.txz: Removed.
kde/ksnapshot-4.14.3-arm-3.txz: Removed.
kde/ktuberling-4.14.3-arm-2.txz: Removed.
kde/ktux-4.14.3-arm-2.txz: Removed.
kde/kuser-4.14.3-arm-3.txz: Removed.
kde/kwebkitpart-1.3.4-arm-2.txz: Removed.
kde/libkdeedu-4.14.3-arm-2.txz: Removed.
kde/libmm-qt-1.0.1-arm-2.txz: Removed.
kde/libnm-qt-0.9.8.4-arm-1.txz: Removed.
kde/mplayerthumbs-4.14.3-arm-3.txz: Removed.
kde/nepomuk-core-4.14.3-arm-7.txz: Removed.
kde/nepomuk-widgets-4.14.3-arm-3.txz: Removed.
kde/oxygen-icons-4.14.3-arm-3.txz: Removed.
kde/pairs-4.14.3-arm-2.txz: Removed.
kde/perlkde-4.14.3-arm-11.txz: Removed.
kde/perlqt-4.14.3-arm-12.txz: Removed.
kde/polkit-kde-kcmodules-1-001bdf7_20120111git-arm-2.txz: Removed.
kde/pykde4-4.14.3-arm-9.txz: Removed.
kde/qtruby-4.14.3-arm-9.txz: Removed.
kde/smokegen-4.14.3-arm-3.txz: Removed.
kde/smokekde-4.14.3-arm-3.txz: Removed.
kde/smokeqt-4.14.3-arm-5.txz: Removed.
kde/superkaramba-4.14.3-arm-5.txz: Removed.
kde/wicd-kde-0.3.0_bcf27d8-arm-2.txz: Removed.
kdei/calligra-l10n-bs-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-ca-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-ca@valencia-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-cs-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-da-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-de-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-el-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-en_GB-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-es-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-et-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-fi-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-fr-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-gl-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-hu-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-it-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-ja-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-kk-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-nb-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-nl-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-pl-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-pt-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-pt_BR-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-ru-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-sk-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-sv-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-tr-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-uk-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-zh_CN-2.9.11-noarch-1.txz: Removed.
kdei/calligra-l10n-zh_TW-2.9.11-noarch-1.txz: Removed.
kdei/kde-l10n-ar-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-bg-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-bs-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ca-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ca@valencia-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-cs-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-da-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-de-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-el-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-en_GB-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-es-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-et-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-eu-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-fa-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-fi-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-fr-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ga-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-gl-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-he-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-hi-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-hr-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-hu-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ia-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-id-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-is-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-it-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ja-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-kk-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-km-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ko-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-lt-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-lv-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-mr-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-nb-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-nds-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-nl-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-nn-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-pa-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-pl-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-pt-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-pt_BR-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ro-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ru-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-sk-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-sl-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-sr-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-sv-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-tr-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-ug-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-uk-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-wa-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-zh_CN-4.14.3-noarch-1.txz: Removed.
kdei/kde-l10n-zh_TW-4.14.3-noarch-1.txz: Removed.
+--------------------------+
Mon Dec 07 08:08:08 UTC 2020
a/vboot-utils-20170302-arm-2.txz: Removed.
ap/cups-filters-1.28.6-arm-1.txz: Upgraded.
ap/nano-5.4-arm-1.txz: Upgraded.
d/binutils-2.35.1-arm-1.txz: Upgraded.
d/cmake-3.19.1-arm-2.txz: Rebuilt.
d/gcc-10.2.0-arm-1.txz: Upgraded.
d/gcc-g++-10.2.0-arm-1.txz: Upgraded.
d/gcc-gdc-10.2.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/gcc-gfortran-10.2.0-arm-1.txz: Upgraded.
d/gcc-gnat-10.2.0-arm-1.txz: Upgraded.
d/gcc-go-10.2.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/gcc-objc-10.2.0-arm-1.txz: Upgraded.
d/libtool-2.4.6-arm-15.txz: Rebuilt.
       Recompiled to update embedded GCC version number.
d/mercurial-5.6.1-arm-1.txz: Upgraded.
d/oprofile-1.4.0-arm-2.txz: Rebuilt.
d/python-pip-20.3.1-arm-1.txz: Upgraded.
l/PyQt5-5.15.2-arm-1.txz: Upgraded.
l/glibmm-2.64.5-arm-1.txz: Upgraded.
l/libproxy-0.4.16-arm-1.txz: Upgraded.
l/pcre2-10.36-arm-1.txz: Upgraded.
l/poppler-20.12.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
n/libtirpc-1.3.1-arm-1.txz: Upgraded.
n/mutt-2.0.3-arm-1.txz: Upgraded.
x/libva-2.10.0-arm-1.txz: Upgraded.
x/mesa-20.3.0-arm-1.txz: Upgraded.
xap/geeqie-1.6-arm-1.txz: Upgraded.
xap/xlockmore-5.66-arm-2.txz: Rebuilt.
       Needed a rebuild due to the upgrade of the 'upower' package.
       Thanks to glorsplitz for the report.
xfce/xfce4-power-manager-1.4.4-arm-4.txz: Rebuilt.
       Needed a rebuild due to the upgrade of the 'upower' package.
       Thanks to glorsplitz for the report.
+--------------------------+
Thu Dec 03 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/hwdata-0.342-arm-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.81_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.81-arm-1.txz: Upgraded.
a/pam-1.5.1-arm-1.txz: Upgraded.
ap/sqlite-3.34.0-arm-1.txz: Upgraded.
d/kernel-headers-5.4.81-arm-1.txz: Upgraded.
k/kernel-source-5.4.81-arm-1.txz: Upgraded.
l/libarchive-3.5.0-arm-1.txz: Upgraded.
x/fontconfig-2.13.92-arm-1.txz: Upgraded.
x/xf86-video-armsoc-1.4.1-arm-29.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-15.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-9.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-30.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-27.txz: Rebuilt.
x/xorg-server-1.20.10-arm-1.txz: Upgraded.
x/xorg-server-xephyr-1.20.10-arm-1.txz: Upgraded.
x/xorg-server-xnest-1.20.10-arm-1.txz: Upgraded.
x/xorg-server-xvfb-1.20.10-arm-1.txz: Upgraded.
x/xorg-server-xwayland-1.20.10-arm-1.txz: Upgraded.
xap/gnuplot-5.4.1-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Dec 01 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/dialog-1.3_20201126-arm-1.txz: Upgraded.
a/kernel-firmware-20201130_7455a36-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.80_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.80-arm-1.txz: Upgraded.
a/sysvinit-2.98-arm-1.txz: Upgraded.
a/upower-0.99.11-arm-1.txz: Upgraded.
       Shared library .so-version bump.
ap/sudo-1.9.4-arm-1.txz: Upgraded.
ap/vim-8.2.2069-arm-1.txz: Upgraded.
d/kernel-headers-5.4.80-arm-1.txz: Upgraded.
d/ninja-1.10.2-arm-1.txz: Upgraded.
d/python-pip-20.3-arm-1.txz: Upgraded.
d/rinutils-0.8.0-arm-1.txz: Upgraded.
d/sassc-3.6.1-arm-1.txz: Added.
d/vala-0.50.2-arm-1.txz: Upgraded.
e/emacspeak-53.0-arm-1.txz: Upgraded.
k/kernel-source-5.4.80-arm-1.txz: Upgraded.
l/adwaita-icon-theme-3.38.0-arm-1.txz: Upgraded.
l/at-spi2-atk-2.38.0-arm-1.txz: Upgraded.
l/at-spi2-core-2.38.0-arm-1.txz: Upgraded.
l/brotli-1.0.9-arm-3.txz: Rebuilt.
       Get rid of unrecognized -R in the pkg-config files.
l/dconf-0.38.0-arm-1.txz: Upgraded.
l/dconf-editor-3.38.2-arm-1.txz: Upgraded.
l/gcr-3.38.0-arm-1.txz: Upgraded.
l/gdk-pixbuf2-2.42.0-arm-1.txz: Upgraded.
l/gdk-pixbuf2-xlib-2.40.2-arm-1.txz: Added.
l/gjs-1.66.1-arm-1.txz: Added.
l/glade-3.38.2-arm-1.txz: Added.
l/glib-networking-2.66.0-arm-1.txz: Upgraded.
l/glib2-2.66.3-arm-1.txz: Upgraded.
l/glibmm-2.64.4-arm-1.txz: Upgraded.
l/gobject-introspection-1.66.1-arm-1.txz: Upgraded.
l/gsettings-desktop-schemas-3.38.0-arm-1.txz: Upgraded.
l/gtk+3-3.24.23-arm-2.txz: Rebuilt.
       Applied upstream patch to fix middle click pasting between GTK+ and KDE apps
       on Wayland. Thanks to Heinz Wiesinger.
l/gtksourceview3-3.24.11-arm-1.txz: Added.
l/gvfs-1.46.1-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_45-arm-1.txz: Upgraded.
l/json-glib-1.6.0-arm-1.txz: Upgraded.
l/librsvg-2.50.2-arm-1.txz: Upgraded.
l/libsass-3.6.4-arm-1.txz: Added.
l/libsoup-2.72.0-arm-1.txz: Upgraded.
l/libwmf-0.2.12-arm-1.txz: Upgraded.
l/libwnck3-3.36.0-arm-1.txz: Added.
l/pango-1.48.0-arm-1.txz: Upgraded.
l/pygobject3-3.38.0-arm-1.txz: Upgraded.
l/utf8proc-2.6.0-arm-1.txz: Upgraded.
l/vte-0.62.1-arm-1.txz: Upgraded.
n/cyrus-sasl-2.1.27-arm-6.txz: Rebuilt.
       rc.saslauthd: start with -a pam -c
       Rebuilt with --with-ldap and include LDAP_SASLAUTHD documentation.
       Thanks to voegelas.
n/fetchmail-6.4.14-arm-1.txz: Upgraded.
n/php-7.4.13-arm-1.txz: Upgraded.
x/fontconfig-2.13.93-arm-1.txz: Upgraded.
x/libinput-1.16.4-arm-1.txz: Upgraded.
xap/vim-gvim-8.2.2069-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Thu Nov 26 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/hdparm-9.60-arm-1.txz: Upgraded.
a/kernel-firmware-20201124_b362fd4-noarch-1.txz: Upgraded.
ap/qpdf-10.0.4-arm-1.txz: Upgraded.
ap/sysstat-12.5.1-arm-1.txz: Upgraded.
d/ccache-4.1-arm-1.txz: Upgraded.
d/cmake-3.19.1-arm-1.txz: Upgraded.
d/parallel-20201122-noarch-1.txz: Upgraded.
l/djvulibre-3.5.28-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_43-arm-1.txz: Upgraded.
l/libxkbcommon-1.0.3-arm-1.txz: Upgraded.
l/pulseaudio-14.0-arm-1.txz: Upgraded.
l/qt5-5.15.2-arm-1.txz: Upgraded.
n/bind-9.16.9-arm-1.txz: Upgraded.
       This update fixes bugs, including a denial-of-service security issue:
       After a Negative Trust Anchor (NTA) is added, BIND performs periodic
       checks to see if it is still necessary. If BIND encountered a failure
       while creating a query to perform such a check, it attempted to
       dereference a NULL pointer, resulting in a crash. [GL #2244]
       (* Security fix *)
n/cifs-utils-6.11-arm-2.txz: Rebuilt.
       Patched to fix mounting CIFS shares when linked with libcap-ng-0.8.1.
       Thanks to marrowsuck.
n/gnupg2-2.2.25-arm-1.txz: Upgraded.
n/ipset-7.9-arm-1.txz: Upgraded.
       Shared library .so-version bump.
n/krb5-1.18.3-arm-1.txz: Upgraded.
n/mutt-2.0.2-arm-1.txz: Upgraded.
       Mutt had incorrect error handling when initially connecting to an IMAP
       server, which could result in an attempt to authenticate without enabling TLS.
       For more information, see:
       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28896
       (* Security fix *)
n/nghttp2-1.42.0-arm-1.txz: Upgraded.
x/libX11-1.7.0-arm-1.txz: Upgraded.
x/mesa-20.2.3-arm-1.txz: Upgraded.
x/xprop-1.2.5-arm-1.txz: Upgraded.
+--------------------------+
Mon Nov 23 08:08:08 UTC 2020
a/kernel-firmware-20201119_54c797a-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.78_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.78-arm-1.txz: Upgraded.
a/tcsh-6.22.03-arm-1.txz: Upgraded.
d/automake-1.16.3-noarch-1.txz: Upgraded.
d/cmake-3.19.0-arm-1.txz: Upgraded.
d/kernel-headers-5.4.78-arm-1.txz: Upgraded.
d/rust-1.48.0-arm-1.txz: Upgraded.
k/kernel-source-5.4.78-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_39-arm-1.txz: Upgraded.
l/libcap-ng-0.8.1-arm-1.txz: Upgraded.
l/libjpeg-turbo-2.0.6-arm-1.txz: Upgraded.
n/gnupg2-2.2.24-arm-1.txz: Upgraded.
n/libksba-1.5.0-arm-1.txz: Upgraded.
xap/mozilla-thunderbird-68.12.0-arm-1.txz: Removed.
       This no longer builds on ARM. If you can get it to build, please
       send mozes@slackware a diff and I'll re-add it.
xap/ssr-0.4.2-arm-2.txz: Rebuilt.
       Recompiled to use Qt5 instead of Qt4.
xfce/thunar-1.8.16-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Wed Nov 18 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/grep-3.6-arm-1.txz: Upgraded.
a/hwdata-0.341-arm-1.txz: Upgraded.
a/inotify-tools-3.20.11.0-arm-1.txz: Upgraded.
a/kernel-firmware-20201113_2ea8667-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.77_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.77-arm-1.txz: Upgraded.
a/quota-4.06-arm-1.txz: Upgraded.
a/util-linux-2.36.1-arm-1.txz: Upgraded.
ap/lsof-4.94.0-arm-1.txz: Upgraded.
ap/mariadb-10.5.8-arm-1.txz: Upgraded.
ap/vim-8.2.1969-arm-1.txz: Upgraded.
d/bison-3.7.4-arm-1.txz: Upgraded.
d/gcc-9.3.0-arm-3.txz: Rebuilt.
       Recompiled against isl-0.23.
d/gcc-g++-9.3.0-arm-3.txz: Rebuilt.
       Recompiled against isl-0.23.
d/gcc-gdc-9.3.0-arm-3.txz: Rebuilt.
       Recompiled against isl-0.23.
d/gcc-gfortran-9.3.0-arm-3.txz: Rebuilt.
       Recompiled against isl-0.23.
d/gcc-gnat-9.3.0-arm-3.txz: Rebuilt.
       Recompiled against isl-0.23.
d/gcc-go-9.3.0-arm-3.txz: Rebuilt.
       Recompiled against isl-0.23.
d/gcc-objc-9.3.0-arm-3.txz: Rebuilt.
       Recompiled against isl-0.23.
d/gnucobol-3.1-arm-1.txz: Upgraded.
d/kernel-headers-5.4.77-arm-1.txz: Upgraded.
d/perl-5.32.0-arm-3.txz: Rebuilt.
       Upgraded: MIME-Base64-3.16, URI-5.05.
       Added: Module-Runtime-0.016, Moo-2.004000, Path-Tiny-0.114,
       Sub-Quote-2.006006, Template-Toolkit-3.009.
d/rinutils-0.6.0-arm-1.txz: Added.
       Needed for freecell-solver.
d/rust-1.47.0-arm-1.txz: Upgraded.
       Switch back to Rust 1.47.0 now that patches are available to fix Firefox
       and Thunderbird.
k/kernel-source-5.4.77-arm-1.txz: Upgraded.
l/freecell-solver-6.2.0-arm-1.txz: Added.
       Needed for kpat.
l/gmp-6.2.1-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_38-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/isl-0.23-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/libsecret-0.20.4-arm-1.txz: Upgraded.
l/libspectre-0.2.9-arm-2.txz: Rebuilt.
       Recompiled against ghostscript-9.53.3 to fix okular and others.
       Thanks to Toutatis.
l/libunwind-1.5.0-arm-1.txz: Upgraded.
l/lz4-1.9.3-arm-1.txz: Upgraded.
l/mozilla-nss-3.59-arm-1.txz: Upgraded.
l/mozjs78-78.5.0esr-arm-1.txz: Upgraded.
l/oniguruma-6.9.6-arm-1.txz: Upgraded.
l/openal-soft-1.21.0-arm-1.txz: Upgraded.
l/python-certifi-2020.11.8-arm-1.txz: Upgraded.
l/python-pysol_cards-0.10.1-arm-1.txz: Added.
       Needed for freecell-solver.
l/python-random2-1.0.1-arm-1.txz: Added.
       Needed for freecell-solver.
l/python-requests-2.25.0-arm-1.txz: Upgraded.
l/python-urllib3-1.26.2-arm-1.txz: Upgraded.
n/ModemManager-1.14.8-arm-1.txz: Upgraded.
n/alpine-2.24-arm-1.txz: Upgraded.
n/ca-certificates-20201105-noarch-1.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
n/getmail-6.9-arm-1.txz: Upgraded.
n/gpgme-1.15.0-arm-1.txz: Upgraded.
n/mutt-2.0.1-arm-1.txz: Upgraded.
n/ntp-4.2.8p15-arm-4.txz: Rebuilt.
       Make a /usr/bin/ntpdate symlink so that Plasma 5 can find it.
       Thanks to alienBOB.
n/openldap-2.4.56-arm-1.txz: Upgraded.
n/openssh-8.4p1-arm-3.txz: Rebuilt.
       Fix ssh-copy-id EOF bug. Thanks to OldHolborn.
n/php-7.4.12-arm-2.txz: Rebuilt.
       Don't include c-client information in php-config output.
       Thanks to Chalapticus.
n/postfix-3.5.8-arm-1.txz: Upgraded.
n/sshfs-3.7.1-arm-1.txz: Upgraded.
x/libwacom-1.6-arm-1.txz: Upgraded.
x/mesa-20.2.2-arm-1.txz: Upgraded.
x/xkbcomp-1.4.4-arm-1.txz: Upgraded.
x/xterm-362-arm-1.txz: Upgraded.
xap/mozilla-firefox-78.5.0esr-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.5.0/releasenotes/
       This release contains a security fix:
       In certain circumstances, the MCallGetProperty opcode can be emitted with
       unmet assumptions resulting in an exploitable use-after-free condition.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.4.1/releasenotes/
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26950
       (* Security fix *)
xap/seamonkey-2.53.3-arm-1.txz: Removed.
       I've spent enough time on this package and haven't been able to get it building.
       As we already have a browser, there's no justification to spend more time here.
       If anybody fixes it, send me a diff to the Slackware/x86 SlackBuild and I'll
       add it back!
xap/vim-gvim-8.2.1969-arm-1.txz: Upgraded.
xap/xine-lib-1.2.10-arm-4.txz: Rebuilt.
       Recompiled against imagemagick-7.0.10_37. Thanks to RandomTroll.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Mon Nov 09 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/aaa_elflibs-15.0-arm-22.txz: Rebuilt.
       Upgraded: liblber-2.4.so.2.11.3, libldap-2.4.so.2.11.3, libmpc.so.3.2.1.
       Added temporarily to allow for third-party packages to be recompiled:
       libHalf.so.12.0.0, libIex-2_2.so.12.0.0, libIexMath-2_2.so.12.0.0,
       libIlmImf-2_2.so.22.0.0, libIlmImfUtil-2_2.so.22.0.0,
       libIlmThread-2_2.so.12.0.0, libImath-2_2.so.12.0.0,
       libpoppler-qt4.so.4.11.0, libpoppler.so.79.0.0, libicudata.so.67.1,
       libicui18n.so.67.1, libicuio.so.67.1, libicutest.so.67.1, libicutu.so.67.1,
       libicuuc.so.67.1.
a/aaa_terminfo-6.2_20201024-arm-1.txz: Upgraded.
a/glibc-zoneinfo-2020d-noarch-1.txz: Upgraded.
       This package provides the latest timezone updates.
a/kernel-modules-armv7-5.4.75_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.75-arm-1.txz: Upgraded.
a/libblockdev-2.24-arm-1.txz: Added.
       This is required by the new version of udisks2.
a/libbytesize-2.4-arm-1.txz: Added.
       This is required by the new version of udisks2.
a/libpwquality-1.4.4-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
a/ndctl-70.1-arm-1.txz: Added.
       This is required by libblockdev, which in turn is required by the new
       version of udisks2.
a/udisks2-2.9.1-arm-1.txz: Upgraded.
       Thanks to Robby Workman for this update and the deps for it.
a/util-linux-2.36-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
a/volume_key-0.3.12-arm-1.txz: Added.
       This is required by the new version of udisks2.
a/xfsprogs-5.9.0-arm-2.txz: Rebuilt.
       Recompiled against icu4c-68.1.
ap/alsa-utils-1.2.4-arm-1.txz: Upgraded.
ap/hplip-3.20.6-arm-3.txz: Rebuilt.
       Recompiled against python3-3.9.0.
ap/inxi-20201016_e45c6960-noarch-1.txz: Upgraded.
ap/linuxdoc-tools-0.9.73-arm-7.txz: Rebuilt.
ap/lxc-2.0.11_fad08f383-arm-5.txz: Rebuilt.
       Recompiled against python3-3.9.0.
ap/man-pages-5.09-noarch-1.txz: Upgraded.
ap/mariadb-10.5.7-arm-1.txz: Upgraded.
ap/neofetch-20201016_f0b16b6-noarch-1.txz: Upgraded.
ap/qpdf-10.0.3-arm-1.txz: Upgraded.
ap/rpm-4.16.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
ap/sqlite-3.33.0-arm-2.txz: Rebuilt.
       Recompiled against icu4c-68.1.
ap/tmux-3.1c-arm-1.txz: Upgraded.
ap/undervolt-20201024_13fa33d-arm-1.txz: Upgraded.
       Compiled against python3-3.9.0.
ap/vim-8.2.1905-arm-1.txz: Upgraded.
d/Cython-0.29.21-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
d/distcc-3.3.3-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
d/gdb-10.1-arm-1.txz: Upgraded.
       Compiled against python3-3.9.0.
d/git-2.29.2-arm-1.txz: Upgraded.
d/gyp-20200512_caa60026-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
d/kernel-headers-5.4.75-arm-1.txz: Upgraded.
d/llvm-11.0.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
d/mercurial-5.6-arm-1.txz: Upgraded.
       Recompiled against python3-3.9.0.
d/meson-0.56.0-arm-1.txz: Upgraded.
       Recompiled against python3-3.9.0.
d/python-pip-20.2.4-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
d/python-setuptools-50.3.2-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
d/python3-3.9.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
       This update is a bit painful in that it will require most third-party
       packages using python3 to be recompiled. But, we needed to get this out
       of the way before moving on to bigger and better things. :-)
d/scons-4.0.1-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
k/kernel-source-5.4.75-arm-1.txz: Upgraded.
l/LibRaw-0.20.2-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/M2Crypto-0.36.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/Mako-1.1.3-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/PyQt-4.12.3-arm-3.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/PyQt5-5.15.1-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/QScintilla-2.11.5-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/alsa-lib-1.2.4-arm-1.txz: Upgraded.
l/boost-1.74.0-arm-3.txz: Rebuilt.
       Recompiled against icu4c-68.1.
       Recompiled against python3-3.9.0.
l/brotli-1.0.9-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/dbus-python-1.2.16-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/elfutils-0.182-arm-1.txz: Upgraded.
l/exiv2-0.27.3-arm-1.txz: Upgraded.
       Shared library .so-version bump.
       Compiled against exiv2-0.27.3.
       Recompiled against python3-3.9.0.
l/gegl-0.4.26-arm-2.txz: Rebuilt.
       Recompiled against openexr-2.5.3.
l/gexiv2-0.12.1-arm-1.txz: Upgraded.
       Compiled against exiv2-0.27.3.
       Recompiled against python3-3.9.0.
l/gobject-introspection-1.64.1-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/graphene-1.10.2-arm-1.txz: Added.
l/gst-plugins-base-1.18.1-arm-1.txz: Upgraded.
       Recompiled against system libgraphene.
l/gst-plugins-good-1.18.1-arm-1.txz: Upgraded.
l/gst-plugins-libav-1.18.1-arm-1.txz: Upgraded.
l/gstreamer-1.18.1-arm-1.txz: Upgraded.
l/harfbuzz-2.7.2-arm-2.txz: Rebuilt.
       Recompiled against icu4c-68.1.
l/icu4c-68.1-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/ilmbase-2.2.0-arm-3.txz: Removed.
       These libraries are now part of openexr.
l/imagemagick-7.0.10_35-arm-1.txz: Upgraded.
       Recompiled against LibRaw-0.20.2 and openexr-2.5.3.
l/libbluray-1.2.1-arm-1.txz: Upgraded.
l/libcaca-0.99.beta19-arm-8.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/libcap-2.45-arm-1.txz: Upgraded.
l/libcap-ng-0.8-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/libical-3.0.8-arm-3.txz: Rebuilt.
       Recompiled against icu4c-68.1.
l/libimobiledevice-20200615_4791a82-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/libproxy-0.4.15-arm-6.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/libvisio-0.1.7-arm-4.txz: Rebuilt.
       Recompiled against icu4c-68.1.
l/libwebp-1.1.0-arm-3.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/libxml2-2.9.10-arm-3.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/lmdb-0.9.27-arm-1.txz: Upgraded.
l/ncurses-6.2_20201024-arm-1.txz: Upgraded.
l/newt-0.52.21-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/openexr-2.5.3-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/poppler-20.11.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
       Qt4 support dropped.
       Built with -DENABLE_UNSTABLE_API_ABI_HEADERS=ON. Thanks to marrowsuck.
l/poppler-data-0.4.10-noarch-1.txz: Upgraded.
l/pycairo-1.20.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/pycups-2.0.1-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/pycurl-7.43.0.6-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/pygobject-2.28.7-arm-7.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/pygobject3-3.36.1-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/pyparsing-2.4.7-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-appdirs-1.4.4-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-certifi-2020.6.20-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-chardet-3.0.4-arm-7.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-distro-1.5.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-docutils-0.16-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-future-0.18.2-arm-3.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-idna-2.10-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-notify2-0.3.1-arm-7.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-packaging-20.4-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-pillow-8.0.1-arm-1.txz: Upgraded.
       Compiled against python3-3.9.0.
l/python-ply-3.11-arm-5.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-pygments-2.7.2-arm-1.txz: Upgraded.
       Compiled against python3-3.9.0.
l/python-requests-2.24.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-sane-2.8.3-arm-7.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-six-1.15.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/python-urllib3-1.25.11-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/qt-4.8.7-arm-11.txz: Rebuilt.
       Recompiled against icu4c-68.1.
l/qt5-5.15.1-arm-3.txz: Rebuilt.
       Recompiled against icu4c-68.1.
l/qt5-webkit-5.212.0_alpha4-arm-4.txz: Rebuilt.
       Recompiled against icu4c-68.1.
l/raptor2-2.0.15-arm-9.txz: Rebuilt.
       Recompiled against icu4c-68.1.
l/sip-4.19.23-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/system-config-printer-1.5.12-arm-5.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/talloc-2.3.1-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/tdb-1.4.3-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/tevent-0.10.2-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
l/vte-0.60.3-arm-2.txz: Rebuilt.
       Recompiled against icu4c-68.1.
n/bind-9.16.8-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
n/dovecot-2.3.11.3-arm-2.txz: Rebuilt.
       Recompiled against icu4c-68.1.
n/epic5-2.1.2-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
n/fetchmail-6.4.13-arm-1.txz: Upgraded.
n/getmail-6.8-arm-1.txz: Upgraded.
       Recompiled against python3-3.9.0.
n/gpgme-1.14.0-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
n/ipset-7.7-arm-1.txz: Upgraded.
n/iptables-1.8.6-arm-1.txz: Upgraded.
n/libassuan-2.5.4-arm-1.txz: Upgraded.
n/libgcrypt-1.8.7-arm-1.txz: Upgraded.
n/libnftnl-1.1.8-arm-1.txz: Upgraded.
n/net-snmp-5.9-arm-3.txz: Rebuilt.
       Recompiled against python3-3.9.0.
n/nfs-utils-2.5.2-arm-2.txz: Rebuilt.
       Comment out debugging lines from exportfs.c, probably left in by mistake.
       Thanks to upnort.
n/nftables-0.9.7-arm-1.txz: Upgraded.
n/obexftp-0.24.2-arm-7.txz: Rebuilt.
       Recompiled against python3-3.9.0.
n/openldap-2.4.55-arm-1.txz: Upgraded.
n/openvpn-2.5.0-arm-1.txz: Upgraded.
n/php-7.4.12-arm-1.txz: Upgraded.
       Recompiled against icu4c-68.1.
n/postfix-3.5.7-arm-3.txz: Rebuilt.
       Recompiled against icu4c-68.1.
n/pssh-2.3.4-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
n/samba-4.13.2-arm-1.txz: Upgraded.
       Recompiled against icu4c-68.1.
       Recompiled against icu4c-68.1.
       This update fixes security issues:
       Missing handle permissions check in SMB1/2/3 ChangeNotify.
       Denial-of-service vulnerabilities.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14318
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14323
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14383
       (* Security fix *)
       Recompiled against python3-3.9.0.
n/tin-2.4.4-arm-3.txz: Rebuilt.
       Recompiled against icu4c-68.1.
t/texlive-2020.200608-arm-2.txz: Rebuilt.
       Recompiled against icu4c-68.1.
x/libdrm-2.4.103-arm-1.txz: Upgraded.
x/libevdev-1.10.0-arm-1.txz: Upgraded.
x/libinput-1.16.3-arm-1.txz: Upgraded.
x/libva-2.9.1-arm-1.txz: Upgraded.
x/pyxdg-0.27-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
x/x11-skel-7.7-arm-6.txz: Rebuilt.
       xwmconfig: change blurb from "K Desktop Environment" to "KDE Plasma Desktop".
x/xcb-proto-1.14.1-arm-2.txz: Rebuilt.
       Recompiled against python3-3.9.0.
xap/blueman-2.1.4-arm-1.txz: Upgraded.
       Recompiled against python3-3.9.0.
xap/geeqie-1.5.1-arm-2.txz: Rebuilt.
       Recompiled against exiv2-0.27.3.
xap/gimp-2.10.22-arm-2.txz: Rebuilt.
       Recompiled against openexr-2.5.3.
xap/hexchat-2.14.3-arm-4.txz: Rebuilt.
       Recompiled against python3-3.9.0.
xap/vim-gvim-8.2.1905-arm-1.txz: Upgraded.
xap/xlockmore-5.66-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Sat Oct 24 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/aaa_elflibs-15.0-arm-21.txz: Rebuilt.
       Don't skip this one as it contains the libnsl-2.30.so built by glibc that
       it's likely many third-party packages will be linking to for some time.
       Upgraded: libcap.so.2.44, libelf-0.181.so, libpopt.so.0.0.1,
       libcurl.so.4.7.0, libexpat.so.1.6.12, libglib-2.0.so.0.6600.2,
       libgmodule-2.0.so.0.6600.2, libgobject-2.0.so.0.6600.2,
       libgthread-2.0.so.0.6600.2, libidn.so.12.6.1, liblber-2.4.so.2.11.2,
       libldap-2.4.so.2.11.2, libmpc.so.3.2.0, libmpfr.so.6.1.0, libpsl.so.5.3.3.
       Added: libnsl-2.30.so, libnsl.so.2.0.1.
       Removed: libicudata.so.65.1, libicui18n.so.65.1, libicuio.so.65.1,
       libicutest.so.65.1, libicutu.so.65.1, libicuuc.so.65.1.
a/btrfs-progs-5.9-arm-1.txz: Upgraded.
a/glibc-solibs-2.30-arm-3.txz: Rebuilt.
a/glibc-zoneinfo-2020c-noarch-1.txz: Upgraded.
       This package provides the latest timezone updates.
a/kernel-firmware-20201023_dae4b4c-noarch-1.txz: Upgraded.
a/less-563-arm-1.txz: Upgraded.
a/pam-1.4.0-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
a/quota-4.05-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
a/splitvt-1.6.6-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
a/sysvinit-scripts-2.1-noarch-31.txz: Rebuilt.
       rc.M: before starting rc.elogind, also check for /bin/loginctl.
a/usbutils-013-arm-1.txz: Upgraded.
a/xfsprogs-5.9.0-arm-1.txz: Upgraded.
ap/linuxdoc-tools-0.9.73-arm-6.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
ap/nvme-cli-1.13-arm-1.txz: Upgraded.
ap/vim-8.2.1895-arm-1.txz: Upgraded.
ap/vorbis-tools-1.4.0-arm-5.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
d/ccache-4.0-arm-1.txz: Upgraded.
       Please note that the default cache directory has been changed to
       $HOME/.cache/ccache and the default config file has been changed to
       $HOME/.config/ccache/ccache.conf. You'll probably want to move your
       existing config file if you've set any options, and then clear out
       the old location of $HOME/.ccache to avoid wasting storage space.
d/cvs-1.11.23-arm-5.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
d/git-2.29.1-arm-1.txz: Upgraded.
d/parallel-20201022-noarch-1.txz: Upgraded.
d/perl-5.32.0-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
d/python-pip-20.2.4-arm-1.txz: Upgraded.
d/python-setuptools-50.3.2-arm-1.txz: Upgraded.
d/python2-2.7.18-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
d/python3-3.8.6-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
d/rcs-5.10.0-arm-1.txz: Upgraded.
d/subversion-1.14.0-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
kde/kdelibs-4.14.38-arm-11.txz: Rebuilt.
       Use a better patch to support OpenSSL 1.1.x. Thanks to ifo.
       Recompiled against libnsl-1.3.0.
kde/kopete-4.14.3-arm-9.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
kde/perlkde-4.14.3-arm-11.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
kde/perlqt-4.14.3-arm-12.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
l/freetype-2.10.4-arm-1.txz: Upgraded.
       Fix heap buffer overflow in embedded PNG bitmap handling.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
       (* Security fix *)
l/glib2-2.66.2-arm-1.txz: Upgraded.
l/glibc-2.30-arm-3.txz: Rebuilt.
       Rebuilt without the --enable-obsolete-nsl and --enable-obsolete-rpc options.
       This change has been somewhat overdue, but since glibc was providing these
       options we just continued to use them here - however, newer versions of
       glibc have dropped this code entirely and it is expected to be provided in
       standalone packages. So we'll do that to make things easier moving forward.
       Please note that libnss_nisplus has been unmaintained upstream for quite
       some time, is considered obsolete, and no longer compiles. As a result it
       will no longer be provided... but there are better options these days.
l/glibc-i18n-2.30-arm-3.txz: Rebuilt.
l/glibc-profile-2.30-arm-3.txz: Rebuilt.
l/gmime-3.2.7-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
l/libasyncns-0.8-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
l/libmpc-1.2.1-arm-1.txz: Upgraded.
l/libnice-0.1.18-arm-1.txz: Upgraded.
l/libnsl-1.3.0-arm-1.txz: Added.
       This provides the standalone libnsl.
       Shared library .so-version bump.
l/libnss_nis-3.1-arm-1.txz: Added.
l/loudmouth-1.5.3-arm-6.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
l/mozilla-nss-3.57-arm-2.txz: Rebuilt.
       This package has not been a security fix since NSS 3.23, so we'll drop it
       back to the previous version to work around an SSL handshake failure when
       attempting to connect to talk.google.com with pidgin. Once this issue has
       been addressed upstream we'll look into bumping the package again.
       Thanks to Jefferson for the bug report.
l/mozjs78-78.4.0esr-arm-1.txz: Upgraded.
l/python-urllib3-1.25.11-arm-1.txz: Upgraded.
l/rpcsvc-proto-1.4.2-arm-1.txz: Added.
n/autofs-5.1.6-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/bind-9.16.8-arm-1.txz: Upgraded.
       Recompiled against libnsl-1.3.0.
n/epic5-2.1.2-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/irssi-1.2.2-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/net-snmp-5.9-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/netatalk-3.1.12-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/nfs-utils-2.5.2-arm-1.txz: Upgraded.
n/ntp-4.2.8p15-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/openldap-2.4.54-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/openssh-8.4p1-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/openvpn-2.4.9-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/postfix-3.5.7-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/ppp-2.4.8-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/procmail-3.22-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/proftpd-1.3.7a-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/rpcbind-1.2.5-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/samba-4.13.0-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/socat-1.7.3.4-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/stunnel-5.57-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/tcp_wrappers-7.6-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/tftp-hpa-5.2-arm-6.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/uucp-1.07-arm-4.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/vsftpd-3.0.3-arm-6.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
n/yptools-4.2.3-arm-1.txz: Upgraded.
       Compiled against libnsl-1.3.0.
x/fonttosfnt-1.2.0-arm-1.txz: Upgraded.
x/pyxdg-0.27-arm-1.txz: Upgraded.
xap/gftp-2.0.19-arm-7.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
xap/mozilla-firefox-78.4.0esr-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.4.0/releasenotes/
xap/pidgin-2.14.1-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
xap/rxvt-unicode-9.22-arm-9.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
xap/vim-gvim-8.2.1895-arm-1.txz: Upgraded.
xap/xine-lib-1.2.10-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
xap/xine-ui-0.99.12-arm-2.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
extra/sendmail/sendmail-8.16.1-arm-3.txz: Rebuilt.
       Recompiled against libnsl-1.3.0.
extra/sendmail/sendmail-cf-8.16.1-noarch-3.txz: Rebuilt.
+--------------------------+
Wed Oct 21 08:08:08 UTC 2020
a/glibc-zoneinfo-2020b-noarch-1.txz: Upgraded.
       This package provides the latest timezone updates.
       Default to more bloated (but more compatible) "fat" format with zic.
       This was the default prior to tzcode2020b.
a/hwdata-0.340-arm-1.txz: Upgraded.
a/kernel-firmware-20201005_58d41d0-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.72_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.72-arm-1.txz: Upgraded.
a/libpwquality-1.4.4-arm-1.txz: Upgraded.
ap/cups-filters-1.28.5-arm-1.txz: Upgraded.
ap/dmidecode-3.3-arm-1.txz: Upgraded.
ap/ghostscript-9.53.3-arm-1.txz: Upgraded.
ap/gphoto2-2.5.26-arm-1.txz: Upgraded.
ap/mariadb-10.5.6-arm-1.txz: Upgraded.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15180
       (* Security fix *)
ap/nano-5.3-arm-1.txz: Upgraded.
ap/rpm-4.16.0-arm-1.txz: Upgraded.
ap/vim-8.2.1807-arm-1.txz: Upgraded.
d/bison-3.7.3-arm-1.txz: Upgraded.
d/ccache-3.7.12-arm-1.txz: Upgraded.
d/cmake-3.18.4-arm-1.txz: Upgraded.
d/kernel-headers-5.4.72-arm-1.txz: Upgraded.
d/llvm-11.0.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/mercurial-5.5.2-arm-1.txz: Upgraded.
d/python-setuptools-50.3.1-arm-1.txz: Upgraded.
d/ruby-2.7.2-arm-1.txz: Upgraded.
d/rust-1.46.0-arm-2.txz: Rebuilt.
       Recompiled against llvm-11.0.0.
       Recompiled against llvm-11.0.0.
k/kernel-source-5.4.72-arm-1.txz: Upgraded.
l/babl-0.1.82-arm-1.txz: Upgraded.
l/expat-2.2.10-arm-1.txz: Upgraded.
l/ffmpeg-4.3.1-arm-2.txz: Rebuilt.
l/freetype-2.10.3-arm-1.txz: Upgraded.
l/fuse3-3.10.0-arm-1.txz: Upgraded.
l/glib2-2.66.1-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_34-arm-1.txz: Upgraded.
l/jasper-2.0.22-arm-1.txz: Upgraded.
       For more information, see:
       https://www.zerodayinitiative.com/advisories/ZDI-15-529
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19541
       (* Security fix *)
l/libcap-2.44-arm-1.txz: Upgraded.
l/libgphoto2-2.5.26-arm-1.txz: Upgraded.
l/libmtp-1.1.18-arm-1.txz: Upgraded.
l/librsvg-2.50.1-arm-1.txz: Upgraded.
l/mozjs78-78.3.1esr-arm-1.txz: Upgraded.
l/ocl-icd-2.2.13-arm-1.txz: Upgraded.
l/pycairo-1.20.0-arm-1.txz: Upgraded.
l/python-pillow-8.0.0-arm-1.txz: Upgraded.
l/qt5-5.15.1-arm-2.txz: Rebuilt.
       Recompiled against llvm-11.0.0.
n/ModemManager-1.14.6-arm-1.txz: Upgraded.
n/NetworkManager-1.26.4-arm-1.txz: Upgraded.
n/ca-certificates-20201016-noarch-1.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
n/curl-7.73.0-arm-1.txz: Upgraded.
n/ethtool-5.9-arm-1.txz: Upgraded.
n/iproute2-5.9.0-arm-1.txz: Upgraded.
n/iw-5.9-arm-1.txz: Upgraded.
n/libmbim-1.24.4-arm-1.txz: Upgraded.
n/libqmi-1.26.6-arm-1.txz: Upgraded.
n/nmap-7.91-arm-1.txz: Upgraded.
n/openldap-2.4.54-arm-1.txz: Upgraded.
n/stunnel-5.57-arm-1.txz: Upgraded.
n/whois-5.5.7-arm-1.txz: Upgraded.
x/libXaw3dXft-1.6.2h-arm-1.txz: Upgraded.
x/libinput-1.16.2-arm-1.txz: Upgraded.
x/libva-utils-2.9.1-arm-1.txz: Upgraded.
x/mesa-20.2.1-arm-1.txz: Upgraded.
x/xcb-proto-1.14.1-arm-1.txz: Upgraded.
x/xkeyboard-config-2.31-arm-1.txz: Upgraded.
x/xterm-361-arm-1.txz: Upgraded.
xap/gimp-2.10.22-arm-1.txz: Upgraded.
xap/mozilla-firefox-78.3.1esr-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.3.1/releasenotes/
xap/vim-gvim-8.2.1807-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Wed Sep 30 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/grep-3.5-arm-1.txz: Upgraded.
a/kernel-firmware-20200928_b78a66c-noarch-1.txz: Upgraded.
a/openssl-solibs-1.1.1h-arm-1.txz: Upgraded.
ap/cups-filters-1.28.3-arm-1.txz: Upgraded.
ap/ghostscript-9.53.2-arm-1.txz: Upgraded.
ap/sudo-1.9.3p1-arm-1.txz: Upgraded.
ap/vim-8.2.1728-arm-1.txz: Upgraded.
d/autoconf-archive-2019.01.06-arm-1.txz: Added.
d/cmake-3.18.3-arm-1.txz: Upgraded.
d/parallel-20200922-noarch-1.txz: Upgraded.
d/python3-3.8.6-arm-1.txz: Upgraded.
d/strace-5.9-arm-1.txz: Upgraded.
d/vala-0.50.1-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_30-arm-1.txz: Upgraded.
l/jasper-2.0.21-arm-1.txz: Upgraded.
l/libsndfile-1.0.30-arm-1.txz: Upgraded.
l/libuv-1.40.0-arm-1.txz: Upgraded.
l/mozilla-nss-3.57-arm-1.txz: Upgraded.
l/mozjs78-78.3.0esr-arm-1.txz: Upgraded.
l/netpbm-10.92.00-arm-1.txz: Upgraded.
l/pango-1.46.2-arm-1.txz: Upgraded.
n/mcabber-1.1.2-arm-1.txz: Upgraded.
n/mtr-0.94-arm-1.txz: Upgraded.
n/openssh-8.4p1-arm-1.txz: Upgraded.
n/openssl-1.1.1h-arm-1.txz: Upgraded.
n/php-7.4.11-arm-1.txz: Upgraded.
       This update fixes bugs and two security issues:
       Core: PHP parses encoded cookie names so malicious `__Host-` cookies
       can be sent.
       OpenSSL: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7070
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7069
       (* Security fix *)
n/samba-4.13.0-arm-1.txz: Upgraded.
x/mesa-20.2.0-arm-1.txz: Upgraded.
x/xterm-360-arm-1.txz: Upgraded.
xap/mozilla-firefox-78.3.0esr-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.3.0/releasenotes/
       (* Security fix *)
xap/vim-gvim-8.2.1728-arm-1.txz: Upgraded.
+--------------------------+
Sun Sep 20 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/kernel-firmware-20200914_71338c2-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.66_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.66-arm-1.txz: Upgraded.
a/libgudev-234-arm-1.txz: Upgraded.
ap/cups-filters-1.28.2-arm-1.txz: Upgraded.
ap/ghostscript-9.53.1-arm-1.txz: Upgraded.
ap/htop-3.0.2-arm-1.txz: Upgraded.
ap/vim-8.2.1651-arm-1.txz: Upgraded.
d/kernel-headers-5.4.66-arm-1.txz: Upgraded.
d/meson-0.55.3-arm-1.txz: Upgraded.
d/python-pip-20.2.3-arm-1.txz: Upgraded.
d/vala-0.50.0-arm-1.txz: Upgraded.
k/kernel-source-5.4.66-arm-1.txz: Upgraded.
l/PyQt5-5.15.1-arm-1.txz: Upgraded.
l/elfutils-0.181-arm-1.txz: Upgraded.
l/glib2-2.66.0-arm-1.txz: Upgraded.
       Build against system gtk-doc and don't bundle a newer version. You'll need
       to reinstall the linuxdoc-tools package to restore the correct version of
       gtk-doc. Thanks to chrisVV.
l/gst-plugins-base-1.18.0-arm-1.txz: Upgraded.
l/gst-plugins-good-1.18.0-arm-1.txz: Upgraded.
l/gst-plugins-libav-1.18.0-arm-1.txz: Upgraded.
l/gstreamer-1.18.0-arm-1.txz: Upgraded.
l/jasper-2.0.20-arm-1.txz: Upgraded.
       This update fixes a new varient of CVE-2016-9398 (denial-of-service).
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9398
       (* Security fix *)
l/libcap-ng-0.8-arm-1.txz: Upgraded.
l/librsvg-2.50.0-arm-1.txz: Upgraded.
l/libssh-0.9.5-arm-1.txz: Upgraded.
l/libxkbcommon-1.0.1-arm-1.txz: Upgraded.
l/mozjs68-68.11.0esr-arm-1.txz: Removed.
l/mozjs78-78.2.0esr-arm-1.txz: Added.
       This is needed by the new version of polkit.
l/netpbm-10.91.04-arm-1.txz: Upgraded.
l/polkit-0.118-arm-1.txz: Upgraded.
       This requires the new mozjs78 package.
l/python-pygments-2.7.1-arm-1.txz: Upgraded.
l/qt5-5.15.1-arm-1.txz: Upgraded.
n/bind-9.16.7-arm-1.txz: Upgraded.
x/libva-2.9.0-arm-1.txz: Upgraded.
x/libva-utils-2.9.0-arm-1.txz: Upgraded.
x/mesa-20.1.8-arm-1.txz: Upgraded.
x/xf86-video-vesa-2.5.0-arm-1.txz: Upgraded.
x/xorg-server-1.20.9-arm-4.txz: Rebuilt.
       Applied upstream patch to fix a PCI related crash on some hardware.
       Thanks to Jaroslaw Siebert.
x/xorg-server-xephyr-1.20.9-arm-4.txz: Rebuilt.
x/xorg-server-xnest-1.20.9-arm-4.txz: Rebuilt.
x/xorg-server-xvfb-1.20.9-arm-4.txz: Rebuilt.
x/xorg-server-xwayland-1.20.9-arm-4.txz: Rebuilt.
xap/mozilla-thunderbird-68.12.0-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/thunderbird/68.12.0/releasenotes/
       https://www.mozilla.org/en-US/security/advisories/mfsa2020-40/
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15663
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15664
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15669
       (* Security fix *)
xap/vim-gvim-8.2.1651-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Sep 08 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/cryptsetup-2.3.4-arm-1.txz: Upgraded.
a/hwdata-0.339-arm-1.txz: Upgraded.
a/kernel-firmware-20200901_d5f9eea-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.63_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.63-arm-1.txz: Upgraded.
a/xfsprogs-5.8.0-arm-1.txz: Upgraded.
ap/htop-3.0.1-arm-1.txz: Upgraded.
d/bison-3.7.2-arm-1.txz: Upgraded.
d/kernel-headers-5.4.63-arm-1.txz: Upgraded.
d/mercurial-5.5.1-arm-1.txz: Upgraded.
d/python-setuptools-50.3.0-arm-2.txz: Rebuilt.
d/vala-0.48.10-arm-1.txz: Upgraded.
k/kernel-source-5.4.63-arm-1.txz: Upgraded.
l/at-spi2-core-2.36.1-arm-1.txz: Upgraded.
l/gtk+3-3.24.23-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_29-arm-1.txz: Upgraded.
l/libxkbcommon-1.0.0-arm-1.txz: Upgraded.
l/netpbm-10.91.03-arm-1.txz: Upgraded.
l/pycurl-7.43.0.6-arm-1.txz: Upgraded.
n/bluez-5.55-arm-1.txz: Upgraded.
n/cifs-utils-6.11-arm-1.txz: Upgraded.
n/fetchmail-6.4.12-arm-1.txz: Upgraded.
n/gnupg2-2.2.23-arm-1.txz: Upgraded.
n/gnutls-3.6.15-arm-1.txz: Upgraded.
       libgnutls: Fixed "no_renegotiation" alert handling at incorrect timing,
       which could lead to an application crash.
       [GNUTLS-SA-2020-09-04, CVSS: medium]
       (* Security fix *)
n/mcabber-1.1.1-arm-1.txz: Upgraded.
n/openldap-2.4.53-arm-1.txz: Upgraded.
n/php-7.4.10-arm-1.txz: Upgraded.
x/mesa-20.1.7-arm-1.txz: Upgraded.
xap/xaos-4.2-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Wed Sep 02 08:08:08 UTC 2020
a/mt-st-1.4-arm-1.txz: Upgraded.
ap/dash-0.5.11.2-arm-1.txz: Upgraded.
ap/htop-3.0.0-arm-1.txz: Upgraded.
d/nasm-2.15.05-arm-1.txz: Upgraded.
d/patchelf-0.12-arm-1.txz: Upgraded.
d/rust-1.46.0-arm-1.txz: Upgraded.
l/harfbuzz-2.7.2-arm-1.txz: Upgraded.
n/fetchmail-6.4.11-arm-1.txz: Upgraded.
n/iw-5.8-arm-1.txz: Upgraded.
n/mutt-1.14.7-arm-1.txz: Upgraded.
n/openldap-2.4.52-arm-1.txz: Upgraded.
n/postfix-3.5.7-arm-1.txz: Upgraded.
x/libwacom-1.5-arm-1.txz: Upgraded.
x/xorg-server-1.20.9-arm-2.txz: Rebuilt.
       Move /usr/share/fonts/misc to the head of the default FontPath.
       Thanks to EdGr and GazL.
       This fixes gv crashing at startup. Thanks to EdGr and gus3 for the bug report.
x/xorg-server-xephyr-1.20.9-arm-2.txz: Rebuilt.
x/xorg-server-xnest-1.20.9-arm-2.txz: Rebuilt.
x/xorg-server-xvfb-1.20.9-arm-2.txz: Rebuilt.
x/xorg-server-xwayland-1.20.9-arm-2.txz: Rebuilt.
+--------------------------+
Fri Aug 28 08:08:08 UTC 2020
a/f2fs-tools-1.14.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
a/kernel-firmware-20200827_7a237c6-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.61_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.61-arm-1.txz: Upgraded.
ap/cups-filters-1.28.1-arm-1.txz: Upgraded.
d/kernel-headers-5.4.61-arm-1.txz: Upgraded.
k/kernel-source-5.4.61-arm-1.txz: Upgraded.
l/brotli-1.0.9-arm-1.txz: Upgraded.
n/gnupg2-2.2.22-arm-1.txz: Upgraded.
x/xf86-video-armsoc-1.4.1-arm-27.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-13.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-7.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-28.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-25.txz: Rebuilt.
x/xorg-server-1.20.9-arm-1.txz: Upgraded.
x/xorg-server-xephyr-1.20.9-arm-1.txz: Upgraded.
x/xorg-server-xnest-1.20.9-arm-1.txz: Upgraded.
x/xorg-server-xvfb-1.20.9-arm-1.txz: Upgraded.
x/xorg-server-xwayland-1.20.9-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Thu Aug 27 08:08:08 UTC 2020
a/kernel-firmware-20200824_74bd44f-noarch-1.txz: Upgraded.
ap/vim-8.2.1522-arm-1.txz: Upgraded.
l/libuv-1.39.0-arm-1.txz: Upgraded.
x/libX11-1.6.12-arm-1.txz: Upgraded.
x/xf86-video-armsoc-1.4.1-arm-26.txz: Rebuilt.
x/xf86-video-armsoc_omap5-1.ca78c01-arm-12.txz: Rebuilt.
x/xf86-video-fbdev-116.4730f13-arm-6.txz: Rebuilt.
x/xf86-video-fbturbo-199.f9a6ed7-arm-27.txz: Rebuilt.
x/xf86-video-opentegra-0.7.0-arm-24.txz: Rebuilt.
xap/mozilla-firefox-78.2.0esr-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/78.2.0/releasenotes/
       (* Security fix *)
xap/vim-gvim-8.2.1522-arm-1.txz: Upgraded.
+--------------------------+
Tue Aug 25 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/kernel-firmware-20200817_7a30af1-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.60_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.60-arm-1.txz: Upgraded.
a/lvm2-2.03.10-arm-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-30.txz: Rebuilt.
       rc.6: don't try to turn off swap if none is active. Thanks to stf92.
ap/hplip-3.20.6-arm-2.txz: Rebuilt.
       Recompiled against net-snmp-5.9.
ap/man-pages-5.08-noarch-1.txz: Upgraded.
ap/mariadb-10.5.5-arm-1.txz: Upgraded.
ap/nano-5.2-arm-1.txz: Upgraded.
ap/pamixer-1.4-arm-7.txz: Rebuilt.
       Recompiled against boost-1.74.0.
ap/soma-3.3.6-noarch-1.txz: Upgraded.
ap/sqlite-3.33.0-arm-1.txz: Upgraded.
ap/terminus-font-4.48-noarch-2.txz: Rebuilt.
       Added .otb fonts compatible with recent pango. Thanks to cycojesus and ponce.
d/check-0.15.2-arm-1.txz: Upgraded.
d/cmake-3.18.2-arm-1.txz: Upgraded.
d/doxygen-1.8.20-arm-1.txz: Upgraded.
d/kernel-headers-5.4.60-arm-1.txz: Upgraded.
d/meson-0.55.1-arm-1.txz: Upgraded.
d/nasm-2.15.03-arm-1.txz: Upgraded.
       Reverted to previous nasm since the new version has problems with some of
       the assembly included in Firefox.
d/ninja-1.10.1-arm-1.txz: Upgraded.
d/parallel-20200822-noarch-1.txz: Upgraded.
d/python-pip-20.2.2-arm-1.txz: Upgraded.
d/python-setuptools-49.6.0-arm-1.txz: Upgraded.
d/re2c-2.0.3-arm-1.txz: Upgraded.
d/rust-1.45.2-arm-1.txz: Upgraded.
d/strace-5.8-arm-1.txz: Upgraded.
d/vala-0.48.9-arm-1.txz: Upgraded.
e/emacs-27.1-arm-1.txz: Upgraded.
k/kernel-source-5.4.60-arm-1.txz: Upgraded.
kde/calligra-2.9.11-arm-36.txz: Rebuilt.
       Recompiled against boost-1.74.0.
l/akonadi-1.13.0-arm-17.txz: Rebuilt.
       Recompiled against boost-1.74.0.
l/boost-1.74.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/fuse3-3.9.3-arm-1.txz: Upgraded.
l/glib2-2.64.5-arm-1.txz: Upgraded.
l/gtk+3-3.24.22-arm-1.txz: Upgraded.
l/harfbuzz-2.7.1-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_28-arm-1.txz: Upgraded.
l/jemalloc-5.2.1-arm-1.txz: Upgraded.
l/libcap-2.43-arm-1.txz: Upgraded.
l/libcap-ng-0.7.11-arm-1.txz: Upgraded.
l/libcroco-0.6.13-arm-2.txz: Removed.
l/libmpc-1.2.0-arm-1.txz: Upgraded.
l/libsndfile-1.0.29-arm-1.txz: Upgraded.
l/lmdb-0.9.26-arm-1.txz: Upgraded.
l/mozilla-nss-3.56-arm-1.txz: Upgraded.
l/openal-soft-1.20.1-arm-1.txz: Upgraded.
l/pango-1.46.1-arm-1.txz: Upgraded.
       Reverted ABI change that broke gkrellm. Thanks to kgha.
       It would appear that there's no chance of upstream bringing back support for
       bitmapped fonts, so it's time to stop dragging our feet and just accept this
       upgrade. At least they've fixed it to provide readable (though badly spaced)
       text for unsupported fonts. If you're using Terminus, the suggestion is to
       switch to the Hack font as a good replacement.
l/qca-qt5-2.3.1-arm-1.txz: Added.
l/xapian-core-1.4.17-arm-1.txz: Upgraded.
n/ModemManager-1.14.2-arm-1.txz: Upgraded.
n/NetworkManager-1.26.2-arm-1.txz: Upgraded.
n/bind-9.16.6-arm-1.txz: Upgraded.
       This update fixes five security issues:
       "update-policy" rules of type "subdomain" were incorrectly treated as
       "zonesub" rules, which allowed keys used in "subdomain" rules to update
       names outside of the specified subdomains. The problem was fixed by making
       sure "subdomain" rules are again processed as described in the ARM.
       When BIND 9 was compiled with native PKCS#11 support, it was possible to
       trigger an assertion failure in code determining the number of bits in the
       PKCS#11 RSA public key with a specially crafted packet.
       named could crash in certain query resolution scenarios where QNAME
       minimization and forwarding were both enabled.
       It was possible to trigger an assertion failure by sending a specially
       crafted large TCP DNS message.
       It was possible to trigger an assertion failure when verifying the response
       to a TSIG-signed request.
       For more information, see:
       https://kb.isc.org/docs/cve-2020-8624
       https://kb.isc.org/docs/cve-2020-8623
       https://kb.isc.org/docs/cve-2020-8621
       https://kb.isc.org/docs/cve-2020-8620
       https://kb.isc.org/docs/cve-2020-8622
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8624
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8623
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8621
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8620
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8622
       (* Security fix *)
n/curl-7.72.0-arm-1.txz: Upgraded.
       This update fixes a security issue:
       libcurl: wrong connect-only connection [98]
       For more information, see:
       https://curl.haxx.se/docs/CVE-2020-8231.html
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8231
       (* Security fix *)
n/dovecot-2.3.11.3-arm-1.txz: Upgraded.
n/getmail-6.03-arm-1.txz: Upgraded.
       This is a new version that uses Python 3. The ChangeLog warns that it "loses
       some backward compatibility"... please report any bugs.
n/iproute2-5.8.0-arm-1.txz: Upgraded.
n/iputils-20200821-arm-1.txz: Upgraded.
n/lftp-4.9.2-arm-1.txz: Upgraded.
n/libgpg-error-1.39-arm-1.txz: Upgraded.
n/libqmi-1.26.4-arm-1.txz: Upgraded.
n/net-snmp-5.9-arm-1.txz: Upgraded.
       Shared library .so-version bump.
n/ntp-4.2.8p15-arm-2.txz: Rebuilt.
       Recompiled against net-snmp-5.9.
n/openldap-2.4.51-arm-1.txz: Upgraded.
n/p11-kit-0.23.21-arm-1.txz: Upgraded.
n/php-7.4.9-arm-2.txz: Rebuilt.
       Recompiled against net-snmp-5.9.
n/pssh-2.3.4-arm-1.txz: Upgraded.
n/rsync-3.2.3-arm-1.txz: Upgraded.
x/font-alias-1.0.4-arm-1.txz: Upgraded.
x/font-misc-ethiopic-1.0.4-arm-1.txz: Upgraded.
x/libinput-1.16.1-arm-1.txz: Upgraded.
       Don't complain about lag unless it exceeds 75ms.
x/mesa-20.1.6-arm-1.txz: Upgraded.
x/xterm-359-arm-1.txz: Upgraded.
xap/sane-1.0.31-arm-1.txz: Upgraded.
       Rebuilt since it was compiled against unpatched pango-1.46.0.
       Recompiled against net-snmp-5.9.
xap/ssr-0.4.2-arm-1.txz: Added.
xfce/garcon-0.6.4-arm-1.txz: Upgraded.
       Switched back to 0.6.4 since that is actually the latest stable release.
xfce/tumbler-0.2.9-arm-1.txz: Upgraded.
       Switched back to 0.2.9 since that is actually the latest stable release.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Sat Aug 08 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/aaa_terminfo-6.2_20200801-arm-1.txz: Upgraded.
a/cryptsetup-2.3.3-arm-2.txz: Rebuilt.
       Recompiled against json-c-0.15_20200726.
a/hwdata-0.338-arm-1.txz: Upgraded.
a/kernel-firmware-20200803_9bc3789-noarch-1.txz: Upgraded.
ap/sysstat-12.4.0-arm-1.txz: Upgraded.
ap/vim-8.2.1361-arm-1.txz: Upgraded.
d/bison-3.7.1-arm-1.txz: Upgraded.
d/cmake-3.18.1-arm-1.txz: Upgraded.
d/mercurial-5.5-arm-1.txz: Upgraded.
d/python-pip-20.2.1-arm-1.txz: Upgraded.
d/python-setuptools-49.2.1-arm-1.txz: Upgraded.
d/re2c-2.0.1-arm-1.txz: Upgraded.
extra/wicd/wicd-1.7.4-arm-2.txz: Removed.
       This is unmaintained, possibly insecure, and doesn't work with Python
       versions newer than 2.7.18. NetworkManager is a better choice these days.
l/babl-0.1.80-arm-1.txz: Upgraded.
l/gegl-0.4.26-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_25-arm-1.txz: Upgraded.
l/json-c-0.15_20200726-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/libcap-2.42-arm-1.txz: Upgraded.
l/libvpx-1.9.0-arm-1.txz: Upgraded.
l/lmdb-0.9.25-arm-1.txz: Upgraded.
l/mozjs60-60.9.0esr-arm-1.txz: Removed.
l/mozjs68-68.11.0esr-arm-1.txz: Added.
       IMPORTANT: This is needed for polkit-0.117.
l/ncurses-6.2_20200801-arm-1.txz: Upgraded.
l/polkit-0.117-arm-1.txz: Upgraded.
l/urwid-1.0.3-arm-6.txz: Removed.
       This is an ancient version that was only used by wicd.
n/bind-9.16.5-arm-2.txz: Rebuilt.
       Recompiled against json-c-0.15_20200726.
n/ethtool-5.8-arm-1.txz: Upgraded.
n/httpd-2.4.46-arm-1.txz: Upgraded.
n/links-2.21-arm-1.txz: Upgraded.
n/php-7.4.9-arm-1.txz: Upgraded.
       This update fixes bugs and a security issue:
       Phar: Use of freed hash key in the phar_parse_zipfile function.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7068
       (* Security fix *)
n/rsync-3.2.3pre1-arm-1.txz: Upgraded.
x/libX11-1.6.11-arm-1.txz: Upgraded.
       Fix size calculation in _XimAttributeToValue.
       Thanks to chrisVV and Yichao Yu.
       Fix size calculation in _XimAttributeToValue.
       Thanks to chrisVV and Yichao Yu.
x/libinput-1.16.0-arm-1.txz: Upgraded.
x/libmypaint-1.6.1-arm-2.txz: Rebuilt.
       Recompiled against json-c-0.15_20200726.
x/mesa-20.1.5-arm-1.txz: Upgraded.
xap/gimp-2.10.20-arm-2.txz: Rebuilt.
       Recompiled against json-c-0.15_20200726.
xap/mozilla-thunderbird-68.11.0-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/thunderbird/68.11.0/releasenotes/
       https://www.mozilla.org/en-US/security/advisories/mfsa2020-35/
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15652
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6514
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6463
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15659
       (* Security fix *)
xap/vim-gvim-8.2.1361-arm-1.txz: Upgraded.
extra/xfractint/xfractint-20.04p16-arm-1.txz: Upgraded.
+--------------------------+
Mon Aug 03 08:08:08 UTC 2020
xap/mozilla-firefox-68.11.0esr-arm-1.txz: Upgraded.
       Slackware ARM remains on v68 of Firefox presently due to some build issues
       with v78.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/68.11.0/releasenotes/
       (* Security fix *)
+--------------------------+
Fri Jul 31 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/kernel-modules-armv7-5.4.54_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.54-arm-1.txz: Upgraded.
a/udisks-1.0.5-arm-6.txz: Rebuilt.
       Rebuilt with clang to fix a 'Bus error' with '/lib/udev/udisks-part-id /dev/sda'.
ap/inxi-20200728_6ce9149b-noarch-1.txz: Added.
       A system information script. Not as flashy as neofetch, but with more useful
       output options. Thanks to drgibbon for the suggestion.
ap/nano-5.0-arm-1.txz: Upgraded.
d/git-2.28.0-arm-1.txz: Upgraded.
d/kernel-headers-5.4.54-arm-1.txz: Upgraded.
d/vala-0.48.8-arm-1.txz: Upgraded.
e/emacspeak-52.0-arm-1.txz: Added.
k/kernel-source-5.4.54-arm-1.txz: Upgraded.
l/espeak-ng-1.50-arm-1.txz: Added.
l/jasper-2.0.19-arm-1.txz: Upgraded.
l/pcaudiolib-1.1-arm-1.txz: Added.
l/xxHash-0.8.0-arm-1.txz: Upgraded.
x/hack-fonts-ttf-3.003-noarch-1.txz: Added.
       Thanks to alienBOB.
x/noto-cjk-fonts-ttf-2.001-noarch-1.txz: Added.
       Thanks to alienBOB.
x/noto-fonts-ttf-20171024-noarch-1.txz: Added.
       Thanks to alienBOB.
xap/xaos-4.1-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Jul 28 08:08:08 UTC 2020
The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/

a/eudev-3.2.9-arm-2.txz: Rebuilt.
a/gettext-0.21-arm-1.txz: Upgraded.
a/kernel-firmware-20200721_2b823fc-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.53_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.53-arm-1.txz: Upgraded.
       Thanks to raspware and Exaga on LQ for a couple of the suggestions.
       -CONFIG_BLK_DEV_SR_VENDOR=y
       +CONFIG_TRUSTED_KEYS=m
       +CONFIG_KEY_DH_OPERATIONS=y
       +CONFIG_CRYPTO_KPP=y
       +CONFIG_CRYPTO_DH=y
       +CONFIG_CRYPTO_USER_API_HASH=m
       +CONFIG_CRYPTO_USER_API_SKCIPHER=m
       +CONFIG_CRYPTO_USER_API_RNG=m
       -CONFIG_CRYPTO_DEV_ATMEL_AUTHENC=m
       +CONFIG_CRYPTO_DEV_ATMEL_AUTHENC=y
       +CONFIG_CRYPTO_DEV_ATMEL_TDES=m
       +CONFIG_CRYPTO_DEV_QCE=m
       +CONFIG_CRYPTO_DEV_QCOM_RNG=m
a/libgudev-233-arm-2.txz: Rebuilt.
a/minicom-2.7.2-arm-1.txz: Upgraded.
a/udisks-1.0.5-arm-5.txz: Rebuilt.
a/util-linux-2.36-arm-1.txz: Upgraded.
a/xfsprogs-5.7.0-arm-1.txz: Upgraded.
ap/mc-4.8.25-arm-1.txz: Upgraded.
ap/sudo-1.9.2-arm-1.txz: Upgraded.
ap/vim-8.2.1288-arm-1.txz: Upgraded.
d/bison-3.7-arm-1.txz: Upgraded.
d/ccache-3.7.11-arm-1.txz: Upgraded.
d/check-0.15.1-arm-1.txz: Upgraded.
d/gettext-tools-0.21-arm-1.txz: Upgraded.
d/kernel-headers-5.4.53-arm-1.txz: Upgraded.
d/llvm-10.0.1-arm-1.txz: Upgraded.
d/nasm-2.15.03-arm-1.txz: Upgraded.
d/oprofile-1.4.0-arm-1.txz: Upgraded.
d/parallel-20200722-noarch-1.txz: Upgraded.
d/python3-3.8.5-arm-1.txz: Upgraded.
d/re2c-2.0-arm-1.txz: Upgraded.
d/scons-4.0.1-arm-1.txz: Upgraded.
k/kernel-source-5.4.53-arm-1.txz: Upgraded.
l/boost-1.73.0-arm-3.txz: Rebuilt.
       Revert a change that broke building krita. Thanks to oneforall2.
l/farstream-0.2.9-arm-1.txz: Added.
       Needed by pidgin-2.14.1.
l/harfbuzz-2.7.0-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_24-arm-1.txz: Upgraded.
l/jasper-2.0.18-arm-1.txz: Upgraded.
l/libcap-2.41-arm-1.txz: Upgraded.
l/libidn-1.36-arm-1.txz: Upgraded.
l/libnice-0.1.17-arm-1.txz: Added.
       Needed by farstream-0.2.9.
l/libpsl-0.21.1-arm-1.txz: Upgraded.
l/mozilla-nss-3.55-arm-1.txz: Upgraded.
       Fixed empty nspr-config. Thanks to saxa.
l/netpbm-10.91.01-arm-1.txz: Upgraded.
l/python-urllib3-1.25.10-arm-1.txz: Upgraded.
n/dnsmasq-2.82-arm-1.txz: Upgraded.
n/iptraf-ng-1.2.1-arm-1.txz: Upgraded.
n/libqmi-1.26.2-arm-1.txz: Upgraded.
n/postfix-3.5.6-arm-1.txz: Upgraded.
n/proftpd-1.3.7a-arm-1.txz: Upgraded.
x/mesa-20.1.4-arm-1.txz: Upgraded.
x/xev-1.2.4-arm-1.txz: Upgraded.
xap/pidgin-2.14.1-arm-1.txz: Upgraded.
       This update adds support for voice and video via Farstream.
xap/vim-gvim-8.2.1288-arm-1.txz: Upgraded.
xap/xlockmore-5.65-arm-1.txz: Upgraded.
extra/bash-completion/bash-completion-2.11-noarch-1.txz: Upgraded.
extra/sendmail/sendmail-8.16.1-arm-2.txz: Rebuilt.
       Updated site.config.m4 and included -DDANE. Thanks to HQuest.
extra/sendmail/sendmail-cf-8.16.1-noarch-2.txz: Rebuilt.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Sun Jul 19 08:08:08 UTC 2020
a/kernel-firmware-20200715_69c7f0b-noarch-1.txz: Upgraded.
ap/mpg123-1.26.3-arm-1.txz: Upgraded.
ap/soma-3.3.5-noarch-1.txz: Upgraded.
       Thanks to David Woodfall.
d/cmake-3.18.0-arm-1.txz: Upgraded.
d/rust-1.45.0-arm-1.txz: Upgraded.
l/M2Crypto-0.36.0-arm-1.txz: Upgraded.
l/libzip-1.7.3-arm-1.txz: Upgraded.
n/gpgme-1.14.0-arm-1.txz: Upgraded.
x/libevdev-1.9.1-arm-1.txz: Upgraded.
xap/gnuplot-5.4.0-arm-1.txz: Upgraded.
xap/pan-0.146-arm-2.txz: Rebuilt.
       Fix posting errors with GMime3. Thanks to Detlef Graef.
+--------------------------+
Thu Jul 16 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/slack-current-miniroot_15Jul20.tar.xz

a/mtd-utils-150720-arm-1.txz: Upgraded.
+--------------------------+
Wed Jul 15 08:08:08 UTC 2020
a/kernel-firmware-20200713_3d3a06f-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.51_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.51-arm-1.txz: Upgraded.
d/kernel-headers-5.4.51-arm-1.txz: Upgraded.
d/meson-0.55.0-arm-1.txz: Upgraded.
d/python-setuptools-49.2.0-arm-1.txz: Upgraded.
d/python3-3.8.4-arm-1.txz: Upgraded.
k/kernel-source-5.4.51-arm-1.txz: Upgraded.
l/libcap-2.39-arm-1.txz: Upgraded.
l/libzip-1.7.2-arm-1.txz: Upgraded.
n/NetworkManager-1.26.0-arm-1.txz: Upgraded.
n/alpine-2.23.2-arm-1.txz: Upgraded.
n/bridge-utils-1.7-arm-1.txz: Upgraded.
n/libmilter-8.16.1-arm-1.txz: Upgraded.
n/mutt-1.14.6-arm-1.txz: Upgraded.
x/xterm-358-arm-1.txz: Upgraded.
extra/xfractint/xfractint-20.04p15-arm-1.txz: Upgraded.
isolinux/*: Rebuilt.
kernels/*: Upgraded.
+--------------------------+
Tue Jul 14 08:08:08 UTC 2020
a/bash-5.0.018.000-arm-1.txz: Upgraded.
a/btrfs-progs-5.7-arm-1.txz: Upgraded.
a/dbus-1.12.20-arm-1.txz: Upgraded.
a/haveged-1.9.13-arm-1.txz: Upgraded.
a/hwdata-0.337-arm-1.txz: Upgraded.
a/kernel-firmware-20200702_74ac3b5-noarch-1.txz: Upgraded.
a/logrotate-3.17.0-arm-1.txz: Upgraded.
a/sysklogd-2.1.2-arm-1.txz: Upgraded.
       Make sure to move the .new init script and config into place for this.
a/sysvinit-2.97-arm-1.txz: Upgraded.
a/util-linux-2.35.2-arm-4.txz: Rebuilt.
       Fix chfn line breaks when libreadline is used. Thanks to gouttegd.
       Fix chsh when linked with libreadline. Thanks to Karel Zak.
ap/dash-0.5.11.1-arm-1.txz: Upgraded.
ap/mariadb-10.5.4-arm-1.txz: Upgraded.
       rc.mysqld: stop the database by PID to avoid improperly stopping other
       instances that were not started by this script. Thanks to denydias.
ap/mpg123-1.26.2-arm-1.txz: Upgraded.
ap/neofetch-20200708_af2c02c-noarch-1.txz: Upgraded.
ap/undervolt-20200612_07d0c70-arm-1.txz: Added.
ap/vim-8.2.1167-arm-1.txz: Upgraded.
d/Cython-0.29.21-arm-1.txz: Upgraded.
d/guile-3.0.4-arm-1.txz: Upgraded.
       Shared library .so-version bump.
       Looks like the previous bump was a mistake:
       This release fixes the SONAME of libguile-3.0.so, which was erroneously
       bumped in 3.0.3 compared to 3.0.2. Distributions are strongly
       encouraged to use 3.0.4 instead of 3.0.3.
d/help2man-1.47.16-arm-1.txz: Upgraded.
d/make-4.2.1-arm-8.txz: Rebuilt.
       Recompiled against guile-3.0.4.
d/mercurial-5.4.2-arm-1.txz: Upgraded.
d/nasm-2.15.02-arm-1.txz: Upgraded.
d/python-setuptools-49.1.2-arm-1.txz: Upgraded.
d/vala-0.48.7-arm-1.txz: Upgraded.
l/alsa-lib-1.2.3.2-arm-1.txz: Upgraded.
l/dconf-editor-3.36.4-arm-1.txz: Upgraded.
l/ffmpeg-4.3.1-arm-1.txz: Upgraded.
l/fribidi-1.0.10-arm-1.txz: Upgraded.
l/glib2-2.64.4-arm-1.txz: Upgraded.
l/gtk+3-3.24.21-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_23-arm-1.txz: Upgraded.
l/libcap-2.38-arm-1.txz: Upgraded.
l/libevent-2.1.12-arm-1.txz: Upgraded.
l/libjpeg-turbo-2.0.5-arm-1.txz: Upgraded.
       This update fixes bugs and a security issue:
       Fixed an issue in the PPM reader that caused a buffer overrun in cjpeg,
       TJBench, or the `tjLoadImage()` function if one of the values in a binary
       PPM/PGM input file exceeded the maximum value defined in the file's header
       and that maximum value was less than 255.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13790
       (* Security fix *)
l/librsvg-2.48.8-arm-1.txz: Upgraded.
l/libuv-1.38.1-arm-1.txz: Upgraded.
l/libvorbis-1.3.7-arm-1.txz: Upgraded.
       Fix out-of-bounds read encoding very low sample rates.
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10393
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14160
       (* Security fix *)
l/mozilla-nss-3.54-arm-1.txz: Upgraded.
l/mpfr-4.1.0-arm-1.txz: Upgraded.
l/netpbm-10.91.00-arm-1.txz: Upgraded.
l/opusfile-0.12-arm-1.txz: Upgraded.
l/popt-1.18-arm-1.txz: Upgraded.
l/python-idna-2.10-arm-1.txz: Upgraded.
l/python-pillow-7.2.0-arm-1.txz: Upgraded.
l/xxHash-0.7.4-arm-1.txz: Added.
n/ModemManager-1.14.0-arm-1.txz: Upgraded.
n/bind-9.16.5-arm-1.txz: Upgraded.
n/ca-certificates-20200630-noarch-1.txz: Upgraded.
       This update provides the latest CA certificates to check for the
       authenticity of SSL connections.
n/curl-7.71.1-arm-1.txz: Upgraded.
       This update fixes security issues:
       curl overwrite local file with -J [111]
       Partial password leak over DNS on HTTP redirect [48]
       For more information, see:
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8177
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8169
       (* Security fix *)
n/gnupg2-2.2.21-arm-1.txz: Upgraded.
n/gnutls-3.6.14-arm-3.txz: Rebuilt.
       Recompiled against guile-3.0.4.
n/libgcrypt-1.8.6-arm-1.txz: Upgraded.
n/libmbim-1.24.2-arm-1.txz: Upgraded.
n/mutt-1.14.5-arm-1.txz: Upgraded.
n/php-7.4.8-arm-1.txz: Upgraded.
n/postfix-3.5.4-arm-1.txz: Upgraded.
n/rsync-3.2.2-arm-1.txz: Upgraded.
n/samba-4.12.5-arm-1.txz: Upgraded.
x/libXaw3dXft-1.6.2g-arm-1.txz: Upgraded.
x/libglvnd-1.3.2-arm-1.txz: Upgraded.
x/libva-2.8.0-arm-1.txz: Upgraded.
x/libva-utils-2.8.0-arm-1.txz: Upgraded.
x/libwacom-1.4.1-arm-1.txz: Upgraded.
       Fix joystick property matching in udev rule. Thanks to Pixxt.
x/mesa-20.1.3-arm-1.txz: Upgraded.
x/xterm-357-arm-1.txz: Upgraded.
xap/audacious-4.0.5-arm-1.txz: Upgraded.
xap/audacious-plugins-4.0.5-arm-1.txz: Upgraded.
xap/mozilla-firefox-68.10.0esr-arm-1.txz: Upgraded.
       This release contains security fixes and improvements.
       For more information, see:
       https://www.mozilla.org/en-US/firefox/68.10.0/releasenotes/
       (* Security fix *)
xap/mozilla-thunderbird-68.10.0-arm-1.txz: Upgraded.
       This is a bugfix release.
       For more information, see:
       https://www.mozilla.org/en-US/thunderbird/68.10.0/releasenotes/
xap/seamonkey-2.53.3-arm-1.txz: Upgraded.
       This update contains security fixes and improvements.
       For more information, see:
       https://www.seamonkey-project.org/releases/seamonkey2.53.3
       (* Security fix *)
xap/vim-gvim-8.2.1167-arm-1.txz: Upgraded.
extra/sendmail/sendmail-8.16.1-arm-1.txz: Upgraded.
extra/sendmail/sendmail-cf-8.16.1-noarch-1.txz: Upgraded.
+--------------------------+
Thu Jun 25 08:08:08 UTC 2020
a/haveged-1.9.12-arm-1.txz: Upgraded.
a/kernel-firmware-20200619_3890db3-noarch-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-29.txz: Rebuilt.
       rc.M: add support for elogind. Thanks to alienBOB.
       check for elogind first so that we can ignore a stale CK2 package.
a/util-linux-2.35.2-arm-3.txz: Rebuilt.
       /etc/pam.d/login: support pam_elogind.so. Thanks to alienBOB.
ap/man-db-2.9.3-arm-1.txz: Upgraded.
ap/mariadb-10.4.13-arm-3.txz: Rebuilt.
       Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/neofetch-20200613_5b8eea9-arm-1.txz: Added.
       All the cool kids are including this. ;-)
ap/nvme-cli-1.12-arm-1.txz: Upgraded.
ap/sqlite-3.32.3-arm-1.txz: Upgraded.
ap/squashfs-tools-4.4-arm-2.txz: Rebuilt.
       Added lz4 support. Thanks to Heinz Wiesinger.
ap/sudo-1.9.1-arm-1.txz: Upgraded.
ap/texinfo-6.7-arm-2.txz: Rebuilt.
       Recompiled against perl-5.32.0.
ap/vim-8.2.1039-arm-1.txz: Upgraded.
       Compiled against perl-5.32.0.
       Compiled against perl-5.32.0.
d/ccache-3.7.10-arm-1.txz: Upgraded.
d/check-0.15.0-arm-1.txz: Upgraded.
d/guile-3.0.3-arm-1.txz: Upgraded.
       Shared library .so-version bump.
d/make-4.2.1-arm-7.txz: Rebuilt.
       Recompiled against guile-3.0.3.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/perl-5.32.0-arm-1.txz: Upgraded.
d/python-setuptools-47.3.1-arm-1.txz: Upgraded.
d/rust-1.44.1-arm-1.txz: Upgraded.
d/subversion-1.14.0-arm-2.txz: Rebuilt.
       Use the system lz4 library. Thanks to Heinz Wiesinger.
kde/perlkde-4.14.3-arm-10.txz: Rebuilt.
       Recompiled against perl-5.32.0.
kde/perlqt-4.14.3-arm-11.txz: Rebuilt.
       Recompiled against perl-5.32.0.
l/alsa-lib-1.2.3.1-arm-1.txz: Upgraded.
l/desktop-file-utils-0.26-arm-1.txz: Upgraded.
l/harfbuzz-2.6.8-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_21-arm-1.txz: Upgraded.
l/lcms2-2.11-arm-1.txz: Upgraded.
l/libarchive-3.4.3-arm-2.txz: Rebuilt.
       Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-arm-1.txz: Added.
       This is a new dependency for dovecot, libarchive, mariadb, rsync,
       squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/mozilla-nss-3.53.1-arm-1.txz: Upgraded.
l/neon-0.31.2-arm-1.txz: Upgraded.
l/python-certifi-2020.6.20-arm-1.txz: Upgraded.
l/python-requests-2.24.0-arm-1.txz: Upgraded.
l/xxHash-0.7.3-arm-1.txz: Added.
       This is a new dependency for rsync.
l/zstd-1.4.5-arm-2.txz: Rebuilt.
       Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/alpine-2.23-arm-1.txz: Upgraded.
n/bind-9.16.4-arm-1.txz: Upgraded.
       This update fixes two security issues:
       It was possible to trigger an INSIST when determining whether a record would
       fit into a TCP message buffer.
       It was possible to trigger an INSIST in lib/dns/rbtdb.c:new_reference() with
       a particular zone content and query patterns.
       For more information, see:
       https://kb.isc.org/docs/cve-2020-8618
       https://kb.isc.org/docs/cve-2020-8619
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8618
       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8619
       (* Security fix *)
n/dovecot-2.3.10.1-arm-2.txz: Rebuilt.
       Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/epic5-2.1.2-arm-2.txz: Rebuilt.
       Recompiled against perl-5.32.0.
n/gnutls-3.6.14-arm-2.txz: Rebuilt.
       Recompiled against guile-3.0.3.
n/irssi-1.2.2-arm-3.txz: Rebuilt.
       Recompiled against perl-5.32.0.
n/libmbim-1.24.0-arm-1.txz: Upgraded.
n/libqmi-1.26.0-arm-1.txz: Upgraded.
n/mutt-1.14.4-arm-1.txz: Upgraded.
n/net-snmp-5.8-arm-7.txz: Rebuilt.
       Recompiled against perl-5.32.0.
n/nfs-utils-2.5.1-arm-1.txz: Upgraded.
n/ntp-4.2.8p15-arm-1.txz: Upgraded.
       This release fixes one vulnerability: Associations that use CMAC
       authentication between ntpd from versions 4.2.8p11/4.3.97 and
       4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
       Eventually, ntpd will run out of memory and abort.
       (* Security fix *)
       Recompiled against perl-5.32.0.
n/rsync-3.2.1-arm-1.txz: Upgraded.
       Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-arm-1.txz: Upgraded.
       Thanks to Johannes Schoepfer.
x/libinput-1.15.6-arm-1.txz: Upgraded.
x/xinit-1.4.1-arm-3.txz: Rebuilt.
       When using elogind, start the session on the current console.
       Thanks to alienBOB.
xap/blueman-2.1.3-arm-2.txz: Rebuilt.
       As a matter of policy and since the rule already exists in
       /usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
       Note that since the file was installed as a .new, upgrading the package
       will not remove it and it will need to be removed manually. It's harmless
       if it remains, though.
       Thanks to Robby Workman.
xap/hexchat-2.14.3-arm-3.txz: Rebuilt.
       Recompiled against perl-5.32.0.
xap/network-manager-applet-1.18.0-arm-1.txz: Upgraded.
xap/rxvt-unicode-9.22-arm-8.txz: Rebuilt.
       Recompiled against perl-5.32.0.
xap/vim-gvim-8.2.1039-arm-1.txz: Upgraded.
       Compiled against perl-5.32.0.
+--------------------------+
Wed Jun 17 08:08:08 UTC 2020

The mini root filesystem has been updated:
ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/slack-current-miniroot_17Jun20.tar.xz

a/cryptsetup-2.3.3-arm-1.txz: Upgraded.
a/dbus-1.12.18-arm-1.txz: Upgraded.
a/file-5.39-arm-1.txz: Upgraded.
a/haveged-1.9.11-arm-1.txz: Upgraded.
a/hwdata-0.336-arm-1.txz: Upgraded.
a/kernel-firmware-20200610_887d2a1-noarch-1.txz: Upgraded.
a/kernel-modules-armv7-5.4.46_armv7-arm-1.txz: Upgraded.
a/kernel_armv7-5.4.46-arm-1.txz: Upgraded.
a/pam-1.4.0-arm-1.txz: Upgraded.
       IMPORTANT NOTE: This update removes the pam_cracklib and pam_tally2 modules.
       None of our current configuration files in /etc/pam.d/ use either of those,
       but if the configuration files on your machine do you'll need to comment out
       or remove those lines, otherwise you may experience login failures.
a/pciutils-3.7.0-arm-1.txz: Upgraded.
a/shadow-4.8.1-arm-9.txz: Rebuilt.
       Get rid of "auth required pam_deny.so" which seems like a mistake.
       /etc/pam.d/system-auth: prefix lines that call pam_gnome_keyring.so with '-'
       system-auth: auth required pam_unix.so [...], otherwise the stack exits
       before pam_gnome_keyring.so executes. Thanks to pyllyukko.
       to avoid spamming the logs about failures.
       Still pending: consider GazL's comments on moving stuff out of system-auth.
a/sysvinit-scripts-2.1-noarch-27.txz: Rebuilt.
       rc.S: create /var/run/faillock directory for pam_faillock(8).
a/upower-0.9.23-arm-4.txz: Rebuilt.
       Recompiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
       The renaming mess initiated by libplist required a rebuild on this one to
       keep things consistent for now, but don't worry - we aren't going to be
       sticking to this version for long or anything.
a/util-linux-2.35.2-arm-2.txz: Rebuilt.
       /etc/pam.d/login: change the example for locking an account for too many
       failed login attempts to use pam_faillock instead of pam_tally2.
ap/alsa-utils-1.2.3-arm-1.txz: Upgraded.
       This version seems good, but we'll recompile it against alsa-lib-1.2.2 just
       to be on the safe side.
ap/cups-filters-1.27.5-arm-1.txz: Upgraded.
ap/dash-0.5.11-arm-1.txz: Upgraded.
ap/hplip-3.20.6-arm-1.txz: Upgraded.
ap/man-db-2.9.2-arm-1.txz: Upgraded.
ap/man-pages-5.07-noarch-1.txz: Upgraded.
ap/mpg123-1.26.1-arm-1.txz: Upgraded.
ap/nvme-cli-1.11.2-arm-1.txz: Upgraded.
ap/powertop-2.13-arm-1.txz: Upgraded.
ap/sqlite-3.32.2-arm-1.txz: Upgraded.
ap/usbmuxd-20200615_3daa1e9-arm-1.txz: Upgraded.
       Shared library .so-version bump.
       Compiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
ap/vim-8.2.0901-arm-1.txz: Upgraded.
d/Cython-0.29.20-arm-1.txz: Upgraded.
d/bison-3.6.4-arm-1.txz: Upgraded.
d/cmake-3.17.3-arm-1.txz: Upgraded.
d/git-2.27.0-arm-1.txz: Upgraded.
d/gyp-20200512_caa60026-arm-1.txz: Added.
d/kernel-headers-5.4.46-arm-1.txz: Upgraded.
d/mercurial-5.4.1-arm-1.txz: Upgraded.
d/meson-0.54.3-arm-1.txz: Upgraded.
d/patchelf-0.11-arm-1.txz: Upgraded.
d/perl-5.30.3-arm-1.txz: Upgraded.
       Upgraded to IO-Socket-SSL-2.068.
d/python-setuptools-47.3.0-arm-1.txz: Upgraded.
d/rust-1.44.0-arm-1.txz: Upgraded.
d/strace-5.7-arm-1.txz: Upgraded.
d/subversion-1.14.0-arm-1.txz: Upgraded.
d/swig-4.0.2-arm-1.txz: Upgraded.
k/kernel-source-5.4.46-arm-1.txz: Upgraded.
l/Mako-1.1.3-arm-1.txz: Upgraded.
l/PyQt5-5.15.0-arm-1.txz: Upgraded.
l/QScintilla-2.11.5-arm-1.txz: Upgraded.
l/alsa-lib-1.2.2-arm-2.txz: Rebuilt.
l/babl-0.1.78-arm-1.txz: Upgraded.
l/elfutils-0.180-arm-1.txz: Upgraded.
l/ffmpeg-4.3-arm-1.txz: Upgraded.
l/fuse3-3.9.2-arm-1.txz: Upgraded.
l/gegl-0.4.24-arm-1.txz: Upgraded.
l/glib-networking-2.64.3-arm-1.txz: Upgraded.
l/gvfs-1.44.1-arm-2.txz: Rebuilt.
       Recompiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
l/harfbuzz-2.6.7-arm-1.txz: Upgraded.
l/imagemagick-7.0.10_19-arm-1.txz: Upgraded.
l/lcms2-2.10-arm-1.txz: Upgraded.
l/libcap-2.36-arm-1.txz: Upgraded.
l/libgpod-0.8.3-arm-7.txz: Rebuilt.
       Recompiled against libimobiledevice-20200615_4791a82 and libplist-2.2.0.
l/libimobiledevice-20200615_4791a82-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/libplist-2.2.0-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/librsvg-2.48.7-arm-1.txz: Upgraded.
l/libusbmuxd-20200615_c7d7d1a-arm-1.txz: Upgraded.
       Shared library .so-version bump.
l/libvncserver-0.9.13-arm-1.txz: Upgraded.
l/libyaml-0.2.5-arm-1.txz: Upgraded.
l/libzip-1.7.1-arm-1.txz: Upgraded.
l/mozilla-nss-3.53-arm-1.txz: Upgraded.
l/netpbm-10.