diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-02-21 20:00:08 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-02-21 21:43:55 +0100 |
commit | 7bd6c6ca67930116862b0bdb7333874c6d822fbf (patch) | |
tree | 370727a26b18a35040f75137c7e556ce7ab38814 /source/l | |
parent | 96bfb8fafe527cd86c5f7f6c52656a85b7b16c39 (diff) | |
download | current-7bd6c6ca67930116862b0bdb7333874c6d822fbf.tar.gz current-7bd6c6ca67930116862b0bdb7333874c6d822fbf.tar.xz |
Wed Feb 21 20:00:08 UTC 202420240221200008
a/dcron-4.5-x86_64-16.txz: Rebuilt.
run-parts: skip *.orig files. Thanks to metaed.
l/libplist-2.4.0-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-115.8.0-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/115.8.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2024-07/
https://www.cve.org/CVERecord?id=CVE-2024-1546
https://www.cve.org/CVERecord?id=CVE-2024-1547
https://www.cve.org/CVERecord?id=CVE-2024-1548
https://www.cve.org/CVERecord?id=CVE-2024-1549
https://www.cve.org/CVERecord?id=CVE-2024-1550
https://www.cve.org/CVERecord?id=CVE-2024-1551
https://www.cve.org/CVERecord?id=CVE-2024-1552
https://www.cve.org/CVERecord?id=CVE-2024-1553
(* Security fix *)
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libplist/libplist.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/l/libplist/libplist.SlackBuild b/source/l/libplist/libplist.SlackBuild index 38c97cc39..630cfb9f5 100755 --- a/source/l/libplist/libplist.SlackBuild +++ b/source/l/libplist/libplist.SlackBuild @@ -65,6 +65,7 @@ else LIBDIRSUFFIX="" fi +# Since libplist will be unavailable for a while, REQUIRE_GLOBAL_LOCK. if ls /var/log/packages/libplist-* 1> /dev/null 2> /dev/null ; then echo "libplist is installed. The package should be removed before" echo "building, or the new python modules might be linked to the" |