Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rustup for openSUSE:Factory checked in at 2026-07-08 17:37:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rustup (Old) and /work/SRC/openSUSE:Factory/.rustup.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rustup" Wed Jul 8 17:37:07 2026 rev:28 rq:1364421 version:1.28.2~0 Changes: -------- --- /work/SRC/openSUSE:Factory/rustup/rustup.changes 2026-07-07 21:06:33.589246017 +0200 +++ /work/SRC/openSUSE:Factory/.rustup.new.1982/rustup.changes 2026-07-08 17:39:19.355294263 +0200 @@ -1,0 +2,14 @@ +Wed Jul 8 02:02:31 UTC 2026 - William Brown <[email protected]> + +- Completely drop openssl to prevent future security issues +- Vulnerabilites that no longer apply: + - bsc#1270989 - CVE-2026-45784 + - bsc#1270870 - CVE-2026-41898 + - bsc#1270874 - CVE-2026-44662 + - bsc#1270795 - CVE-2026-41681 + - bsc#1270644 - CVE-2026-41678 + - bsc#1270619 - CVE-2026-41677 + - bsc#1270521 - CVE-2026-42327 + - bsc#1270644 - CVE-2026-41678 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rustup.spec ++++++ --- /var/tmp/diff_new_pack.8u3y6h/_old 2026-07-08 17:39:20.323328091 +0200 +++ /var/tmp/diff_new_pack.8u3y6h/_new 2026-07-08 17:39:20.323328091 +0200 @@ -40,7 +40,6 @@ Source3: %{name}-rpmlintrc BuildRequires: cargo-packaging BuildRequires: rust+cargo >= 1.79 -BuildRequires: pkgconfig(openssl) >= 3 # For system linker Requires: gcc ExclusiveArch: %{rust_tier1_arches} @@ -76,7 +75,7 @@ find vendor -type f -name \*.rs -exec chmod -x '{}' \; %build -%{cargo_build} --features=no-self-update +%{cargo_build} --no-default-features --features=no-self-update,reqwest-rustls-tls %install # manual process
