From patchwork Thu Jun 21 21:54:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 1837 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 4D5706095C for ; Thu, 21 Jun 2018 13:54:40 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id EA2311136E37; Thu, 21 Jun 2018 12:54:39 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529582080; 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=CvzX0bgqd4pvv0haxkhpMysj4b1G00K/H5C3Biwm2q0=; b=aoVBoqsZmIp9MOYle/HPyoiWGA4+cgZJutRoXF00yHKp9nzAuvmbfmJtZgHlrN1UH89gAv LFc011cSpJj+gaBBVFysjboJUNvqPGwW2HgZDNOEekBbOwLxf6sMExlDVp87ZqBAwmMpaz 1VKRbnI41kWtIbDq4B6Op0LlWLfDIg6gQHEyRqDpQA9khhojI/QjyzAm5RBu2At8zhXkcC 3vvrwDwZzA2dMDIG9mEMXK1aWRQlz9L17IUqib1QY2FbGXw5LWtxk9U405O1CA24cna7Ar VJh8sm043zzNEaB6RRwtDxNIbu/xqyB8SamuetXof6sw1H3S2Ydp9sgCOjw2Zw== Received: from localhost.localdomain (i59F4D897.versanet.de [89.244.216.151]) (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 C5D7F109370D; Thu, 21 Jun 2018 12:54:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529582077; 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=CvzX0bgqd4pvv0haxkhpMysj4b1G00K/H5C3Biwm2q0=; b=YADJg6gZ01xfOzVW1VfC+0qorg0UeEYea1TqJXoAJKo97/cFxHNivFLvpNH6DGjNE6o1FT zKMZpl+Bi7uM0aH9L7ooiFMosS8/uceeN6ILFq6bFfasPrDM6P9tjDvf+fdbg18Azit7WB W1khz2VJ8bINo+DiuKJ82wNH+OUvNyO9qlifoP/s3biO84u8061+9F/Z7/CBpQJbrIYYDe 5pKpfeULZ9acVTs/N0pDd/I5WCG27va0Qc7NZNe0caB4AJzuS1FY50Frrg1O0CNKK+Omqe MvaH7wC5NdOGXTEvqY6pN16/UjDd3kvdr/L1HP0N2O3yebB825jNt8xYwtpRIA== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] OpenVPN: Update to version 2.4.6 Date: Thu, 21 Jun 2018 13:54:36 +0200 Message-Id: <1529582076-26896-1-git-send-email-erik.kapfer@ipfire.org> X-Mailer: git-send-email 2.7.4 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=erik.kapfer@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ASN(0.00)[asn:8881, ipnet:89.244.208.0/20, country:DE]; FROM_HAS_DN(0.00)[] X-Spam-Status: No, score=-2.10 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" Signed-off-by: Erik Kapfer --- lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index 5bd9da7..819ff05 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ include Config -VER = 2.4.5 +VER = 2.4.6 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 +$(DL_FILE)_MD5 = 3a1f3f63bdaede443b4df49957df9405 install : $(TARGET)