rustup/rustup.changes
William Brown 675d69dc37 Accepting request 954134 from home:firstyear:branches:devel:languages:rust
- 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

OBS-URL: https://build.opensuse.org/request/show/954134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=11
2022-02-14 01:39:53 +00:00

61 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
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