From patchwork Thu May 21 10:57:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 474957 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 36F9014075F for ; Thu, 21 May 2015 20:58:05 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E523489E3C; Thu, 21 May 2015 10:58:04 +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 XNmllpKdR+gG; Thu, 21 May 2015 10:58:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id EBC0689DD4; Thu, 21 May 2015 10:58:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 21FCE1C2206 for ; Thu, 21 May 2015 10:58:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1D99896424 for ; Thu, 21 May 2015 10:58:02 +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 m4JeSkkfKt3Q for ; Thu, 21 May 2015 10:58:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by hemlock.osuosl.org (Postfix) with ESMTPS id D2D079641D for ; Thu, 21 May 2015 10:58:00 +0000 (UTC) Received: from fwd18.aul.t-online.de (fwd18.aul.t-online.de [172.20.26.244]) by mailout08.t-online.de (Postfix) with SMTP id 74FB760996 for ; Thu, 21 May 2015 12:57:58 +0200 (CEST) Received: from fli4l.lan.fli4l (G-6TpaZG8hxnOzNSESyahX-RZko5FEXZS1E2VrH-6zk-w2I8WLE5Jf9nTTBqR2ZQT+@[79.247.184.113]) by fwd18.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1YvOAn-2dM9M80; Thu, 21 May 2015 12:57:57 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:48777) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1YvOAn-00015E-40; Thu, 21 May 2015 12:57:57 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 21 May 2015 12:57:54 +0200 Message-Id: <1432205874-23855-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: G-6TpaZG8hxnOzNSESyahX-RZko5FEXZS1E2VrH-6zk-w2I8WLE5Jf9nTTBqR2ZQT+ X-TOI-MSGID: 1b2c09d6-a9e5-4135-97f6-e8d8dc8afbb1 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/protobuf: Update site url X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Package moved to github: https://developers.google.com/protocol-buffers/docs/downloads "Our old Google Code repositiory is: https://code.google.com/p/protobuf/. We moved to github on Aug 26, 2014 [...]" Signed-off-by: Bernd Kuhls --- package/protobuf/Config.in | 2 +- package/protobuf/protobuf.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in index 6015b13..bbb927f 100644 --- a/package/protobuf/Config.in +++ b/package/protobuf/Config.in @@ -11,7 +11,7 @@ config BR2_PACKAGE_PROTOBUF Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. - http://code.google.com/p/protobuf/ + https://developers.google.com/protocol-buffers comment "protobuf needs a toolchain w/ C++, threads" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 9043f98..b426873 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -4,8 +4,8 @@ # ################################################################################ -PROTOBUF_VERSION = 2.5.0 -PROTOBUF_SITE = http://protobuf.googlecode.com/files +PROTOBUF_VERSION = v2.5.0 +PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION)) PROTOBUF_LICENSE = BSD-3c PROTOBUF_LICENSE_FILES = COPYING.txt