From patchwork Mon Mar 12 23:47:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 1696 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id C89C2602CE for ; Mon, 12 Mar 2018 13:47:44 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.599 X-Spam-Level: X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, KAM_NUMSUBJECT=0.5, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id A4441111C4FA; Mon, 12 Mar 2018 12:47:42 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1520858863; x=1523450863; bh=wPWS7HuhNgKRzT9LdjI8/sSInvJ2XnsifRM9h5QqITI=; h=From:To:Subject:Date:Message-Id:Sender:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=isvrBJzoDlhgB7RMqHw4+6vgw8cBUSSFwB+CEQjhBWJ9R2CH07JXOVRsgeTNDjU5I WRhOfEhIa5+zofVl0ATZ0OtqGIIJs2BjmkUfO4j/DW0YubmswdUgF5WiAL4YGPUA9X nKwlXC9nr/wlK93U7hbvuGhJqPYClDfSYjFwaIXHyhA2Q0oYLGNAsqdRg0K8eE9G+n LJX71fMH2dhIANFw2pK1v8WlvB7pWUKSUVy0YXKpahsFoIf8Ut2HFxPutEf3IHWpor eTbPevAPrTv/syiMcBwuTi//Z/V45E1jEVWeLaej72tjVGhUSPFPiIf4TS4gZsQcZj pkNJnWW2kFrbg== X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from localhost.localdomain (i59F52437.versanet.de [89.245.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 59ACF108C396; Mon, 12 Mar 2018 12:47:37 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1520858857; x=1523450857; bh=wPWS7HuhNgKRzT9LdjI8/sSInvJ2XnsifRM9h5QqITI=; h=From:To:Cc:Subject:Date:Message-Id:From:To:Cc:Date:Content-Type: Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=llAwq2/lRVHb+xvpv8wBYO2ONxHGZu3ktUZDrww3+JTcvglhP8SIDzSoFL4NqLKBU vQYh7Am0j4p2WffuNIEa140N3KvIo2gs2gObfW9OOs8mqiF5ZzsuxseRJtBZ32qRKU gFcW/t4XWImKfJo3meGoxSc9s4lpcTfL+z9nUs2FGH7B8eKaGy3kmzH1pCiC84O/jo bs+TVHv2kgow3HPiP13kaUv55YtgnOb7W7INvYtm6lQGSI33CSUHozsiWJSka0wenl eGy3hrX2QB98TzqcVEsOfd+G49RuIxbNVMAZCu7XUbYlqES9e7x80ESbYxBx2iePhh 0DZ8US/31jgBw== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Update to version 2.4.5 Date: Mon, 12 Mar 2018 13:47:34 +0100 Message-Id: <1520858854-13400-1-git-send-email-erik.kapfer@ipfire.org> X-Mailer: git-send-email 2.7.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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 further improved OpenSSL 1.1 integration, several minor bug fixes and other minor improvements. Further information can be found in here https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-245 and here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . Signed-off-by: Erik Kapfer --- lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index ef25c25..5bd9da7 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ include Config -VER = 2.4.4 +VER = 2.4.5 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 install : $(TARGET)