./lang/rust, Safe, concurrent, practical language

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


Branch: CURRENT, Version: 1.96.1nb2, Package name: rust-1.96.1nb2, 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.


Required to run:
[www/curl] [security/openssl] [lang/llvm]

Required to build:
[pkgtools/cwrappers] [lang/gcc5] [lang/python37]

Master sites:

Filesize: 516349.633 KB

Version history: (Expand)


CVS history: (Expand)


   2026-09-16 13:00:40 by Tobias Nygren | Files touched by this commit (8)
Log message:
llvm,rust: backport fix for macOS 27 dyld __LINKEDIT alignment issue
   2026-09-02 21:05:38 by Thomas Klausner | Files touched by this commit (3127)
Log message:
*: recursive bump for pcre2 10.48
   2026-06-30 17:13:10 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
rust: updated to 1.96.1

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:00:57 by Thomas Klausner | Files touched by this commit (15) | Package updated
Log message:
rust: update to 1.96.0.

Packaged by he@, jperkin@ and pin@ in wip.

This release contains security fixes. Details
for the release are at
https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/
   2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335)
Log message:
*: Recursive revbump from security/nettle-4.0
   2026-05-14 16:37:35 by Jonathan Perkin | Files touched by this commit (1)
Log message:
rust: Update illumos bootstrap kit.

Something in the 1.94.1 build resulted in src directories being shipped
in the bootstrap kit, and these ended up confusing the 1.95.0 bootstrap
and conflicted with --frozen.  The new bootstrap kit no longer includes
src and rustc-src which are caused by --enable-extended, by limiting to
--tools=cargo,clippy,rustfmt,rust-analyzer.

We may want to make that a mandatory argument to avoid unnecessarily
large binary packages.
   2026-05-07 15:16:15 by Thomas Klausner | Files touched by this commit (9) | Package updated
Log message:
rust: update to 1.95.0.

As always, provided by he@ in wip.

New major release, details at
https://blog.rust-lang.org/2026/04/16/Rust-1.95.0/
   2026-05-03 15:55:03 by Thomas Klausner | Files touched by this commit (1)
Log message:
rust: improve sed pattern

The comma is not guaranteed to exist.