From patchwork Tue Jun 27 07:17:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 26483 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 63BC7C3DA40 for ; Tue, 27 Jun 2023 07:19:35 +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.web10.7572.1687850370584304992 for ; Tue, 27 Jun 2023 00:19:31 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) X-IronPort-AV: E=McAfee;i="6600,9927,10753"; a="110072585" X-IronPort-AV: E=Sophos;i="6.01,161,1684767600"; d="scan'208";a="110072585" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2023 16:19:28 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 26FAEC68E1 for ; Tue, 27 Jun 2023 16:19:26 +0900 (JST) Received: from kws-ab4.gw.nic.fujitsu.com (kws-ab4.gw.nic.fujitsu.com [192.51.206.22]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 5A8A3D5EAC for ; Tue, 27 Jun 2023 16:19:25 +0900 (JST) Received: from localhost.localdomain (unknown [10.167.225.33]) by kws-ab4.gw.nic.fujitsu.com (Postfix) with ESMTP id CDBBF40B47; Tue, 27 Jun 2023 16:19:24 +0900 (JST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH] libxcrypt-compat: upgrade 4.4.34 -> 4.4.35 Date: Tue, 27 Jun 2023 15:17:07 +0800 Message-Id: <1687850250-20040-10-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1687850250-20040-1-git-send-email-wangmy@fujitsu.com> References: <1687850250-20040-1-git-send-email-wangmy@fujitsu.com> X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSS-9.1.0.1417-9.0.0.1002-27716.005 X-TM-AS-User-Approved-Sender: Yes X-TMASE-Version: IMSS-9.1.0.1417-9.0.1002-27716.005 X-TMASE-Result: 10--1.740000-10.000000 X-TMASE-MatchedRID: R9NZgeCyXhKjz0nOeth/yUIIxwDaU5mrTfK5j0EZbyuhUWS5fneQuYpb wG9fIuITCC8aAmGeO6m04MnVL1Uks39JXYBaBfzuxLSsi9FKAT3BOVz0Jwcxl7SwC3zqzycUkWN Ccn0XQOIeiFQL2XCGlAGN2ThlUwL/rWL/xQJnm46eAiCmPx4NwGmRqNBHmBveVDC1CbuJXmMqtq 5d3cxkNRzyhVEwu3PAN8KwMNUcDeA2gzVlseTxs04zWJAq1F/6IdqSA8Hoo2egAfrEmWnrhl3B/ 1rw0246m5xcy+KGOncf2LHciJG4UaoEGG3M+VOyU8mdcvbI1h2S6jzjuXTm0MTMzICazP4UehYt aVdyxm8= X-TMASE-SNAP-Result: 1.821001.0001-0-1-22:0,33:0,34:0-0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 27 Jun 2023 07:19:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183451 From: Wang Mingyu Changelog: =========== * Fix build with Perl v5.38.0 (issue #170). * Fix build with MinGW-w(32|64). Signed-off-by: Wang Mingyu --- .../{libxcrypt-compat_4.4.34.bb => libxcrypt-compat_4.4.35.bb} | 0 meta/recipes-core/libxcrypt/libxcrypt.inc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.34.bb => libxcrypt-compat_4.4.35.bb} (100%) diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.34.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.35.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.34.bb rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.35.bb diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 4d145cf3cc..2e4db283bf 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \ inherit autotools pkgconfig SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https" -SRCREV = "e80cfde51bb4fe4bcf27585810e0b4ea3d1e4d7d" +SRCREV = "321222c91c4060362b1085b3ca7c29867812ac0a" SRCBRANCH ?= "master" SRC_URI += "file://fix_cflags_handling.patch"