summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-14 18:38:14 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-14 08:59:29 -0700
commitf266b3db88e67044dbf244d9f6de5f2fa20c43af (patch)
treeb7abb75494e7759cc4e0a421e5ee160e26e003f2 /meta-networking
parent4e07ea136a7b1947a1a7558d65ea9e4283f4338b (diff)
downloadmeta-openembedded-f266b3db88e67044dbf244d9f6de5f2fa20c43af.tar.gz
atftp: upgrade 0.8.0 -> 0.8.1
License-Update: update LICENSE from https://www.gnu.org/licenses/ Changelog: ============= - merge README* to single README.md - Merge pull request #2 from feckert/pr/20250902-build-fixes - Fix fortify abort when LTO is enabled - Fix uninitialized buffer data. - Enable listening on IPv6 - test.sh: redirect stderr to /dev/null when counting lines - Declare variable D as local in stop_and_clean - Fix pthread_t format warning for fprintf - Fix incompatible-pointer-types for pcre2_substring_list_free Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/atftp/atftp_0.8.1.bb (renamed from meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb b/meta-networking/recipes-daemons/atftp/atftp_0.8.1.bb
index 9db0aebccb..ecd55684f5 100644
--- a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb
+++ b/meta-networking/recipes-daemons/atftp/atftp_0.8.1.bb
@@ -2,9 +2,9 @@ SUMMARY = "Advanced TFTP server and client"
2SECTION = "net" 2SECTION = "net"
3HOMEPAGE = "http://packages.debian.org/atftp" 3HOMEPAGE = "http://packages.debian.org/atftp"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f65159f73e603f89d6867d43191900e5" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce"
6 6
7SRCREV = "d5c27eb7a9695d83569767e27ef69674173db39a" 7SRCREV = "7238b7b6753157d0c4ad739df3d87a958f78d70b"
8 8
9SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master;protocol=https \ 9SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master;protocol=https \
10 file://atftpd.init \ 10 file://atftpd.init \