From patchwork Sat Jan 25 18:57:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2723 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 484lcq3d7Gz3xY8 for ; Sat, 25 Jan 2020 18:57:31 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 484lcp44xwz1jH; Sat, 25 Jan 2020 18:57:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 484lcp2vG8z2ycq; Sat, 25 Jan 2020 18:57:30 +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 484lcn4GNqz2yCf for ; Sat, 25 Jan 2020 18:57:29 +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 484lcm6tyLz1jH for ; Sat, 25 Jan 2020 18:57:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1579978649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=CmyGISS5r7pQi3MQj+U4zLMfJO4y/ElkLXGwU9bKty4=; b=EpabQZCs6ttOj103zxZ7D1+Da9UZ+S4lR6inARoG+86qbBdn1ySPDfkZVvYHEdLe2mcjU3 rKyt3QG0rIKLIql7MOUObaX20NbqpJ7o/WEN+dXNoGFQU0TBpEtOfDTPCIbYYg/mJFo9vA SrEQb91Im33Y9y0UpWMvBFBD4rpN9FvpVJEKANUPwQK9zPmb7XDuK4Pp0PB8MTuXCuyZNe brs4/Io0qvnmylPQzDIJ298Yj2FJtYQQmw7qtIibRjUChti+ZB94HfV5C/XsKRsSI4i073 6w00ZByU+Ccs1nfkv0UVCSG8Yc+xekAGB+09GXj87jNdlxehCK9tY8BFfdGc5w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1579978649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=CmyGISS5r7pQi3MQj+U4zLMfJO4y/ElkLXGwU9bKty4=; b=HcAQB+0bAJjX5O46GWc/VgP55JT3KYhCBSvodJEmAb8dkXg8ygyOoLYSCbTVCUN6OYgecd MBTC9L6OdL+6QxBg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] logwatch: Update to 7.5.3 Date: Sat, 25 Jan 2020 19:57:24 +0100 Message-Id: <20200125185724.24335-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://sourceforge.net/p/logwatch/activity/?page=0&limit=100#5e27da933241d23c845e8cce Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/logwatch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/logwatch b/lfs/logwatch index eb576717c..a980b1b40 100644 --- a/lfs/logwatch +++ b/lfs/logwatch @@ -24,7 +24,7 @@ include Config -VER = 7.5.2 +VER = 7.5.3 THISAPP = logwatch-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 634b2ac423b77b809d400cc6085db49d +$(DL_FILE)_MD5 = 8bcf3edc5a4687c8aad1b9c01e2be54b install : $(TARGET)