From 7b406a134e73d74cc42cd04a18a956e4a8fedb0d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:20 +0800 Subject: libjs-jquery-cookie: upgrade 3.0.5 -> 3.0.7 Changelog: =========== - Prevent cookie attribute injection: CVE-2026-46625 - Add Partitioned attribute to readme - Publish to npm registry via trusted publisher exclusively - Ensure consistent behaviour for get('name') + get() Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libjs/libjs-jquery-cookie_3.0.5.bb | 26 ---------------------- .../libjs/libjs-jquery-cookie_3.0.7.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb create mode 100644 meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb deleted file mode 100644 index f4e26a65fc..0000000000 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "A simple, lightweight JavaScript API for handling cookies." -HOMEPAGE = "https://github.com/js-cookie/js-cookie" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" - -SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main" - -SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" - - -JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" -JQUERYCOOKIEDOCDIR = "${docdir}/libjs-jquery-cookie" - -do_install() { - install -d ${D}${JQUERYCOOKIEDIR} - install -m 0644 ${S}/*.js ${D}${JQUERYCOOKIEDIR} - install -m 0644 ${S}/src/*.mjs ${D}${JQUERYCOOKIEDIR} - install -m 0644 ${S}/*.json ${D}${JQUERYCOOKIEDIR} - - install -d ${D}${JQUERYCOOKIEDOCDIR} - install -m 0644 ${S}/*.md ${D}${JQUERYCOOKIEDOCDIR} - -} - -FILES:${PN} += "${datadir}/javascript/jquery-cookie" -FILES:${PN}-doc += "${docdir}/libjs-jquery-cookie" diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb new file mode 100644 index 0000000000..7544ad4d9b --- /dev/null +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb @@ -0,0 +1,26 @@ +SUMMARY = "A simple, lightweight JavaScript API for handling cookies." +HOMEPAGE = "https://github.com/js-cookie/js-cookie" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" + +SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main;tag=v${PV}" + +SRCREV = "17bacba0171dd022728d8fdeba3203c60791bf58" + + +JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" +JQUERYCOOKIEDOCDIR = "${docdir}/libjs-jquery-cookie" + +do_install() { + install -d ${D}${JQUERYCOOKIEDIR} + install -m 0644 ${S}/*.js ${D}${JQUERYCOOKIEDIR} + install -m 0644 ${S}/src/*.mjs ${D}${JQUERYCOOKIEDIR} + install -m 0644 ${S}/*.json ${D}${JQUERYCOOKIEDIR} + + install -d ${D}${JQUERYCOOKIEDOCDIR} + install -m 0644 ${S}/*.md ${D}${JQUERYCOOKIEDOCDIR} + +} + +FILES:${PN} += "${datadir}/javascript/jquery-cookie" +FILES:${PN}-doc += "${docdir}/libjs-jquery-cookie" -- cgit v1.2.3-54-g00ecf