]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libsass: fix fetched commit hash
authorPeter Marko <peter.marko@siemens.com>
Wed, 19 Feb 2025 17:40:28 +0000 (18:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Feb 2025 09:07:13 +0000 (09:07 +0000)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sass/libsass_git.bb

index 295a2b059f40c5c5dbfff0c0a2b52b96ecb33720..f0824944b93bf61ef254f63c66e353173b90c5ff 100644 (file)
@@ -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"