update security, fix form undefined, update python and libvirt-python, add readme support link
This commit is contained in:
parent
1bb29070ff
commit
d88657cd10
@ -3,7 +3,7 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "libvirtwol">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.11.05">
|
||||
<!ENTITY version "2017.01.30">
|
||||
<!ENTITY launch "Settings/VMSettings">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
@ -22,6 +22,12 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
||||
<CHANGES>
|
||||
##&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
|
||||
</CHANGES>
|
||||
|
||||
<FILE Name="&plgPATH;/python-2.7.12-x86_64-1.txz" Min="6.2" Run="upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.12-x86_64-1.txz</URL>
|
||||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
<FILE Name="&plgPATH;/python-2.7.13-x86_64-1.txz" Min="6.3" Run="upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.3/python-2.7.13-x86_64-1.txz</URL>
|
||||
<MD5>67d18569672de5dd48e4dda2f7ce0e88</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/python-2.7.13-x86_64-1.txz" Min="6.2" Max="6.2.99" Run="upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.13-x86_64-1.txz</URL>
|
||||
<MD5>67d18569672de5dd48e4dda2f7ce0e88</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Min="6.1" Max="6.1.99" Run="upgradepkg --install-new">
|
||||
@ -90,6 +101,11 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
||||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/libvirt-python-2.5.0-x86_64-1ponce.txz" Min="6.3" Run="upgradepkg --install-new">
|
||||
<URL>&pkgURL;/libvirt-python-2.5.0-x86_64-1ponce.txz</URL>
|
||||
<MD5>f8e0ec66914344f0894ff45f7d8561f5</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/libvirt-python-1.3.1-x86_64-1ponce.txz" Min="6.2" Run="upgradepkg --install-new">
|
||||
<URL>&pkgURL;/libvirt-python-1.3.1-x86_64-1ponce.txz</URL>
|
||||
<MD5>9a64e4941dd9c7fa3b9c8bf244c9a2d3</MD5>
|
||||
@ -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 ""
|
||||
|
@ -11,8 +11,14 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to
|
||||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon>
|
||||
<Date>2016-11-05</Date>
|
||||
<Date>2017.01.30</Date>
|
||||
<Changes>
|
||||
###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
|
||||
|
Loading…
Reference in New Issue
Block a user