From 573a77680e8c2ac43eb5827be040bc8e3e21f954 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Dec 2025 17:55:26 +0800 Subject: nbdkit: upgrade 1.45.14 -> 1.45.15 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/nbdkit/nbdkit_1.45.14.bb | 36 ---------------------- .../recipes-support/nbdkit/nbdkit_1.45.15.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-networking/recipes-support/nbdkit/nbdkit_1.45.14.bb create mode 100644 meta-networking/recipes-support/nbdkit/nbdkit_1.45.15.bb diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.14.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.14.bb deleted file mode 100644 index c64857387f..0000000000 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.14.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "nbdkit is a toolkit for creating NBD servers." -DESCRIPTION = "NBD — Network Block Device — is a protocol \ -for accessing Block Devices (hard disks and disk-like things) \ -over a Network. \ -\ -nbdkit is a toolkit for creating NBD servers." - -HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" - -SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ - file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ - " -SRCREV = "0492849383c2093dae738f171158b45a6d1d62fc" - - -DEPENDS = "curl xz e2fsprogs zlib" - -# autotools-brokensep is needed as nbdkit does not support build in external directory -inherit pkgconfig python3native perlnative bash-completion autotools-brokensep - -# Those are required to build standalone -EXTRA_OECONF = " --without-libvirt --without-libguestfs --disable-perl" - -# Disable some extended support (not desired for small embedded systems) -#EXTRA_OECONF += " --disable-python" -#EXTRA_OECONF += " --disable-ocaml" -#EXTRA_OECONF += " --disable-rust" -#EXTRA_OECONF += " --disable-ruby" -#EXTRA_OECONF += " --disable-tcl" -#EXTRA_OECONF += " --disable-lua" -#EXTRA_OECONF += " --disable-vddk" - -CVE_STATUS[CVE-2025-47711] = "fixed-version: the used revision contains the vulnerability fix" -CVE_STATUS[CVE-2025-47712] = "fixed-version: the used revision contains the vulnerability fix" diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.15.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.15.bb new file mode 100644 index 0000000000..8d820ee636 --- /dev/null +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.15.bb @@ -0,0 +1,36 @@ +SUMMARY = "nbdkit is a toolkit for creating NBD servers." +DESCRIPTION = "NBD — Network Block Device — is a protocol \ +for accessing Block Devices (hard disks and disk-like things) \ +over a Network. \ +\ +nbdkit is a toolkit for creating NBD servers." + +HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" + +SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ + file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ + " +SRCREV = "d50245af5b76f71c0659d981aeefc5fdc1de621d" + + +DEPENDS = "curl xz e2fsprogs zlib" + +# autotools-brokensep is needed as nbdkit does not support build in external directory +inherit pkgconfig python3native perlnative bash-completion autotools-brokensep + +# Those are required to build standalone +EXTRA_OECONF = " --without-libvirt --without-libguestfs --disable-perl" + +# Disable some extended support (not desired for small embedded systems) +#EXTRA_OECONF += " --disable-python" +#EXTRA_OECONF += " --disable-ocaml" +#EXTRA_OECONF += " --disable-rust" +#EXTRA_OECONF += " --disable-ruby" +#EXTRA_OECONF += " --disable-tcl" +#EXTRA_OECONF += " --disable-lua" +#EXTRA_OECONF += " --disable-vddk" + +CVE_STATUS[CVE-2025-47711] = "fixed-version: the used revision contains the vulnerability fix" +CVE_STATUS[CVE-2025-47712] = "fixed-version: the used revision contains the vulnerability fix" -- cgit v1.2.3-54-g00ecf