50 Commits

Author SHA256 Message Date
Dominique Leuenberger
af793f3969 Accepting request 1198614 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1198614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=21
2024-09-04 11:27:10 +00:00
William Brown
3d0e84aac4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=46
2024-09-04 04:28:23 +00:00
Ana Guerrero
d045b0bd7b Accepting request 1158113 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1158113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=20
2024-03-15 19:31:02 +00:00
William Brown
7b7e0da2ef Accepting request 1158106 from home:firstyear:branches:devel:languages:rust
- 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

OBS-URL: https://build.opensuse.org/request/show/1158106
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=44
2024-03-15 02:32:28 +00:00
Ana Guerrero
94ad8b35b6 Accepting request 1133230 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1133230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=19
2023-12-15 20:48:49 +00:00
William Brown
8cdc659825 Accepting request 1133229 from home:dziobian
- 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.

OBS-URL: https://build.opensuse.org/request/show/1133229
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=42
2023-12-15 05:30:20 +00:00
Dominique Leuenberger
5b00f87f27 Accepting request 1090993 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1090993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=18
2023-06-06 17:55:59 +00:00
William Brown
526abfe0fe Accepting request 1090589 from home:firstyear:branches:devel:languages:rust
- 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

OBS-URL: https://build.opensuse.org/request/show/1090589
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=40
2023-06-06 00:38:09 +00:00
Dominique Leuenberger
0cd96b1820 Accepting request 1079321 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1079321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=17
2023-04-14 11:13:40 +00:00
William Brown
6e3a1e1a2c Accepting request 1079315 from home:firstyear:branches:devel:languages:rust
- bsc#1210345 - CVE-2023-26964 - hyper,h2: stream stacking when H2 processing HTTP2 RST_STREAM frames

OBS-URL: https://build.opensuse.org/request/show/1079315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=38
2023-04-14 01:05:12 +00:00
Dominique Leuenberger
ce3dae5e17 Accepting request 1078317 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1078317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=16
2023-04-11 11:50:58 +00:00
William Brown
1912fd3419 Accepting request 1074764 from home:mvyskocil:branches:devel:languages:rust
- 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

OBS-URL: https://build.opensuse.org/request/show/1074764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=36
2023-04-11 04:36:56 +00:00
Dominique Leuenberger
92f4b34a12 Accepting request 1067282 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1067282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=15
2023-02-23 15:29:22 +00:00
William Brown
7f33ffab6d Accepting request 1067279 from home:firstyear:branches:devel:languages:rust
- bsc#1208552 - CVE-2022-31394 - header list size may allow denial of service

- Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1067279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=34
2023-02-23 01:17:01 +00:00
Dominique Leuenberger
7201dcc3e8 Accepting request 1064106 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1064106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=14
2023-02-10 13:35:18 +00:00
William Brown
fc084ae86e Accepting request 1064104 from home:firstyear:branches:devel:languages:rust
- 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

OBS-URL: https://build.opensuse.org/request/show/1064104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=32
2023-02-10 00:23:19 +00:00
Dominique Leuenberger
dcc981c512 Accepting request 1032992 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1032992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=13
2022-11-03 18:14:31 +00:00
William Brown
5b9ab1e4c1 Accepting request 1032760 from home:firstyear:branches:devel:languages:rust
- Update vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1032760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=30
2022-11-03 06:33:16 +00:00
Richard Brown
224c4ff6ec Accepting request 1007773 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1007773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=12
2022-10-04 18:37:49 +00:00
William Brown
3704946e41 Accepting request 1007772 from home:firstyear:branches:devel:languages:rust
- 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

OBS-URL: https://build.opensuse.org/request/show/1007772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=28
2022-10-04 00:52:04 +00:00
Dominique Leuenberger
1423062c69 Accepting request 1005980 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1005980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=11
2022-09-26 16:48:12 +00:00
William Brown
249c8b194f Accepting request 1005960 from home:firstyear:branches:devel:languages:rust
- Update vendored dependencies
- bsc#1196972 - CVE-2022-24713 - Regex denial of service
- bsc#1194119 - CVE-2021-45710 - tokio data race with memory corruption

OBS-URL: https://build.opensuse.org/request/show/1005960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=26
2022-09-26 06:06:42 +00:00
Dominique Leuenberger
03dbf4946d Accepting request 1002550 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1002550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=10
2022-09-12 17:08:02 +00:00
William Brown
734fe1971a Accepting request 1002549 from home:firstyear:branches:devel:languages:rust
- Replace rust-analyzer via provides

OBS-URL: https://build.opensuse.org/request/show/1002549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=24
2022-09-12 02:28:28 +00:00
William Brown
7352b8ce8b Accepting request 1002218 from home:firstyear:branches:devel:languages:rust
- boo#1203257 - Add missing link for rust-analyzer
- Update vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1002218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=23
2022-09-09 02:07:54 +00:00
Richard Brown
f5a62698fc Accepting request 990318 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/990318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=9
2022-07-21 09:33:34 +00:00
William Brown
cd4da22b43 Accepting request 990317 from home:firstyear:branches:devel:languages:rust
- 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

OBS-URL: https://build.opensuse.org/request/show/990317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=21
2022-07-20 02:38:51 +00:00
Dominique Leuenberger
53240b1135 Accepting request 986516 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/986516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=8
2022-07-04 09:32:54 +00:00
William Brown
5c1e332bcc Accepting request 983799 from home:firstyear:branches:devel:languages:rust
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/983799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=19
2022-07-04 00:45:32 +00:00
Dominique Leuenberger
121919aea0 Accepting request 970925 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/970925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=7
2022-04-20 14:56:58 +00:00
William Brown
be9652cc79 Accepting request 966923 from home:firstyear:branches:devel:languages:rust
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/966923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=17
2022-04-20 00:57:39 +00:00
Dominique Leuenberger
20b363e1c2 Accepting request 961764 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/961764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=6
2022-03-15 18:04:40 +00:00
William Brown
e18acc095c Accepting request 961504 from home:firstyear:branches:devel:languages:rust
- Update to resolve bsc#1196972 CVE-2022-24713 - Regex DOS

OBS-URL: https://build.opensuse.org/request/show/961504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=15
2022-03-14 22:45:37 +00:00
Dominique Leuenberger
6a3439b3c6 Accepting request 958543 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/958543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=5
2022-03-03 23:17:15 +00:00
William Brown
0f3060165c Accepting request 958364 from home:firstyear:branches:devel:languages:rust
- Update vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/958364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=13
2022-03-03 00:25:46 +00:00
Dominique Leuenberger
6ea37b6091 Accepting request 954426 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/954426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=4
2022-02-15 22:57:15 +00:00
William Brown
03da945d9a Accepting request 954424 from home:firstyear:branches:devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/954424
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=12
2022-02-15 03:16:32 +00:00
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
Dominique Leuenberger
d4293179c1 Accepting request 944582 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/944582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=3
2022-01-07 11:46:18 +00:00
William Brown
effc80971b Accepting request 944181 from home:firstyear:branches:devel:languages:rust
- resolve bsc#1194119 (CVE-2021-45710)

OBS-URL: https://build.opensuse.org/request/show/944181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=10
2022-01-07 04:14:52 +00:00
Dominique Leuenberger
cce05d650e Accepting request 928441 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/928441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=2
2021-11-08 16:23:52 +00:00
William Brown
1accf1bae0 Accepting request 928440 from home:firstyear:branches:devel:languages:rust
- Add ownership of directories that are considered unowned in leap15.3

OBS-URL: https://build.opensuse.org/request/show/928440
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=9
2021-11-01 00:39:32 +00:00
Dominique Leuenberger
0fdd4db56b Accepting request 924303 from devel:languages:rust
Submit new package rustup

OBS-URL: https://build.opensuse.org/request/show/924303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rustup?expand=0&rev=1
2021-10-11 13:31:26 +00:00
William Brown
57c66c4fab Accepting request 924580 from home:firstyear:branches:devel:languages:rust
- Add requires on gcc so that system linker is present as a dependency

OBS-URL: https://build.opensuse.org/request/show/924580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=7
2021-10-11 05:37:39 +00:00
William Brown
169529930e Accepting request 924577 from home:firstyear:branches:devel:languages:rust
- Apply patch:
  * Symlink rustup-init when in no self update mode

OBS-URL: https://build.opensuse.org/request/show/924577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=6
2021-10-11 05:04:57 +00:00
William Brown
1ab7fa3e9d Accepting request 924402 from home:mrostecki:branches:devel:languages:rust
- 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.

OBS-URL: https://build.opensuse.org/request/show/924402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=5
2021-10-10 22:55:18 +00:00
William Brown
a77e2cb1aa Fix copyright
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=4
2021-10-09 00:44:58 +00:00
William Brown
098024b088 Fix rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=3
2021-10-09 00:34:09 +00:00
William Brown
a6439dc63e Accepting request 923608 from home:firstyear:branches:devel:languages:rust
- Update rustup to be primary replacement to rls and other developer tools

OBS-URL: https://build.opensuse.org/request/show/923608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=2
2021-10-07 05:02:40 +00:00
William Brown
845597ffcd Accepting request 922256 from home:firstyear:branches:devel:languages:rust
Submit new package rustup

OBS-URL: https://build.opensuse.org/request/show/922256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rustup?expand=0&rev=1
2021-09-30 03:26:59 +00:00