From patchwork Thu Apr 30 14:03:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 466543 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 8045E140322 for ; Fri, 1 May 2015 00:03:49 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=dxPXIDdg; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 97C5032EDB; Thu, 30 Apr 2015 14:03:48 +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 2MCNMygeKmlT; Thu, 30 Apr 2015 14:03:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4C6C732ED6; Thu, 30 Apr 2015 14:03:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id CC6E21BF83A for ; Thu, 30 Apr 2015 14:03:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C9161A33C8 for ; Thu, 30 Apr 2015 14:03:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pJbEeey4eAui for ; Thu, 30 Apr 2015 14:03:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 9E4FEA33C5 for ; Thu, 30 Apr 2015 14:03:31 +0000 (UTC) Received: by wiun10 with SMTP id n10so19172306wiu.1 for ; Thu, 30 Apr 2015 07:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=f12CJowz5A6TWPBBs2Wat7s5upZCt3ZiaIRHuMVg660=; b=dxPXIDdgUVL5pLeyAgxeylDvo8vLvjBhBG2r5WMNf9HyA71Es6dUXqa4h2i5F3jJMz YeTp5Ld20cVQZQAsdsb2AHO5ePQBxY3YeMd90AubmuyWb8hEAUSm/Z/EqWgacLar9igA pm06V54iTM/gbYpGRwafMTPLoWm18xHF3eZa0cVuAg0AftoE+A7mwWE+9my6HnZKpUKH v+mEo7F051Xlyup5CnjWwQGuOTmZ9J7w4jP7gKiCtbUiEz7tkma7QDh9/fNMtSG7+RBt OQsYL9BF4LcF9PKYQWYZ5fR3D4l8iltHTAoFc7JqRh8iYr/CT9UwyzTFxncljiHcVKEB T9JQ== X-Received: by 10.194.104.201 with SMTP id gg9mr8663538wjb.113.1430402609984; Thu, 30 Apr 2015 07:03:29 -0700 (PDT) Received: from localhost.localdomain ([89.202.204.147]) by mx.google.com with ESMTPSA id z13sm3450127wjr.44.2015.04.30.07.03.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 30 Apr 2015 07:03:29 -0700 (PDT) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Thu, 30 Apr 2015 16:03:14 +0200 Message-Id: <1430402595-5355-2-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1430402595-5355-1-git-send-email-angelo.compagnucci@gmail.com> References: <1430402595-5355-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH v2 1/2] package/monolite: bump to version 117 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" This bump is required for proper compiling mono 4.0.1. Signed-off-by: Angelo Compagnucci --- package/monolite/monolite.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/monolite/monolite.mk b/package/monolite/monolite.mk index b3c7553..aa6c28c 100644 --- a/package/monolite/monolite.mk +++ b/package/monolite/monolite.mk @@ -4,7 +4,7 @@ # ################################################################################ -MONOLITE_VERSION = 111 +MONOLITE_VERSION = 117 MONOLITE_SITE = http://storage.bos.xamarin.com/mono-dist-master/latest MONOLITE_SOURCE = monolite-$(MONOLITE_VERSION)-latest.tar.gz MONOLITE_LICENSE = LGPLv2 or commercial