diff mbox series

[AUH] socat: upgrading to 1.8.0.0 FAILED

Message ID 0101018c25848042-68cfddec-7a06-44da-aa1e-b49c36b5b5dc-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] socat: upgrading to 1.8.0.0 FAILED | expand

Commit Message

auh@yoctoproject.org Dec. 1, 2023, 1:14 p.m. UTC
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 149df69132ffd95abb1f806ab1b6f77b3c2e4262 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Dec 2023 05:52:14 +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 mbox series

Patch

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(<!)ARG1+htmlcommand(>)))
+# -> whenhtml(htmlcommand(<!--)ARG1+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