pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/nushell



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 11 09:06:33 UTC 2024

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
shells/nushell: add update warning


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/shells/nushell/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/nushell/Makefile
diff -u pkgsrc/shells/nushell/Makefile:1.52 pkgsrc/shells/nushell/Makefile:1.53
--- pkgsrc/shells/nushell/Makefile:1.52 Fri Apr  5 07:31:25 2024
+++ pkgsrc/shells/nushell/Makefile      Thu Apr 11 09:06:33 2024
@@ -1,5 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2024/04/05 07:31:25 pin Exp $
+# $NetBSD: Makefile,v 1.53 2024/04/11 09:06:33 pin Exp $
 
+# Please don't update to 0.92.2
+# The latest version has Rust-1.77.2 as minimum required version.
+# This is due to CVE-2024-24576 that only affects Windows.
+# see, https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html
 DISTNAME=      nushell-0.92.1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nushell/}



Home | Main Index | Thread Index | Old Index