From ab0ce6b869e726e3e4768d641b85d55ad1858d24 Mon Sep 17 00:00:00 2001 From: Jimmy Lam <49486758+lamdaiphong@users.noreply.github.com> Date: Fri, 19 Jan 2024 08:11:38 +1300 Subject: [PATCH 1/3] Update npp.sls version 8.5.4 has been reported security vulnerabilities, update latest version. --- npp.sls | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/npp.sls b/npp.sls index 875717291..5ad1f5799 100644 --- a/npp.sls +++ b/npp.sls @@ -6,6 +6,13 @@ {% endif %} npp: {% for version in [ + '8.6.2', + '8.6.1', + '8.6', + '8.5.8', + '8.5.7', + '8.5.6', + '8.5.5', '8.5.4', '8.5.3', '8.5.2', @@ -70,6 +77,9 @@ npp: # correctly in `pkg.list_pkgs` and to allow for removal using `pkg.remove` # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {% for version in [ + '8.6.2', + '8.6.1', + '8.6', '7.6.6', '7.6.5', '7.6.4', From f2c576bb702caa9b683f32e325e88bd32caa500b Mon Sep 17 00:00:00 2001 From: Jimmy Lam <49486758+lamdaiphong@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:53:30 +1300 Subject: [PATCH 2/3] Update npp.sls Conflicted version 32bit vs 64bit caused test failed. Removed x64bit version. --- npp.sls | 3 --- 1 file changed, 3 deletions(-) diff --git a/npp.sls b/npp.sls index 5ad1f5799..14e91e265 100644 --- a/npp.sls +++ b/npp.sls @@ -77,9 +77,6 @@ npp: # correctly in `pkg.list_pkgs` and to allow for removal using `pkg.remove` # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {% for version in [ - '8.6.2', - '8.6.1', - '8.6', '7.6.6', '7.6.5', '7.6.4', From 6c6472a6aedb3742710db2978ab16e561b4b65bd Mon Sep 17 00:00:00 2001 From: Jimmy Lam <49486758+lamdaiphong@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:08:10 +1300 Subject: [PATCH 3/3] Update npp.sls Removes version 8.5.5 caused test failed --- npp.sls | 1 - 1 file changed, 1 deletion(-) diff --git a/npp.sls b/npp.sls index 14e91e265..23778f8db 100644 --- a/npp.sls +++ b/npp.sls @@ -12,7 +12,6 @@ npp: '8.5.8', '8.5.7', '8.5.6', - '8.5.5', '8.5.4', '8.5.3', '8.5.2',