diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-12 21:44:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-12 09:39:00 -0800 |
| commit | a0a562b2648ebb80410307d35b70ec1b3e99712f (patch) | |
| tree | 8417b88085b9887b3c883a8655e1007dd63f5693 | |
| parent | 62b2b23e0c10fbf7c337488481f3b3a070a79025 (diff) | |
| download | meta-openembedded-a0a562b2648ebb80410307d35b70ec1b3e99712f.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb index 3eb46b775c..cfc376ded1 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | |||
| @@ -29,6 +29,7 @@ SRC_URI:append:powerpc64le = " file://0001-plugin.c-workaround-powerpc64le-segfa | |||
| 29 | SRC_URI[sha256sum] = "7d1ebe70746009dc06bd2fa5c412a1985579a9c887292f766cc775d169d60e68" | 29 | SRC_URI[sha256sum] = "7d1ebe70746009dc06bd2fa5c412a1985579a9c887292f766cc775d169d60e68" |
| 30 | 30 | ||
| 31 | UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases" | 31 | UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases" |
| 32 | UPSTREAM_CHECK_REGEX = "releases/tag/syslog-ng-(?P<pver>\d+(\.\d+)+)" | ||
| 32 | 33 | ||
| 33 | CVE_STATUS[CVE-2022-38725] = "cpe-incorrect: cve-check wrongly matches cpe:2.3:a:oneidentity:syslog-ng:*:*:*:*:premium:*:*:* < 7.0.32" | 34 | CVE_STATUS[CVE-2022-38725] = "cpe-incorrect: cve-check wrongly matches cpe:2.3:a:oneidentity:syslog-ng:*:*:*:*:premium:*:*:* < 7.0.32" |
| 34 | 35 | ||
