diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-02-28 17:02:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:26:00 -0800 |
| commit | 645c82e60bf7402a35cc28775f92629c7332ca47 (patch) | |
| tree | 0775c7732d84aceeccb7a459d8d82296c296cb2b | |
| parent | b114f9080d5df78a9b7f625aa0189bc21ad12157 (diff) | |
| download | meta-openembedded-645c82e60bf7402a35cc28775f92629c7332ca47.tar.gz | |
tnftp: upgrade 20230507 -> 20260211
1.Changelog:
* tnftp.h: improve <arpa/nameser.h> 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 <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/tnftp/tnftp_20260211.bb (renamed from meta-networking/recipes-support/tnftp/tnftp_20230507.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20230507.bb b/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" | |||
| 30 | 30 | ||
| 31 | FILES:${PN} = "${bindir}/tnftp" | 31 | FILES:${PN} = "${bindir}/tnftp" |
| 32 | 32 | ||
| 33 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbbb944979c7466ed5509b4bbc6c328b" | 33 | LIC_FILES_CHKSUM = "file://COPYING;md5=a78330785e3081e1679266f0ba58c555" |
| 34 | SRC_URI[sha256sum] = "be0134394bd7d418a3b34892b0709eeb848557e86474e1786f0d1a887d3a6580" | 34 | SRC_URI[sha256sum] = "101cda6927e5de4338ad9d4b264304d7d15d6a78b435968a7b95093e0a2efe03" |
| 35 | 35 | ||
| 36 | PACKAGECONFIG ?= "openssl \ | 36 | PACKAGECONFIG ?= "openssl \ |
| 37 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 37 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
