head 1.6; access; symbols pkgsrc-2024Q2:1.5.0.2 pkgsrc-2024Q2-base:1.5; locks; strict; comment @# @; 1.6 date 2024.07.17.11.39.43; author pin; state dead; branches; next 1.5; commitid sXohZMLwOtosxbiF; 1.5 date 2024.06.04.06.43.39; author pin; state Exp; branches; next 1.4; commitid cH0cbVHzrN1AhDcF; 1.4 date 2024.06.01.14.22.32; author pin; state Exp; branches; next 1.3; commitid oA25I521uE10VhcF; 1.3 date 2024.05.30.06.55.09; author pin; state Exp; branches; next 1.2; commitid fcnFb3W3VQMuvZbF; 1.2 date 2024.05.02.08.08.51; author pin; state Exp; branches; next 1.1; commitid EwwmbyMhcw9AOo8F; 1.1 date 2024.04.11.14.15.12; author pin; state Exp; branches; next ; commitid HDhAVbw4PlG6wJ5F; desc @@ 1.6 log @shells/nushell: update to 0.95.0 This is the 0.95.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-06-25-nushell_0_95_0.md The ChangeLog is too long to reproduce here. @ text @$NetBSD: patch-Cargo.toml,v 1.5 2024/06/04 06:43:39 pin Exp $ Don't require latest version of Rust to fix a bug that only affects Windows. --- Cargo.toml.orig 2024-06-04 04:25:57.763871364 +0000 +++ Cargo.toml @@@@ -10,7 +10,7 @@@@ homepage = "https://www.nushell.sh" license = "MIT" name = "nu" repository = "https://github.com/nushell/nushell" -rust-version = "1.77.2" +rust-version = "1.76.0" version = "0.94.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@@@ -305,4 +305,4 @@@@ bench = false # Run individual benchmarks like `cargo bench -- ` e.g. `cargo bench -- parse` [[bench]] name = "benchmarks" -harness = false \ No newline at end of file +harness = false @ 1.5 log @shells/nushell: update to 0.94.2 In this release, we're releasing two bugfixes: - Fix external command name parsing with backslashes, and add tests by @@devyn in #13027 - Fix run_external::expand_glob() to return paths that are PWD-relative but reflect the original intent by @@devyn in #13028 This release was made possible by PR contributions from @@devyn. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @shells/nushell: update to 0.94.1 This is a patch release to fix issues introduced by 0.94.0, including path expansion for external commands, path type changes, shell integration, and more. @ text @d5 1 a5 1 --- Cargo.toml.orig 2024-06-01 10:30:17.739011024 +0000 d13 1 a13 1 version = "0.94.1" @ 1.3 log @shells/nushell: update to 0.94.0 This is the 0.94.0 release of Nushell. You can learn more about this release here: http://www.nushell.sh/blog/2024-05-28-nushell_0_94_0.html The ChangeLog is too long to reproduce here. @ text @d5 1 a5 1 --- Cargo.toml.orig 2024-05-29 12:41:13.741194464 +0000 d13 1 a13 1 version = "0.94.0" @ 1.2 log @shells/nushell: update to 0.93.0 This is the 0.93.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-04-30-nushell_0_93_0.html The ChangeLog is too long to reproduce here. @ text @d5 1 a5 1 --- Cargo.toml.orig 2024-05-01 14:34:38.922478814 +0000 d13 1 a13 1 version = "0.93.0" d16 7 @ 1.1 log @shells/nushell: update to 0.92.2 This is the 0.92.2 patch release of Nushell. This hot-fix addresses a security concern with how arguments are passed to external commands on Windows. The underlying vulnerability was found in the interaction of the Rust standard library we use and the Windows command invocation logic and documented as CVE-2024-24576 To address this concern, we update the version of the Rust compiler and standard library used to build Nushell to the latest stable version (1.77.2). Note: Distributors of Nushell need to upgrade their Rust toolchain to provide a patched Nushell build. pkgsrc note: As CVE-2024-24576 only affects Windows, we are patching away the requirement for MSRV 1.72.2 back to 1.75.0 @ text @d3 1 a3 1 Don't require latest to fix a bug that only affects Windows. d5 1 a5 1 --- Cargo.toml.orig 2024-04-11 09:59:36.434842357 +0000 d12 2 a13 2 +rust-version = "1.75.0" version = "0.92.2" @