diff mbox series

[AUH] civetweb: upgrading to 1.16 FAILED

Message ID 0101018b9851b462-90c6ddca-c118-4b89-abb7-117a665578d8-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] civetweb: upgrading to 1.16 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 3:12 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *civetweb* to *1.16* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-civetweb-upgrade-1.12-1.16.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 a092acb757b8929af8dd2cb36df3217ed8d3d703 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 02:07:18 +0000
Subject: [PATCH] civetweb: upgrade 1.12 -> 1.16

---
 .../civetweb/civetweb_git.bb                  | 140 +++++++++++++++++-
 1 file changed, 137 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
index e9c205618..4951fbd63 100644
--- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
+++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
@@ -1,11 +1,145 @@ 
+# 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:
+#
+# --- LICENSE.md
+# +++ LICENSE.md
+# @@ -11,7 +11,7 @@
+#  
+#  ### Included with all features.
+#  
+# -> Copyright (c) 2013-2020 The CivetWeb developers ([CREDITS.md](https://github.com/civetweb/civetweb/blob/master/CREDITS.md))
+# +> Copyright (c) 2013-2021 The CivetWeb developers ([CREDITS.md](https://github.com/civetweb/civetweb/blob/master/CREDITS.md))
+#  >
+#  > Copyright (c) 2004-2013 Sergey Lyubka
+#  >
+# @@ -45,25 +45,29 @@
+#  
+#  http://www.lua.org/license.html
+#  
+# -> Copyright (C) 1994-2015 Lua.org, PUC-Rio.
+# ->
+# -> Permission is hereby granted, free of charge, to any person obtaining a copy
+# -> of this software and associated documentation files (the "Software"), to deal
+# -> in the Software without restriction, including without limitation the rights
+# -> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# -> copies of the Software, and to permit persons to whom the Software is
+# -> furnished to do so, subject to the following conditions:
+# ->
+# -> The above copyright notice and this permission notice shall be included in
+# -> all copies or substantial portions of the Software.
+# ->
+# -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# -> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# -> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# -> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# -> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# -> THE SOFTWARE.
+# +> Copyright (C) 1994-2020 Lua.org, PUC-Rio.
+# +>
+# +> Permission is hereby granted, free of charge, to any person obtaining a copy
+# +> of this software and associated documentation files (the "Software"), to deal
+# +> in the Software without restriction, including without limitation the rights
+# +> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# +> copies of the Software, and to permit persons to whom the Software is
+# +> furnished to do so, subject to the following conditions:
+# +>
+# +> The above copyright notice and this permission notice shall be included in
+# +> all copies or substantial portions of the Software.
+# +>
+# +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# +> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# +> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# +> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# +> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# +> THE SOFTWARE.
+# +
+# +
+# +Additional components Copyright (C) Lua.org, PUC-Rio, with MIT license: 
+# +http://www.inf.puc-rio.br/~roberto/struct/
+#  
+#  
+#  SQLite3 License
+# @@ -118,27 +122,29 @@
+#  
+#  ### Included only if built with Lua support.
+#  
+# -http://keplerproject.github.io/luafilesystem/license.html
+# -
+# -> Copyright Kepler Project 2003 (http://www.keplerproject.org/luafilesystem)
+# ->
+# -> Permission is hereby granted, free of charge, to any person obtaining a copy
+# -> of this software and associated documentation files (the "Software"), to deal
+# -> in the Software without restriction, including without limitation the rights
+# -> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# -> copies of the Software, and to permit persons to whom the Software is
+# -> furnished to do so, subject to the following conditions:
+# ->
+# -> The above copyright notice and this permission notice shall be included in
+# -> all copies or substantial portions of the Software.
+# ->
+# -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# -> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# -> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# -> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# -> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# -> THE SOFTWARE.
+# +https://github.com/keplerproject/luafilesystem/blob/master/LICENSE
+# +
+# +> Copyright © 2003-2020 Kepler Project.
+# +>
+# +> Permission is hereby granted, free of charge, to any person
+# +> obtaining a copy of this software and associated documentation
+# +> files (the "Software"), to deal in the Software without
+# +> restriction, including without limitation the rights to use, copy,
+# +> modify, merge, publish, distribute, sublicense, and/or sell copies
+# +> of the Software, and to permit persons to whom the Software is
+# +> furnished to do so, subject to the following conditions:
+# +>
+# +> The above copyright notice and this permission notice shall be
+# +> included in all copies or substantial portions of the Software.
+# +>
+# +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# +> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+# +> BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+# +> ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# +> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# +> SOFTWARE.
+#  
+#  
+#  LuaXML License
+# @@ -188,9 +194,9 @@
+#  > ===============
+#  > Duktape license
+#  > ===============
+# -> 
+# +>
+#  > (http://opensource.org/licenses/MIT)
+# -> 
+# +>
+#  > Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst)
+#  >
+#  > Permission is hereby granted, free of charge, to any person obtaining a copy
+# 
+#
+
 SUMMARY = "Civetweb embedded web server"
 HOMEPAGE = "https://github.com/civetweb/civetweb"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ce6ce6eb1b2fd59ee6bab219470442a3"
 
-SRCREV = "4b440a339979852d5a51fb11a822952712231c23"
-PV = "1.12+git${SRCPV}"
+SRCREV = "d7ba35bbb649209c66e582d5a0244ba988a15159"
+PV = "1.16"
 SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \
            file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
            "