diff mbox series

[meta-networking] htpdate: upgrade 1.3.7 -> 2.0.0

Message ID 20240925071056.26013-1-fathi.boudra@linaro.org
State Under Review
Headers show
Series [meta-networking] htpdate: upgrade 1.3.7 -> 2.0.0 | expand

Commit Message

Fathi Boudra Sept. 25, 2024, 7:10 a.m. UTC
From the changelog:
* bugfix: incorrect "estimated error" (relevant for "-x" option)
* improvement: make all implicit conversions explicit
* improvement: take network latency into account and compensate for it
* improvement: faster synchronization
* change: log to stderr instead of stdout when using "-F"

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 .../htpdate/{htpdate_1.3.7.bb => htpdate_2.0.0.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/htpdate/{htpdate_1.3.7.bb => htpdate_2.0.0.bb} (92%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb b/meta-networking/recipes-support/htpdate/htpdate_2.0.0.bb
similarity index 92%
rename from meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb
rename to meta-networking/recipes-support/htpdate/htpdate_2.0.0.bb
index b6dfab085..16d35794a 100644
--- a/meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb
+++ b/meta-networking/recipes-support/htpdate/htpdate_2.0.0.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] = "88c52fe475308ee95f560fd7cf68c75bc6e9a6abf56be7fed203a7f762fe7ab2"
+SRC_URI[sha256sum] = "52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27"
 
 TARGET_CC_ARCH += "${LDFLAGS}"