Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.66 for openSUSE:Factory checked in at 2023-01-12 22:43:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.66 (Old) and /work/SRC/openSUSE:Factory/.rust1.66.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.66" Thu Jan 12 22:43:34 2023 rev:2 rq:1057887 version:1.66.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.66/rust1.66.changes 2022-12-20 20:20:45.593967999 +0100 +++ /work/SRC/openSUSE:Factory/.rust1.66.new.32243/rust1.66.changes 2023-01-12 22:43:34.628623771 +0100 @@ -1,0 +2,11 @@ +Thu Jan 12 03:40:11 UTC 2023 - William Brown <william.br...@suse.com> + +- Disable src tidy test as it is incompatible with cve patches + +------------------------------------------------------------------- +Tue Jan 10 08:55:11 UTC 2023 - William Brown <william.br...@suse.com> + +- bsc#1206930 - CVE-2022-46176 - Enforce that cargo checks ssh host keys. + * 0001-CVE-2022-46176-verify-ssh-host-keys-in-cargo.patch + +------------------------------------------------------------------- New: ---- 0001-CVE-2022-46176-verify-ssh-host-keys-in-cargo.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.66.spec ++++++ --- /var/tmp/diff_new_pack.fwnrBX/_old 2023-01-12 22:43:44.240677726 +0100 +++ /var/tmp/diff_new_pack.fwnrBX/_new 2023-01-12 22:43:44.256677816 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2019 Luke Jones, l...@ljones.dev # # All modifications and additions to the file contributed by third parties @@ -252,7 +252,8 @@ # PATCH-FIX-OPENSUSE: edit src/librustc_llvm/build.rs to ignore GCC incompatible flag Patch0: ignore-Wstring-conversion.patch # IMPORTANT - To generate patches for submodules in git so they apply relatively you can use -# git format-patch --dst-prefix=b/src/tools/cargo/ HEAD~2 +# git format-patch --text --dst-prefix=b/src/tools/cargo/ HEAD~2 +Patch1: 0001-CVE-2022-46176-verify-ssh-host-keys-in-cargo.patch BuildRequires: chrpath BuildRequires: curl @@ -637,9 +638,9 @@ # we can use it with -Z gcc-ld=lld (which is sadly trapped in nightly). We can't exclude # a single test so sadly we have to exclude that whole suite. %ifarch aarch64 -python3 ./x.py test --target=%{rust_triple} --exclude src/test/run-make +python3 ./x.py test --target=%{rust_triple} --exclude src/test/run-make,src/tools/tidy %else -python3 ./x.py test --target=%{rust_triple} +python3 ./x.py test --target=%{rust_triple} --exclude src/tools/tidy %endif # End with test ++++++ 0001-CVE-2022-46176-verify-ssh-host-keys-in-cargo.patch ++++++ ++++ 12982 lines (skipped)