From patchwork Fri Nov 1 13:33:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2565 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 474NS05zvPz43TQ for ; Fri, 1 Nov 2019 13:33:20 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 474NRz33Ftz3DP; Fri, 1 Nov 2019 13:33:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 474NRy6t4Vz2yYZ; Fri, 1 Nov 2019 13:33:18 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 474NRw6HsDz2xll for ; Fri, 1 Nov 2019 13:33:16 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 474NRw0CSrz2l5; Fri, 1 Nov 2019 13:33:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1572615196; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=7l6Ydiil5xHk4xv5nLQ21KZT5KKHbdCO8Nk9LYcuVKo=; b=QLvJ35yU37cvE6ynHymiIa2upJT4QFl0FHUAfVHwMVQA5FVBxhpRmds2p+ZEBVwyd4hwnB bBFmsjSzUzbrwBguXQW0fzAMuj5ubBNYsEAKtKvlKSNvOCTz92afmbPFK66vlqPEqnnlyO 8SuCXlIjwQpYplcjqipI3sgDB1biCzLL0hYI5ZiDXQn6bxyVGWyyZYADVsmLyXW/SKMjAA UMk/HUN4KIaUW+1B1wZwaStLzGlJZhM1lMFNoA0Uave8X/U5Vga7rTfdLheq5Z9AWRog4z pU2QglF0aq7JQdm3UO2bG8wjSkHVp8ssT/5xsIeD5FxzpFKAg1O5zP4b4er1mA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1572615196; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=7l6Ydiil5xHk4xv5nLQ21KZT5KKHbdCO8Nk9LYcuVKo=; b=8Ycuv4oMUM7qD9f+DZUQ+89k022J/UePpLyaKLZxZ2PgULNGjIeqCjET88mo/5MUWDPS4D JjvV++FjhzoF8pDA== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Update to version 2.4.8 Date: Fri, 1 Nov 2019 14:33:06 +0100 Message-Id: <20191101133306.14929-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org 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" This is primarily a maintenance release with bugfixes and improvements. All changes can be overviewed in here --> https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . Signed-off-by: Erik Kapfer Reviewed-by: Michael Tremer --- lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index 61c805fdb..0ee437e78 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ include Config -VER = 2.4.7 +VER = 2.4.8 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4ad8a008e1e7f261b3aa0024e79e7fb7 +$(DL_FILE)_MD5 = 03a4a077945c157703681a06935bc3f9 install : $(TARGET)