mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
680570c8b6
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-56225 Pick the PR content referenced by the NVD advisory. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
15 lines
468 B
PHP
15 lines
468 B
PHP
SUMMARY = "Fluidsynth is a software synthesizer"
|
|
HOMEPAGE = "http://www.fluidsynth.org/"
|
|
SECTION = "libs/multimedia"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
|
|
|
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https \
|
|
file://CVE-2025-56225.patch \
|
|
"
|
|
SRCREV = "8b00644751578ba67b709a827cbe5133d849d339"
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.2.6"
|
|
|
|
inherit cmake pkgconfig lib_package
|