diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-11 12:50:15 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 10:25:56 -0800 |
| commit | 4da079d7f572efed610bdf1291e838d0a5fc45cc (patch) | |
| tree | c2d5ac1201f48b81fe0485ea483977f87c9f7542 /meta-oe | |
| parent | 5d3936d5dd0489a984e37cc00b59e6a05d9541ac (diff) | |
| download | meta-openembedded-4da079d7f572efed610bdf1291e838d0a5fc45cc.tar.gz | |
asyncmqtt: set CVE_PRODUCT
The CVEs are tracked with an underscore in the product name:
sqlite> select * from PRODUCTs where product like '%async%mq%';
CVE-2025-65503|redboltz|async_mqtt|10.2.5|=||
This patch sets the correct CVE_PRODUCT.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb index 6a73543821..47de7a7344 100644 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb | |||
| @@ -4,6 +4,8 @@ LICENSE = "BSL-1.0" | |||
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" |
| 6 | 6 | ||
| 7 | CVE_PRODUCT = "async_mqtt" | ||
| 8 | |||
| 7 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" | 9 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" |
| 8 | SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9" | 10 | SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9" |
| 9 | 11 | ||
