update command line plugin

This commit is contained in:
dmacias72 2017-01-28 01:22:22 -07:00
parent 1e4a4e93a9
commit 22a820b12e
2 changed files with 12 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "cmdline">
<!ENTITY author "dmacias72">
<!ENTITY version "2017.01.22">
<!ENTITY version "2017.01.28">
<!ENTITY launch "Settings/CommandLineSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -22,6 +22,10 @@ This Plugin installs and controls shellinabox for unRaid 6.1 All dependencies a
<CHANGES>
##&name;
###&version;
- update security for XSS and CSRF vulnerabilities
- strip down screenfetch for slackware/unRAID
- add unRAID version to screenshot
###2017.01.22
- update shellinabox unofficial to latest v2.20
- add: security patches
- fix: suppress var.ini parse error
@ -170,7 +174,7 @@ else
echo "-----------------------------------------------------------"
echo " &name; has been installed."
echo " This plugin requires Dynamix webGui to operate"
echo " Copyright 2017, &author;"
echo " Copyright 2015-2017, &author;"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
@ -195,7 +199,7 @@ rm -f &plgPATH;/*.txz \
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."
echo " Copyright 2017, &author;"
echo " Copyright 2015-2017, &author;"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""

View File

@ -11,8 +11,12 @@ Command Line implements Shell In A Box. A web server that can export arbitrary c
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=42683.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/cmdline.png</Icon>
<Date>2017.01.22</Date>
<Date>2017.01.28</Date>
<Changes>
###2017.01.28
- update security for XSS and CSRF vulnerabilities
- strip down screenfetch for slackware/unRAID
- add unRAID version to screenshot
###2017.01.22
- update shellinabox unofficial to latest v2.20
- add: security patches