LVE Manager, LVE-Utils, LVE-Stats, CageFS and Alt-Python27-cllib updated

New updated LVE Manager, LVE-Utils, LVE-Stats, CageFS and Alt-Python27-cllib packages are now available for download from our production repository.

Changelog

lvemanager 5.3.14-1
 
  • WEB-1701: Add cagefs switcher to users table
  • WEB-1718: Create mocked integration script for NO-CP version
  • WEB-1706: Fix show only filter on user tab
  • LVEMAN-1622: sort available alt-ruby versions in descending order (for GoDaddy)
  • protractor-tests: Fix reseller side test (users_p1/mysql.e2e.ts)
  • PTCLLIB-185: Fix admins sync when admin does not have system user
  • WEB-1726: Prepare code base for AOT
  • LU-1589: Fix wizard errors on CL8
  • WEB-1734: Use full path to locale folder for DA
  • WEB-1722: Add Hungarian to LVEManager
  • WEB-1666: Prepare Jenkins jobs for image builder
  • WEB-1717: Optimize users table
  • WEB-1565: PHP Selector does not have translation in the cPanel
  • WEB-1702: Show count of items in table on users tab for select filter
  • protractor-tests: Fixes due to issues after implementation image-builder
  • LVEMAN-1628: Fix issue with pylint that does not start in lvemanager spec
  • WEB-1565: PHP Selector does not have translation in the cPanel (part2)
  • WEB-1744: CPU is always shown as 100 in cPanel statistics right handed
  • WEB-1735: Use new RSS feed for LVEManager news
  • WEB-1745: Multi-select dropdown on Wizard page should not require double click
  • WEB-1724: Add CL8 Directadmin environment to test system
  • WEB-1733: Adapt protractor tests to python3
  • LVEMAN-1623: Python/NodeJS Selector: improve integration with Litespeed
  • PTCLLIB-182: Fix hooks installation on cpanel 84+
  • remove unneeded future imports
 
lve-utils 3.2.7-1
 
  • LU-1492: Migrate lve-utils code to use universal python 2/3 code 
  • LU-1576: Skip cldiag suexec checker for custom control panels
  • LU-1589: Fix wizard errors on CL8
  • LU-1501: Manually build pyc pyo for CloudLinux OS 8
 
lve-stats 2.10.3-1

  • - LVES-976 fix lvestats tests fail periodically
  • LVES-968: migrate except to python3 style
  • LVES-968: migrate print calls to python3 style
  • LVES-968: update raise syntax to python3 compatible
  • LVES-968: remove unused method from svggraph.py
  • LVES-968: migrate [x]range calls to python3 style
  • LVES-968: migrate map(*) to python3
  • LVES-968: migrate zip calls to python3
  • LVES-968: migrate filter calls to python3
  • LVES-968: replace file() -> open() calls
  • LVES-968: migrate code to new-style absolute imports
  • LVES-968: migrate divisions according to W1619
  • LVES-968: migrate numbers literals code
  • LVES-968: remove arguments unpacking
  • LVES-968: replace basestring with universal wrapper
  • LVES-968: minor updates for py3 compatibility
  • LVES-968: replace deprecated log.warn with log.warning
  • LVES-968: avoid comparison of different types
  • LVES-968: replace legacy method assert[Not]Equals with assert[Not]Equal
  • LVES-968: remove cyclic imports in orm module
  • LVES-968: avoid logging parameters interpolation
  • Revert change of svg script
  • LVES-975 : build lve-stats rpm package for CL8
  • PTCLLIB-186: Make db_info optional, as mentioned in docs
 
cagefs 6.4.9-1
 
  • - PTCLLIB-185: Fix admins sync when admin does not have system user
  • CAG-1007 : Remove /tmp/lshttpd mount
  • LU-1501: Manually build pyc pyo for cloudlinux 8
  • CAG-1010 : Set umask in cagefs
  • LU-1583 enable pylint py3k cagefs
  • PTCLLIB-182: Fix hooks installation on cpanel 84+

alt-python27-cllib 1.6.10-1
  • PTCLLIB-183: rewrite pretrans using lua
  • PTCLLIB-185: Fix admins sync when admin does not have system user
  • PTCLLIB-186: Make db_info optional, as mentioned in docs
  • Add manual pyc pyo build for cl8
  • LU-1589: Fix wizard errors on CL8
  • LU-1583 enable pylint py3k clli
  • PTCLLIB-182: Fix hooks installation on cpanel 84+
 

Update command

yum update lvemanager cagefs lve-utils alt-python27-cllib lve-stats

Downgrade command

yum downgrade lvemanager cagefs cagefs-safebin lve-utils alt-python27-cllib lve-stats

LVE Manager, LVE-Utils, LVE-Stats, CageFS and Alt-Python27-cllib updated

New updated LVE Manager, LVE-Utils, LVE-Stats, CageFS and Alt-Python27-cllib packages are now available for download from our production repository.

Changelog

lvemanager 5.3.14-1
 
  • WEB-1701: Add cagefs switcher to users table
  • WEB-1718: Create mocked integration script for NO-CP version
  • WEB-1706: Fix show only filter on user tab
  • LVEMAN-1622: sort available alt-ruby versions in descending order (for GoDaddy)
  • protractor-tests: Fix reseller side test (users_p1/mysql.e2e.ts)
  • PTCLLIB-185: Fix admins sync when admin does not have system user
  • WEB-1726: Prepare code base for AOT
  • LU-1589: Fix wizard errors on CL8
  • WEB-1734: Use full path to locale folder for DA
  • WEB-1722: Add Hungarian to LVEManager
  • WEB-1666: Prepare Jenkins jobs for image builder
  • WEB-1717: Optimize users table
  • WEB-1565: PHP Selector does not have translation in the cPanel
  • WEB-1702: Show count of items in table on users tab for select filter
  • protractor-tests: Fixes due to issues after implementation image-builder
  • LVEMAN-1628: Fix issue with pylint that does not start in lvemanager spec
  • WEB-1565: PHP Selector does not have translation in the cPanel (part2)
  • WEB-1744: CPU is always shown as 100 in cPanel statistics right handed
  • WEB-1735: Use new RSS feed for LVEManager news
  • WEB-1745: Multi-select dropdown on Wizard page should not require double click
  • WEB-1724: Add CL8 Directadmin environment to test system
  • WEB-1733: Adapt protractor tests to python3
  • LVEMAN-1623: Python/NodeJS Selector: improve integration with Litespeed
  • PTCLLIB-182: Fix hooks installation on cpanel 84+
  • remove unneeded future imports
 
lve-utils 3.2.7-1
 
  • LU-1492: Migrate lve-utils code to use universal python 2/3 code 
  • LU-1576: Skip cldiag suexec checker for custom control panels
  • LU-1589: Fix wizard errors on CL8
  • LU-1501: Manually build pyc pyo for CloudLinux OS 8
 
lve-stats 2.10.3-1

  • - LVES-976 fix lvestats tests fail periodically
  • LVES-968: migrate except to python3 style
  • LVES-968: migrate print calls to python3 style
  • LVES-968: update raise syntax to python3 compatible
  • LVES-968: remove unused method from svggraph.py
  • LVES-968: migrate [x]range calls to python3 style
  • LVES-968: migrate map(*) to python3
  • LVES-968: migrate zip calls to python3
  • LVES-968: migrate filter calls to python3
  • LVES-968: replace file() -> open() calls
  • LVES-968: migrate code to new-style absolute imports
  • LVES-968: migrate divisions according to W1619
  • LVES-968: migrate numbers literals code
  • LVES-968: remove arguments unpacking
  • LVES-968: replace basestring with universal wrapper
  • LVES-968: minor updates for py3 compatibility
  • LVES-968: replace deprecated log.warn with log.warning
  • LVES-968: avoid comparison of different types
  • LVES-968: replace legacy method assert[Not]Equals with assert[Not]Equal
  • LVES-968: remove cyclic imports in orm module
  • LVES-968: avoid logging parameters interpolation
  • Revert change of svg script
  • LVES-975 : build lve-stats rpm package for CL8
  • PTCLLIB-186: Make db_info optional, as mentioned in docs
 
cagefs 6.4.9-1
 
  • - PTCLLIB-185: Fix admins sync when admin does not have system user
  • CAG-1007 : Remove /tmp/lshttpd mount
  • LU-1501: Manually build pyc pyo for cloudlinux 8
  • CAG-1010 : Set umask in cagefs
  • LU-1583 enable pylint py3k cagefs
  • PTCLLIB-182: Fix hooks installation on cpanel 84+

alt-python27-cllib 1.6.10-1
  • PTCLLIB-183: rewrite pretrans using lua
  • PTCLLIB-185: Fix admins sync when admin does not have system user
  • PTCLLIB-186: Make db_info optional, as mentioned in docs
  • Add manual pyc pyo build for cl8
  • LU-1589: Fix wizard errors on CL8
  • LU-1583 enable pylint py3k clli
  • PTCLLIB-182: Fix hooks installation on cpanel 84+
 

Update command

yum update lvemanager cagefs lve-utils alt-python27-cllib lve-stats

Downgrade command

yum downgrade lvemanager cagefs cagefs-safebin lve-utils alt-python27-cllib lve-stats
imunify-logo

WEB SERVER SECURITY BLOG

Subscribe to CloudLinux Newsletter