From patchwork Wed Nov 15 14:37:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 34578 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 01097C54F58 for ; Wed, 15 Nov 2023 14:37:11 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.14613.1700059029150162965 for ; Wed, 15 Nov 2023 06:37:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=X/H5KoCM; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=h2cUlEtH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018bd36a1ad6-e8f7b68c-22b6-4c69-9e2a-4c8708475358-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=1700059028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=fUsVfuPa25SrVKDtOJ3ytyMmbRMjqPSQF2OcDsWWrFc=; b=X/H5KoCMlRZg0rt+KRkRDC+wzkXV+7KpV1iMP8fPpqzbjsLCvYkFlEUh1a5V9GbQ UfX0hsT+CZTGljgGpo7V7tlF/bfCdLOHk7/Rqn5Z2p7vptkGezBDl6x1nHkLih3FiYo KJ+nDVpEtFVUdTrcpO+ZSr/P/l74xqGild+9/ELA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1700059028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=fUsVfuPa25SrVKDtOJ3ytyMmbRMjqPSQF2OcDsWWrFc=; b=h2cUlEtHJ0IpasGdnRmMJa8qCobsgi0UYpgRw3FfDYLVj7x1p82woJ3pUi4Kp/Lx iUU1iVXuRgI822l3aRNxK5XSyhltT5cerQGMRxLZeIpMX6I2HSXCThWuh4c3BzKyOmX RKcgF7fxT5Ok+NEgD/Z74ATVmxxe1OOO3tamPdc0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] socat: upgrading to 1.8.0.0 FAILED Message-ID: <0101018bd36a1ad6-e8f7b68c-22b6-4c69-9e2a-4c8708475358-000000@us-west-2.amazonses.com> Date: Wed, 15 Nov 2023 14:37:08 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.15-54.240.27.30 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 ; Wed, 15 Nov 2023 14:37:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190618 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *socat* to *1.8.0.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-socat-upgrade-1.7.4.4-1.8.0.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 a195571128a9d11e5bc87e09f32c1fe9a90be43a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Nov 2023 05:18:06 +0000 Subject: [PATCH] socat: upgrade 1.7.4.4 -> 1.8.0.0 --- .../{socat_1.7.4.4.bb => socat_1.8.0.0.bb} | 70 ++++++++++++++++++- 1 file changed, 68 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.7.4.4.bb => socat_1.8.0.0.bb} (40%) diff --git a/meta/recipes-connectivity/socat/socat_1.7.4.4.bb b/meta/recipes-connectivity/socat/socat_1.8.0.0.bb similarity index 40% rename from meta/recipes-connectivity/socat/socat_1.7.4.4.bb rename to meta/recipes-connectivity/socat/socat_1.8.0.0.bb index 5a379380d1..b7654e0cac 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.4.4.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.0.0.bb @@ -1,3 +1,68 @@ +# 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,25 +1,3 @@ +# -smoothly also under RedHat Linux. After yodl 1.31 installation, the following +# -correction must be performed in /usr/share/yodl/shared.yo in two places: +# -< whenhtml(htmlcommand())) +# -> whenhtml(htmlcommand())) +# - +# - +# -license +# -------- +# - +# -socat is distributed under the terms of the GNU GPLv2; +# -except for install-sh, which is copyright MIT, with its own license; +# - +# -In addition, as a special exception, the copyright holder +# -gives permission to link the code of this program with +# -any version of the OpenSSL library which is distributed +# -under a license identical to that listed in the included +# -COPYING.OpenSSL file, and distribute linked combinations +# -including the two. You must obey the GNU General Public +# -License in all respects for all of the code used other +# -than OpenSSL. If you modify this file, you may extend this +# -exception to your version of the file, but you are not +# -obligated to do so. If you do not wish to do so, delete +# this exception statement from your version. +# +# +# @@ -29,3 +7,25 @@ +# +# This program is distributed in the hope that it will be useful, +# 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. +# + +# + +# +contact +# +------- +# + +# +For questions, bug reports, ideas, contributions etc. please contact +# +socat@dest-unreach.org +# + +# +For socat source distribution, bug fixes, and latest news see +# + http://www.dest-unreach.org/socat/ +# + +# +www.socat.org is an alternate site providing the same contents. +# + +# +public git repository: +# + git://repo.or.cz/socat.git +# + http://repo.or.cz/socat.git +# +# + SUMMARY = "Multipurpose relay for bidirectional data transfer" DESCRIPTION = "Socat is a relay for bidirectional data \ transfer between two independent data channels." @@ -7,11 +72,12 @@ SECTION = "console/network" LICENSE = "GPL-2.0-with-OpenSSL-exception" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://README;beginline=257;endline=287;md5=82520b052f322ac2b5b3dfdc7c7eea86" + file://README;beginline=257;endline=287;md5=50ddb8f6b31e128a75c3b6e972b7b6ba \ + " SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2" -SRC_URI[sha256sum] = "fbd42bd2f0e54a3af6d01bdf15385384ab82dbc0e4f1a5e153b3e0be1b6380ac" +SRC_URI[sha256sum] = "e1de683dd22ee0e3a6c6bbff269abe18ab0c9d7eb650204f125155b9005faca7" inherit autotools