From 61467aca9bb1c50e41a518528fafc24a33bba8dc Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 1 Nov 2022 07:22:50 +0000
Subject: [PATCH] netbase: upgrade 6.3 -> 6.4

---
 .../{netbase_6.3.bb => netbase_6.4.bb}        | 58 ++++++++++++++++++-
 1 file changed, 56 insertions(+), 2 deletions(-)
 rename meta/recipes-core/netbase/{netbase_6.3.bb => netbase_6.4.bb} (21%)

diff --git a/meta/recipes-core/netbase/netbase_6.3.bb b/meta/recipes-core/netbase/netbase_6.4.bb
similarity index 21%
rename from meta/recipes-core/netbase/netbase_6.3.bb
rename to meta/recipes-core/netbase/netbase_6.4.bb
index bec6498cdd..4b09479f0e 100644
--- a/meta/recipes-core/netbase/netbase_6.3.bb
+++ b/meta/recipes-core/netbase/netbase_6.4.bb
@@ -1,16 +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:
+#
+# --- debian/copyright
+# +++ debian/copyright
+# @@ -1,11 +1,28 @@
+# -This package was created by Peter Tobias tobias@et-inf.fho-emden.de on
+# -Wed, 24 Aug 1994 21:33:28 +0200 and maintained by Anthony Towns
+# -<ajt@debian.org> until 2001.
+# -It is currently maintained by Marco d'Itri <md@linux.it>.
+# +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+# +Comment:
+# + This package was created by Peter Tobias tobias@et-inf.fho-emden.de on
+# + Wed, 24 Aug 1994 21:33:28 +0200 and maintained by Anthony Towns
+# + <ajt@debian.org> until 2001.
+# + It is currently maintained by Marco d'Itri <md@linux.it>.
+#  
+# -Copyright 1994-2010 Peter Tobias, Anthony Towns and Marco d'Itri
+# -
+# -The programs in this package are distributed under the terms of the GNU
+# -General Public License, version 2 as distributed by the Free Software
+# -Foundation. On Debian systems, a copy of this license may be found in
+# -/usr/share/common-licenses/GPL-2.
+# +Files: *
+# +Copyright:
+# + Copyright (c) 1994-1998 Peter Tobias
+# + Copyright (c) 1998-2001 Anthony Towns
+# + Copyright (c) 2002-2022 Marco d'Itri
+# +License: GPL-2
+# + This program is free software; you can redistribute it and/or modify
+# + it under the terms of the GNU General Public License, version 2, as
+# + published by the Free Software Foundation.
+# + .
+# + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# + .
+# + On Debian systems, the complete text of the GNU General Public License
+# + version 2 can be found in '/usr/share/common-licenses/GPL-2'.
+# 
+#
+
 SUMMARY = "Basic TCP/IP networking support"
 DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/IP based networking"
 HOMEPAGE = "http://packages.debian.org/netbase"
 SECTION = "base"
 LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=78dd2c7c6f487348e4a0092c17a19d42"
 PE = "1"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz"
 
 inherit allarch
 
-SRC_URI[sha256sum] = "7c42a6a1cafa0c64103c71cab6431fc8613179b2449a1a00e55e3584e860d81c"
+SRC_URI[sha256sum] = "fa6621826ff1150e581bd90bc3c8a4ecafe5df90404f207db6dcdf2c75f26ad7"
 
 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
 
@@ -21,3 +73,5 @@ do_install () {
 	install -m 0644 ${S}/etc/services ${D}${sysconfdir}/services
 	install -m 0644 ${S}/etc/ethertypes ${D}${sysconfdir}/ethertypes
 }
+
+S = "${WORKDIR}/netbase"
-- 
2.31.1

