diff mbox series

[AUH] tnftp: upgrading to 20230507 SUCCEEDED

Message ID 0101018b9851ba6c-161698c1-4c8f-4650-abc2-60ff8b3105ca-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] tnftp: upgrading to 20230507 SUCCEEDED | 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 *tnftp* to *20230507* has Succeeded.

Next steps:
    - apply the patch: git am 0001-tnftp-upgrade-20210827-20230507.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 4210ae4e258392097485369a451ddb2a52b069a5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 02:57:58 +0000
Subject: [PATCH] tnftp: upgrade 20210827 -> 20230507

---
 .../{tnftp_20210827.bb => tnftp_20230507.bb}  | 41 +++++++++++++++++--
 1 file changed, 38 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-support/tnftp/{tnftp_20210827.bb => tnftp_20230507.bb} (42%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb b/meta-networking/recipes-support/tnftp/tnftp_20230507.bb
similarity index 42%
rename from meta-networking/recipes-support/tnftp/tnftp_20210827.bb
rename to meta-networking/recipes-support/tnftp/tnftp_20230507.bb
index a6ba671e7..cf1a442b6 100644
--- a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
+++ b/meta-networking/recipes-support/tnftp/tnftp_20230507.bb
@@ -1,3 +1,39 @@ 
+# 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:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,6 +1,6 @@
+# -$NetBSD: COPYING,v 1.9 2021/05/16 08:28:50 lukem Exp $
+# +$NetBSD: COPYING,v 1.11 2023/04/09 01:18:28 lukem Exp $
+#  
+# -Copyright (c) 2001-2021 The NetBSD Foundation, Inc.
+# +Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
+#  All rights reserved.
+#  
+#  This code is derived from software contributed to The NetBSD Foundation
+# @@ -14,13 +14,6 @@
+#  2. Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in the
+#     documentation and/or other materials provided with the distribution.
+# -3. All advertising materials mentioning features or use of this software
+# -   must display the following acknowledgement:
+# -       This product includes software developed by the NetBSD
+# -       Foundation, Inc. and its contributors.
+# -4. Neither the name of The NetBSD Foundation nor the names of its
+# -   contributors may be used to endorse or promote products derived
+# -   from this software without specific prior written permission.
+#  
+#  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+#  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+# 
+#
+
 SUMMARY = "Enhanced NetBSD ftp client"
 DESCRIPTION = "tnftp (formerly known as lukemftp) is a port of the NetBSD FTP client \
 to other systems. It offers many enhancements over the traditional \
@@ -28,9 +64,8 @@  ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp"
 
 FILES:${PN} = "${bindir}/tnftp"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=b4248c6fb8ecff27f256ba97b25f1a21"
-SRC_URI[md5sum] = "fdb6dd1b53dca79148c395b77c6dba5a"
-SRC_URI[sha256sum] = "101901e90b656c223ec8106370dd0d783fb63d26aa6f0b2a75f40e86a9f06ea2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbbb944979c7466ed5509b4bbc6c328b"
+SRC_URI[sha256sum] = "be0134394bd7d418a3b34892b0709eeb848557e86474e1786f0d1a887d3a6580"
 
 PACKAGECONFIG ?= "openssl \
     ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \