From patchwork Wed Oct 29 16:02:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 404689 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id F0455140077 for ; Thu, 30 Oct 2014 03:02:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0826033730; Wed, 29 Oct 2014 16:02:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z-5XT+AH-A3F; Wed, 29 Oct 2014 16:02:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 19989335A9; Wed, 29 Oct 2014 16:02:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8529D1C20E8 for ; Wed, 29 Oct 2014 16:02:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 75081920AE for ; Wed, 29 Oct 2014 16:02:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vB-PgeXBxXxF for ; Wed, 29 Oct 2014 16:02:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8A350920A2 for ; Wed, 29 Oct 2014 16:02:33 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9TG2Rup029734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 29 Oct 2014 16:02:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1414598551; bh=WEMmVUbdlOrIyD951uz4slctMQUyUxY5yLNCmgUjzNU=; h=From:To:Cc:Subject:Date; b=Na9LwjSVg2qYRA/SzsBr0NJCtXb1GFBGuhB/4SxQYw/3Yx6eRPxr37Feozatq3Bm7 x8KRZd+WlNvJtGdYyc97zYglKl2MQTtVKoudNAYrv18ICXSQalwe+HHvgA6KyDIWxA frRyq0TDyB7f2ht4ph5QmiG4GD9+++0oMseX6pdU= Received: by asgard (sSMTP sendmail emulation); Wed, 29 Oct 2014 13:02:21 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 29 Oct 2014 13:02:21 -0300 Message-Id: <1414598541-31129-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] openvpn: bump to version 2.3.5 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/openvpn/openvpn.hash | 2 +- package/openvpn/openvpn.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/openvpn/openvpn.hash b/package/openvpn/openvpn.hash index d13258d..4e1911a 100644 --- a/package/openvpn/openvpn.hash +++ b/package/openvpn/openvpn.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 1ccd72c99e5c5627a7f7eb826489027dad35ce260b925b49dfc1f90bd24719ee openvpn-2.3.4.tar.xz +sha256 7ac286f09ed4981358ce01907993dc29f69b34d3652de2b70ca9b8b2a056b684 openvpn-2.3.5.tar.xz diff --git a/package/openvpn/openvpn.mk b/package/openvpn/openvpn.mk index 2ab29b8..e0dba35 100644 --- a/package/openvpn/openvpn.mk +++ b/package/openvpn/openvpn.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENVPN_VERSION = 2.3.4 +OPENVPN_VERSION = 2.3.5 OPENVPN_SOURCE = openvpn-$(OPENVPN_VERSION).tar.xz OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkgconf