From patchwork Thu Jun 25 09:00:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 90926 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 82BC6CDE00A for ; Thu, 25 Jun 2026 09:01:57 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7000.1782378100627967867 for ; Thu, 25 Jun 2026 02:01:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZLfroJ8p; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1782378102; x=1813914102; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8LqNLhAeIpn8CjqgC/M2/tQ2yjU2K1Dxl2rv00PrwpU=; b=ZLfroJ8pNzdTfQqiYRGiytAeNyDI1V4kr292VE0O+ajmiil+9Ou0R7NP NsRMp2K5HSGOKtoGZv1t1kvEQUGWukw0etniwhwWnI4VNX6viF4oAsiSQ cRwO7SXHcRwAXSK4cWjqH/LoKAqrKBjf0o13iLw/f1YWS4mBouz0k51z8 55PXJMrezYzBgeslKkKy3xheaZ9HaDm8tmnF86sh05DqgyXIZys4+tRkA otts2EebqJPNh9ucz7YoZAkLI3rBLjv1P1nqxYyoC9GRrBX4Bgsq2cN5r ZNi5YGC/55Q77RMnsmjlTWkAc0TGWfDjbbJsZVedu01vTwKDO6auCfswG Q==; X-CSE-ConnectionGUID: fx+d4WviRiWfgtXel4MMXg== X-CSE-MsgGUID: vrILMHTFQM2THCFH+xGsYQ== X-IronPort-AV: E=McAfee;i="6800,10657,11827"; a="231468182" X-IronPort-AV: E=Sophos;i="6.24,224,1774278000"; d="scan'208";a="231468182" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jun 2026 18:01:40 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id F1BA01000169 for ; Thu, 25 Jun 2026 09:01:38 +0000 (UTC) Received: from az2nlsmom3.fujitsu.com (unknown [10.150.26.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id A99F4C02181 for ; Thu, 25 Jun 2026 09:01:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom3.fujitsu.com (Postfix) with ESMTP id C0828101732F; Thu, 25 Jun 2026 09:01:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/47] imagemagick: upgrade 7.1.2-25 -> 7.1.2-26 Date: Thu, 25 Jun 2026 17:00:45 +0800 Message-ID: <20260625090127.1563-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260625090127.1563-1-wangmy@fujitsu.com> References: <20260625090127.1563-1-wangmy@fujitsu.com> MIME-Version: 1.0 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, 25 Jun 2026 09:01:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127737 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{imagemagick_7.1.2-25.bb => imagemagick_7.1.2-26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-25.bb => imagemagick_7.1.2-26.bb} (99%) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-25.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-26.bb similarity index 99% rename from meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-25.bb rename to meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-26.bb index 4a0cc0e1ff..fa4a6dfef8 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-25.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-26.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=htt file://imagemagick-ptest.sh \ " -SRCREV = "04a04eaaa22f721f204c4bf4c6b24b08b1afe5c5" +SRCREV = "38ba210c5e5a660013d632a3d33c431e658befcc" inherit autotools pkgconfig update-alternatives ptest export ac_cv_sys_file_offset_bits = "64"