From b968ec867be3796a519c40618851d51ce304f78e Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 26 Oct 2021 09:17:31 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../recipes-daemons/atftp/{atftp_0.7.4.bb => atftp_0.7.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-daemons/atftp/{atftp_0.7.4.bb => atftp_0.7.5.bb} (91%) diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb b/meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb similarity index 91% rename from meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb rename to 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 \