Add UPSTREAM_CHECK_URI to check the correct latest stable verison. Before the patch: $ devtool latest-version ntp INFO: Current version: 4.2.8p18 INFO: Latest version:
After the patch: $ devtool latest-version ntp INFO: Current version: 4.2.8p18 INFO: Latest version: 4.2.8p18 Signed-off-by: Yi Zhao <[email protected]> --- meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb index 33d19a696a..a5a6048f8a 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb @@ -26,6 +26,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g SRC_URI[sha256sum] = "cf84c5f3fb1a295284942624d823fffa634144e096cfc4f9969ac98ef5f468e5" +UPSTREAM_CHECK_URI = "https://downloads.nwtime.org/ntp/" UPSTREAM_CHECK_REGEX = "ntp-(?P<pver>(\d+(\.\d+)+)(p\d+)?)\.tar" CVE_STATUS[CVE-2016-9312] = "not-applicable-platform: Issue only applies on Windows" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121638): https://lists.openembedded.org/g/openembedded-devel/message/121638 Mute This Topic: https://lists.openembedded.org/mt/116270961/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
