Package rust: Information

Source package: rust
Version: 1.51.0-alt1
Build time:  May 2, 2021, 09:17 PM in the task #271165
Report package bug
License: Apache-2.0 and MIT
Summary: The Rust Programming Language
Description: 
Rust is a systems programming language that runs blazingly fast, prevents
segfaults, and guarantees thread safety.

List of rpms provided by this srpm:
clippy (x86_64, ppc64le, i586, armh, aarch64)
rls (x86_64, ppc64le, i586, armh, aarch64)
rust (x86_64, ppc64le, i586, armh, aarch64)
rust-analysis (x86_64, ppc64le, i586, armh, aarch64)
rust-cargo (x86_64, ppc64le, i586, armh, aarch64)
rust-cargo-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
rust-cargo-doc (noarch)
rust-doc (x86_64, ppc64le, i586, armh, aarch64)
rust-gdb (x86_64, ppc64le, i586, armh, aarch64)
rust-src (x86_64, ppc64le, i586, armh, aarch64)
rustfmt (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Alexey Gladkov


    1. python3-base
    2. binutils
    3. llvm12.0-devel
    4. llvm12.0-devel-static
    5. /proc
    6. libstdc++-devel
    7. rust
    8. clang12.0
    9. clang12.0-devel
    10. rust-cargo
    11. pkgconfig(libcurl)
    12. pkgconfig(libffi)
    13. pkgconfig(libgit2)
    14. cmake
    15. pkgconfig(liblzma)
    16. pkgconfig(libssh2)
    17. pkgconfig(openssl)
    18. pkgconfig(tinfo)
    19. curl
    20. pkgconfig(zlib)
    21. rpm-build-python3

Last changed


May 1, 2021 Alexey Gladkov 1:1.51.0-alt1
- New version (1.51.0).
- Use llvm12.0.
- Security fixes:
  + CVE-2020-36323 rust: optimization for joining strings can cause uninitialized bytes to be exposed
  + CVE-2021-28876 rust: panic safety issue in Zip implementation
  + CVE-2021-28878 rust: memory safety violation in Zip implementation when next_back() and next() are used together
  + CVE-2021-28879 rust: integer overflow in the Zip implementation can lead to a buffer overflow
  + CVE-2021-31162 rust: double free in Vec::from_iter function if freeing the element panics
Feb. 26, 2021 Alexey Gladkov 1:1.50.0-alt1
- New version (1.50.0).
Jan. 7, 2021 Alexey Gladkov 1:1.49.0-alt1
- New version (1.49.0).
- Use clang.