From patchwork Tue May 19 21:28:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9839 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gKnqM4Pxdz3wr2 for ; Tue, 19 May 2026 21:29:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gKnqF1CfVz6nZ for ; Tue, 19 May 2026 21:28:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gKnq84F6Rz378Z for ; Tue, 19 May 2026 21:28:52 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gKnq30PZTz32XX for ; Tue, 19 May 2026 21:28:47 +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 4gKnq06cJFz5gQ; Tue, 19 May 2026 21:28:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779226125; 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: in-reply-to:in-reply-to:references:references; bh=1a6IR+l4vZje56m+Z9/chUiovmq6eZ+dDEBcS6WF7CU=; b=H6h0qcmfK98uH7qL/q06At89PaVIqbuDvtcR9abN8eYMPQAtu3jAx/vSqbXxf3urqtSj7t DosKRXryJLv/QKi2GSgrFd10Onxgr8ghWSVzURU0D+Niip9fjSDR9V5huSwGqUx13I/X/5 woNoUE+OfyLWGhkMz9tytYHYB9JlgEvhwxvMYAp+h2H0ARPyTJqvaUME4LzCjAWkgOtK7d g4+FkXNWElP8766ydyapHEg5aBkyYtZ1m+o5NkR2sc5INH8t74wHQ05b4SCau0sZnSfFnm P8tB/xmG9HZa8n1E5mbVNQ/g8ZlJCJHIoJqbx77jDbo/9qOTcy+Z/zDokBWDNg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779226125; 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: in-reply-to:in-reply-to:references:references; bh=1a6IR+l4vZje56m+Z9/chUiovmq6eZ+dDEBcS6WF7CU=; b=wgyH2aRhZijs8Mpkj25T1GIPMHrJJJhNYo2uGirLoWAWUqzx0w8ckJQ23ugs+J/1PIxRzM 0A2XjZKO8i5r5LDg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] openvpn: Update to version 2.7.4 Date: Tue, 19 May 2026 23:28:35 +0200 Message-ID: <20260519212838.3147035-14-adolf.belka@ipfire.org> In-Reply-To: <20260519212838.3147035-1-adolf.belka@ipfire.org> References: <20260519212838.3147035-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 2.7.3 to 2.7.4 - No change in rootfile - Changelog 2.7.4 configure: Remove --enable-strict GHA: Maintenance Update April 2026 GHA: Add caching for vcpkg builds dns-scripts: Fix dnssec values in comments and Copyright statement format Fix pkgcs11 vcpkg port installing debug files on release builds Mbed TLS: Error out if we have no valid tls-groups dns: minimalist fix for dnssec setting Signed-off-by: Adolf Belka --- lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index c1d0f69b6..474ea5f39 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ include Config -VER = 2.7.3 +VER = 2.7.4 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ef569507072af64cab3d2458f3f1ec86478975c4df9a33320b3e96df63d1e8ecbec9bc1b12344c58bdd2c9c734b065100a71f1d7954f324a325f39d220b914cc +$(DL_FILE)_BLAKE2 = 8957cde4fbf04a8108e9cb19720ed089275055a96a1accf7a466786606e2b9dc93a0151eb50a8fcfa982b66efc3e699ebd1bd0fdd1fb0b6d810b1f8e6815c190 install : $(TARGET)