From patchwork Tue Feb 26 21:56:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2097 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 0F55588B0B0 for ; Tue, 26 Feb 2019 10:57:06 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 447wk85PdZz5KLqW; Tue, 26 Feb 2019 10:57:04 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551178625; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=5/M69AbJBNcPPZFrSSiHXmjZdzVFhND+QlRXgbZbcDo=; b=nQ+KcT7Y8qIRFEwPFJonPh9HP/JCMmRSdgnn19/6ljgMmclPcgVfRVl2WHfGOK+1BJYygd fCcZqzC/7/jZua6Jil4qsCAkqbNy61SVSyTzX7JbUmSXJ7V2E4BxmYPFEGXxIQoyU8J0Oz e78RZqnlWn8aB8rHuJLTQxmdzUI84ilagwGucLatPnMmZBRp0B2xNVAKwTBrxjobWv77tZ D6ppeRo9OTq4YBeoFtgcDfVeBqDGfqPPSplMRP3byfxOtMjf4e+72aYwTbPLbk6wshtwMn irqfdRXIm4oWAyLtP40my2jdb0G2mRF1S4/9Nf3pOXQS4GfulpsO0BU3HMelnQ== Received: from ipfire-server.local (i59F4F968.versanet.de [89.244.249.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 447wk55YZ6z5KLq4; Tue, 26 Feb 2019 10:57:01 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551178622; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=5/M69AbJBNcPPZFrSSiHXmjZdzVFhND+QlRXgbZbcDo=; b=ewElTZrHBioK67yum9eJKc98ahHhK7Ck9fZMRIOfkodkkuHf/jdEjvgIMZ4Hq3XzndaC1l inQ6hUV5ziE/g0seOpLj2CoGT3bX/EDQTl5acZshStPCkPlz4OhEbPgNSnuaD82UtCbZwW w/OH+olYyuQAsXEM0nG45LrEtyKD2HBL8xED83Kh5KeQHy/4GCTVt3lZUpMcqLIxW1Rv4x wfwOMd1WgA7d3pF+XIcKFtVrUeao2814HE/dACuFE6t+69MSTEsboaV1dYRht7zUhDsO/i s99nRYAFBseh+LLXkZPMXx7u6fqZxCiaEZ66OIh2RVfa/LUeHbrmEeE/bYs7ZA== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Update to version 2.4.7 Date: Tue, 26 Feb 2019 11:56:47 +0100 Message-Id: <20190226105647.24572-1-ummeegge@ipfire.org> X-Mailer: git-send-email 2.12.2 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-Spamd-Result: default: False [-4.68 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.58)[-0.859,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8881, ipnet:89.244.240.0/20, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-4.68 X-Rspamd-Server: mail01.i.ipfire.org 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" Changelog can be found in here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . Signed-off-by: Erik Kapfer --- lfs/openvpn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index 2503654f1..61c805fdb 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.4.6 +VER = 2.4.7 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3a1f3f63bdaede443b4df49957df9405 +$(DL_FILE)_MD5 = 4ad8a008e1e7f261b3aa0024e79e7fb7 install : $(TARGET)