similarity index 77%
rename from meta/recipes-core/netbase/netbase_6.5.bb
rename to meta/recipes-core/netbase/netbase_6.6.bb
@@ -3,14 +3,16 @@ DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/
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"
+S = "${UNPACKDIR}/work"
+
inherit allarch
-SRC_URI[sha256sum] = "9116047aebbaa1698934052d01c6e09b4c3aed643e93df63d2ddcbec243c26d1"
+SRC_URI[sha256sum] = "31f7e8a37f3f07010e484f74bcbee503923b38d1a36c6a11326b804acc07224e"
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
@@ -21,5 +23,3 @@ do_install () {
install -m 0644 ${S}/etc/services ${D}${sysconfdir}/services
install -m 0644 ${S}/etc/ethertypes ${D}${sysconfdir}/ethertypes
}
-
-S = "${UNPACKDIR}/netbase"
Source: debian/changelog [1] 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 Update S to ${UNPACKDIR}/work to match the new tarball structure License-Update: copyright content, see [2] [1] https://salsa.debian.org/md/netbase/-/blob/debian/6.6/debian/changelog [2] https://salsa.debian.org/md/netbase/-/commit/392d1b45a2e3d41e6a791dbc817e83953cd9cb8d Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> --- .../netbase/{netbase_6.5.bb => netbase_6.6.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-core/netbase/{netbase_6.5.bb => netbase_6.6.bb} (77%)