mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-08 18:30:16 +00:00
This patch applies the upstream fix for CVE-2026-59939 as referenced in [2], using the upstream commit identified in [1]. [1] https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427 [2] https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3 Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
18 lines
551 B
BlitzBasic
18 lines
551 B
BlitzBasic
SUMMARY = "A comprehensive HTTP client library, httplib2 supports many features left out of other HTTP libraries."
|
|
HOMEPAGE = "https://github.com/httplib2/httplib2"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf"
|
|
|
|
SRC_URI[sha256sum] = "d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81"
|
|
|
|
SRC_URI += "file://CVE-2026-59939.patch"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-compression \
|
|
python3-netclient \
|
|
python3-pyparsing \
|
|
"
|