mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
syslog-ng: add UPSTREAM_CHECK_REGEX
Add UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version syslog-ng INFO: Current version: 4.8.2 INFO: Latest version: After the patch: $ devtool latest-version syslog-ng INFO: Current version: 4.8.2 INFO: Latest version: 4.10.2 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ SRC_URI:append:powerpc64le = " file://0001-plugin.c-workaround-powerpc64le-segfa
|
|||||||
SRC_URI[sha256sum] = "7d1ebe70746009dc06bd2fa5c412a1985579a9c887292f766cc775d169d60e68"
|
SRC_URI[sha256sum] = "7d1ebe70746009dc06bd2fa5c412a1985579a9c887292f766cc775d169d60e68"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases"
|
UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases"
|
||||||
|
UPSTREAM_CHECK_REGEX = "releases/tag/syslog-ng-(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
CVE_STATUS[CVE-2022-38725] = "cpe-incorrect: cve-check wrongly matches cpe:2.3:a:oneidentity:syslog-ng:*:*:*:*:premium:*:*:* < 7.0.32"
|
CVE_STATUS[CVE-2022-38725] = "cpe-incorrect: cve-check wrongly matches cpe:2.3:a:oneidentity:syslog-ng:*:*:*:*:premium:*:*:* < 7.0.32"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user