From patchwork Sun Jan 31 13:26:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 576187 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 38913140C54 for ; Mon, 1 Feb 2016 00:26:42 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=RHNLReDD; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B97B0920D5; Sun, 31 Jan 2016 13:26:39 +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 wKIC5fywE8iw; Sun, 31 Jan 2016 13:26:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 64B3C920D0; Sun, 31 Jan 2016 13:26:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D15171C1041 for ; Sun, 31 Jan 2016 13:26:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2059C920D0 for ; Sun, 31 Jan 2016 13:26:37 +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 jSC+Xf0Yhl1K for ; Sun, 31 Jan 2016 13:26:36 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 70F3691F3C for ; Sun, 31 Jan 2016 13:26:36 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u0VDQVcs027915 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 31 Jan 2016 13:26:33 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1454246795; bh=QPF7z0xK+5fa4otqA2xk9r5EKjkB9ffqMIdxOXbjGbg=; h=From:To:Cc:Subject:Date; b=RHNLReDD2/3YOziCRSTamZkpAzdRN++QFI7ReQCd/TChSOePb5HY40TaBLW8UVnGV Q4YMLmIQOkm2qyI78N3JsdfMHLb+ldEXFjZ76Y0vuK4a1cuRsLe+SWAVCUDL0HMPRE GOrf2owwRCD212bcToAfhZTHusRejasBgPn2EkU4= Received: by asgard (sSMTP sendmail emulation); Sun, 31 Jan 2016 10:26:30 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 31 Jan 2016 10:26:30 -0300 Message-Id: <1454246790-8381-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] Revert "package/openvpn: bump version to 2.3.10" 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" openvpn 2.3.10 doesn't work with polarssl 1.2.x, hence this bump breaks builds for the polarssl backend. This reverts commit 06f3e7904f13ec08492fcc7f6e7287a90eac6347. Signed-off-by: Gustavo Zacarias Reviewed-by: Bernd Kuhls --- package/openvpn/openvpn.hash | 4 ++-- package/openvpn/openvpn.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/openvpn/openvpn.hash b/package/openvpn/openvpn.hash index 7197258..4ab916e 100644 --- a/package/openvpn/openvpn.hash +++ b/package/openvpn/openvpn.hash @@ -1,2 +1,2 @@ -# Locally calculated -sha256 c54dbf91d47b9533fac3b94d2b5719bdbe0d081fe8245184f91ef8a871d22003 openvpn-2.3.10.tar.xz +# Locally calculated after checking pgp signature +sha256 52f16bef3a02369682f1464fbd2821070c98d0bd993f4c46c764e87375abdcc1 openvpn-2.3.9.tar.xz diff --git a/package/openvpn/openvpn.mk b/package/openvpn/openvpn.mk index 5565e59..58da86b 100644 --- a/package/openvpn/openvpn.mk +++ b/package/openvpn/openvpn.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENVPN_VERSION = 2.3.10 +OPENVPN_VERSION = 2.3.9 OPENVPN_SOURCE = openvpn-$(OPENVPN_VERSION).tar.xz OPENVPN_SITE = http://swupdate.openvpn.net/community/releases OPENVPN_DEPENDENCIES = host-pkgconf