[meta-networking][PATCH 088/109] htpdate: upgrade 1.3.7 -> 2.0.2
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- .../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}"