From 74e510631bac5f6358592c56ac9c72e331f90f3d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 6 Aug 2026 10:44:28 +0000 Subject: [PATCH] htpdate: upgrade 1.3.7 -> 2.0.2 Upstream's vervest.org tarball archive no longer serves 2.0.x releases (404) and htpdate's GitHub releases carry no tarball assets, so switch SRC_URI to fetch via git protocol pinned at the v2.0.2 tag's commit, consistent with OE's "no unstable GitHub archive tarball" QA policy. License header block shifted by one line upstream (25-29 instead of 26-30); text and md5 are otherwise unchanged, updated LIC_FILES_CHKSUM accordingly. No patches involved. Build-verified with a full cleansstate rebuild. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj --- .../htpdate/{htpdate_1.3.7.bb => htpdate_2.0.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-support/htpdate/{htpdate_1.3.7.bb => htpdate_2.0.2.bb} (81%) diff --git a/meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb b/meta-networking/recipes-support/htpdate/htpdate_2.0.2.bb similarity index 81% rename from meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb rename to meta-networking/recipes-support/htpdate/htpdate_2.0.2.bb index b6dfab0856..fe10362dd2 100644 --- a/meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb +++ b/meta-networking/recipes-support/htpdate/htpdate_2.0.2.bb @@ -11,10 +11,10 @@ DESCRIPTION = "The HTTP Time Protocol (HTP) is used to synchronize a computer's HOMEPAGE = "https://github.com/twekkel/htpdate" BUGTRACKER = "https://github.com/twekkel/htpdate/issues" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://htpdate.c;beginline=26;endline=30;md5=2b6cdb94bd5349646d7e33f9f501eef7" +LIC_FILES_CHKSUM = "file://htpdate.c;beginline=25;endline=29;md5=2b6cdb94bd5349646d7e33f9f501eef7" -SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.gz" -SRC_URI[sha256sum] = "88c52fe475308ee95f560fd7cf68c75bc6e9a6abf56be7fed203a7f762fe7ab2" +SRC_URI = "git://github.com/twekkel/htpdate.git;branch=master;protocol=https" +SRCREV = "c3666d6d107662081339a1a24cab092810d7cd00" TARGET_CC_ARCH += "${LDFLAGS}"