From patchwork Wed Oct 21 16:50:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385651 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=usyP0x/r; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CGc212DZbz9s0b for ; Thu, 22 Oct 2020 03:50:49 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B41C086101; Wed, 21 Oct 2020 16:50:47 +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 ZMZ58rKUMTii; Wed, 21 Oct 2020 16:50:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id F1B6586508; Wed, 21 Oct 2020 16:50:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id CCB511BF9C1 for ; Wed, 21 Oct 2020 16:50:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BE37C87456 for ; Wed, 21 Oct 2020 16:50:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O+hIBDn6yMJz for ; Wed, 21 Oct 2020 16:50:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id 3D6278749C for ; Wed, 21 Oct 2020 16:50:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 724641822E1; Wed, 21 Oct 2020 18:50:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603299011; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=uKtL+hqcEsSg4l6SL9XMoROIe4Q/9WI5Uhv2kwcFBpM=; b=usyP0x/rpHxUiycBvXOU2pGCWM9HPz6HUPRan88TIeWn5lC1wkdw3VcLL4fXd22TwBWXzk jarr0nNQ18o+r2XmA9/B8ZfPDvElBiwNsm4WiZRAczFSzqq7D7U6SYIBDctCp1nutC41jE IlhmoNNYkGLoA8oePlE77csmejr+V9Q= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 18:50:01 +0200 Message-Id: <20201021165005.641-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v2 1/4] package/libabseil-cpp: bump version to 20200923.2 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: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" * removed patch 0003 as it is now in upstream * removed patch 0002 as the logic has been reworked * adjusted patch 0001 offset Signed-off-by: Michael Nosthoff --- ...0001-force-position-independent-code.patch | 2 +- ...g-use-execinfo.h-only-when-available.patch | 63 --------------- .../0003-Fix-build-on-riscv32-675.patch | 77 ------------------- package/libabseil-cpp/libabseil-cpp.hash | 2 +- package/libabseil-cpp/libabseil-cpp.mk | 2 +- 5 files changed, 3 insertions(+), 143 deletions(-) delete mode 100644 package/libabseil-cpp/0002-absl-debugging-use-execinfo.h-only-when-available.patch delete mode 100644 package/libabseil-cpp/0003-Fix-build-on-riscv32-675.patch diff --git a/package/libabseil-cpp/0001-force-position-independent-code.patch b/package/libabseil-cpp/0001-force-position-independent-code.patch index 997d75597e..6bf46bf0cb 100644 --- a/package/libabseil-cpp/0001-force-position-independent-code.patch +++ b/package/libabseil-cpp/0001-force-position-independent-code.patch @@ -24,7 +24,7 @@ diff --git a/CMake/AbseilHelpers.cmake b/CMake/AbseilHelpers.cmake index 86ff9eb..bdb7a89 100644 --- a/CMake/AbseilHelpers.cmake +++ b/CMake/AbseilHelpers.cmake -@@ -207,6 +207,8 @@ function(absl_cc_library) +@@ -209,6 +209,8 @@ function(absl_cc_library) set_property(TARGET ${_NAME} PROPERTY CXX_STANDARD ${ABSL_CXX_STANDARD}) set_property(TARGET ${_NAME} PROPERTY CXX_STANDARD_REQUIRED ON) diff --git a/package/libabseil-cpp/0002-absl-debugging-use-execinfo.h-only-when-available.patch b/package/libabseil-cpp/0002-absl-debugging-use-execinfo.h-only-when-available.patch deleted file mode 100644 index dd40d4138f..0000000000 --- a/package/libabseil-cpp/0002-absl-debugging-use-execinfo.h-only-when-available.patch +++ /dev/null @@ -1,63 +0,0 @@ -From 445907a8a98e5d14f9c0042aa6849bdad4b0af5b Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni -Date: Thu, 23 Jul 2020 22:28:55 +0200 -Subject: [PATCH] absl/debugging: use only when available - -Instead of relying on __GLIBC__ or other unreliable detection -mechanism, simply detect if is available before using the -stacktrace_generic-inl.inc implementation. - -Upstream: https://github.com/abseil/abseil-cpp/pull/746 -Signed-off-by: Thomas Petazzoni ---- - absl/debugging/CMakeLists.txt | 7 +++++++ - absl/debugging/internal/stacktrace_config.h | 6 +++--- - 2 files changed, 10 insertions(+), 3 deletions(-) - -diff --git a/absl/debugging/CMakeLists.txt b/absl/debugging/CMakeLists.txt -index 7733615..285c5a8 100644 ---- a/absl/debugging/CMakeLists.txt -+++ b/absl/debugging/CMakeLists.txt -@@ -14,6 +14,13 @@ - # limitations under the License. - # - -+include(CheckIncludeFileCXX) -+ -+check_include_file_cxx(execinfo.h HAVE_EXECINFO_H) -+if(HAVE_EXECINFO_H) -+ add_definitions(-DHAVE_EXECINFO_H) -+endif() -+ - absl_cc_library( - NAME - stacktrace -diff --git a/absl/debugging/internal/stacktrace_config.h b/absl/debugging/internal/stacktrace_config.h -index d4e8480..2e17ca3 100644 ---- a/absl/debugging/internal/stacktrace_config.h -+++ b/absl/debugging/internal/stacktrace_config.h -@@ -40,7 +40,7 @@ - # elif defined(__aarch64__) - #define ABSL_STACKTRACE_INL_HEADER \ - "absl/debugging/internal/stacktrace_aarch64-inl.inc" --# elif defined(__arm__) -+# elif defined(__arm__) && defined(HAVE_EXECINFO_H) - // Note: When using glibc this may require -funwind-tables to function properly. - #define ABSL_STACKTRACE_INL_HEADER \ - "absl/debugging/internal/stacktrace_generic-inl.inc" -@@ -49,10 +49,10 @@ - "absl/debugging/internal/stacktrace_unimplemented-inl.inc" - # endif - #else // defined(NO_FRAME_POINTER) --# if defined(__i386__) || defined(__x86_64__) || defined(__aarch64__) -+# if (defined(__i386__) || defined(__x86_64__) || defined(__aarch64__)) && defined(HAVE_EXECINFO_H) - #define ABSL_STACKTRACE_INL_HEADER \ - "absl/debugging/internal/stacktrace_generic-inl.inc" --# elif defined(__ppc__) || defined(__PPC__) -+# elif (defined(__ppc__) || defined(__PPC__)) && defined(HAVE_EXECINFO_H) - #define ABSL_STACKTRACE_INL_HEADER \ - "absl/debugging/internal/stacktrace_generic-inl.inc" - # else --- -2.26.2 - diff --git a/package/libabseil-cpp/0003-Fix-build-on-riscv32-675.patch b/package/libabseil-cpp/0003-Fix-build-on-riscv32-675.patch deleted file mode 100644 index 0077c5fe9b..0000000000 --- a/package/libabseil-cpp/0003-Fix-build-on-riscv32-675.patch +++ /dev/null @@ -1,77 +0,0 @@ -From 3f347c46272886a099852a4cd303ecf37a054de8 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Mon, 18 May 2020 10:23:50 -0700 -Subject: [PATCH] Fix build on riscv32 (#675) - -[Backport from upstream commit 3f347c46272886a099852a4cd303ecf37a054de8] -Signed-off-by: Thomas Petazzoni ---- - absl/base/internal/direct_mmap.h | 5 +++++ - absl/base/internal/spinlock_linux.inc | 8 ++++++++ - absl/synchronization/internal/waiter.cc | 8 ++++++++ - 3 files changed, 21 insertions(+) - -diff --git a/absl/base/internal/direct_mmap.h b/absl/base/internal/direct_mmap.h -index 5618867..16accf0 100644 ---- a/absl/base/internal/direct_mmap.h -+++ b/absl/base/internal/direct_mmap.h -@@ -61,6 +61,10 @@ extern "C" void* __mmap2(void*, size_t, int, int, int, size_t); - #endif - #endif // __BIONIC__ - -+#if defined(__NR_mmap2) && !defined(SYS_mmap2) -+#define SYS_mmap2 __NR_mmap2 -+#endif -+ - namespace absl { - ABSL_NAMESPACE_BEGIN - namespace base_internal { -@@ -72,6 +76,7 @@ inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, - #if defined(__i386__) || defined(__ARM_ARCH_3__) || defined(__ARM_EABI__) || \ - (defined(__mips__) && _MIPS_SIM == _MIPS_SIM_ABI32) || \ - (defined(__PPC__) && !defined(__PPC64__)) || \ -+ (defined(__riscv) && __riscv_xlen == 32) || \ - (defined(__s390__) && !defined(__s390x__)) - // On these architectures, implement mmap with mmap2. - static int pagesize = 0; -diff --git a/absl/base/internal/spinlock_linux.inc b/absl/base/internal/spinlock_linux.inc -index 323edd6..e31c6ed 100644 ---- a/absl/base/internal/spinlock_linux.inc -+++ b/absl/base/internal/spinlock_linux.inc -@@ -46,6 +46,14 @@ static_assert(sizeof(std::atomic) == sizeof(int), - #endif - #endif - -+#if defined(__NR_futex_time64) && !defined(SYS_futex_time64) -+#define SYS_futex_time64 __NR_futex_time64 -+#endif -+ -+#if defined(SYS_futex_time64) && !defined(SYS_futex) -+#define SYS_futex SYS_futex_time64 -+#endif -+ - extern "C" { - - ABSL_ATTRIBUTE_WEAK void AbslInternalSpinLockDelay( -diff --git a/absl/synchronization/internal/waiter.cc b/absl/synchronization/internal/waiter.cc -index 2949f5a..b6150b9 100644 ---- a/absl/synchronization/internal/waiter.cc -+++ b/absl/synchronization/internal/waiter.cc -@@ -86,6 +86,14 @@ static void MaybeBecomeIdle() { - #endif - #endif - -+#if defined(__NR_futex_time64) && !defined(SYS_futex_time64) -+#define SYS_futex_time64 __NR_futex_time64 -+#endif -+ -+#if defined(SYS_futex_time64) && !defined(SYS_futex) -+#define SYS_futex SYS_futex_time64 -+#endif -+ - class Futex { - public: - static int WaitUntil(std::atomic *v, int32_t val, --- -2.26.2 - diff --git a/package/libabseil-cpp/libabseil-cpp.hash b/package/libabseil-cpp/libabseil-cpp.hash index fef96833de..63c4b86d3e 100644 --- a/package/libabseil-cpp/libabseil-cpp.hash +++ b/package/libabseil-cpp/libabseil-cpp.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111 libabseil-cpp-20200225.2.tar.gz +sha256 bf3f13b13a0095d926b25640e060f7e13881bd8a792705dd9e161f3c2b9aa976 libabseil-cpp-20200923.2.tar.gz sha256 c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747 LICENSE diff --git a/package/libabseil-cpp/libabseil-cpp.mk b/package/libabseil-cpp/libabseil-cpp.mk index 6ca33535eb..dfcf892f65 100644 --- a/package/libabseil-cpp/libabseil-cpp.mk +++ b/package/libabseil-cpp/libabseil-cpp.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBABSEIL_CPP_VERSION = 20200225.2 +LIBABSEIL_CPP_VERSION = 20200923.2 LIBABSEIL_CPP_SITE = $(call github,abseil,abseil-cpp,$(LIBABSEIL_CPP_VERSION)) LIBABSEIL_CPP_LICENSE = Apache-2.0 LIBABSEIL_CPP_LICENSE_FILES = LICENSE From patchwork Wed Oct 21 16:50:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385650 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=CCUBVN+6; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CGc1z3w6Fz9s0b for ; Thu, 22 Oct 2020 03:50:44 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5252C87070; Wed, 21 Oct 2020 16:50:41 +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 yORws0ehs7JB; Wed, 21 Oct 2020 16:50:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 945BF8702D; Wed, 21 Oct 2020 16:50:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 7C9131BF990 for ; Wed, 21 Oct 2020 16:50:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 799DF87467 for ; Wed, 21 Oct 2020 16:50:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n2+cM5xEQQr7 for ; Wed, 21 Oct 2020 16:50:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id D11278749E for ; Wed, 21 Oct 2020 16:50:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 0E12A1822E5; Wed, 21 Oct 2020 18:50:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603299015; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=0dfPfkH6XrGbYRbRucesOj/epb54rfCgMR1Ec/X7AuU=; b=CCUBVN+6Kwc0BR5qcM1zxVRPqofrfE0k65i45huKQR2x7esJyAs3scyehfaKMpUNEdf7w/ mCZ7pwg9Dy7FBrMeLzadgEixhV/Nq+PA9Z+1ZxnWifZa+oAoPqgEj4D76r19SiGxiIOgvH csGiWU79s6oYKwkBvwOm4Izb5j9w4EI= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 18:50:02 +0200 Message-Id: <20201021165005.641-2-buildroot@heine.tech> In-Reply-To: <20201021165005.641-1-buildroot@heine.tech> References: <20201021165005.641-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v2 2/4] package/re2: bump version to 2020-10-01 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: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Michael Nosthoff --- Resend as first mail got lost somehow. --- package/re2/re2.hash | 2 +- package/re2/re2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/re2/re2.hash b/package/re2/re2.hash index b8a80513b7..b502f12835 100644 --- a/package/re2/re2.hash +++ b/package/re2/re2.hash @@ -1,3 +1,3 @@ # locally calculated -sha256 6f4c8514249cd65b9e85d3e6f4c35595809a63ad71c5d93083e4d1dcdf9e0cd6 re2-2020-08-01.tar.gz +sha256 0915741f524ad87debb9eb0429fe6016772a1569e21dc6d492039562308fcb0f re2-2020-10-01.tar.gz sha256 6040cda75d90b1738292a631d89934c411ef7ffd543c4d6a1b7edfc8edf29449 LICENSE diff --git a/package/re2/re2.mk b/package/re2/re2.mk index 0c3bf4e844..7d1857dbf9 100644 --- a/package/re2/re2.mk +++ b/package/re2/re2.mk @@ -4,7 +4,7 @@ # ################################################################################ -RE2_VERSION = 2020-08-01 +RE2_VERSION = 2020-10-01 RE2_SITE = $(call github,google,re2,$(RE2_VERSION)) RE2_LICENSE = BSD-3-Clause RE2_LICENSE_FILES = LICENSE From patchwork Wed Oct 21 16:50:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385806 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) 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=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=panzVxHX; dkim-atps=neutral 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 4CGkfL2j3lz9sSC for ; Thu, 22 Oct 2020 08:49:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1BD232E235; Wed, 21 Oct 2020 21:49:11 +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 PuSnUUR0nR4k; Wed, 21 Oct 2020 21:49:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6C0A32F7C3; Wed, 21 Oct 2020 16:50:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4C1781BF9BA for ; Wed, 21 Oct 2020 16:50:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4945586EB5 for ; Wed, 21 Oct 2020 16:50:29 +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 TBj1VomYlYPe for ; Wed, 21 Oct 2020 16:50:28 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by whitealder.osuosl.org (Postfix) with ESMTPS id 994D287099 for ; Wed, 21 Oct 2020 16:50:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 339671822E6; Wed, 21 Oct 2020 18:50:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603299017; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=JU2SmhccMGrIDsuQy4QYdtLxtJPpQCqGMLotS8KBkE4=; b=panzVxHX3kDe9H//rjuszQPAx33yxjQhC75FwoGsQOd8t6NAbEjnLqa2N/ZgLsUVF+Lch3 HVJuaUsLmmIGQ0gyNGF68LLSo2ZM542wVWGAhdq/boSKVwbPoa8fVs8mcUVNv8mqunDkdD jQ3DZ7VDS1Yy+9zyC2dc6uzNG6ps9p0= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 18:50:03 +0200 Message-Id: <20201021165005.641-3-buildroot@heine.tech> In-Reply-To: <20201021165005.641-1-buildroot@heine.tech> References: <20201021165005.641-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v2 3/4] package/grpc: bump version to 1.33.1 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: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff , Robert Rose Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Michael Nosthoff --- package/grpc/grpc.hash | 2 +- package/grpc/grpc.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/grpc/grpc.hash b/package/grpc/grpc.hash index 3a2dbe2d8a..57852ec63f 100644 --- a/package/grpc/grpc.hash +++ b/package/grpc/grpc.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 f880ebeb2ccf0e47721526c10dd97469200e40b5f101a0d9774eb69efa0bd07a grpc-1.32.0.tar.gz +sha256 58eaee5c0f1bd0b92ebe1fa0606ec8f14798500620e7444726afcaf65041cb63 grpc-1.33.1.tar.gz sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk index a6c1490fac..cca334dec5 100644 --- a/package/grpc/grpc.mk +++ b/package/grpc/grpc.mk @@ -4,7 +4,7 @@ # ################################################################################ -GRPC_VERSION = 1.32.0 +GRPC_VERSION = 1.33.1 GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION)) GRPC_LICENSE = Apache-2.0 GRPC_LICENSE_FILES = LICENSE From patchwork Wed Oct 21 16:50:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385807 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=AEdScVyd; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CGkfY4GX5z9sSC for ; Thu, 22 Oct 2020 08:49:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1E0778767B; Wed, 21 Oct 2020 21:49:24 +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 Som5o3GSNBD5; Wed, 21 Oct 2020 21:49:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 636CD87587; Wed, 21 Oct 2020 21:49:22 +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 7859B1BF371 for ; Wed, 21 Oct 2020 21:49:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 71F3F2E472 for ; Wed, 21 Oct 2020 21:49:04 +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 v7vqOLYzu1E1 for ; Wed, 21 Oct 2020 21:49:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by silver.osuosl.org (Postfix) with ESMTPS id E386E2F86B for ; Wed, 21 Oct 2020 16:50:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 980371822E7; Wed, 21 Oct 2020 18:50:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603299020; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=wkEU/INLOsixy5cYz7v7lTCz3RCluDb1VYGmlOokOBQ=; b=AEdScVydP4LVheRhNgiAA1cATzumzNgMjoXhHBchNM2lFkyAYT/qqMzcS9zeE4BaUoU8EB CsK44XJ8uB6OBuqwCRKf4vlaAkQ2qCMsFSQltgh8JOKz2Ilel2wmSv35dEDXvGcmzvvLR6 Kj6//pxP5TCwGcx9gMxVhV5+lFs2viQ= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 18:50:04 +0200 Message-Id: <20201021165005.641-4-buildroot@heine.tech> In-Reply-To: <20201021165005.641-1-buildroot@heine.tech> References: <20201021165005.641-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v2 4/4] DEVELOPERS: Add myself for grpc and dependencies 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: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Michael Nosthoff --- v1 -> v2: - googletest is called gtest in BR --- DEVELOPERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index b245c1cd7e..e73295e8a8 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1850,6 +1850,10 @@ F: package/gnuplot/ F: package/sdl2/ N: Michael Nosthoff +F: package/grpc/ +F: package/gtest/ +F: package/libabseil-cpp/ +F: package/protobuf/ F: package/re2/ N: Michael Rommel