Next | Query returned 56 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-04-11 16:15:12 by pin | Files touched by this commit (4) | Package updated
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) | Package updated
Log message:
shells/nushell: add update warning
   2024-04-05 09:31:25 by pin | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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.
   2024-02-10 18:28:25 by pin | Files touched by this commit (4) | Package updated
Log message:
shells/nushell: update to 0.90.1

This is the 0.90.1 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-02-06-nushell_0_90_0.html

The ChangeLog is too long to reproduce here.
   2024-01-10 10:27:37 by pin | Files touched by this commit (5) | Package updated
Log message:
shells/nushell: update to 0.89.0

This is the 0.89.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2024-01-09-nushell_0_89_0.html

The ChangeLog is too long to reproduce here.
   2023-12-18 07:44:40 by pin | Files touched by this commit (5) | Package updated
Log message:
shells/nushell: update to 0.88.1

v0.88.1
This is the 0.88.1 patch release of Nushell.

With this hotfix we adress a regression in the redirection to external commands
and fix build failures using cargo install and on some platforms.

v0.88.0
This is the 0.88.0 release of Nushell. You can learn more about this release
here: https://www.nushell.sh/blog/2023-12-12-nushell_0_88_0.html

The ChangeLog is too long to reproduce here.

Next | Query returned 56 messages, browsing 1 to 10 | Previous