From patchwork Wed Apr 1 12:17:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2874 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 48slZZ23tXz3yBn for ; Wed, 1 Apr 2020 12:17:42 +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 48slZX5VQZz2G3; Wed, 1 Apr 2020 12:17:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48slZX2B7vz2ybT; Wed, 1 Apr 2020 12:17:40 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48slZV0XkLz2yZd for ; Wed, 1 Apr 2020 12:17:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48slZS4s8FzJj for ; Wed, 1 Apr 2020 12:17:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1585743457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=X6hM6XXR/vA3yrcXfC2+pJGDP2dNO/eF4GtlfKjGwY8=; b=iQAymDxQ50zWslPIy7XqT4igWZ0S1QQ5yj074l1py5tAYOzYSd3vfOCY48J9V1fqGK7JnM vQoSCaye68rNioAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1585743457; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=X6hM6XXR/vA3yrcXfC2+pJGDP2dNO/eF4GtlfKjGwY8=; b=lf1msTwVf3ior/r7pJb+HGaiXqeoLw4buwwysO3x3BYJ9aTZfUIqcuB91P/5UU6PWMAZWU ZiNN4lGVrk+XYakE5zsu15COhzYyRkHfQL5C6hfZc38vEWtUOts+4lXTpqPT+EXwV6CMEy CNr0ufyo0SWYIpoARHr1Z7sl/HsPrzreLTN59nC3Hb6H1Qc8VbbjN0D9D87vwvPFquiCWr lgTIodOPMGCSFm9QdnA1+NLpXRA7ZudgQatg7CF0YzSDAVS1o/ESDe0A3upAkA6BEYOqII pg0Ra52kSYRY7VL31o2WtZdwcQpaqH/eKg79mrKVePeO+lAVcokHAr4DfSd0Xg== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] OpenSSL: update to 1.1.1f Message-ID: <58030a3b-b673-1919-0aeb-7eb5085924bd@ipfire.org> Date: Wed, 01 Apr 2020 12:17:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@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" Fixes #12345 (yes, that's the real bug ID :-) ) Cc: Arne Fitzenreiter Cc: Michael Tremer Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/openssl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/openssl b/lfs/openssl index c46e0d53f..06b999a15 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -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 = 1.1.1e +VER = 1.1.1f THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -87,7 +87,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = baeff2a64d2f3d7e0a69b677c9977b57 +$(DL_FILE)_MD5 = 3f486f2f4435ef14b81814dbbc7b48bb install : $(TARGET)