similarity index 39%
rename from meta/recipes-core/netbase/netbase_6.5.bb
rename to meta/recipes-core/netbase/netbase_6.6.bb
@@ -1,16 +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:
+#
+# --- debian/copyright
+# +++ debian/copyright
+# @@ -21,8 +21,7 @@
+# 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.
+# + with this program; if not, see <https://www.gnu.org/licenses/>.
+# .
+# 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=78dd2c7c6f487348e4a0092c17a19d42"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=03a03b9cf1aa619e30b1c9d53141163e"
PE = "1"
SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz"
inherit allarch
-SRC_URI[sha256sum] = "9116047aebbaa1698934052d01c6e09b4c3aed643e93df63d2ddcbec243c26d1"
+SRC_URI[sha256sum] = "31f7e8a37f3f07010e484f74bcbee503923b38d1a36c6a11326b804acc07224e"
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *netbase* to *6.6* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-netbase-upgrade-6.5-6.6.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 1558d6a03035ef2d7980014e7505969e09911905 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Tue, 25 Aug 2026 05:15:34 +0000 Subject: [PATCH] netbase: upgrade 6.5 -> 6.6 Source: debian/changelog netbase (6.6) unstable; urgency=medium * services: renamed datametrics (1645) to sightline, which is the official name. * services: renamed z3950 (143/tcp) to z39-50, which is the official name. The old name is kept as an alias. * services: renamed snmp-trap (162) to snmptrap, which is the official name. The old name is kept as an alias. * services: renamed imap2 (143/tcp) to imap, which is the official name. The old name is kept as an alias. * services: renamed sip-tls (5061) to sips, which is the official name. The old name is kept as an alias. * services: removed some historical or not actually used ports: rmtcfg (1236/tcp), rtcm-sc104 (2101/udp), sgi-cmsd (17001/udp), sgi-crsd (17002/udp), sgi-gcd (17003/udp), sgi-cad (17004/tcp), asp (27374). -- Marco d'Itri <md@linux.it> Mon, 24 Aug 2026 00:53:38 +0200 --- .../{netbase_6.5.bb => netbase_6.6.bb} | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) rename meta/recipes-core/netbase/{netbase_6.5.bb => netbase_6.6.bb} (39%)