diff --git a/plugins/libvirtwol.plg b/plugins/libvirtwol.plg
index 04859128..cc3c603d 100755
--- a/plugins/libvirtwol.plg
+++ b/plugins/libvirtwol.plg
@@ -3,7 +3,7 @@
-
+
@@ -22,6 +22,12 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
##&name;
###&version;
+- harden code for XSS and CSRF vulnerabilities
+- fix form not defined and submitting
+- update libvirt-python to 2.5.0 for 6.3
+- update python to 2.7.13
+- add support link to readme
+###2016.11.05
- fix: continue script on exception e.g. error in vm xml
###2016.10.22
- fix: min and max
@@ -80,9 +86,14 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
- initial commit
-
-&gitURL;/packages/6.2/python-2.7.12-x86_64-1.txz
-a94235dba17e63e12eb888cba9bbb155
+
+&gitURL;/packages/6.3/python-2.7.13-x86_64-1.txz
+67d18569672de5dd48e4dda2f7ce0e88
+
+
+
+&gitURL;/packages/6.2/python-2.7.13-x86_64-1.txz
+67d18569672de5dd48e4dda2f7ce0e88
@@ -90,6 +101,11 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
7d5f6d12757c59e5f08ca25bd63aab78
+
+&pkgURL;/libvirt-python-2.5.0-x86_64-1ponce.txz
+f8e0ec66914344f0894ff45f7d8561f5
+
+
&pkgURL;/libvirt-python-1.3.1-x86_64-1ponce.txz
9a64e4941dd9c7fa3b9c8bf244c9a2d3
@@ -178,7 +194,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 ""
@@ -204,7 +220,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/libvirtwol.xml b/plugins/libvirtwol.xml
index c9544329..1ffa342c 100644
--- a/plugins/libvirtwol.xml
+++ b/plugins/libvirtwol.xml
@@ -11,8 +11,14 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to
http://lime-technology.com/forum/index.php?topic=44017.0
https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png
-2016-11-05
+2017.01.30
+###2017.01.30
+- harden code for XSS and CSRF vulnerabilities
+- fix form not defined and submitting
+- update libvirt-python to 2.5.0 for 6.3
+- update python to 2.7.13
+- add support link to readme
###2016.11.05
- fix: continue script on exception e.g. error in vm xml
###2016.10.22