From patchwork Sun Dec 8 11:23:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8310 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Y5jN10rFCz3wfS for ; Sun, 8 Dec 2024 11:25:21 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Y5jMy02C9zx5; Sun, 8 Dec 2024 11:25:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Y5jMx50Vcz341Q; Sun, 8 Dec 2024 11:25:17 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Y5jMv60Z4z2xM3 for ; Sun, 8 Dec 2024 11:25:15 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Y5jMv16xvzsm; Sun, 8 Dec 2024 11:25:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1733657115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=64NEtrYmeVZiB5p6CBYWRhKG2IlVdHtnT+rtSkDyrEM=; b=JR/v2A76N/Mj+XEjF8lYFXfSO66rFys/PID0uQHsfHxD2iRrwRihIRZW+sWS+T10UKQC4B jTiXyFH+QcNkf7Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1733657115; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=64NEtrYmeVZiB5p6CBYWRhKG2IlVdHtnT+rtSkDyrEM=; b=CjjYNA67oqgmGNiCoMoKrDqCU0M8rkfNqeVNuWQ4y94RC3SinHx4O5y2AozfQkPtWRHGsP tOy8/kRpgRLPYjKyiooj5C4exO/qqONiccLIA1fRJxRGSrQlQ2NHtPLy23s0AqigYVets6 wj3Lg1vqidY87pEL3qdtEUnzWXXdX/7aSGbekrUQh+rvF07Yow07d3Qdsc0PvxYzKLHktS x1n4WJINx55aPtcJo7+jGAgiomVyC7luUC2T4FTZI37ISNs9kfafRAj7clkAzGh3F7cOk3 azVmdbeMSQO83tfFlcb+jHgnx9jrqsYIcxHYYn7femux8gTBijzXAPrAHnZsGA== From: Adolf Belka To: development@lists.ipfire.org Subject: [DEV PATCH] openvpn: Update to version 2.6.12 Date: Sun, 8 Dec 2024 12:23:30 +0100 Message-ID: <20241208112330.5892-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 76MIU5USVPZGAX5QDVIGZWO6CGKDZWKT X-Message-ID-Hash: 76MIU5USVPZGAX5QDVIGZWO6CGKDZWKT X-MailFrom: adolf.belka@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: Signed-off-by: Adolf Belka --- lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index b791f83a2..a5a77d02e 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ include Config -VER = 2.6.9 +VER = 2.6.12 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 22289b32f2b9afc2aed59f6fc66dc25b3043b8c82858b7857e4f904a25c6cf0f21a41551ed4f8d8869c0e7248e4e060779f760dd606e99cdc02203fbff886536 +$(DL_FILE)_BLAKE2 = 5e40c61cb4aea3db27eff8ae7f49dafaa6e47c8a19fee5fa8802956fc976be490e9b558397741bc2e4447129f174176f9fbbfce16478d96b27a39ecb08a9da86 install : $(TARGET)