From patchwork Wed Oct 21 15:18:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385612 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=YpX7LZwA; 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 4CGZ092y2Gz9sTD for ; Thu, 22 Oct 2020 02:19:05 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B92BB86B17; Wed, 21 Oct 2020 15:19:01 +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 Ps-QFyMPbuNv; Wed, 21 Oct 2020 15:18:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A34E1868F8; Wed, 21 Oct 2020 15:18:58 +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 8D9B71BF338 for ; Wed, 21 Oct 2020 15:18:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8A80186505 for ; Wed, 21 Oct 2020 15:18:48 +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 LhaVOhCJG-X9 for ; Wed, 21 Oct 2020 15:18:46 +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 fraxinus.osuosl.org (Postfix) with ESMTPS id 7A108864C4 for ; Wed, 21 Oct 2020 15:18:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 01D6D18150D; Wed, 21 Oct 2020 17:18:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603293523; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=uKtL+hqcEsSg4l6SL9XMoROIe4Q/9WI5Uhv2kwcFBpM=; b=YpX7LZwAGGF+MxE3f4toX32fiugorSzheSa5UtDqyVEQBoEDai2KoKyX7By66eXuwpHxeB Y/xKQQaqOwR4L5rLqfMCKI8+q4yRWv5c0fKT6ecTzzOlufBjXfCT0XJlxvEfsvD+2dz9PK za3zPpVsSti9ECEiVru8C0TyEgcA8Oc= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 17:18:35 +0200 Message-Id: <20201021151839.31731-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH 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 15:18:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385819 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=EtwUj4Pv; 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 4CGlDZ40sbz9sTL for ; Thu, 22 Oct 2020 09:15:26 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0B9882049D; Wed, 21 Oct 2020 22:15:25 +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 bFPvN78K8VH8; Wed, 21 Oct 2020 22:15:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id ADB862E528; Wed, 21 Oct 2020 20:03:32 +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 7D5EE1BF2CC for ; Wed, 21 Oct 2020 20:03:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 60FDF2E464 for ; Wed, 21 Oct 2020 20:03: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 Msz2KdUwW3Il for ; Wed, 21 Oct 2020 20:03:21 +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 87E3F31769 for ; Wed, 21 Oct 2020 15:18:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6E90418150E; Wed, 21 Oct 2020 17:18:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603293525; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=TI6h9HF2baGqtPj4EQ29jJwuhFyAOw2l1fldsH+CcAE=; b=EtwUj4Pv9JDH61bhJszgIOoukVQe+ZOSKaHHUX5P/2vDIShyiQgnWCQMfgeL6a27bmtOsX RvVkUwB74TbGOP/o4uf2w4m8LyZO0a1mOcS4RAggGUyuJ2EQ/l6aGm60yKIIdBoGmf3N2X JhOcUrOlrRFeVud8QionVcBQdnfHLvg= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 17:18:36 +0200 Message-Id: <20201021151839.31731-2-buildroot@heine.tech> In-Reply-To: <20201021151839.31731-1-buildroot@heine.tech> References: <20201021151839.31731-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH 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 --- 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 15:18:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385611 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.133; helo=hemlock.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=NNWLM6rj; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CGZ066cdfz9sSG for ; Thu, 22 Oct 2020 02:19:02 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4E94787416; Wed, 21 Oct 2020 15:19:00 +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 894hTegY4I0h; Wed, 21 Oct 2020 15:18:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A584C87400; Wed, 21 Oct 2020 15:18:59 +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 612AF1BF338 for ; Wed, 21 Oct 2020 15:18:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5BDDD868F8 for ; Wed, 21 Oct 2020 15:18:51 +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 vzszOUjj-O30 for ; Wed, 21 Oct 2020 15:18:49 +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 4E32F868F4 for ; Wed, 21 Oct 2020 15:18:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 71E4718150F; Wed, 21 Oct 2020 17:18:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603293527; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=JU2SmhccMGrIDsuQy4QYdtLxtJPpQCqGMLotS8KBkE4=; b=NNWLM6rjoQYL+PluLflBHOjg+kWpQvpwTWokgp4XDMUCYSC1kvxee0lTEzW7t5v4NlW2NK Vpa4GbpxQ03sIxsY6XDJUB410J4spPNYm1IdBlUymuXbOYwsLvCSVIOM3Yb4bNnEONRAX8 jUDoKjkfCeqSmm0d8qzz0+tJnkypZho= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 17:18:37 +0200 Message-Id: <20201021151839.31731-3-buildroot@heine.tech> In-Reply-To: <20201021151839.31731-1-buildroot@heine.tech> References: <20201021151839.31731-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH 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 15:18:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385613 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=kz8b7Frg; 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 4CGZ0J4NLLz9sRk for ; Thu, 22 Oct 2020 02:19:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 48EC386BC0; Wed, 21 Oct 2020 15:19:05 +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 Lv92VQimGcNg; Wed, 21 Oct 2020 15:19:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0E94B869C4; Wed, 21 Oct 2020 15:19:01 +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 D77641BF338 for ; Wed, 21 Oct 2020 15:18:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CE79D868F8 for ; Wed, 21 Oct 2020 15:18:54 +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 99NNiKbsYdfa for ; Wed, 21 Oct 2020 15:18:51 +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 C7100868F4 for ; Wed, 21 Oct 2020 15:18:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6564A18150D; Wed, 21 Oct 2020 17:18:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603293529; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=rz4U4OcntHlRx0i3RHuYhw/bZMeUtoj9s86cuJ8xWsM=; b=kz8b7FrgB1M8xIF8+L9TBALs6OA0vPhXkdHC4KDo1qdqW8iGnn1cs/XZnosWVNqrxBjEdk VpTlUxv9faBMoBkM8bN3QKuKXGQOrWPFkhvRmnqpev4m7StMhNrHNgcaaKivVkUXHX+eP5 j7G9adgrfv4QIdB/uE/60KmBrusm5bU= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 17:18:38 +0200 Message-Id: <20201021151839.31731-4-buildroot@heine.tech> In-Reply-To: <20201021151839.31731-1-buildroot@heine.tech> References: <20201021151839.31731-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH 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 --- DEVELOPERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index b245c1cd7e..8f3759c0ae 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1850,6 +1850,10 @@ F: package/gnuplot/ F: package/sdl2/ N: Michael Nosthoff +F: package/googletest/ +F: package/grpc/ +F: package/libabseil-cpp/ +F: package/protobuf/ F: package/re2/ N: Michael Rommel