From patchwork Thu Aug 15 09:58:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Koen Martens X-Patchwork-Id: 1147524 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sonologic.nl Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 468MMq4RbDz9sND for ; Thu, 15 Aug 2019 19:58:15 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3D88B203DD; Thu, 15 Aug 2019 09:58:12 +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 CCQTlF61jJ2y; Thu, 15 Aug 2019 09:58:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6DC2F204E1; Thu, 15 Aug 2019 09:58:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 584401BF3A0 for ; Thu, 15 Aug 2019 09:58:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5557B86224 for ; Thu, 15 Aug 2019 09:58:08 +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 m9Dy1Fss68Ht for ; Thu, 15 Aug 2019 09:58:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx1.sonologic.net (mx1.sonologic.net [178.63.120.202]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C5C7B86204 for ; Thu, 15 Aug 2019 09:58:06 +0000 (UTC) Received-SPF: pass (mx1.sonologic.net: authenticated connection) receiver=mx1.sonologic.net; client-ip=178.63.120.221; helo=monk.sonologic.nl; envelope-from=gmc@sonologic.nl; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.10; Received: from monk.sonologic.nl (batman.sonologic.net [178.63.120.221]) (authenticated bits=0) by mx1.sonologic.net (8.15.2/8.15.2) with ESMTPA id x7F9w4Ho072261 for ; Thu, 15 Aug 2019 09:58:04 GMT (envelope-from gmc@sonologic.nl) X-Authentication-Warning: mx1.sonologic.net: Host batman.sonologic.net [178.63.120.221] claimed to be monk.sonologic.nl Date: Thu, 15 Aug 2019 11:58:04 +0200 From: Koen Martens To: buildroot@buildroot.org Message-ID: <20190815095804.GA28418@coltrane> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mx1.sonologic.net [178.63.120.202]); Thu, 15 Aug 2019 09:58:04 +0000 (UTC) Subject: [Buildroot] [PATCH 1/1] package/capnproto: bump version to 0.7.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The patch against 0.6.1 has been merged upstream, and has been removed from this package. Signed-off-by: Koen Martens Signed-off-by: Koen Martens --- ...01-Do-not-use-execinfo-h-with-uclibc.patch | 30 ------------------- package/capnproto/capnproto.hash | 2 +- package/capnproto/capnproto.mk | 2 +- 3 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 package/capnproto/0001-Do-not-use-execinfo-h-with-uclibc.patch diff --git a/package/capnproto/0001-Do-not-use-execinfo-h-with-uclibc.patch b/package/capnproto/0001-Do-not-use-execinfo-h-with-uclibc.patch deleted file mode 100644 index 6bb7702a58..0000000000 --- a/package/capnproto/0001-Do-not-use-execinfo-h-with-uclibc.patch +++ /dev/null @@ -1,30 +0,0 @@ -From e651ac5febc59e3e2b5d3365ededbe5362756da2 Mon Sep 17 00:00:00 2001 -From: Koen Martens -Date: Wed, 12 Jul 2017 18:49:32 +0200 -Subject: [PATCH] Do not use execinfo.h with uclibc (#511) - -Upstream commit: https://github.com/capnproto/capnproto/commit/e651ac5febc59e3e2b5d3365ededbe5362756da2 - -Signed-off-by: Koen Martens -Signed-off-by: Joel Carlson - ---- - c++/src/kj/exception.c++ | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/c++/src/kj/exception.c++ b/c++/src/kj/exception.c++ -index 218f1db..339601a 100644 ---- a/c++/src/kj/exception.c++ -+++ b/c++/src/kj/exception.c++ -@@ -33,7 +33,7 @@ - #endif - #include "io.h" - --#if (__linux__ && __GLIBC__) || __APPLE__ -+#if (__linux__ && __GLIBC__ && !__UCLIBC__) || __APPLE__ - #define KJ_HAS_BACKTRACE 1 - #include - #endif --- -2.7.4 - diff --git a/package/capnproto/capnproto.hash b/package/capnproto/capnproto.hash index bc6a27684b..869390f2c3 100644 --- a/package/capnproto/capnproto.hash +++ b/package/capnproto/capnproto.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 85210424c09693d8fe158c1970a2bca37af3a0424f02b263f566a1b8a5451a2d capnproto-0.6.1.tar.gz +sha256 76c7114a3d142ad08b7208b3964a26e72a6320ee81331d3f0b87569fc9c47a28 capnproto-0.7.0.tar.gz sha256 16194222e9412c3aa14d2287953f7fc89a1dcbcdd266d1534ba35060d4cde5b6 LICENSE diff --git a/package/capnproto/capnproto.mk b/package/capnproto/capnproto.mk index 3c7965d60c..34fb885914 100644 --- a/package/capnproto/capnproto.mk +++ b/package/capnproto/capnproto.mk @@ -4,7 +4,7 @@ # ################################################################################ -CAPNPROTO_VERSION = 0.6.1 +CAPNPROTO_VERSION = 0.7.0 CAPNPROTO_SITE = $(call github,capnproto,capnproto,v$(CAPNPROTO_VERSION)) CAPNPROTO_LICENSE = MIT CAPNPROTO_LICENSE_FILES = LICENSE