From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2696FC433F5 for ; Mon, 13 Sep 2021 20:32:08 +0000 (UTC) Received: from smtp3.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 mail.kernel.org (Postfix) with ESMTPS id C200D6108B for ; Mon, 13 Sep 2021 20:32:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C200D6108B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 8E71F606DC; Mon, 13 Sep 2021 20:32:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vaPAoblyA_56; Mon, 13 Sep 2021 20:32:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 7D70B607D8; Mon, 13 Sep 2021 20:32:05 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id F139E1BF322 for ; Mon, 13 Sep 2021 20:31:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id DF9AB40134 for ; Mon, 13 Sep 2021 20:31:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M2i-T_miuPCk for ; Mon, 13 Sep 2021 20:31:56 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp2.osuosl.org (Postfix) with ESMTP id 5AF6E40004 for ; Mon, 13 Sep 2021 20:31:56 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 0595C8A64A; Mon, 13 Sep 2021 20:30:13 +0000 (UTC) From: Peter Korsgaard To: buildroot@buildroot.org Date: Mon, 13 Sep 2021 22:30:41 +0200 X-Git-Refname: refs/heads/2021.05.x X-Git-Oldrev: 02b5cf1a973c1933e6cdc997764887ceac0320fc X-Git-Newrev: 7aed9ce6c51c725278f2b63d45b845890a8a74da X-Patchwork-Hint: ignore Message-Id: <20210913203013.0595C8A64A@busybox.osuosl.org> Subject: [Buildroot] [git commit branch/2021.05.x] package/protobuf: update github url X-BeenThere: buildroot@lists.buildroot.org 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@lists.buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=7aed9ce6c51c725278f2b63d45b845890a8a74da branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x protobuf moved from the google org to protocolbuffers in 2018. There is a redirect but we should use the official url. Signed-off-by: Michael Nosthoff Signed-off-by: Yann E. MORIN (cherry picked from commit 107103ef91289b93d692657321c2546fcca60408) Signed-off-by: Peter Korsgaard --- package/protobuf/protobuf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index ea75480038..d5620a37a6 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -9,7 +9,7 @@ # as they share the same version/site variables. PROTOBUF_VERSION = 3.15.6 PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz -PROTOBUF_SITE = https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION) +PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION) PROTOBUF_LICENSE = BSD-3-Clause PROTOBUF_LICENSE_FILES = LICENSE PROTOBUF_CPE_ID_VENDOR = google _______________________________________________ buildroot mailing list buildroot@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot