From patchwork Tue Apr 8 18:40:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lionel Orry X-Patchwork-Id: 337718 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 33A511400EA for ; Wed, 9 Apr 2014 04:41:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0120831A21; Tue, 8 Apr 2014 18:41:03 +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 aCMY1qgqLW+P; Tue, 8 Apr 2014 18:41:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8A93B31A04; Tue, 8 Apr 2014 18:41:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id E75C51C242E for ; Tue, 8 Apr 2014 18:40:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E2DC931409 for ; Tue, 8 Apr 2014 18:40:59 +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 FaKFBferIWZM for ; Tue, 8 Apr 2014 18:40:59 +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 silver.osuosl.org (Postfix) with ESMTPS id 2B59231A0C for ; Tue, 8 Apr 2014 18:40:59 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id q5so7617813wiv.16 for ; Tue, 08 Apr 2014 11:40:57 -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=5nFZj+SYqm8qX2SXCFMS4Tq36GwcjvPUHCP67o/8nkA=; b=pdNfqQggoQfgkyIpNmYheQfJ7P0v8pWmfP5kcAJd3IplqNVtGWbEt6OMwVrSLi06gI uRcYrfUmpnVTbZmEMwVHPeoEGJw+zCfPj+P/miCXLHWQCMwwdUDrFA0nHMX4Kd9h0UPB H8lsPffvpN8o+8fPzbIShYgkszs6Y5maXGiYnyvB5sz509E5tyCTAHXLefu2BqRFqrgN u9O8vMXSWXZhrWcUp0vSneaTwbukYP+1kaN3cYAA2FUjJJYSZt2ml3glTfTPKgStMopZ g1cKU+xbdH+RI+3D89YiM8xjvUB7mVILvzkPTcjafyT/krjSTZr7HTj73APgjzQxkk11 AzUQ== X-Received: by 10.194.185.148 with SMTP id fc20mr5284356wjc.27.1396982457803; Tue, 08 Apr 2014 11:40:57 -0700 (PDT) Received: from localhost.localdomain (89-156-165-1.rev.numericable.fr. [89.156.165.1]) by mx.google.com with ESMTPSA id b1sm4481072wjb.37.2014.04.08.11.40.56 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Apr 2014 11:40:56 -0700 (PDT) From: Lionel Orry To: buildroot@buildroot.org Date: Tue, 8 Apr 2014 20:40:21 +0200 Message-Id: <1396982421-17571-1-git-send-email-lionel.orry@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH 1/1] mongrel2: bump to version 1.9.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net The github helper does not retrieve a suitable tarball including the polarssl source code, thus the change on the download url. This version of mongrel2 should be compliant with latest ZeroMQ versions. Signed-off-by: Lionel Orry Tested-by: Jerzy Grzegorek --- .../mongrel2-0003-Fix-Makefiles-for-cross-compilation.patch | 12 ++++++------ package/mongrel2/mongrel2.mk | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/mongrel2/mongrel2-0003-Fix-Makefiles-for-cross-compilation.patch b/package/mongrel2/mongrel2-0003-Fix-Makefiles-for-cross-compilation.patch index 164d7f9..730d8eb 100644 --- a/package/mongrel2/mongrel2-0003-Fix-Makefiles-for-cross-compilation.patch +++ b/package/mongrel2/mongrel2-0003-Fix-Makefiles-for-cross-compilation.patch @@ -23,8 +23,8 @@ index 6dce4a6..d48e05e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ --CFLAGS=-g -O2 -Wall -Wextra -Isrc -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 -+override CFLAGS += -g -O2 -Wall -Wextra -Isrc -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 +-CFLAGS=-g -O2 -Wall -Wextra -Isrc -Isrc/polarssl/include -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 ++override CFLAGS += -g -O2 -Wall -Wextra -Isrc -Isrc/polarssl/include -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 LIBS=-lzmq -ldl -lsqlite3 $(OPTLIBS) PREFIX?=/usr/local @@ -34,8 +34,8 @@ index 398490c..53f2255 100644 +++ b/tools/config_modules/Makefile @@ -1,5 +1,5 @@ PREFIX?=/usr/local --CFLAGS=-I../../src $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build -+override CFLAGS += -I../../src $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build +-CFLAGS=-I../../src -I../../src/polarssl/include $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build ++override CFLAGS += -I../../src -I../../src/polarssl/include $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build LDFLAGS=$(OPTLIBS) MONGO_SRC = mongo-c-driver/src/bson.c \ @@ -45,8 +45,8 @@ index f9f4556..6077b79 100644 +++ b/tools/filters/Makefile @@ -1,5 +1,5 @@ PREFIX?=/usr/local --CFLAGS=-I../../src $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build -+override CFLAGS += -I../../src $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build +-CFLAGS=-I../../src -I../../src/polarssl/include $(OPTFLAGS) -g -fPIC -shared -nostartfiles -L../../build ++ override CFLAGS += -I../../src -I../../src/polarssl/include $(OPTFLAGS) -g -fPIC -shared -nostartfiles -L../../build LDFLAGS=$(OPTLIBS) all: null.so diff --git a/package/mongrel2/mongrel2.mk b/package/mongrel2/mongrel2.mk index e6a7be3..590a522 100644 --- a/package/mongrel2/mongrel2.mk +++ b/package/mongrel2/mongrel2.mk @@ -4,8 +4,8 @@ # ################################################################################ -MONGREL2_VERSION = v1.8.0 -MONGREL2_SITE = $(call github,zedshaw,mongrel2,$(MONGREL2_VERSION)) +MONGREL2_VERSION = v1.9.0 +MONGREL2_SITE = https://github.com/zedshaw/mongrel2/releases/download/$(MONGREL2_VERSION)/ MONGREL2_LICENSE = BSD-3c MONGREL2_LICENSE_FILES = LICENSE MONGREL2_DEPENDENCIES = sqlite zeromq