aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-10-26 09:17:31 +0800
committerKhem Raj <raj.khem@gmail.com>2021-10-26 10:38:40 -0700
commitb968ec867be3796a519c40618851d51ce304f78e (patch)
tree9e035683e8c898d61393f6b7ceb0fcde63837d76
parent5844c6e28df8df6ad3d5e49e6069fb8eed94e397 (diff)
downloadmeta-openembedded-contrib-b968ec867be3796a519c40618851d51ce304f78e.tar.gz
atftp: upgrade 0.7.4 -> 0.7.5
atftp-0.7.5 =========== README: update contributors list text files: mark/convert all textfiles to UTF-8 fix some compiler warnings fix buffer overflow in atftpd (CVE-2021-41054) insert typos.patch insert atftp-0.7-ack_heuristic.patch insert atftp-0.7-server_receive_race.patch insert patch atftp-0.7-sorcerers_apprentice.patch test.sh: check for root no longer necessary Merge commits from https://github.com/srett/atftp ================================================= tftpd.c: Only drop privs if requested or running as root + check for failure fix invalid read of 1 byte in tftp_send_request. Check return value of fseek(), abort if != 0 options.c: Proper fix for the read-past-end-of-array configure.ac: Add -std=gnu89 if gcc/clang is detected tftpd.c: Fix memleak if thread spawning fails atftp: Check return value of fgets, buffer might be uninitialized on NULL Fix check for argz support (HAVE_ARGZ -> HAVE_ARGZ_H) replace LICENSE with current version License-Update: 1. Address changed 2. "the GNU Library General Public License" changed to "the GNU Lesser General Public License" 3. Format of LICENSE changed Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb (renamed from meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb b/meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb
index 7661e9c48e..de283df837 100644
--- a/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb
+++ b/meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb
@@ -2,9 +2,9 @@ SUMMARY = "Advanced TFTP server and client"
SECTION = "net"
HOMEPAGE = "http://packages.debian.org/atftp"
LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f65159f73e603f89d6867d43191900e5"
-SRCREV = "e56e8845f1070e89a4a6e509396b681688d03793"
+SRCREV = "00921e75728e3681b051c2e48c59e36c6cfa2e97"
SRC_URI = "git://git.code.sf.net/p/atftp/code \
file://atftpd.init \