From patchwork Fri Jun 26 06:11:35 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: 91014 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 564BCCD4F26 for ; Fri, 26 Jun 2026 06:11:37 +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.msgproc01-g2.29406.1782454296721765271 for ; Thu, 25 Jun 2026 23:11:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=YGwejMYm; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=DEZVYEUV; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019f028e1c47-028470c0-84bc-49ea-a136-6a752e29f24c-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=1782454295; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2B3K5ehWFONil6L814IqX/6O1beZxUaYnMLywvu4Hc8=; b=YGwejMYmQRDFtseRYx1IRvr1gq9iXXDWjwxlgI6HvhkRwQ7aWVje/yDsz2HSVz9z o5773kQXeRpmAvKEY1ouR7xeLyLLps4g5T6gZ/QOJZHueZxcy52cFuCIW3Szhe45QzQ 6aiSZSUyh8rKanXp+PVWMo5T39V6Mean3+6PWYSk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782454295; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2B3K5ehWFONil6L814IqX/6O1beZxUaYnMLywvu4Hc8=; b=DEZVYEUVEuUYKDLWA3sXzKcLViBHvFHpoRwawEXqE2uqlfx9hJnFJ6s1ByzQVSuP 49IgDUEjusodIPY7ka/FQc0ve2A0trZmMLKmytInR562NQSszfnMMnlymQlpPBUk5Qc 0WfTUFfIYI+IMG2jiou5WSsXR47BWnXlc3Taz7uc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] socat: upgrading to 1.8.1.2 SUCCEEDED Message-ID: <0101019f028e1c47-028470c0-84bc-49ea-a136-6a752e29f24c-000000@us-west-2.amazonses.com> Date: Fri, 26 Jun 2026 06:11:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.26-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 ; Fri, 26 Jun 2026 06:11:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239594 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *socat* to *1.8.1.2* has Succeeded. Next steps: - apply the patch: git am 0001-socat-upgrade-1.8.1.1-1.8.1.2.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 449f81681d704f5f61d1aa6a5f034592bd47bfe7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 26 Jun 2026 05:25:16 +0000 Subject: [PATCH] socat: upgrade 1.8.1.1 -> 1.8.1.2 --- .../files/0001-fix-compile-procan.c-failed.patch | 11 ++++------- .../socat/{socat_1.8.1.1.bb => socat_1.8.1.2.bb} | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.8.1.1.bb => socat_1.8.1.2.bb} (94%) diff --git a/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch b/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch index ea00dfa0a9..e283079afa 100644 --- a/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch +++ b/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch @@ -1,4 +1,4 @@ -From c4c3d5f2d4dfe8167205e8d20b4cb7a197706c16 Mon Sep 17 00:00:00 2001 +From bbbdfd4229a76cff08e3738ad85c1cf8e515bf5b Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 27 Nov 2024 04:09:59 -0800 Subject: [PATCH] fix compile procan.c failed @@ -32,10 +32,10 @@ Signed-off-by: Hongxu Jia 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in -index 631d31d..103d4d1 100644 +index 629cb7e..4368a3f 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -110,7 +110,7 @@ socat: socat.o libxio.a +@@ -112,7 +112,7 @@ socat: socat.o libxio.a $(CC) $(CFLAGS) $(LDFLAGS) -o $@ socat.o libxio.a $(CLIBS) procan.o: $(srcdir)/procan.c @@ -44,7 +44,7 @@ index 631d31d..103d4d1 100644 PROCAN_OBJS=procan_main.o procan.o procan-cdefs.o hostan.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o procan: $(PROCAN_OBJS) -@@ -132,9 +132,9 @@ install: progs $(srcdir)/doc/socat.1 +@@ -134,9 +134,9 @@ install: progs $(srcdir)/doc/socat.1 mkdir -p $(DESTDIR)$(BINDEST) $(INSTALL) -m 755 socat $(DESTDIR)$(BINDEST)/socat1 ln -sf socat1 $(DESTDIR)$(BINDEST)/socat @@ -57,6 +57,3 @@ index 631d31d..103d4d1 100644 $(INSTALL) -m 755 procan $(DESTDIR)$(BINDEST) $(INSTALL) -m 755 filan $(DESTDIR)$(BINDEST) mkdir -p $(DESTDIR)$(MANDEST)/man1 --- -2.25.1 - diff --git a/meta/recipes-connectivity/socat/socat_1.8.1.1.bb b/meta/recipes-connectivity/socat/socat_1.8.1.2.bb similarity index 94% rename from meta/recipes-connectivity/socat/socat_1.8.1.1.bb rename to meta/recipes-connectivity/socat/socat_1.8.1.2.bb index e662c79a75..205af07be7 100644 --- a/meta/recipes-connectivity/socat/socat_1.8.1.1.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.1.2.bb @@ -13,7 +13,7 @@ SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ file://0001-fix-compile-procan.c-failed.patch \ " -SRC_URI[sha256sum] = "5ebc636b7f427053f98806696521653a614c7e06464910353cbf54e2327adc1b" +SRC_URI[sha256sum] = "0e1b7eac0c6e3d6fa4d55b63c7fcddf03f4a2eaa59fa93b1f30dc2c73d42aa0d" inherit autotools