rustup/rustup.changes
2023-04-14 01:05:12 +00:00

160 lines
6.0 KiB
Plaintext

-------------------------------------------------------------------
Thu Apr 13 01:17:49 UTC 2023 - William Brown <william.brown@suse.com>
- bsc#1210345 - CVE-2023-26964 - hyper,h2: stream stacking when H2 processing HTTP2 RST_STREAM frames
-------------------------------------------------------------------
Mon Mar 27 19:30:39 UTC 2023 - Michal Vyskocil <mvyskocil@opensuse.org>
- fix rust-analyzer as a rustup proxy by backporting two upstream patches:
* 0000-rustup-add-rust-analyzer-proxy.patch
* 0001-rustup-move-rust-analyzer.patch
-------------------------------------------------------------------
Thu Feb 23 00:16:21 UTC 2023 - William Brown <william.brown@suse.com>
- bsc#1208552 - CVE-2022-31394 - header list size may allow denial of service
-------------------------------------------------------------------
Tue Feb 14 01:32:11 UTC 2023 - William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
-------------------------------------------------------------------
Thu Feb 09 23:51:59 UTC 2023 - william.brown@suse.com
- Update to version 1.25.2~0:
* properly fix mips64el
* update compiler paths in docker images
* temporary fix for the docker ci
* Add -x and enable SC1090
* Fix shell check warning
* update version in install script
* update version to 1.25.2
* add changelog entry
* allow sha1 signing keys without a cutoff date
-------------------------------------------------------------------
Tue Nov 01 22:42:58 UTC 2022 - william.brown@suse.com
- Update vendored dependencies
-------------------------------------------------------------------
Tue Oct 04 00:28:32 UTC 2022 - william.brown@suse.com
- Update to version 1.25.1~23:
* Add support for loongarch64
* Add DisplayVersion for rustup to registry on Windows.
* Add `up` as an alias of `update`
* Move rust-analyzer to DUP_TOOLS
* Add rust-analyzer proxy.
* Improve error message when there is an error caused by override file
-------------------------------------------------------------------
Mon Sep 26 05:41:12 UTC 2022 - william.brown@suse.com
- Update vendored dependencies
- bsc#1196972 - CVE-2022-24713 - Regex denial of service
- bsc#1194119 - CVE-2021-45710 - tokio data race with memory corruption
-------------------------------------------------------------------
Fri Sep 09 01:44:21 UTC 2022 - william.brown@suse.com
- boo#1203257 - Add missing link for rust-analyzer
- Replace rust-analyzer via provides
- Update vendored dependencies
-------------------------------------------------------------------
Wed Jul 20 02:13:49 UTC 2022 - william.brown@suse.com
- 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
* Make `report_error` not be `#[cfg(windows)]`
* fix just one doc typo
-------------------------------------------------------------------
Mon Jun 20 03:33:05 UTC 2022 - William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
-------------------------------------------------------------------
Tue Apr 5 05:27:07 UTC 2022 - William Brown <william.brown@suse.com>
- Automatic update of vendored dependencies
-------------------------------------------------------------------
Mon Mar 14 03:02:03 UTC 2022 - william.brown@suse.com
- Update to resolve bsc#1196972 CVE-2022-24713 - Regex DOS
-------------------------------------------------------------------
Wed Mar 02 05:05:15 UTC 2022 - william.brown@suse.com
- Update vendored dependencies
-------------------------------------------------------------------
Mon Feb 14 00:44:44 UTC 2022 - william.brown@suse.com
- Remove patch for symlinking to rustup-init in no self update
- Provide proxy binaries for users that link to rustup, preventing
a need for rustup-init
-------------------------------------------------------------------
Thu Jan 06 07:02:42 UTC 2022 - william.brown@suse.com
- resolve bsc#1194119 (CVE-2021-45710)
-------------------------------------------------------------------
Mon Nov 1 00:37:07 UTC 2021 - William Brown <william.brown@suse.com>
- Add ownership of directories that are considered unowned in leap15.3
-------------------------------------------------------------------
Mon Oct 11 04:25:24 UTC 2021 - william.brown@suse.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 9 15:42:41 UTC 2021 - Michał Rostecki <mrostecki@suse.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 7 04:59:11 UTC 2021 - William Brown <william.brown@suse.com>
- Update rustup to be primary replacement to rls and other developer tools
-------------------------------------------------------------------
Thu Sep 30 00:30:35 UTC 2021 - william.brown@suse.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 00:23:11 UTC 2021 - William Brown <william.brown@suse.com>
- Initial commit