mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
b9175b1b39
a/mcelog-176-x86_64-2.txz: Rebuilt. Fixed size syntax in logrotate config file. Thanks to ecd102. d/parallel-20210522-noarch-1.txz: Upgraded. d/python-pip-21.1.2-x86_64-1.txz: Upgraded. d/python-setuptools-57.0.0-x86_64-1.txz: Upgraded. l/elfutils-0.185-x86_64-1.txz: Upgraded. l/expat-2.4.1-x86_64-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-x86_64-2.txz: Rebuilt. Recompiled against perl-5.34.0. n/httpd-2.4.46-x86_64-4.txz: Rebuilt. Fixed size syntax in logrotate config file. Thanks to ecd102.
11 lines
265 B
Diff
11 lines
265 B
Diff
--- ./mcelog.logrotate.orig 2021-04-30 09:44:57.000000000 -0500
|
|
+++ ./mcelog.logrotate 2021-05-23 14:16:45.606004778 -0500
|
|
@@ -3,7 +3,7 @@
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
- size=+2048k
|
|
+ size 2048k
|
|
notifempty
|
|
missingok
|
|
copytruncate
|