From patchwork Sun Aug 9 21:30:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10132 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hJB0P4p7Wz3wqM for ; Sun, 09 Aug 2026 21:31:33 +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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hJB0F3Pynz78w for ; Sun, 09 Aug 2026 21:31:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hJ9z84kqxz36h2 for ; Sun, 09 Aug 2026 21:30:28 +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 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hJ9z60kz7z2xQT for ; Sun, 09 Aug 2026 21:30:26 +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 4hJ9yx5Ttqz14q; Sun, 09 Aug 2026 21:30:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786311017; 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=g0wh9mmIKY09YSPPG2tLGv1Vtt0AW4mvNcl+9C77hbo=; b=WdJ7ai7r75jmy/TYNiWyM9oVq3XUxkcH7JyLeorWLfDEkuYjxeXoeoTksZc/HtRP/fteiZ s/gHIAPzX8hbqOBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786311017; 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=g0wh9mmIKY09YSPPG2tLGv1Vtt0AW4mvNcl+9C77hbo=; b=cND14HJ47pjdr9hI3boPxh5oCpT+QTXplCbBzpLoyLVrHiztD+M919bU3eAPMWEM3K+k2Z CT8Uv8JmYxS8EOHvj0hIjRLP4vyIq/piXMWhDzDDh5z26IGcHRmWObSPkWEXEn2eRi0mx+ gF5vip4/dlafvQOLeysDoXO8wYncdrdxNIgSUJg4UE74zuZwaNHhWeJRi3rZm2uoaWMrrA SbLUJB2DtNL1KCldSuKIuPoI5k6yj+0H9VXDedMNXIMinM7ILEeTtTvZYfKC8YmsDKpELl ZsFOMdjyKSWpvesKvIjBKgCb5hX2V7NaWlrbSNngm5IfWoTsiSQfYW/aO5QNGA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship openvpn Date: Sun, 9 Aug 2026 23:30:04 +0200 Message-ID: <20260809213007.3446185-2-adolf.belka@ipfire.org> In-Reply-To: <20260809213007.3446185-1-adolf.belka@ipfire.org> References: <20260809213007.3446185-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/205/filelists/openvpn | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/openvpn diff --git a/config/rootfiles/core/205/filelists/openvpn b/config/rootfiles/core/205/filelists/openvpn new file mode 120000 index 000000000..493f3f7a4 --- /dev/null +++ b/config/rootfiles/core/205/filelists/openvpn @@ -0,0 +1 @@ +../../../common/openvpn \ No newline at end of file