From bbf00848ff6cb4fae3acd64cf89de3094ab65696 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sun, 29 Jan 2017 13:22:16 -0700 Subject: [PATCH] update wakeonlan plugin --- plugins/wakeonlan.plg | 23 ++++++++++------------- plugins/wakeonlan.xml | 7 ++++++- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/plugins/wakeonlan.plg b/plugins/wakeonlan.plg index 2bee8678..d8e5c95f 100755 --- a/plugins/wakeonlan.plg +++ b/plugins/wakeonlan.plg @@ -3,7 +3,7 @@ - + @@ -18,6 +18,11 @@ ##&name; ###&version; +- harden code for XSS and CSRF vulnerabilities +- update nmap to 7.40 +- fix blank scan.xml causing errors +- misc code improvements +2016.10.24 - fix: ip address variable - fix: scan not working ###2016.10.22 @@ -53,14 +58,6 @@ - initial unRAID 6 release. - - -&gitURL;/archive/tablesorter-2.27.6-x86_64-1.txz -ead9fb4c4a317e7d6426b3521f0e0c0b - - @@ -74,9 +71,9 @@ This plugin uses etherwake for wake on lan 435837a5bf0401a937d6ec93e458333b - + &pkgURL;/nmap-7.12-x86_64-1.txz -79f5ae8093b85f19c483c0e9ec42e2b4 +d48d79e1e57aaeb7aee322c78ad9b9a6 @@ -130,7 +127,7 @@ echo "" echo "-----------------------------------------------------------" echo " &name; has been installed." echo " This plugin requires Dynamix webGui to operate" -echo " Copyright 2016, &author;" +echo " Copyright 2016-2017, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" @@ -149,7 +146,7 @@ rm -f &plgPATH;/*.txz \ echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." -echo " Copyright 2016, &author;" +echo " Copyright 2016-2017, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" diff --git a/plugins/wakeonlan.xml b/plugins/wakeonlan.xml index 066f1788..55af9a37 100644 --- a/plugins/wakeonlan.xml +++ b/plugins/wakeonlan.xml @@ -11,8 +11,13 @@ Wake On Lan plugin allows you to scan your network, add and save computers from http://lime-technology.com/forum/index.php?topic=38289.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png -2016-10-24 +2017-01-29 +###2017.01.29 +- harden code for XSS and CSRF vulnerabilities +- update nmap to 7.40 +- fix blank scan.xml causing errors +- misc code improvements ###2016.10.24 - fix: ip address variable - fix: scan not working