From patchwork Thu Aug 13 05:55:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 95064 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E17BEC5DF66 for ; Thu, 13 Aug 2026 05:55:59 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12927.1786600553904391521 for ; Wed, 12 Aug 2026 22:55:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=aA8Fc+gE; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=XAw5kgcj; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019ff9b0fabf-8481d95c-aa48-4cd4-8091-10b9ba56fc78-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1786600553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LJYitGarkiPfroa1+qXr3TJlzFfJodQ8+rQ8zfwCZQ4=; b=aA8Fc+gElL1SRq0SPEcDHWxCDTDjvsz0Wc4ss2Xgf/fjQtQdxZlylHl7n4hBEJb4 JrJCfXSzO3A+VoZN6uroUZ3088xS4x7R+qhvqIEDgEDzDxzQ/d7PoKSUChIK/7k7Sq/ gSprtnA4NtJXt9UkF1FSatlGF8M9SEggpdi0lf0E= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786600553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LJYitGarkiPfroa1+qXr3TJlzFfJodQ8+rQ8zfwCZQ4=; b=XAw5kgcjtgCiXVwPTWDSqqRUUjgdexRuAe79a0hkLjp3hRhut25jRQiHfOF4q0pD RJpl8u686OzV227s7KFWJu6HlzritDozQtyYInDc2Xwk48cua0fknVuELcAKZuiDzzL TKpRlfzVpVDLtX7xdOCs3biOYf9fhPkRjF2y2o+M= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gdk-pixbuf: upgrading to 2.44.8 SUCCEEDED Message-ID: <0101019ff9b0fabf-8481d95c-aa48-4cd4-8091-10b9ba56fc78-000000@us-west-2.amazonses.com> Date: Thu, 13 Aug 2026 05:55:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.13-54.240.27.29 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Aug 2026 05:55:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243327 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gdk-pixbuf* to *2.44.8* has Succeeded. Next steps: - apply the patch: git am 0001-gdk-pixbuf-upgrade-2.44.7-2.44.8.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 5a12cd1855192f95f6af85516f32b982ca8e0538 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 13 Aug 2026 05:28:52 +0000 Subject: [PATCH] gdk-pixbuf: upgrade 2.44.7 -> 2.44.8 Source: NEWS 2.44.8 ====== - glycin: Support x-/y-dpi options for png, tiff and jpeg - Translation updates --- ...meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 4 ++-- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch | 2 +- .../gdk-pixbuf/{gdk-pixbuf_2.44.7.bb => gdk-pixbuf_2.44.8.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.44.7.bb => gdk-pixbuf_2.44.8.bb} (97%) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch index 2b41d1cca9..bdd94b558f 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch @@ -1,4 +1,4 @@ -From 38bc595a5c365074b924ed2706a402679b3f6df4 Mon Sep 17 00:00:00 2001 +From 29e3a3675d2d5e0d23d4d10c5126f80832ff336d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 26 Jan 2023 20:29:46 +0100 Subject: [PATCH] meson.build: allow (a subset of) tests in cross compile @@ -22,7 +22,7 @@ Signed-off-by: Changqing Li 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/meson.build b/meson.build -index b88ef70..b181054 100644 +index 2bd6092..63a05bf 100644 --- a/meson.build +++ b/meson.build @@ -434,10 +434,10 @@ subdir('gdk-pixbuf') diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch index 2dd790115d..7e7838624d 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch @@ -1,4 +1,4 @@ -From dc1096f95914b7faf786e3c2682aa0b453605a3f Mon Sep 17 00:00:00 2001 +From 269cf3b1b42f24af59f1f0be4ee874aa986fd2e1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Apr 2014 17:23:36 +0100 Subject: [PATCH] gdk-pixbuf: add an option so that loader errors are fatal diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.7.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.8.bb similarity index 97% rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.7.bb rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.8.bb index 8efc14b59a..7174928076 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.7.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.44.8.bb @@ -14,7 +14,7 @@ SECTION = "libs" DEPENDS = "glib-2.0 shared-mime-info" -SRC_URI[archive.sha256sum] = "172f80e3626ec31520a970400f1a3694e04718f6c2cd2885f75250fb5a6995a4" +SRC_URI[archive.sha256sum] = "919f529512961a12e81cd4b4b466a48c3933469e7f9a310c6513cd4fb252ba3c" inherit gettext gnomebase pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package manpages