diff mbox series

[2/2] libsass: fix fetched commit hash

Message ID 20250219174028.3486899-2-peter.marko@siemens.com
State Accepted, archived
Commit a4bee854f7009564cd2dbc6d30fd5a94a8ec7427
Headers show
Series [1/2] sassc: set status of CVE-2022-43357 | expand

Commit Message

Peter Marko Feb. 19, 2025, 5:40 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Old commit hash is for v3.6.5, not v3.6.6.
https://github.com/sass/libsass/tags
Old version contains several vulnerabilities.

Note that exact recipe copy of recipe introduced in oe-core was never
present in oe.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta/recipes-support/sass/libsass_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/sass/libsass_git.bb b/meta/recipes-support/sass/libsass_git.bb
index 295a2b059f..f0824944b9 100644
--- a/meta/recipes-support/sass/libsass_git.bb
+++ b/meta/recipes-support/sass/libsass_git.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d"
 inherit autotools
 
 SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https"
-SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3"
+SRCREV = "7037f03fabeb2b18b5efa84403f5a6d7a990f460"
 PV = "3.6.6"
 
 S = "${WORKDIR}/git"