From patchwork Wed Dec 23 22:35:44 2020 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: 1420334 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=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.a=rsa-sha256 header.s=20170329 header.b=i86WwHCr; 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 4D1SjN54Btz9sTL for ; Thu, 24 Dec 2020 09:36:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 00A1C87338; Wed, 23 Dec 2020 22:36:03 +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 qc03pHMksQZI; Wed, 23 Dec 2020 22:36:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 098BF87326; Wed, 23 Dec 2020 22:36:03 +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 96D7F1BF9B4 for ; Wed, 23 Dec 2020 22:36:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7A1C02E0F5 for ; Wed, 23 Dec 2020 22:36:01 +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 XpVOsi8FDpzL for ; Wed, 23 Dec 2020 22:36:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by silver.osuosl.org (Postfix) with ESMTPS id BBE852011A for ; Wed, 23 Dec 2020 22:35:59 +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=ciC9RO9Z+TZa3QM1uuXEe+Ul5GmEQrEMaR6MBSoJwqo=; b=i86WwHCrN8Jexy2a+u+pcU74bBL/WIW+PooER9Jegv179Ok00RX8zXQvLmpwJfIjIle180hQt4lfkQ/KJzjnfy/mqTowKQ/J7LYsDqq636K1NNoRM2b1kGANZl2nP58ZWQ4SpBqMS5bmbHWeKYvr9uWpzLso22U2zewOVXcapjK974lwv5Zn3ij5vE2vriYPuajZWL2AhBs2bilFn99zRA8Lk0g9C+HD4e/UM/4THV7Ry49v8teF327zFZ3aQWB3ZWSXd7857yRsPts8HK8I7OW9KeJrfraCiSeRNlrN3XZQvqU3xFDfO/UmZ61ROo+wJvOzGcDONDV3EBAbtvwaJA==; Received: from 82-181-217-9.bb.dnainternet.fi ([82.181.217.9] helo=kodama) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1ksCjb-0008J1-49; Wed, 23 Dec 2020 23:35:55 +0100 Received: from localhost (kodama [local]) by kodama (OpenSMTPD) with ESMTPA id b33f805f; Wed, 23 Dec 2020 22:35:44 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Thu, 24 Dec 2020 00:35:44 +0200 Message-Id: <20201223223544.198464-1-aperez@igalia.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/libepoxy: bump to version 1.5.5 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" This version removes Python 2 support, the autotools based build system (not a problem as Buildroot has been using Meson for a while), and some small fixes. Full release notes can be found at: https://github.com/anholt/libepoxy/releases/tag/1.5.5 Signed-off-by: Adrian Perez de Castro --- package/libepoxy/libepoxy.hash | 4 ++-- package/libepoxy/libepoxy.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libepoxy/libepoxy.hash b/package/libepoxy/libepoxy.hash index a37e3949a6..79876ad01d 100644 --- a/package/libepoxy/libepoxy.hash +++ b/package/libepoxy/libepoxy.hash @@ -1,5 +1,5 @@ -# From http://ftp.gnome.org/pub/gnome/sources/libepoxy/1.5/libepoxy-1.5.4.sha256sum -sha256 0bd2cc681dfeffdef739cb29913f8c3caa47a88a451fd2bc6e606c02997289d2 libepoxy-1.5.4.tar.xz +# From http://ftp.gnome.org/pub/gnome/sources/libepoxy/1.5/libepoxy-1.5.5.sha256sum +sha256 261663db21bcc1cc232b07ea683252ee6992982276536924271535875f5b0556 libepoxy-1.5.5.tar.xz # Hashes for license files: sha256 8d5144666f9c4df9bbd69b8900086d5979259152a1060421cdcc0fb9061a1c12 COPYING diff --git a/package/libepoxy/libepoxy.mk b/package/libepoxy/libepoxy.mk index efc23a7636..bb578fb02c 100644 --- a/package/libepoxy/libepoxy.mk +++ b/package/libepoxy/libepoxy.mk @@ -5,7 +5,7 @@ ################################################################################ LIBEPOXY_VERSION_MAJOR = 1.5 -LIBEPOXY_VERSION = $(LIBEPOXY_VERSION_MAJOR).4 +LIBEPOXY_VERSION = $(LIBEPOXY_VERSION_MAJOR).5 LIBEPOXY_SITE = http://ftp.gnome.org/pub/gnome/sources/libepoxy/$(LIBEPOXY_VERSION_MAJOR) LIBEPOXY_SOURCE = libepoxy-$(LIBEPOXY_VERSION).tar.xz LIBEPOXY_INSTALL_STAGING = YES