From b9175b1b398693aa45f4b0a28c0606f50987c879 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 23 May 2021 19:31:03 +0000 Subject: Sun May 23 19:31:03 UTC 2021 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. --- source/n/httpd/httpd.SlackBuild | 2 +- source/n/httpd/logrotate.httpd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/n/httpd') diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild index ea6dce9a..feee4dcb 100755 --- a/source/n/httpd/httpd.SlackBuild +++ b/source/n/httpd/httpd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=httpd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/httpd/logrotate.httpd b/source/n/httpd/logrotate.httpd index cc638367..ddffddbf 100644 --- a/source/n/httpd/logrotate.httpd +++ b/source/n/httpd/logrotate.httpd @@ -2,7 +2,7 @@ rotate 10 notifempty missingok - size=5M + size 5M compress delaycompress sharedscripts -- cgit v1.2.3