From patchwork Sun Oct 12 19:39:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 399014 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 93F39140129 for ; Mon, 13 Oct 2014 06:39:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D0EAE332C4; Sun, 12 Oct 2014 19:39:30 +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 ACzfLwslMGp3; Sun, 12 Oct 2014 19:39:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7FCE133292; Sun, 12 Oct 2014 19:39:29 +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 528841C289E for ; Sun, 12 Oct 2014 19:39:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4E82AA1BA4 for ; Sun, 12 Oct 2014 19:39:28 +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 fGrE6MtVmJr4 for ; Sun, 12 Oct 2014 19:39:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 3A045A1B8D for ; Sun, 12 Oct 2014 19:39:26 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id em10so5847098wid.4 for ; Sun, 12 Oct 2014 12:39:24 -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; bh=1rcMmTZUamNBZsDRU0AE5TwzfIbCH9f4Y56Og4EjMRM=; b=Zz4d6U+PwdYCw3/U3haOTNURb9ktOQNdV3SAXxKuoONVR4TqVJlI+lwnIZ0s5rQIMx haUHhdhqSA2jRlvX90RFQLiupPR+ATwjmJQt4XMj0r+sy5QPrNtvirRiPQv4/F/pxGKj n0SQdqwiMx1yBSvif2R1uC4rbMgHJqvSuaYqrGFHeQmBlKuQRT8UutpkH/S7Y37tWBoy Mvmv8lYBiZ8w6bVWQUzvVEPYHegWXN1lMaaHbmvb+IVJCZBUf0LS0s7/8jMIt3oS7kzc 8IyRdk9IyvpnuZ5VUZ3yEIz+u0bsF/IhoHeV+qV42jobJKpoWuxQXpg5TyGtD5eiSqyq A9Hw== X-Received: by 10.194.11.10 with SMTP id m10mr16166567wjb.77.1413142764717; Sun, 12 Oct 2014 12:39:24 -0700 (PDT) Received: from cerise.localdomain (dsdf-4d0a7c97.pool.mediaWays.net. [77.10.124.151]) by mx.google.com with ESMTPSA id gt7sm9797695wib.18.2014.10.12.12.39.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Oct 2014 12:39:24 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 12 Oct 2014 21:39:18 +0200 Message-Id: <1413142758-3356-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 Subject: [Buildroot] [PATCH v3] mongrel2: Add comments to avoid use of github call 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" As the comment says, we don't want to uses the github helper, as we would end up with a generated tarball, which is not the same one as the one linked with the releases. Signed-off-by: Maxime Hadjinlian Reviewed-by: "Yann E. MORIN" --- v2 -> v3: - fix typo v1 -> v2: - Do not change the URL but add a comments instead --- package/mongrel2/mongrel2.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/mongrel2/mongrel2.mk b/package/mongrel2/mongrel2.mk index 14e3a80..23cec50 100644 --- a/package/mongrel2/mongrel2.mk +++ b/package/mongrel2/mongrel2.mk @@ -5,6 +5,8 @@ ################################################################################ MONGREL2_VERSION = v1.9.1 +# Do not use the github helper here, the generated tarball is *NOT* the same +# as the one uploaded by upstream for the release. MONGREL2_SITE = https://github.com/zedshaw/mongrel2/releases/download/$(MONGREL2_VERSION) MONGREL2_LICENSE = BSD-3c MONGREL2_LICENSE_FILES = LICENSE