To: ['Hongxu Jia '] To: openembedded-core@lists.openembedded.org Subject: [AUH] socat: upgrading to 1.8.0.2 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241215050051/all/socat/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241215050051/all/socat/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241215050051/all/socat/0001-socat-upgrade-1.8.0.1-1.8.0.2.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *socat* to *1.8.0.2* has Succeeded. Next steps: - apply the patch: git am 0001-socat-upgrade-1.8.0.1-1.8.0.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 b7f8a70b9e7f6091916bfb67f621ffcf2accbd0b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Dec 2024 07:06:57 +0000 Subject: [PATCH] socat: upgrade 1.8.0.1 -> 1.8.0.2 --- .../socat/files/0001-fix-compile-procan.c-failed.patch | 5 +---- .../socat/{socat_1.8.0.1.bb => socat_1.8.0.2.bb} | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.8.0.1.bb => socat_1.8.0.2.bb} (95%) 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..2ff3ca290c 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 52e5d3da99f6f14ed8783f535277161cabacc875 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 @@ -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.1.bb b/meta/recipes-connectivity/socat/socat_1.8.0.2.bb similarity index 95% rename from meta/recipes-connectivity/socat/socat_1.8.0.1.bb rename to meta/recipes-connectivity/socat/socat_1.8.0.2.bb index 95b4017040..7d5da67c9c 100644 --- a/meta/recipes-connectivity/socat/socat_1.8.0.1.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.0.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] = "6a283565db7cf86292c6f70504c58abb03e29888adeed5a6c5f3457e803c1b81" +SRC_URI[sha256sum] = "adc07a9c2723527cf6568d2fb96559794cf9c254a4bc2edd36f7f3789e9f7625" inherit autotools -- 2.44.1