Changelog for
rustup-1.25.1~0-150300.7.13.2.x86_64.rpm :
* Tue Sep 27 2022 william.brownAATTsuse.com- Update vendored dependencies- bsc#1196972 - CVE-2022-24713 - Regex denial of service- bsc#1194119 - CVE-2021-45710 - tokio data race with memory corruption- Update to version 1.25.1~0:
* (docker): Update freebsd dockerfile to expect 12 not 11
* (changelog): Add 1.25.1
* (rustup-init.sh): Update version to match 1.25.1 release
* (Cargo): Update to 1.25.1
* Revert \"Set RUSTC and RUSTDOC env for child processes run through the proxy\"
* (changelog): Fix typo
* fix just one doc typo
* (actions): Disable snapcraft for now
* (rustup-init.sh): Update version to match 1.25.0 release
* (version): Update to 1.25.0
* (changelog): Write up initial changelog for 1.25.0
* (chore): cargo update
* Fix detection of aarch64 host on Windows
* Visual Studio: Let the user choose install method
* Mon Jun 13 2022 meissnerAATTsuse.com- added correct provides to the obsoletes, to get correct provides obsoletes pairs. (bsc#1200499)
* Mon Nov 01 2021 william.brownAATTsuse.com- Add ownership of directories that are considered unowned in leap15.3
* Mon Oct 11 2021 william.brownAATTsuse.com- Apply patch:
* Symlink rustup-init when in no self update mode- Add requires on gcc so that system linker is present as a dependency
* Sat Oct 09 2021 mrosteckiAATTsuse.com- Add symlink to rustup-init. rustup and rustup-init are the same binary, but that binary behaves diferently based on the name it\'s executed by. rustup-init takes care of the initial setup, which includes setting PATH, modifying .bashrc etc. It\'s supposed to be called only once. rustup doesn\'t perform those steps and it only manages toolchains. It can be used the entire time.- Install bash and zsh completion.
* Thu Oct 07 2021 william.brownAATTsuse.com- Update rustup to be primary replacement to rls and other developer tools
* Thu Sep 30 2021 william.brownAATTsuse.com- Update to version 1.24.3~git0.ce5817a9:
* rustup-init.sh: Update for 1.24.3
* Cargo.{toml,lock}: Update for 1.24.3
* CHANGELOG: Update for 1.24.3
* tests: Test case for TargetTriple::can_run()
* install: improve heuristic for deprecation warning
* unpack_ram: More graceful handling of low unpack ram
* diskio: Correctly account the release of the final chunk
* diskio: Add buffer_used() to Executor and verify it in the test
* Support self-update modes
* Thu Sep 30 2021 william.brownAATTsuse.com- Initial commit