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

View File

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