Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cargo1.63-1.63.0-7.4.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.4 for armv7hl

Name: cargo1.63 Distribution: openSUSE Step 15
Version: 1.63.0 Vendor: openSUSE
Release: 7.4.1 Build date: Wed Oct 19 09:22:48 2022
Group: Development/Languages/Rust Build host: obs-arm-5
Size: 10871035 Source RPM: rust1.63-1.63.0-7.4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.rust-lang.org
Summary: The Rust package manager
Cargo downloads dependencies of Rust projects and compiles it.

Provides

Requires

License

Apache-2.0 OR MIT

Changelog

* 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
* Mon Sep 12 2022 william.brown@suse.com
  - Disable test that relies on static PIE for Leap/SLE.
    * 0001-remove-test-that-relies-on-static-PIE.patch
* Tue Aug 23 2022 william.brown@suse.com
  Version 1.63.0 (2022-08-11)
    Language
  --------
  - [Remove migrate borrowck mode for pre-NLL errors.][95565]
  - [Modify MIR building to drop repeat expressions with length zero.][95953]
  - [Remove label/lifetime shadowing warnings.][96296]
  - [Allow explicit generic arguments in the presence of `impl Trait` args.][96868]
  - [Make `cenum_impl_drop_cast` warnings deny-by-default.][97652]
  - [Prevent unwinding when `-C panic=abort` is used regardless of declared ABI.][96959]
  - [lub: don't bail out due to empty binders.][97867]
    Compiler
  --------
  - [Stabilize the `bundle` native library modifier,][95818] also removing the
    deprecated `static-nobundle` linking kind.
  - [Add Apple WatchOS compile targets\*.][95243]
  - [Add a Windows application manifest to rustc-main.][96737]
    \* Refer to Rust's [platform support page][platform-support-doc] for more
    information on Rust's tiered platform support.
    Libraries
  ---------
  - [Implement `Copy`, `Clone`, `PartialEq` and `Eq` for `core::fmt::Alignment`.][94530]
  - [Extend `ptr::null` and `null_mut` to all thin (including extern) types.][94954]
  - [`impl Read and Write for VecDeque<u8>`.][95632]
  - [STD support for the Nintendo 3DS.][95897]
  - [Use rounding in float to Duration conversion methods.][96051]
  - [Make write/print macros eagerly drop temporaries.][96455]
  - [Implement internal traits that enable `[OsStr]::join`.][96881]
  - [Implement `Hash` for `core::alloc::Layout`.][97034]
  - [Add capacity documentation for `OsString`.][97202]
  - [Put a bound on collection misbehavior.][97316]
  - [Make `std::mem::needs_drop` accept `?Sized`.][97675]
  - [`impl Termination for Infallible` and then make the `Result` impls of `Termination` more generic.][97803]
  - [Document Rust's stance on `/proc/self/mem`.][97837]
    Stabilized APIs
  - [`array::from_fn`]
  - [`Box::into_pin`]
  - [`BinaryHeap::try_reserve`]
  - [`BinaryHeap::try_reserve_exact`]
  - [`OsString::try_reserve`]
  - [`OsString::try_reserve_exact`]
  - [`PathBuf::try_reserve`]
  - [`PathBuf::try_reserve_exact`]
  - [`Path::try_exists`]
  - [`Ref::filter_map`]
  - [`RefMut::filter_map`]
  - [`NonNull::<[T]>::len`][`NonNull::<slice>::len`]
  - [`ToOwned::clone_into`]
  - [`Ipv6Addr::to_ipv4_mapped`]
  - [`unix::io::AsFd`]
  - [`unix::io::BorrowedFd<'fd>`]
  - [`unix::io::OwnedFd`]
  - [`windows::io::AsHandle`]
  - [`windows::io::BorrowedHandle<'handle>`]
  - [`windows::io::OwnedHandle`]
  - [`windows::io::HandleOrInvalid`]
  - [`windows::io::HandleOrNull`]
  - [`windows::io::InvalidHandleError`]
  - [`windows::io::NullHandleError`]
  - [`windows::io::AsSocket`]
  - [`windows::io::BorrowedSocket<'handle>`]
  - [`windows::io::OwnedSocket`]
  - [`thread::scope`]
  - [`thread::Scope`]
  - [`thread::ScopedJoinHandle`]
    These APIs are now usable in const contexts:
  - [`array::from_ref`]
  - [`slice::from_ref`]
  - [`intrinsics::copy`]
  - [`intrinsics::copy_nonoverlapping`]
  - [`<*const T>::copy_to`]
  - [`<*const T>::copy_to_nonoverlapping`]
  - [`<*mut T>::copy_to`]
  - [`<*mut T>::copy_to_nonoverlapping`]
  - [`<*mut T>::copy_from`]
  - [`<*mut T>::copy_from_nonoverlapping`]
  - [`str::from_utf8`]
  - [`Utf8Error::error_len`]
  - [`Utf8Error::valid_up_to`]
  - [`Condvar::new`]
  - [`Mutex::new`]
  - [`RwLock::new`]
    Cargo
  -----
  - [Stabilize the `--config path` command-line argument.][cargo/10755]
  - [Expose rust-version in the environment as `CARGO_PKG_RUST_VERSION`.][cargo/10713]
    Compatibility Notes
  - [`#[link]` attributes are now checked more strictly,][96885] which may introduce
    errors for invalid attribute arguments that were previously ignored.
  - [Rounding is now used when converting a float to a `Duration`.][96051] The converted
    duration can differ slightly from what it was.

Files

/usr/bin/cargo
/usr/share/cargo
/usr/share/cargo/registry
/usr/share/licenses/cargo1.63
/usr/share/licenses/cargo1.63/LICENSE-APACHE
/usr/share/licenses/cargo1.63/LICENSE-MIT
/usr/share/licenses/cargo1.63/LICENSE-THIRD-PARTY
/usr/share/man/man1/cargo-add.1.gz
/usr/share/man/man1/cargo-bench.1.gz
/usr/share/man/man1/cargo-build.1.gz
/usr/share/man/man1/cargo-check.1.gz
/usr/share/man/man1/cargo-clean.1.gz
/usr/share/man/man1/cargo-doc.1.gz
/usr/share/man/man1/cargo-fetch.1.gz
/usr/share/man/man1/cargo-fix.1.gz
/usr/share/man/man1/cargo-generate-lockfile.1.gz
/usr/share/man/man1/cargo-help.1.gz
/usr/share/man/man1/cargo-init.1.gz
/usr/share/man/man1/cargo-install.1.gz
/usr/share/man/man1/cargo-locate-project.1.gz
/usr/share/man/man1/cargo-login.1.gz
/usr/share/man/man1/cargo-metadata.1.gz
/usr/share/man/man1/cargo-new.1.gz
/usr/share/man/man1/cargo-owner.1.gz
/usr/share/man/man1/cargo-package.1.gz
/usr/share/man/man1/cargo-pkgid.1.gz
/usr/share/man/man1/cargo-publish.1.gz
/usr/share/man/man1/cargo-report.1.gz
/usr/share/man/man1/cargo-run.1.gz
/usr/share/man/man1/cargo-rustc.1.gz
/usr/share/man/man1/cargo-rustdoc.1.gz
/usr/share/man/man1/cargo-search.1.gz
/usr/share/man/man1/cargo-test.1.gz
/usr/share/man/man1/cargo-tree.1.gz
/usr/share/man/man1/cargo-uninstall.1.gz
/usr/share/man/man1/cargo-update.1.gz
/usr/share/man/man1/cargo-vendor.1.gz
/usr/share/man/man1/cargo-verify-project.1.gz
/usr/share/man/man1/cargo-version.1.gz
/usr/share/man/man1/cargo-yank.1.gz
/usr/share/man/man1/cargo.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 18:39:40 2024