mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
3e72a5f33c
Pick patch per [1] poiting to [2] pointing to [3].
[1] https://nvd.nist.gov/vuln/detail/CVE-2022-40320
[2] https://github.com/libconfuse/libconfuse/issues/163
[3] https://github.com/libconfuse/libconfuse/commit/d73777c2c3566fb2647727bb56d9a2295b81669b
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c048c04101)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
18 lines
465 B
BlitzBasic
18 lines
465 B
BlitzBasic
DESCRIPTION = "libConfuse is a configuration file parser library"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"
|
|
|
|
SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d"
|
|
SRC_URI = " \
|
|
git://github.com/libconfuse/libconfuse.git;branch=master;protocol=https \
|
|
file://CVE-2022-40320.patch \
|
|
"
|
|
|
|
inherit autotools-brokensep pkgconfig gettext
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_configure:prepend(){
|
|
(cd ${S} && ${S}/autogen.sh)
|
|
}
|