From patchwork Mon Apr 22 16:03:00 2024 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: 7751 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4VNVRZ2MLVz3wvs for ; Mon, 22 Apr 2024 16:03:54 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4VNVRX5GqMz2ZY; Mon, 22 Apr 2024 16:03:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4VNVRX37pnz32t8; Mon, 22 Apr 2024 16:03:52 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4VNVRV065bz2yy1 for ; Mon, 22 Apr 2024 16:03:50 +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 (secp384r1)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4VNVRQ74rRz1Z8 for ; Mon, 22 Apr 2024 16:03:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1713801829; 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=FOPzddrG14sVyDEDxCI/N+lGKDBrosnHZrf4knjLywo=; b=p8eDsqzFIqGC1tL4K7khrHxCAlwS/0IGc8nSIu0wfg1d5doC+TvPCjmgvrN5ByMsHvezul XO55gYuFClwq83Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1713801829; 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=FOPzddrG14sVyDEDxCI/N+lGKDBrosnHZrf4knjLywo=; b=Sqp8nrQeIsg08d/DsbJGTHzvF5trUc8UwRT6EfYfG95SyngRayOwfYjQpWLpKoGtWSFBe8 FGg4HFK1/6GE88tekfxJif4o29kZKuixgHbAhjZccJS3N2faD4207N8rFtAGF9s57xL/6R FL/TYpVPp48Kj/XzERs5bWQTyfCOTKzyQv0B8jh4UWagdNorV0X97nzHsIhSxkzMzhpdpR /apclKszPqSCGXzt1ZR29y7cZoedX7k5tePiLQeeeWDMXq3IncMNhWGTz+KIOh6UrPJIOn KZc3M6/BHScJRLMdCskYk+b5McJqR4kVZJYzZOmSoqP8AlgVAWBqBSpQG3gC5w== Message-ID: <1e524691-ca84-44ef-ba53-2a77fa8da693@ipfire.org> Date: Mon, 22 Apr 2024 16:03:00 +0000 MIME-Version: 1.0 To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] strongSwan: Update to 5.9.14 Message-ID-Hash: QSZPMYNMDECMIUCYGWRJMS3T6K7R3I6E X-Message-ID-Hash: QSZPMYNMDECMIUCYGWRJMS3T6K7R3I6E X-MailFrom: peter.mueller@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Please see https://github.com/strongswan/strongswan/releases/tag/5.9.14 for the changelog of this version. 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 d002290f7..9b2a5bc9f 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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.13 +VER = 5.9.14 THISAPP = strongswan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1d60864a557cf14e84c62d4c04ae64eb24331e2576c157b276cf13691ac2a7f5d1b92925e4c3e6ab51dc1f6f64aeb7c60ffb16309673a9f78a73f652cb24da8c +$(DL_FILE)_BLAKE2 = 8b64903cfa087d42ae0895e7c11a2fcbd9c6a4a4241548d947753e081a4a4e3c5946e5cf4bbd326840e596e51c61554146f007e6882f11c874454b9480f6f7a6 install : $(TARGET)