diff options
| author | Peter Marko <peter.marko@siemens.com> | 2023-03-22 17:47:38 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-03-25 09:07:10 -0400 |
| commit | e96e13f7c2cb7a589ec1c80ac925a339c8c4f4e3 (patch) | |
| tree | eba4db9434002908d06350ca8f01e36742e896b9 /meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | |
| parent | 3f9340a9241d497753b330d90d6a3d8332c1ba7f (diff) | |
| download | meta-openembedded-e96e13f7c2cb7a589ec1c80ac925a339c8c4f4e3.tar.gz | |
c-ares: fix CVE-2022-4904
Backport based on https://github.com/c-ares/c-ares/issues/496
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb index 2cd00cb578..5614d1310f 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | |||
| @@ -5,7 +5,9 @@ SECTION = "libs" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https \ |
| 9 | file://CVE-2022-4904.patch \ | ||
| 10 | " | ||
| 9 | SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" | 11 | SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" |
| 10 | 12 | ||
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
