diff options
| author | Chee Yang Lee <chee.yang.lee@intel.com> | 2023-07-06 14:07:09 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-20 12:10:40 -1000 |
| commit | 02f174035101a78165c5c706f777944f448e6b69 (patch) | |
| tree | bc1593265c52502987ddf9772695b7da0f63ad7f /meta/recipes-devtools/python/python3-requests_2.28.2.bb | |
| parent | 5f453b96a67acfefbabef9680a02c3763b1ac3dd (diff) | |
| download | poky-02f174035101a78165c5c706f777944f448e6b69.tar.gz | |
python3-requests: fix CVE-2023-32681
(From OE-Core rev: 11b6e64c07df043441824511c931fb0bc9673adc)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-requests_2.28.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-requests_2.28.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-requests_2.28.2.bb b/meta/recipes-devtools/python/python3-requests_2.28.2.bb index 2f397ddaad..b57f71673c 100644 --- a/meta/recipes-devtools/python/python3-requests_2.28.2.bb +++ b/meta/recipes-devtools/python/python3-requests_2.28.2.bb | |||
| @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf" | 6 | SRC_URI[sha256sum] = "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf" |
| 7 | 7 | ||
| 8 | SRC_URI += " file://CVE-2023-32681.patch" | ||
| 9 | |||
| 8 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 9 | 11 | ||
| 10 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
