./lang/rust-bin, Safe, concurrent, practical language (pre-built distribution)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.96.1, Package name: rust-bin-1.96.1, Maintainer: pkgsrc-users

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 aren't 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.

This package installs a released binary, on architectures supported by
upstream, or a TNF-built binary, on NetBSD versions not supported by
upstream.


Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2026-07-03 22:58:49 by Havard Eidnes | Files touched by this commit (2) | Package updated
Log message:
lang/rust-bin: update to 1.96.1, to track the main package update:

Rust 1.96.1 fixes:

Missing retries / timeouts in Cargo's HTTP client
Miscompilation in a MIR optimization

It also fixes three CVEs affecting libssh2 (which is compiled into Cargo):

CVE-2025-15661
CVE-2026-55199
CVE-2026-55200
   2026-06-11 09:01:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
rust-bin: update to 1.96.0.

Match lang/rust.
   2026-05-07 15:17:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
rust-bin: update to 1.95.0.

Provided by he@ in wip.

To match rust195-bin.
   2026-04-02 21:07:00 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
rust-bin: update to 1.94.1.

Based on wip/rust194-bin by he@
   2026-01-14 16:00:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
rust-bin: update to 1.91 to match lang/rust
   2025-10-19 01:03:05 by David H. Gutteridge | Files touched by this commit (1)
Log message:
rust-bin: tweak packaging for Linux
   2025-10-18 20:55:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
rust-bin: update to 1.90.0.

To match lang/rust.
   2025-08-25 19:52:05 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
rust-bin: update to 1.88.0.

Prepared by he@ in wip/rust188-bin.