mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 20:55:31 +00:00
Details: https://nvd.nist.gov/vuln/detail/CVE-2022-40320 Pick the patch that was marked to resolve the github bug in the NVD advisory. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
17 lines
476 B
BlitzBasic
17 lines
476 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)
|
|
}
|