From patchwork Thu Jul 4 09:01:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Perez de Castro X-Patchwork-Id: 1127456 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.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=igalia.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="oH8lS7YK"; 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 45fX6Y4MH9z9sBp for ; Thu, 4 Jul 2019 19:02:13 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 84C0186E26; Thu, 4 Jul 2019 09:02:09 +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 zP-W6mZNpzO1; Thu, 4 Jul 2019 09:02:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AC85786D89; Thu, 4 Jul 2019 09:02:06 +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 9BC5D1BF3B1 for ; Thu, 4 Jul 2019 09:02:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 94583860BE for ; Thu, 4 Jul 2019 09:02:05 +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 waTbkQTy9yfi for ; Thu, 4 Jul 2019 09:02:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from fanzine.igalia.com (fanzine.igalia.com [91.117.99.155]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 2875486079 for ; Thu, 4 Jul 2019 09:02:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=e9pyYO8kE1rEaDDDL5OurN1kPiH4q6HRb9wEaiGQLHM=; b=oH8lS7YKwnY0f6dNbevrSwzQfP5cv2mWuz7LkncOhGZ4zGzJGuTcfAVY6VEtS1/IbHs2gfim31/mDtx04ouvRdwLVOM0KDRfZGcSWo9/GPUyPYyvEMnSQi3PXSEEAC3mMHIrF6BoZUCpdgwrAPZ0442jc/xZRed7Pz8/gFxd0ELYciNHar8S9icy/+rDdph63HxpDoUForMO2NFap/97u3UdOCAtcxjgnu77LLrVfE5GHeiEbTO8kFD/97faNGg10vO63PYD5znx4649+Rs5rIw7+n3G8s+eoSRr04G+QYnVn2jOzZWoGxhaDr99MTrUwfX2nAsPXGeGsMgw/X0zqg==; Received: from 82-181-154-206.bb.dnainternet.fi ([82.181.154.206] helo=kodama) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1hixcu-00046H-Ns; Thu, 04 Jul 2019 11:02:00 +0200 Received: from localhost (kodama [local]) by kodama (OpenSMTPD) with ESMTPA id f53fdd31; Thu, 4 Jul 2019 09:01:48 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Thu, 4 Jul 2019 12:01:48 +0300 Message-Id: <20190704090148.2524-1-aperez@igalia.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/cog: bump to version 0.3.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: , Cc: Adrian Perez de Castro Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Update the packge to version 0.3.1, which includes build improvements. In particular, it now uses wayland-scanner to generate Wayland protocol code instead of shipping pre-generated files. Signed-off-by: Adrian Perez de Castro --- package/cog/cog.hash | 6 ++++-- package/cog/cog.mk | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package/cog/cog.hash b/package/cog/cog.hash index 3aec4ca378..18b53e4ee4 100644 --- a/package/cog/cog.hash +++ b/package/cog/cog.hash @@ -1,5 +1,7 @@ -# Locally generated -sha256 755c68029bbd05a17784262e56021362740783d15868dab9402a125ef35eedaf cog-0.3.0.tar.gz +# From https://github.com/Igalia/cog/releases/tag/v0.3.1 +md5 65bb078aad576b8402f973234e86cc82 cog-0.3.1.tar.xz +sha1 d73b060618f342accb12db71a7578940c2243d4c cog-0.3.1.tar.xz +sha256 ca7eae333cc02b947ec3d657a2090f01a9b08f9fabb855a585472edafbd9e7eb cog-0.3.1.tar.xz # Hashes for license files: sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252 COPYING diff --git a/package/cog/cog.mk b/package/cog/cog.mk index 98b0aa6f7a..615d6664df 100644 --- a/package/cog/cog.mk +++ b/package/cog/cog.mk @@ -4,8 +4,9 @@ # ################################################################################ -COG_VERSION = 0.3.0 -COG_SITE = $(call github,Igalia,cog,v$(COG_VERSION)) +COG_VERSION = 0.3.1 +COG_SITE = https://github.com/Igalia/cog/releases/download/v$(COG_VERSION) +COG_SOURCE = cog-$(COG_VERSION).tar.xz COG_INSTALL_STAGING = YES COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo COG_LICENSE = MIT