From patchwork Mon Mar 21 16:33:19 2022 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: 5373 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 4KMgCn52gnz3wt4 for ; Mon, 21 Mar 2022 16:33:25 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KMgCn0ldBzW9; Mon, 21 Mar 2022 16:33:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KMgCn0z5Lz2yTr; Mon, 21 Mar 2022 16:33:25 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KMgCl3d5Mz2yC8 for ; Mon, 21 Mar 2022 16:33:23 +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 4KMgCk43yFz19 for ; Mon, 21 Mar 2022 16:33:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647880403; 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=c17Vqff33RPit2EFKhFtrYR7+dZVXRiuTCw2aMkmqZc=; b=ij+CkC1Sg/kEBAAVI2aQqB417wo0QZxZGW9jRKI+fUgjYuy8weYLAvM7EM7p7NK2dn35pt 6HHBlweXgvl1smRL8XsehZhDPMgAOavGImfU2SwriRbdzQ+SvSu6pFavJYe81fdAGyk97N 9sHBlJDhaeJtJBDkivhr1GrWZfui53MhYxIOhlzUcCOYIuCAbQxr5W6/FNpOvwgSAFJHOR ksTqrn5YGklUnGp6QeqYRlP2NCwwa3ozztIC/iR2MA/v42tktfkfzHdirzOKG0Jvh5zaXx fk8Jn8ptdVJmOUqqbx+DFoliUeJM5ZrJZ0e0hDuJDaM9eL6xle7+aA1iAmJKkg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647880403; 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=c17Vqff33RPit2EFKhFtrYR7+dZVXRiuTCw2aMkmqZc=; b=4NnXxi/p1H+QScdbdP+AWhwU4NAhNj71R5BJyqEhk/2JAeil+cVvNz1CMM3/9odv6D/wbw 3Gqm2SfafeDAgXAQ== Message-ID: Date: Mon, 21 Mar 2022 16:33:19 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] strongSwan: Update to 5.9.5 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" Please refer to https://github.com/strongswan/strongswan/releases/tag/5.9.5 for this versions' changelog. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/strongswan | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/strongswan b/lfs/strongswan index 45ff8f426..63699c5d7 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 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 = 5.9.4 +VER = 5.9.5 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9c387eb77f0159fdefbcf7e81c905c35 +$(DL_FILE)_MD5 = 53005324e3cba8592f1fb958b1c2d0e5 install : $(TARGET)