Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rust1.62 | Distribution: SUSE Linux Enterprise 15 |
Version: 1.62.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150300.7.7.1 | Build date: Mon Sep 19 13:34:48 2022 |
Group: Development/Languages/Rust | Build host: ibs-centriq-6 |
Size: 339530044 | Source RPM: rust1.62-1.62.1-150300.7.7.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://www.rust-lang.org | |
Summary: A systems programming language |
Rust is a systems programming language focused on three goals: safety, speed, and concurrency. It maintains these goals without having a garbage collector, making it a useful language for a number of use cases other languages are not good at: embedding in other languages, programs with specific space and time requirements, and writing low-level code, like device drivers and operating systems. It improves on current languages targeting this space by having a number of compile-time safety checks that produce no runtime overhead, while eliminating all data races. Rust also aims to achieve "zero-cost abstractions", even though some of these abstractions feel like those of a high-level language. Even then, Rust still allows precise control like a low-level language would.
Apache-2.0 OR MIT
* Fri Sep 16 2022 william.brown@suse.com - bsc#1203433 - CVE-2022-36113 - resolve symlink hijack * 0003-CVE-2022-36113-avoid-unpacking-.cargo-ok-from-the-cr.patch - bsc #1203431 - CVE-2022-36114 - resolve zip bomb attack * 0002-CVE-2022-36114-limit-the-maximum-unpacked-size-of-a-.patch * Wed Jul 27 2022 william.brown@suse.com - Improve support for wasi targets * Wed Jul 20 2022 william.brown@suse.com Version 1.62.1 (2022-07-19) Rust 1.62.1 addresses a few recent regressions in the compiler and standard library, and also mitigates a CPU vulnerability on Intel SGX. * [The compiler fixed unsound function coercions involving `impl Trait` return types.][98608] * [The compiler fixed an incremental compilation bug with `async fn` lifetimes.][98890] * [Windows added a fallback for overlapped I/O in synchronous reads and writes.][98950] * [The `x86_64-fortanix-unknown-sgx` target added a mitigation for the MMIO stale data vulnerability][98126], advisory [INTEL-SA-00615]. [98608]: https://github.com/rust-lang/rust/issues/98608 [98890]: https://github.com/rust-lang/rust/issues/98890 [98950]: https://github.com/rust-lang/rust/pull/98950 [98126]: https://github.com/rust-lang/rust/pull/98126 [INTEL-SA-00615]: https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html * Tue Jul 19 2022 william.brown@suse.com - Remove incorrectly submitted 0001-fix-tests.patch * Thu Jul 07 2022 william.brown@suse.com - Experimental support for wasi targets * Mon Jul 04 2022 william.brown@suse.com Version 1.62.0 (2022-06-30) Language -------- - [Stabilize `#[derive(Default)]` on enums with a `#[default]` variant][94457] - [Teach flow sensitive checks that visibly uninhabited call expressions never return][93313] - [Fix constants not getting dropped if part of a diverging expression][94775] - [Support unit struct/enum variant in destructuring assignment][95380] - [Remove mutable_borrow_reservation_conflict lint and allow the code pattern][96268] Compiler -------- - [linker: Stop using whole-archive on dependencies of dylibs][96436] - [Make `unaligned_references` lint deny-by-default][95372] This lint is also a future compatibility lint, and is expected to eventually become a hard error. - [Only add codegen backend to dep info if -Zbinary-dep-depinfo is used][93969] - [Reject `#[thread_local]` attribute on non-static items][95006] - [Add tier 3 `aarch64-pc-windows-gnullvm` and `x86_64-pc-windows-gnullvm` targets\*][94872] - [Implement a lint to warn about unused macro rules][96150] - [Promote `x86_64-unknown-none` target to Tier 2\*][95705] \* Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - [Windows: Use a pipe relay for chaining pipes][95841] - [Replace Linux Mutex and Condvar with futex based ones.][95035] - [Replace RwLock by a futex based one on Linux][95801] - [std: directly use pthread in UNIX parker implementation][96393] Stabilized APIs - [`bool::then_some`] - [`f32::total_cmp`] - [`f64::total_cmp`] - [`Stdin::lines`] - [`windows::CommandExt::raw_arg`] - [`impl<T: Default> Default for AssertUnwindSafe<T>`] - [`From<Rc<str>> for Rc<[u8]>`][rc-u8-from-str] - [`From<Arc<str>> for Arc<[u8]>`][arc-u8-from-str] - [`FusedIterator for EncodeWide`] - [RDM intrinsics on aarch64][stdarch/1285] Clippy ------ - [Create clippy lint against unexpectedly late drop for temporaries in match scrutinee expressions][94206] Cargo ----- - Added the `cargo add` command for adding dependencies to `Cargo.toml` from the command-line. [docs](https://doc.rust-lang.org/nightly/cargo/commands/cargo-add.html) - Package ID specs now support `name@version` syntax in addition to the previous `name:version` to align with the behavior in `cargo add` and other tools. `cargo install` and `cargo yank` also now support this syntax so the version does not need to passed as a separate flag. - The `git` and `registry` directories in Cargo's home directory (usually `~/.cargo`) are now marked as cache directories so that they are not included in backups or content indexing (on Windows). - Added automatic `@` argfile support, which will use "response files" if the command-line to `rustc` exceeds the operating system's limit. Compatibility Notes - `cargo test` now passes `--target` to `rustdoc` if the specified target is the same as the host target. [#10594](https://github.com/rust-lang/cargo/pull/10594) - [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630] - [rustdoc: Remove .woff font files][96279] - [Enforce Copy bounds for repeat elements while considering lifetimes][95819] - [Windows: Fix potentinal unsoundness by aborting if `File` reads or writes cannot complete synchronously][95469].
/usr/bin/rust-gdb /usr/bin/rust-gdbgui /usr/bin/rust-lldb /usr/bin/rustc /usr/bin/rustdoc /usr/lib/cargo-credential-1password /usr/lib/librustc_driver-8864c7a217990416.so /usr/lib/libstd-4a296e1eb6527d19.so /usr/lib/libtest-990e5024dae298ec.so /usr/lib/rustlib /usr/lib/rustlib/aarch64-unknown-linux-gnu /usr/lib/rustlib/aarch64-unknown-linux-gnu/bin /usr/lib/rustlib/aarch64-unknown-linux-gnu/bin/FileCheck /usr/lib/rustlib/aarch64-unknown-linux-gnu/bin/gcc-ld /usr/lib/rustlib/aarch64-unknown-linux-gnu/bin/gcc-ld/ld /usr/lib/rustlib/aarch64-unknown-linux-gnu/bin/gcc-ld/ld64 /usr/lib/rustlib/aarch64-unknown-linux-gnu/bin/rust-lld /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libaddr2line-f0532251af33aebc.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libadler-a1087063f2deed24.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/liballoc-c165a8adeeb1a0ea.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libcfg_if-12cf0be2b7ee315e.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libcompiler_builtins-b1d0b5b1bdcebb97.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libcore-567568c4f71d92ea.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libgetopts-181005b4997aaeda.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libgimli-19228e00616a8f92.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libhashbrown-d9dcbed7b4d30d60.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/liblibc-7116ee772901c8a6.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libmemchr-43324d271a3e78b9.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libminiz_oxide-a759d5090b9ec917.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libobject-fa4edac93ce3ede5.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libpanic_abort-011df9c7d37a73e6.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libpanic_unwind-1b1e0909e1d98a13.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libproc_macro-056a97ed56324b02.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/librustc_demangle-8f011be798e69f5a.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bee3ac2bf2087b25.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/librustc_std_workspace_core-d8379b74f4ce1ab7.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/librustc_std_workspace_std-182298f4e7ef754e.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libstd-4a296e1eb6527d19.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libstd-4a296e1eb6527d19.so /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libstd_detect-cfa0b72ef84a2b84.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libtest-990e5024dae298ec.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libtest-990e5024dae298ec.so /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libunicode_width-3c1b4272a1ee4046.rlib /usr/lib/rustlib/aarch64-unknown-linux-gnu/lib/libunwind-117149d5538e8ded.rlib /usr/lib/rustlib/etc /usr/lib/rustlib/etc/gdb_load_rust_pretty_printers.py /usr/lib/rustlib/etc/gdb_lookup.py /usr/lib/rustlib/etc/gdb_providers.py /usr/lib/rustlib/etc/lldb_commands /usr/lib/rustlib/etc/lldb_lookup.py /usr/lib/rustlib/etc/lldb_providers.py /usr/lib/rustlib/etc/rust_types.py /usr/share/doc/packages/rust1.62 /usr/share/doc/packages/rust1.62/CONTRIBUTING.md /usr/share/doc/packages/rust1.62/README.md /usr/share/doc/packages/rust1.62/RELEASES.md /usr/share/licenses/rust1.62 /usr/share/licenses/rust1.62/COPYRIGHT /usr/share/licenses/rust1.62/LICENSE-APACHE /usr/share/licenses/rust1.62/LICENSE-MIT /usr/share/man/man1/rustc.1.gz /usr/share/man/man1/rustdoc.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 13:35:58 2025