From patchwork Mon Jul 27 22:07:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 500868 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 A3D431402DD for ; Tue, 28 Jul 2015 08:07:36 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=yGhzku8T; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DE52991A38; Mon, 27 Jul 2015 22:07:35 +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 zAt5HObZ2c52; Mon, 27 Jul 2015 22:07:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6BEB391A12; Mon, 27 Jul 2015 22:07:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 2A1551C226A for ; Mon, 27 Jul 2015 22:07:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 23EC832EB0 for ; Mon, 27 Jul 2015 22:07:33 +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 6DmYgknDSeoa for ; Mon, 27 Jul 2015 22:07:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by silver.osuosl.org (Postfix) with ESMTPS id 39A1B32E29 for ; Mon, 27 Jul 2015 22:07:32 +0000 (UTC) Received: by wibxm9 with SMTP id xm9so135499771wib.1 for ; Mon, 27 Jul 2015 15:07:31 -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=AxYn02RnGTu1O9Up2KEfMnxgoTWEuRl3j7IXHjFWVBk=; b=yGhzku8TEf1474gp9Cu0EFXVDJqdqgE4OF42upum5VMaijyYdZAIVJPr8cqrDioi6J j5Huc3OBcY9lT2C0uMnt3qIgHObyJJcZAIxsSLOTibrG/Q/ElerN2kYVMoZPOQKIDIUg U1fSdM68w4qGpehnDsZkOuZt7EtW3GsCPIN54WadCzaHrtD2sbMh1JKQAqkb+AT/s8rl +vqiTo1UGQkcnO186r6GL6UKTxnnanpZCxdwtMxdGyVR4dfOLTlrYygDy9eUaAP99uQk +ACmD4zDmiQp3AKefYohgpzZFZBVSKPbZouY35IIf9SSRgqPZTc30b2p+YGfG4/BHric A7gA== X-Received: by 10.180.88.8 with SMTP id bc8mr174025wib.19.1438034850912; Mon, 27 Jul 2015 15:07:30 -0700 (PDT) Received: from localhost.localdomain (mangue.f00.fr. [82.226.166.74]) by smtp.gmail.com with ESMTPSA id c3sm29968460wja.3.2015.07.27.15.07.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Jul 2015 15:07:30 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Tue, 28 Jul 2015 00:07:27 +0200 Message-Id: <1438034847-16930-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [Buildroot] [PATCH] mongrel2: Bump version and change hosting 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" mongrel2 has changed it's repository. It was also the opportunity to bump it. Adding a hash, since we use this packages as an example for the hash in the manual, it was a bit shamefull that it did not have a proper hash. Remove 0001-use-CC-variable-to-compile-procer.patch, an equivalent was applied upstream: https://github.com/mongrel2/mongrel2/commit/eafe3cf3efde4278040f38b5808f336e3d102c84 Signed-off-by: Maxime Hadjinlian Reviewed-by: Lionel Orry --- .../0001-use-CC-variable-to-compile-procer.patch | 28 ---------------------- package/mongrel2/mongrel2.hash | 2 ++ package/mongrel2/mongrel2.mk | 5 ++-- 3 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 package/mongrel2/0001-use-CC-variable-to-compile-procer.patch create mode 100644 package/mongrel2/mongrel2.hash diff --git a/package/mongrel2/0001-use-CC-variable-to-compile-procer.patch b/package/mongrel2/0001-use-CC-variable-to-compile-procer.patch deleted file mode 100644 index 310177a..0000000 --- a/package/mongrel2/0001-use-CC-variable-to-compile-procer.patch +++ /dev/null @@ -1,28 +0,0 @@ -From d30cf797af4828e49fd3c0f25841e669dec05ed5 Mon Sep 17 00:00:00 2001 -From: Lionel Orry -Date: Wed, 27 Mar 2013 14:02:00 +0100 -Subject: [PATCH 3/4] use CC variable to compile procer. - -This fixes procer tool cross-compilation issues. - -Signed-off-by: Lionel Orry ---- - tools/procer/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tools/procer/Makefile b/tools/procer/Makefile -index d0d7de0..bb9aa31 100644 ---- a/tools/procer/Makefile -+++ b/tools/procer/Makefile -@@ -8,7 +8,7 @@ all: procer - - - procer: ../../build/libm2.a ${OBJECTS} -- gcc $(OPTFLAGS) $(OPTLIBS) -o $@ ${OBJECTS} ../../build/libm2.a ${LIBS} -+ $(CC) $(OPTFLAGS) $(OPTLIBS) -o $@ ${OBJECTS} ../../build/libm2.a ${LIBS} - - clean: - rm -f *.o procer --- -1.8.1.4 - diff --git a/package/mongrel2/mongrel2.hash b/package/mongrel2/mongrel2.hash new file mode 100644 index 0000000..b8f8de3 --- /dev/null +++ b/package/mongrel2/mongrel2.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 543553c3082f2b992649a975f6cb7324ae2aea93af05288ea4f2c1262a7f63b2 mongrel2-v1.9.2.tar.bz2 diff --git a/package/mongrel2/mongrel2.mk b/package/mongrel2/mongrel2.mk index 23cec50..0be4832 100644 --- a/package/mongrel2/mongrel2.mk +++ b/package/mongrel2/mongrel2.mk @@ -4,10 +4,11 @@ # ################################################################################ -MONGREL2_VERSION = v1.9.1 +MONGREL2_VERSION = 1.9.2 +MONGREL2_SOURCE = mongrel2-v$(MONGREL2_VERSION).tar.bz2 # 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_SITE = https://github.com/mongrel2/mongrel2/releases/download/$(MONGREL2_VERSION) MONGREL2_LICENSE = BSD-3c MONGREL2_LICENSE_FILES = LICENSE MONGREL2_DEPENDENCIES = sqlite zeromq