Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package firecracker for openSUSE:Factory checked in at 2022-03-16 20:21:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/firecracker (Old) and /work/SRC/openSUSE:Factory/.firecracker.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "firecracker" Wed Mar 16 20:21:40 2022 rev:3 rq:962223 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/firecracker/firecracker.changes 2022-02-15 23:58:12.196365433 +0100 +++ /work/SRC/openSUSE:Factory/.firecracker.new.25692/firecracker.changes 2022-03-16 20:21:57.681034780 +0100 @@ -1,0 +2,9 @@ +Wed Mar 16 13:17:24 UTC 2022 - Liang Yan <l...@opensuse.org> + +- Bump rust to 1.46.0 for vmm-sys-util building + https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html#const-fn-improvements +- Bump Regex crate to 1.5.5 + (CVE-2022-24713, boo#1196972) + 0001-cargo-update-regex-dependency.patch + +------------------------------------------------------------------- New: ---- 0001-cargo-update-regex-dependency.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ firecracker.spec ++++++ --- /var/tmp/diff_new_pack.sKhb4j/_old 2022-03-16 20:21:58.705035517 +0100 +++ /var/tmp/diff_new_pack.sKhb4j/_new 2022-03-16 20:21:58.709035520 +0100 @@ -32,9 +32,10 @@ Source2: cargo_config ## Patches +Patch000: 0001-cargo-update-regex-dependency.patch BuildRequires: cargo -BuildRequires: rust >= 1.35.0 +BuildRequires: rust >= 1.46.0 ExclusiveArch: x86_64 aarch64 %description @@ -43,6 +44,7 @@ %prep %setup -q -a1 +%patch000 -p1 cp %{SOURCE2} .cargo/config # Remove exec bits to prevent an issue in fedora shebang checking ++++++ 0001-cargo-update-regex-dependency.patch ++++++ >From 309eaac3669c551b55cc99646c32196545e3e199 Mon Sep 17 00:00:00 2001 From: alindima <alind...@amazon.com> Date: Wed, 9 Mar 2022 07:48:54 +0000 Subject: [PATCH] cargo: update regex dependency Signed-off-by: alindima <alind...@amazon.com> Signed-off-by: Liang Yan <l...@opensuse.org> --- Cargo.lock | 4 ++-- src/jailer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acf448f1..6d8a01aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -792,9 +792,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "regex-syntax", ] diff --git a/src/jailer/Cargo.toml b/src/jailer/Cargo.toml index f436ddb3..3d9e9720 100644 --- a/src/jailer/Cargo.toml +++ b/src/jailer/Cargo.toml @@ -10,6 +10,6 @@ license = "Apache-2.0" [dependencies] libc = ">=0.2.39" -regex = { version = ">=1.0.0", default-features = false, features = ["std"] } +regex = { version = ">=1.5.5", default-features = false, features = ["std"] } utils = { path = "../utils" } -- 2.35.1 ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/firecracker/vendor.tar.xz /work/SRC/openSUSE:Factory/.firecracker.new.25692/vendor.tar.xz differ: char 26, line 1