From patchwork Thu May 26 15:25:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5637 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4L8Bbf6lLdz3wwF for ; Thu, 26 May 2022 15:26:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4L8BbL6PMlzpp; Thu, 26 May 2022 15:25:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4L8BbL50ctz2yf0; Thu, 26 May 2022 15:25:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4L8BbJ6Ryvz2y4G for ; Thu, 26 May 2022 15:25:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4L8BbJ1092zmt for ; Thu, 26 May 2022 15:25:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1653578748; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZO71gzlfyH4jpVggmjfTJ1TVJbZAyDT8zXvy1PtNcbE=; b=c0i2se1mneJ9gyrxLNgQMHUq+uj31Kt9VSWR+//CJBspSl2tMY1K++0qF/Ia5d9Ac03EiJ Aj8heJcImOU520Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1653578748; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZO71gzlfyH4jpVggmjfTJ1TVJbZAyDT8zXvy1PtNcbE=; b=L5TltudAVkT4QvgdKnHcNNQb2lIxgK+Q2WOwpn2ICmc1BS9Ub6207qTxlbkqiIPZOSeQuO dInFxe3HUOKFHx48ExhQlkE8e+IpyDHn2OO7H5dkugLSVewwXvx2lJ1dW4XZCkpSj0uF+B oMSvpVP6aFNxcYaNgpCOqx9on6j4NchY9GC5SW67FxL8A81N0S6NcLQGJDK8jkcZe+Padj DJH3Qyv3fAvY3Dhc8JDdx49mK2gkQ6LEiRVxEIfIYpf14XPwookCX3TApTmRf+o4FZvRcN ezSAdVQEkTDpWAE396U46v/SOGAU7aTng24ejuC+ND5c5MQnS4rEjacnDUizEA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logrotate: Update to 3.20.1 Date: Thu, 26 May 2022 17:25:38 +0200 Message-Id: <20220526152538.3482968-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details since v3.18.0 see: https://github.com/logrotate/logrotate/releases/tag/3.20.1 https://github.com/logrotate/logrotate/releases/tag/3.20.0 https://github.com/logrotate/logrotate/releases/tag/3.19.0 logrotate-3.20.1 drop world-readable permission on state file even when ACLs are enabled (#446) logrotate-3.20.0 fix potential DoS from unprivileged users via the state file (CVE-2022-1348) fix a misleading debug message with copytruncate and rotate 0 (#443) add support for unsigned time_t (#438) do not lock state file /dev/null (#433) logrotate-3.19.0 continue on EINTR in compressLogFile() (#430) enforce stricter parsing of configuration files (#427, #431) avoid confusing error message in debug mode (#426) fix full_write() on incomplete write (#415) do not use alloca() any more (#412) do not rotate hard links unless allowhardlink is used (#407) change directory after dropping privileges (#397) add defence in depth when dropping privileges (#400) remove invalid configuration on error (#408) do not open symbolic link log files by accident (#399) do not write state if state file is /dev/null (#395) Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/logrotate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/logrotate b/lfs/logrotate index 90fdd1cfa..0e66a68e9 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.18.0 +VER = 3.20.1 THISAPP = logrotate-$(VER) DL_FILE = logrotate-$(VER).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4e78e980f2cc8e4b208c5d64df7ba173b59dbb1913a37f28e867dae71e56d50567c8614c7b9cfc04f6dee7888518b50d302f4935a248428c567d7e42a8dcbaf9 +$(DL_FILE)_BLAKE2 = 52f1b1991f6e17d04dee3b795bd6621be707b9386cb966f1434b00f4e6d9e8242c17a88642f98db720f8eeda6c1e38d25f050eb9e9be48a8323f84c9e408cf71 install : $(TARGET)