From patchwork Tue Dec 16 08:02:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 76617 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 60FE0D5C0DA for ; Tue, 16 Dec 2025 08:02:26 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.17182.1765872136269594598 for ; Tue, 16 Dec 2025 00:02:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=p97JmAni; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=qccIf1Pq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019b262e6c54-181def44-037c-4bb7-ae95-76a73d8680f7-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1765872135; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fjynniYpUSo6OYODK3hQVQyc8ZwQBhmY45ehc0Wg0ps=; b=p97JmAni5RHspOMx4oRK0jF140tGzbP67C4TmwJaegULvbPWcCJG5RMM2tL8hd/8 07WAPZuHp825htizdgdj3hkpDbV4NKfyR8m/RmY9NiLQ1rlJqFBAlo/VgYwsaZSC34j rjCKmWYK06tsLHPs4jDA0Hri9g9L4MxddGNJ/py4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1765872135; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fjynniYpUSo6OYODK3hQVQyc8ZwQBhmY45ehc0Wg0ps=; b=qccIf1PqUyQPvzkFmQWQI8xRvMWiB6xFKsqpdIS5T2jdvBbU8oONv84Mt3wTOYv8 nhYQi/wTk7PCAvdG1wrNAftsHovCrLedSjocO61/wUXZp2ozJ+FyoAVM92AjymgspmV DQJigH5pH6x8mPaMuW085IH3B+6m3u6SiwQjCANA= 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.0 SUCCEEDED Message-ID: <0101019b262e6c54-181def44-037c-4bb7-ae95-76a73d8680f7-000000@us-west-2.amazonses.com> Date: Tue, 16 Dec 2025 08:02:15 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.12.16-54.240.27.191 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 ; Tue, 16 Dec 2025 08:02:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/227784 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.0* has Succeeded. Next steps: - apply the patch: git am 0001-socat-upgrade-1.8.0.3-1.8.1.0.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 0870aedbdae0fd39cd0b087f815f2d39fbc19cbb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Dec 2025 22:33:56 +0000 Subject: [PATCH] socat: upgrade 1.8.0.3 -> 1.8.1.0 --- .../0001-fix-compile-procan.c-failed.patch | 11 +++--- .../{socat_1.8.0.3.bb => socat_1.8.1.0.bb} | 34 +++++++++++++++++-- 2 files changed, 36 insertions(+), 9 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.8.0.3.bb => socat_1.8.1.0.bb} (59%) 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..95ce0f2610 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 ad92c59f5ae8f24110dda3cb65c8999288aad6dd 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.0.3.bb b/meta/recipes-connectivity/socat/socat_1.8.1.0.bb similarity index 59% rename from meta/recipes-connectivity/socat/socat_1.8.0.3.bb rename to meta/recipes-connectivity/socat/socat_1.8.1.0.bb index b5f5d72f9c..49391c152c 100644 --- a/meta/recipes-connectivity/socat/socat_1.8.0.3.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.1.0.bb @@ -1,3 +1,32 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- README +# +++ README +# @@ -1,3 +1,7 @@ +# +(http://www.xs4all.nl/~jantien/yodl/) (there seems to be a revival at +# +http://yodl.sourceforge.net/ though). For socat, the revival version 3.03 is used, +# + +# + +# license +# ------- +# +# @@ -25,7 +29,3 @@ +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# - +# - You should have received a copy of the GNU General Public License +# - along with this program; if not, write to the Free Software +# - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# + SUMMARY = "Multipurpose relay for bidirectional data transfer" DESCRIPTION = "Socat is a relay for bidirectional data \ transfer between two independent data channels." @@ -7,13 +36,14 @@ SECTION = "console/network" LICENSE = "GPL-2.0-with-OpenSSL-exception" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://README;beginline=248;endline=278;md5=338c05eadd013872abb1d6e198e10a3f" + file://README;beginline=248;endline=278;md5=25753104995bd8f97956efcdbc671c1f \ + " SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ file://0001-fix-compile-procan.c-failed.patch \ " -SRC_URI[sha256sum] = "01eb017361d95bb3a6941e840b59e4463a3fabf92df4154ed02b16a2ed6a0095" +SRC_URI[sha256sum] = "91f222ee65559036600c2505b999acebed48b899f0e2e53ae1c9c31d6986b6a4" inherit autotools