Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1a2635de4d | |||
| 5ee68892d1 | |||
| 89e1333fa7 | |||
| 5cb19698a0 | |||
| 129dd226e4 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/rust-lang/rustup.git</param>
|
<param name="url">https://github.com/rust-lang/rustup.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">1.28.1</param>
|
<param name="revision">1.28.2</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/rust-lang/rustup.git</param>
|
<param name="url">https://github.com/rust-lang/rustup.git</param>
|
||||||
<param name="changesrevision">f9edccde032ea3109e0b78c891dd74852c0b25ff</param></service></servicedata>
|
<param name="changesrevision">e4f3ad6f893e56ca10f0a329c401a5eafab69607</param></service></servicedata>
|
||||||
BIN
rustup-1.28.1~0.tar.zst
LFS
BIN
rustup-1.28.1~0.tar.zst
LFS
Binary file not shown.
3
rustup-1.28.2~0.tar.zst
Normal file
3
rustup-1.28.2~0.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c03c50e5ff35296c0bd6e0029f18c86b67d1868ce729f686bb1d51f4470da4f3
|
||||||
|
size 888863
|
||||||
@@ -1,3 +1,65 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 00:35:10 UTC 2025 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- bsc#1249008 - CVE-2025-58160 - update tracing-subscriber
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 17 00:38:48 UTC 2025 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- Delete obs cpio archive
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 12 06:32:43 UTC 2025 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- bsc#1243862 - CVE-2024-12224 - idna accepts invalid punycode
|
||||||
|
- bsc#1230032 - GHSA-r7qv-8r2h-pg27 - shlex quote api
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 08 14:39:37 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.28.2~0:
|
||||||
|
* Deprecate native-tls as well
|
||||||
|
* Enable HTTP/2 support for reqwest download backend
|
||||||
|
* Emit tracing events from log facade calls
|
||||||
|
* download: show Debug representation for errors
|
||||||
|
* Avoid repeated globals in tracing events
|
||||||
|
* Log original download errors immediately
|
||||||
|
* feat(cli/rustup-mode): add aliases to `rustup component remove`
|
||||||
|
* Switch flate2 to use the zlib-rs backend
|
||||||
|
* Hardlink proxies if symlinks aren't reachable
|
||||||
|
* Add powerpc64le-unknown-linux-musl support
|
||||||
|
* Add toolchain_name to not installed bail msg
|
||||||
|
* Warn about using curl
|
||||||
|
* Drop workspace indirection
|
||||||
|
* Fold download crate back into rustup
|
||||||
|
* download: merge integration test files
|
||||||
|
* chore(deps): lock file maintenance
|
||||||
|
* Test CARGO environment replacement
|
||||||
|
* Update CARGO env var if it is a rustup proxy
|
||||||
|
* chore(deps): lock file maintenance
|
||||||
|
* Tweak toolchain subcommand help text
|
||||||
|
* Move toolchain and default commands first
|
||||||
|
* show toolchain paths in rustup show -v output
|
||||||
|
* refactor(cli/self-update): save allocations in `Nu::rcfiles()`
|
||||||
|
* fix(cli/self-update)!: stop appending to `env.nu` due to deprecation
|
||||||
|
* fix(cli/self-update): consider Windows paths in Nushell suggestions
|
||||||
|
* refactor(cli/self-update): use `path add` in `env.nu` template
|
||||||
|
* fix(cli/self-update): use interpolated string in `env.nu` template
|
||||||
|
* Upgrade dependencies
|
||||||
|
* docs(user-guide/environment-variables): document `RUSTUP_VERSION`
|
||||||
|
* feat(rustup-init/sh): allow setting `RUSTUP_VERSION` during installation
|
||||||
|
* feat(cli/self-update): allow setting `RUSTUP_VERSION` for arbitrary
|
||||||
|
downgrades
|
||||||
|
* feat(test/clitools): add `Config::expect_ok_ex_env()`
|
||||||
|
* fix(errors)!: improve error messages for `RustupError::ToolchainNotInstalled`
|
||||||
|
* Add set auto-install disable
|
||||||
|
* Use `cursor: pointer` for copy button on website
|
||||||
|
* fix(dist): refine suggestions about missing targets
|
||||||
|
* Append Windows bin directory to PATH by default
|
||||||
|
* Remove validation for custom toolchains when reading rust-toolchain.toml
|
||||||
|
* document RUSTUP_AUTO_INSTALL
|
||||||
|
* Fix build script `cargo` instructions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 7 04:35:06 UTC 2025 - William Brown <william.brown@suse.com>
|
Wed May 7 04:35:06 UTC 2025 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
|||||||
4
rustup.obsinfo
Normal file
4
rustup.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
name: rustup
|
||||||
|
version: 1.28.2~0
|
||||||
|
mtime: 1745855794
|
||||||
|
commit: e4f3ad6f893e56ca10f0a329c401a5eafab69607
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rustup
|
# spec file for package rustup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
# Copyright (c) 2021 William Brown <william@blackhats.net.au>
|
# Copyright (c) 2021 William Brown <william@blackhats.net.au>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -29,7 +29,7 @@ Obsoletes: %{1}1.52%{?2:-%{2}} < %{rust_version} \
|
|||||||
Obsoletes: %{1}1.51%{?2:-%{2}} < %{rust_version}
|
Obsoletes: %{1}1.51%{?2:-%{2}} < %{rust_version}
|
||||||
|
|
||||||
Name: rustup
|
Name: rustup
|
||||||
Version: 1.28.1~0
|
Version: 1.28.2~0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool for managing user Rust toolchains
|
Summary: A tool for managing user Rust toolchains
|
||||||
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT
|
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT
|
||||||
|
|||||||
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user