2024-06-01 16:22:32 by pin | Files touched by this commit (4) | |
Log message:
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.
|
2024-05-30 08:55:09 by pin | Files touched by this commit (5) | |
Log message:
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.
|
2024-05-02 10:08:51 by pin | Files touched by this commit (5) | |
Log message:
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.
|
2024-04-11 16:15:12 by pin | Files touched by this commit (4) | |
Log message:
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
|
2024-04-11 11:06:33 by pin | Files touched by this commit (1) | |
Log message:
shells/nushell: add update warning
|
2024-04-05 09:31:25 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.92.1
This is the 0.92.1 patch release of Nushell.
This patch addresses several bugs and regressions present with 0.92.0:
- The configured hooks should again properly affect the scope (e.g. virtualenv
integrations using a hook to activate as an overlay) (#12383)
- mkdir/touch did not correctly resolve relative paths after using cd.
This is now fixed. (#12394)
- The default config file created by 0.92.0 assumed that you built with the
default feature set including the system-clipboard. This is not working on
platforms like Android/Termux (termux builds with default-no-clipboard).
Now we only create keybindings in config.nu that are supported on all
platforms and provide suggestions as comments. You may want to recreate
config.nu with 0.92.1 if you run into this issue. (#12385)
- The timing of drop notifications sent to plugins has been corrected. (#12341)
|
2024-04-03 22:03:41 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.92.0
This is the 0.92.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-04-02-nushell_0_92_0.html
The ChangeLog is too long to reproduce here.
|
2024-03-10 11:19:34 by Havard Eidnes | Files touched by this commit (1) |
Log message:
shells/nushell: Add use of mk/atomic64.mk to make this build on macppc.
|
2024-03-06 21:04:59 by pin | Files touched by this commit (1) |
Log message:
shells/nushell: remove patch
No longer needed.
|
2024-03-06 20:54:07 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.91.0
This is the 0.91.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-03-05-nushell_0_91_0.html
The ChangeLog is too long to reproduce here.
|