Revisions of rustup
buildservice-autocommit
accepted
request 1198614
from
William Brown (firstyear)
(revision 47)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1198613
from
William Brown (firstyear)
(revision 46)
- bsc#1230032 - RUSTSEC-2024-0006 - rust-shlex: Multiple issues involving quote API - Update to version 1.27.1~0: * chore(dist): update commit shasum in `rustup-init.sh`, take 2 * fix(ci/linux): don't use `pip3` to install `awscli` * fix(ci/macos): don't use `pip3` to install `awscli` * chore(dist): update commit shasum in `rustup-init.sh` * docs: update CHANGELOG for v1.27.1 * feat(dist): improve `changelog_helper` script * dist: bump `rustup` version to `1.27.1` * chore: fix some typos in comments * Remove TryFrom<PartialTargetTriple> for TargetTriple * Add tests for add/remove components by name with target triple * Replace Component::new_with_target by Component::try_new * chore(deps): lock file maintenance * refactor(self-update)!: remove confusing `get_path()` impl on Unix * test(self-update): ensure the resolution of #3739 * feat(self-update): add `with_saved_reg_value()` * refactor(self-update): extract `(get|restore)_reg_value()` * refactor(self-update): extract `with_saved_global_state()` * refactor(self-update): use `std::io` * fix(self-update): replace some `#[cfg(not(unix))]` usages with `#[cfg(windows)]` * feat(self-update): improve error messages on Windows * fix(self-update): run `do_update_programs_display_version()` on `run_update()` * refactor(self-update): extract `get_and_parse_new_rustup_version()` * refactor(self-update): extract `do_update_programs_display_version()` * ci: don't test for FreeBSD on PRs * docs(user-guide): update `environment-variables` * refactor(self-update): eliminate needless clone * feat(self-update): log `RUSTUP_DIST_*` if it's set * feat(self-update): log `RUSTUP_UPDATE_ROOT` if it's set
buildservice-autocommit
accepted
request 1158113
from
William Brown (firstyear)
(revision 45)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1158106
from
William Brown (firstyear)
(revision 44)
- Update to version 1.27.0~0: * chore(dist): update commit shasum in `rustup-init.sh` * docs: update `CHANGELOG` for v1.27.0 * hack(deps): pin `openssl-sys` to 0.9.92 * chore(deps): lock file maintenance * fix #3663. Feedback in terminal when opening browser for docs * Fix copy icon position in Safari * Upgrade to opentelemetry 0.22 * fix ambiguous prompt after setting up custom installation * docs: rephrase and split sentence about Visual Studio license * Add comment on why we prefer symlinks to junctions * Windows: Try using symlinks if they're allowed * chore(ci): unify the matrix format to (mode, target) * ci: update runners for macOS-related workflows * docs: mention `apt` in installation methods * docs: fix missing links in `CHANGELOG.md` * chore(deps): update rust crate trycmd to 0.15.0 * fix(deps): downgrade `openssl-sys` to 0.9.92 * ci: remove the now-tier3 `mips*-unknown-linux-gnu*` targets from the build * chore(deps): lock file maintenance * Update mdbook and fix some source issues. * Rename `.cargo/config` to `.cargo/config.toml` * chore: update `CHANGELOG.md` * dist: bump `rustup-init.sh` version to `1.27.0` * dist: bump `rustup` version to `1.27.0` * feat: introduce `changelog_helper` script * Upgrade to pulldown-cmark 0.10 * Fix some typos * fix(deps): update rust crate libc to 0.2.153 * Download rust CI Docker images from a registry
buildservice-autocommit
accepted
request 1133230
from
William Brown (firstyear)
(revision 43)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1133229
from
Bruno Pitrus (dziobian)
(revision 42)
- Remove Obsoletes/Provides: rust-analyzer. If the user has installed rust-analyzer RPM from another source, this tag makes zypper try to remove the system rustc installation, which is rather counterproductive.
buildservice-autocommit
accepted
request 1090993
from
William Brown (firstyear)
(revision 41)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1090589
from
William Brown (firstyear)
(revision 40)
- Update to version 1.26.0~0: * Update commit sha in rustup-init.sh again * Update changelog to add more contributors * Remove test * Better error instead of show the help * Print help when a ValueValidation error occurs * Revert `Update Rust crate term to v0.7.0` * Update network-proxies.md * Fix RUSTUP_PERMIT_COPY_RENAME condition so it is actually used * Add a test for only options command * Update UI tests * Set SubcommandRequiredElseHelp correctly * Add preload directive to HSTS header * Remove useless link * Update changelog about remove GPG signature support * Update toolchain for android * Use llvm-ranlib * Use llvm-ar * Update toolchain * Revert "Temporarily disable the android tests" * Mention remove GPG signature support * Add all contributors * Update CHANGELOG for v1.26.0 * Update commit sha in rustup-init.sh again * Remove `show keys` subcommand * Move trycmd to dev-dependencies * Remove GPG signature support * Clippy fixes * Clippy fixes * Add RUSTUP_WINDOWS_PATH_ADD_BIN
buildservice-autocommit
accepted
request 1079321
from
William Brown (firstyear)
(revision 39)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1079315
from
William Brown (firstyear)
(revision 38)
- bsc#1210345 - CVE-2023-26964 - hyper,h2: stream stacking when H2 processing HTTP2 RST_STREAM frames
buildservice-autocommit
accepted
request 1078317
from
William Brown (firstyear)
(revision 37)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1074764
from
Michal Vyskocil (mvyskocil)
(revision 36)
- 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
buildservice-autocommit
accepted
request 1067282
from
William Brown (firstyear)
(revision 35)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1067279
from
William Brown (firstyear)
(revision 34)
- bsc#1208552 - CVE-2022-31394 - header list size may allow denial of service - Automatic update of vendored dependencies
buildservice-autocommit
accepted
request 1064106
from
William Brown (firstyear)
(revision 33)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1064104
from
William Brown (firstyear)
(revision 32)
- 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
buildservice-autocommit
accepted
request 1032992
from
William Brown (firstyear)
(revision 31)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1032760
from
William Brown (firstyear)
(revision 30)
- Update vendored dependencies
buildservice-autocommit
accepted
request 1007773
from
William Brown (firstyear)
(revision 29)
baserev update by copy to link target
William Brown (firstyear)
accepted
request 1007772
from
William Brown (firstyear)
(revision 28)
- 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
Displaying revisions 1 - 20 of 47