From patchwork Sat Aug 15 15:43:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3304 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTPj769mHz3x18 for ; Sat, 15 Aug 2020 15:43:23 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTPj6698fzJ1; Sat, 15 Aug 2020 15:43:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTPj651KLz2yNC; Sat, 15 Aug 2020 15:43:22 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTPj52n5Mz2xXN for ; Sat, 15 Aug 2020 15:43:21 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTPj4025zzJ1 for ; Sat, 15 Aug 2020 15:43:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597506200; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=fwLPxRSR88AK24ZQzJaYrz01XbbvoR4mpA8d7rikY/Q=; b=uTOaXdqOxtXCs0UXFRZcS0Y9DPsArwlzME3FnyvKH/J8dZHLZK8sSpPHGBWzLyHZGjTIDj 42ViTR4ckWnd+wDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597506200; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=fwLPxRSR88AK24ZQzJaYrz01XbbvoR4mpA8d7rikY/Q=; b=litMGywSRI+zWbt0Bmd8eEL7n0ehedPyA5IC30yEWbsSGKwVws4aoE/RKXcpNW3SkKXDBf RAqXLe7JJSlm4MKC6Xgb7OlrEdmQJEKj5aRLvOMMcaqLy25irJU1UOxCkINRUvjn9UeHm/ LxtVXYlXaz183UWgB1SiiwLNMQzdjuiDCV+FZXAvw/yeVqdjPv6nZ5Bk6KMmFnEC9yX949 89r/fOXONBYHpK46pOfOqoZOQEyditkg0+7zhSFOr2+t8Cz77iqtlaEDBmO8DLOIKUU/4U hHgsQ6b0nClVUk5reL/CF/6AZDA5dzVR2c8DWqeOX+tvsk+naJWp3alADenGYw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logrotate: Update to 3.17.0 Date: Sat, 15 Aug 2020 17:43:13 +0200 Message-Id: <20200815154313.24057-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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 see: https://github.com/logrotate/logrotate/releases/tag/3.17.0 Signed-off-by: Matthias Fischer --- lfs/logrotate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/logrotate b/lfs/logrotate index 5f7314bbd..919a4c812 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 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.15.1 +VER = 3.17.0 THISAPP = logrotate-$(VER) DL_FILE = logrotate-$(VER).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 629cb3b933a281f25741e385bc030203 +$(DL_FILE)_MD5 = 6bd4d3102ae9c86d37e46ca93bcffa66 install : $(TARGET)