From 645c82e60bf7402a35cc28775f92629c7332ca47 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Sat, 28 Feb 2026 17:02:02 +0800 Subject: [PATCH] tnftp: upgrade 20230507 -> 20260211 1.Changelog: * tnftp.h: improve compat. * Sync inet_pton.c to lib/libc/inet/inet_pton.c 1.8, via othersrc/libexec/tnftpd/libnetbsd/inet_pton.c 1.5: * Lint issues. * Hex formatting change from bind 9.4.0. * Sync inet_ntop.c to lib/libc/inet/inet_ntop.c 1.12, via othersrc/libexec/tnftpd/libnetbsd/inet_ntop.c 1.5: * Always set errno when returning NULL. * Sync fgetln.c to tools/compat/fgetln.c 1.12: * Switch to a version that does not suffer from reporting the wrong length if the file contains NULs. From OpenBSD. * Fix -Wformat-overflow issues detected by gcc 11 in fetch.c. (Also fixed in upstream NetBSD ftp, will be part of next import.) 2. LICENSE checksum has changed as Copyright year changed Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../tnftp/{tnftp_20230507.bb => tnftp_20260211.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/tnftp/{tnftp_20230507.bb => tnftp_20260211.bb} (90%) diff --git a/meta-networking/recipes-support/tnftp/tnftp_20230507.bb b/meta-networking/recipes-support/tnftp/tnftp_20260211.bb similarity index 90% rename from meta-networking/recipes-support/tnftp/tnftp_20230507.bb rename to meta-networking/recipes-support/tnftp/tnftp_20260211.bb index 4ab694fbba..90bff9a71b 100644 --- a/meta-networking/recipes-support/tnftp/tnftp_20230507.bb +++ b/meta-networking/recipes-support/tnftp/tnftp_20260211.bb @@ -30,8 +30,8 @@ ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp" FILES:${PN} = "${bindir}/tnftp" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbbb944979c7466ed5509b4bbc6c328b" -SRC_URI[sha256sum] = "be0134394bd7d418a3b34892b0709eeb848557e86474e1786f0d1a887d3a6580" +LIC_FILES_CHKSUM = "file://COPYING;md5=a78330785e3081e1679266f0ba58c555" +SRC_URI[sha256sum] = "101cda6927e5de4338ad9d4b264304d7d15d6a78b435968a7b95093e0a2efe03" PACKAGECONFIG ?= "openssl \ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \