From b82354a2acce0370564426f7f824e628a27df2f8 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 25 Apr 2022 15:31:13 +0800 Subject: [PATCH] htpdate: upgrade 1.3.3 -> 1.3.4 Changes in 1.3.4 ---------------- - fix small memory leak in strdup - fix free in case of DNS lookup failure - other minor updates Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../htpdate/{htpdate_1.3.3.bb => htpdate_1.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/htpdate/{htpdate_1.3.3.bb => htpdate_1.3.4.bb} (92%) diff --git a/meta-networking/recipes-support/htpdate/htpdate_1.3.3.bb b/meta-networking/recipes-support/htpdate/htpdate_1.3.4.bb similarity index 92% rename from meta-networking/recipes-support/htpdate/htpdate_1.3.3.bb rename to meta-networking/recipes-support/htpdate/htpdate_1.3.4.bb index d0cc414a64..d25600645e 100644 --- a/meta-networking/recipes-support/htpdate/htpdate_1.3.3.bb +++ b/meta-networking/recipes-support/htpdate/htpdate_1.3.4.bb @@ -14,7 +14,7 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://htpdate.c;beginline=26;endline=30;md5=2b6cdb94bd5349646d7e33f9f501eef7" SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.gz" -SRC_URI[sha256sum] = "74f34b013eba6f99369819fa4b3d48e9ab5e531ad04f6af59cc04e8777c76ed7" +SRC_URI[sha256sum] = "744f9200cfd3b008a5516c5eb6da727af532255a329126a7b8f49a5623985642" TARGET_CC_ARCH += "${LDFLAGS}"