mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 22:36:12 +01:00
update lscpd to resolve https://forums.cyberpanel.net/discussion/5431/tls-robot-vulnerability-detected
This commit is contained in:
@@ -1388,13 +1388,13 @@ imap_folder_list_limit = 0
|
|||||||
|
|
||||||
lscpdPath = '/usr/local/lscp/bin/lscpd'
|
lscpdPath = '/usr/local/lscp/bin/lscpd'
|
||||||
|
|
||||||
command = 'cp -f /usr/local/CyberCP/lscpd-0.2.7 /usr/local/lscp/bin/lscpd-0.2.7'
|
command = 'cp -f /usr/local/CyberCP/lscpd-0.3.1 /usr/local/lscp/bin/lscpd-0.3.1'
|
||||||
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
||||||
|
|
||||||
command = 'rm -f /usr/local/lscp/bin/lscpd'
|
command = 'rm -f /usr/local/lscp/bin/lscpd'
|
||||||
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
||||||
|
|
||||||
command = 'mv /usr/local/lscp/bin/lscpd-0.2.7 /usr/local/lscp/bin/lscpd'
|
command = 'mv /usr/local/lscp/bin/lscpd-0.3.1 /usr/local/lscp/bin/lscpd'
|
||||||
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
||||||
|
|
||||||
command = 'chmod 755 %s' % (lscpdPath)
|
command = 'chmod 755 %s' % (lscpdPath)
|
||||||
|
|||||||
BIN
lscpd-0.3.1
Executable file
BIN
lscpd-0.3.1
Executable file
Binary file not shown.
Reference in New Issue
Block a user