84 Release Notes


Last modified: February 22, 2024

Upgrade blockers

None.

New features

Update server in DNS cluster to use PowerDNS

In cPanel & WHM version 84, we added the ability to change a DNS server’s nameserver software to PowerDNS in WHM’s DNS Cluster interface (WHM » Home » Clusters » DNS Cluster). To change a DNS server’s nameserver software to PowerDNS, click Upgrade in the Status column of the Servers in your DNS Cluster table.

DNSSEC support for PowerDNS servers

As of cPanel & WHM version 84, you can now use DNS Security Extensions (DNSSEC) with PowerDNS nameservers in a DNS cluster. For more information about DNSSEC in cPanel & WHM, read our DNSSEC documentation.

Upgraded cPanel (cpsrvd) PHP version to PHP 7.3

In cPanel & WHM version 84, we upgraded the PHP version in cPanel & WHM from PHP 7.2 to PHP 7.3.

New settings in the Transfer Tool interface and the cpconftool script

We added the following service configuration settings to WHM’s Transfer Tool interface (WHM » Home » Transfers » Transfer Tool):

  • AutoSSL
  • GreyList
  • Hulk
  • ModSecurity®

We also added the equivalent modules to the cpconftool script:

  • cpanel::system::autossloptions
  • cpanel::system::greylist
  • cpanel::system::hulk
  • cpanel::system::modsecurity

Use these settings to transfer your settings from one server to another server. You can also use the script to create backup and restoration files on your local server.

New WHM feature block emails by country or domain

We added two new interfaces to WHM. You can now block emails that originate from certain countries or domains. To block these email messages, use the following interfaces:

New UAPI modules to replace deprecated cPanel API 1 modules

In cPanel & WHM version 84, we added the following UAPI modules:

  • LogManager
  • Stats

These modules replace the following cPanel API 1 modules:

We previously deprecated cPanel API 1 and plan to remove these functions in a future release.

For more information about the functions in these new modules, read the New UAPI functions section below.

DNSSEC in a DNS cluster

In cPanel & WHM verison 84, we added support for DNS Security Extensions (DNSSEC) in DNS clusters. PowerDNS servers with domains that have configured DNSSEC can configure DNS clusters.

For more information about DNSSEC in cPanel & WHM, read our DNSSEC documentation.

Feedback survey

When you log in to WHM, a feedback icon () and, briefly, a Feedback tab will appear on the right side of the interface.

  • Click the icon or tab to take a brief survey to let WebPros International, LLC know your thoughts about cPanel & WHM.
  • This only appears in the WHM interface for the root user and resellers with root-level privileges. It doesn’t appear in cPanel.

Updated features

Updated the default TLS cipher suite to use the intermediate configuration

In cPanel & WHM version 84, we updated the default TLS cipher suite to use the intermediate configuration. This change replaces the modern configuration, which serves clients that use TLS 1.3. The modern configuration is not compatible with Apache 2.4 and OpenSSL 1.0.1.

For more information, read the Mozilla’s SSL Configuration Generator page.

AutoSSL pre-verification now includes Certificate Authority (CA) authorization

AutoSSL now verifies a CA’s authorization via Certificate Authority Authorization (CAA) records. Without verification, AutoSSL would order certificates that the CA did not have the authority to secure.

Errors interface now displays last 300 lines in an error log

In cPanel & WHM version 84, we updated cPanel’s Errors interface (cPanel » Home » Metrics » Errors) to display the last 300 lines of the following log files:

  • /usr/local/apache/logs/suexec_log
  • /usr/local/apache/logs/error_log

The interface now displays the following information:

  • Error log entries from the user’s home directory.
  • Entries from the /usr/local/apache/logs/suexec_log file that include the username for the account.

sshd daemon UseDNS setting disabled in the installer

The cPanel & WHM installer now disables the secure shell daemon’s (sshd) UseDNS setting. This prevents faulty logging of client IP addresses in the cPHulk service.

DNSSEC improvements

In cPanel & WHM version 84, we improved the DNSSEC section of cPanel’s Zone Editor interface (cPanel » Home » Domains » Zone Editor). Users will be able to import and manage DNSSEC key more easily. Also, we have added help text to guide users through the process.

For more information about DNSSEC in cPanel & WHM, read our DNSSEC documentation.

New notifications about Extended Validation (EV) and Organization-Validated (OV) SSL certificates

We now send notifications to cPanel users when they can expedite their SSL order. This update will decrease the time it takes to issue EV and OV SSL certificate orders. For example, a cPanel user can click a URL to schedule a phone call with their certificate provider.

Updates to the Let’s Encrypt plugin

In cPanel & WHM version 84, we updated the Let’s Encrypt™ plugin to use Let’s Encrypt’s new API in anticipation of the original API’s end of life:

  • This will allow us to continue to support this plugin.
  • The updated plugin also accommodates Let’s Encrypt’s rate limit changes and secures wildcard subdomains.

Configuration Analytics is now required

In cPanel & WHM version 84, you cannot disable Configuration Analytics. We have classed this data as operational data that WebPros International, LLC requires in order to make vital business decisions.

Replace DNS resolver

cPanel & WHM now uses Unbound for recursive DNS resolution. Unbound allows cPanel & WHM to execute multiple DNS queries concurrently. Services that rely on DNS queries will gain speed improvements. For example, AutoSSL now runs more quickly.

Preconfigure the Unbound DNS resolver to work with server UDP DNS limitations

cPanel & WHM now maintains a stored configuration for the improved Unbound (libunbound) DNS resolver. This will help libunbound to work with many network or firewall configurations that would cause a DNS resolver failure.

To create the stored configuration, the system looks up the root DNS servers when it runs the /usr/local/cpanel/scripts/maintenance script. If the lookup query fails, the system will attempt another query with a different configuration. The system repeats this process until the DNS lookup succeeds. If none of the configurations allow the DNS resolver to complete the query, the DNS resolver cannot function.

AutoSSL logs NAT loopback configuration errors

The AutoSSL feature detects any problems with server NAT loopback configurations. When AutoSSL encounters a configuration error, it will report the error in AutoSSL’s logs. This error log will help you diagnose and correct any NAT configuration problems. You can view these logs in WHM’s Manage AutoSSL interface (WHM » Home » SSL/TLS » Manage AutoSSL).

New Recursive DNS query pool size setting in Tweak Settings

We’ve added the Recursive DNS query pool size setting to the System section of WHM’s Tweak Settings interface (WHM » Home » Server Configuration » Tweak Settings). This setting allows you to restrict the maximum number of currently-active recursive DNS queries. You can use this to improve the DNS query performance on firewalls that impose rate limits.

Force global DCV rewrite rules

Starting in cPanel & WHM version 84, all installations will use global DCV mod_rewrite exclusions. The global DCV rewrite setting is more reliable than the older, per-user mod_rewrite exclusions. It is also less likely to conflict with users’ mod_rewrite rules.

  • This update also removes the Use a Global DCV rewrite exclude instead of .htaccess modification setting in the Domains section of WHM’s Tweak Settings interface (WHM » Home » Server Configuration » Tweak Settings).

    • If you disabled this setting on your server, the system will rebuild the httpd configuration during the upgrade.
    • For servers with this setting enabled, there is no change.
  • This update also removes the global_dcv_rewrite_exclude setting from the /var/cpanel/cpanel.config file.

Process all users’ local DNS DCVs at one time

We changed the AutoSSL feature’s Domain Control Validation (DCV) processing order. This change will significantly improve AutoSSL’s DCV execution time. Now, AutoSSL performs HTTP-based DCVs for each user first. Then, any DNS changes for users’ DNS-based DCVs occur in a single DNS update.

Before this change, AutoSSL would separately process each user’s local DCVs. This process resulted in separate DNS updates for each user requiring a DNS-based DCV.

PowerDNS installs by default on new installations

As of cPanel & WHM version 84, the system enables the PowerDNS nameserver software on new installations of cPanel & WHM. For more information about PowerDNS, read our Nameserver Selection documentation.

Application Manager interface updates

We have updated cPanel’s Application Manager interface (cPanel » Home » Software » Application Manager) for clarity and usability. It now includes better help text, error messages, and setting names.

Webmail user interface updates

In cPanel & WHM version 84, we have updated the look and feel, as well as the workflow, of the Webmail interface. The updated Webmail Home interface allows users to more perform the following actions:

  • Open their inbox upon login — Users can select to open their email’s inbox every time they log in to Webmail. To do so, select the Open my inbox when I log in checkbox.
  • Change their Webmail client — Users can click any logo under the Change your webmail client header to change their Webmail client.
  • Set up email on a device — Users can email configuration instructions to a device. They will need access to their inbox from the device.
  • Access Webmail functions — Users will find Webmail functions to configure their settings in this interface.

For more information, read our Webmail documentation.

Apache configuration file changes

In cPanel & WHM version 84, we created the /etc/cpanel/ea4/ea4.conf file. This file consolidates all of your webserver’s settings into a single JSON file. This file replaces the /var/cpanel/conf/apache/local and /var/cpanel/conf/apache/main files. The system will back up the current contents of these files to the root-home-dir/legacy_ea3_distiller_files-timestamp.tar.gz file, where root-home-dir represents the root user’s home directory and timestamp represents a timestamp.

The WHM interface provides several ways to customize your Apache configuration:

  • cPanel & WHM sets several Apache directives by default. These directives affect the whole server. To change these directives, use the Global Configuration section of WHM’s Apache Configuration interface (WHM » Home » Service Configuration » Apache Configuration).

  • To modify the Apache configuration’s include files through WHM, use the Include Editor section of WHM’s Apache Configuration interface (WHM » Home » Service Configuration » Apache Configuration).

We provide several other methods to customize your system. You can use one of the following methods to create custom configurations:

For more information, read our Advanced Apache Configuration documentation.

Support for the DNS Node server profile license

In cPanel & WHM version 84, we added support for the cPanel DNS Node server license. The DNS Node server profile lets you assign a server that provides only Domain Name System (DNS) services.

For more information about server profiles, read our How to Use Server Profiles documentation.

Improved DNS server reload capabilities

In cPanel & WHM version 84, we lowered the maximum value of the DNS server reload deferral time setting to 300 seconds in WHM’s Tweak Settings interface (WHM » Home » Server Configuration » Tweak Settings). This change takes advantage of the DNS cluster performance improvements we made in cPanel & WHM version 82. We recommend that users set this value to 5 seconds.

Important:

When you update to cPanel & WHM version 84, the system will set the DNS server reload deferral time value to 300 if it is higher than this value.

Individualized Standardized Hooks data structure

The Standardized Hooks system now separates the data for each hook into separate .yaml files. This helps to improve system performance.

  • When the system updates to cPanel & WHM version 84, the system will convert and then remove the existing hook data.
  • For more information, read our Guide to Standardized Hooks documentation.

Updates to the DNS Cluster interface

In cPanel & WHM version 84, we added the ability to change a DNS server’s nameserver software to PowerDNS from WHM’s DNS Cluster interface (WHM » Home » Clusters » DNS Cluster). To change a DNS server’s nameserver software to PowerDNS, click Upgrade in the Status column of the Servers in your DNS Cluster table.

We also added the Synchronize Zones Immediately checkbox. This setting automatically synchronizes any new or updated nameservers with the other servers in your DNS cluster.

Updates to generated self-signed certificates and CSR extensions

We have updated the generation of all self-signed certificates and certificate signing requests (CSR) to include the following extensions:

  • Subject Alternative Name (SAN).

  • Extended Key Usage (EKU) — This extension now includes the Server Authentication entry. These updates ensure that macOS® 10.15 Catalina users can continue to access cPanel & WHM.

This change also updates the /usr/local/cpanel/bin/checkallsslcerts script. The script now replaces any existing certificates that do not have these extensions.

Deprecated and removed items

Deprecation of PHP versions 5.6 and 7.0

We have deprecated PHP 5.6 and PHP 7.0 and will remove support for them in a future version.

To help alert cPanel users, cPanel’s MultiPHP Manager interface (cPanel » Home » Software » MultiPHP Manager) now displays PHP version warnings.

These warnings are similar to the warnings in WHM’s MultiPHP Manager interface (WHM » Home » Software » MultiPHP Manager).

Removed the /usr/local/cpanel/bin/apache_conf_distiller script

In cPanel & WHM version 84, we removed the /usr/local/cpanel/bin/apache_conf_distiller script.

The /var/cpanel/conf/apache/main and /var/cpanel/conf/apache/local files

In cPanel & WHM version 84, we removed the /var/cpanel/conf/apache/main and /var/cpanel/conf/apache/local files. The system now combines the contents of these files in the /etc/cpanel/ea4/ea4.conf file.

Appendix A: Third-party applications

Note:

We use CentOS servers to generate these lists. The specific version numbers and packages may vary slightly on CloudLinux™ and Red Hat® Enterprise Linux servers.

cPanel & WHM version 84 includes the following third-party applications:

Third-party application Version Source
analog 6.0 RPM
AngularJS 1.4.4 RPM
AngularJS for Bootstrap 1.2.5 RPM
Auth_SASL 1.0.6 RPM
AWStats 7.7 RPM
Bootstrap 3.1.1 RPM
Bootstrap RTL 0.9.16 RPM
Cache 1.5.6 RPM
Chosen 1.5.1 RPM
CKEditor™ 4.5.8 RPM
ClamAV 0.101.4 RPM
Console_Color 1.0.3 RPM
Console_Table 1.1.5 RPM
content 2.0.6 RPM
cPanel Common Licenses RPM 1.0.0 RPM
cpanel-ace-editor 1.3.1 RPM
cpanel-angular-chosen 1.4.0 RPM
cpanel-angular-growl-2 0.7.3 RPM
cpanel-angular-ui-scroll 1.6.1 RPM
cpanel-axe-core 3.0.2 RPM
cpanel-bindp 1.0.0 RPM
cpanel-chosen-1.1.0 1.1.0 RPM
cpanel-d3-js 3.5.6 RPM
cpanel-dnspython 1.12.0 RPM
cpanel-editarea 0.8.2 RPM
cpanel-eventsource-polyfill-js 1.0.0 RPM
cpanel-fetch-polyfill-js-v3.0 3.0.0 RPM
cpanel-geoipfree-data 84.0 RPM
cpanel-gridstack 0.2.4 RPM
cpanel-handlebarsjs 1.0.0 RPM
cpanel-jquery-ui-touch-punch 0.2.3 RPM
cpanel-jsforge-js 0.7.0 RPM
cpanel-jstz-js 1.0.4 RPM
cpanel-lodash 4.8.2 RPM
cpanel-lodash-3.10.1 3.10.1 RPM
cpanel-mailman 2.1.29 RPM
cpanel-mariadb-connector 3.0.3 RPM
cpanel-moment 2.9.0 RPM
cpanel-ng-umd-bundles 1 RPM
cpanel-pam-cpses 72.0 RPM
cpanel-pam-hulk 72.0 RPM
cpanel-pdns 4.1.10 RPM
cpanel-php-composer 1.8.6 RPM
cpanel-php-ioncube 10.3.7 RPM
cpanel-php-sourceguardian 11.3.1 RPM
cpanel-phpmyadmin 4.9.0.1 RPM
cpanel-phppgadmin 5.6.0 RPM
cpanel-promise-polyfill-js-v3.5 3.5.5 RPM
cpanel-punycodejs-js 1.4.1 RPM
cpanel-qrcodejs 0.0.1 RPM
cpanel-roundcubemail 1.3.8 RPM
cpanel-sqlite 3.27.1 RPM
cpanel-squirrelmail 2012.12.09 RPM
cpanel-unbound 1.9.2 RPM
cpanel-wrap 80.4 RPM
cpanel-xtermjs-js 3.3.0 RPM
Date 1.4.7 RPM
Date_Holidays 0.21.8 RPM
Date_Holidays_Australia 0.2.1 RPM
Date_Holidays_Austria 0.1.5 RPM
Date_Holidays_Brazil 0.1.2 RPM
Date_Holidays_Croatia 0.1.1 RPM
Date_Holidays_Czech 0.1.0 RPM
Date_Holidays_Denmark 0.1.3 RPM
Date_Holidays_EnglandWales 0.1.5 RPM
Date_Holidays_Finland 0.1.2 RPM
Date_Holidays_Germany 0.1.2 RPM
Date_Holidays_Iceland 0.1.2 RPM
Date_Holidays_Ireland 0.1.3 RPM
Date_Holidays_Italy 0.1.1 RPM
Date_Holidays_Japan 0.1.2 RPM
Date_Holidays_Netherlands 0.1.3 RPM
Date_Holidays_Norway 0.1.2 RPM
Date_Holidays_PHPdotNet 0.1.2 RPM
Date_Holidays_Portugal 0.1.0 RPM
Date_Holidays_Romania 0.1.2 RPM
Date_Holidays_Russia 0.1.0 RPM
Date_Holidays_SanMarino 0.1.1 RPM
Date_Holidays_Serbia 0.1.0 RPM
Date_Holidays_Slovenia 0.1.2 RPM
Date_Holidays_Spain 0.1.3 RPM
Date_Holidays_Sweden 0.1.3 RPM
Date_Holidays_Turkey 0.1.1 RPM
Date_Holidays_Ukraine 0.1.2 RPM
Date_Holidays_UNO 0.1.3 RPM
Date_Holidays_USA 0.1.1 RPM
Date_Holidays_Venezuela 0.1.1 RPM
DB 1.7.14 RPM
Dovecot 2.3.7.2 RPM
elFinder 2.1.11 RPM
Exim 4.92 RPM
File 1.4.1 RPM
File_Find 1.3.2 RPM
File_Fstab 2.0.3 RPM
FontAwesome 5.0.6 RPM
Git 2.23.0 RPM
Horde Groupware Webmail Edition 5.2.18 RPM
Horde_Alarm 2.2.10 RPM
Horde_Argv 2.1.0 RPM
Horde_Auth 2.2.2 RPM
Horde_Autoloader 2.1.2 RPM
Horde_Browser 2.0.15 RPM
Horde_Cache 2.5.5 RPM
Horde_Cli 2.3.0 RPM
Horde_Compress 2.2.1 RPM
Horde_Compress_Fast 1.1.1 RPM
Horde_Constraint 2.0.3 RPM
Horde_Controller 2.0.5 RPM
Horde_Core 2.31.3 RPM
Horde_Crypt 2.7.12 RPM
Horde_Crypt_Blowfish 1.1.2 RPM
Horde_Css_Parser 1.0.11 RPM
Horde_CssMinify 1.0.4 RPM
Horde_Data 2.1.4 RPM
Horde_Date 2.4.1 RPM
Horde_Date_Parser 2.0.6 RPM
Horde_Dav 1.1.4 RPM
Horde_Db 2.4.0 RPM
Horde_Editor 2.0.5 RPM
Horde_ElasticSearch 1.0.4 RPM
Horde_Exception 2.0.8 RPM
Horde_Feed 2.0.4 RPM
Horde_Form 2.0.19 RPM
Horde_Group 2.1.1 RPM
Horde_HashTable 1.2.6 RPM
Horde_History 2.3.6 RPM
Horde_Http 2.1.7 RPM
Horde_Icalendar 2.1.8 RPM
Horde_Idna 1.1.1 RPM
Horde_Image 2.5.3 RPM
Horde_Imap_Client 2.29.16 RPM
Horde_Imsp 2.0.10 RPM
Horde_Injector 2.0.5 RPM
Horde_Itip 2.1.2 RPM
Horde_JavascriptMinify 1.1.5 RPM
Horde_Kolab_Format 2.0.9 RPM
Horde_Kolab_Session 2.0.3 RPM
Horde_ListHeaders 1.2.5 RPM
Horde_Lock 2.1.4 RPM
Horde_Log 2.3.0 RPM
Horde_LoginTasks 2.0.7 RPM
horde_lz4 1.0.10 RPM
Horde_Mail 2.6.4 RPM
Horde_Mail_Autoconfig 1.0.3 RPM
Horde_Mime 2.11.0 RPM
Horde_Mime_Viewer 2.2.2 RPM
Horde_Nls 2.2.1 RPM
Horde_Notification 2.0.4 RPM
Horde_Oauth 2.0.4 RPM
Horde_Pack 1.0.7 RPM
Horde_Pdf 2.0.7 RPM
Horde_Perms 2.1.7 RPM
Horde_Prefs 2.9.0 RPM
Horde_Queue 1.1.5 RPM
Horde_Rdo 2.1.0 RPM
Horde_Role 1.0.1 RPM
Horde_Routes 2.0.5 RPM
Horde_Rpc 2.1.8 RPM
Horde_Secret 2.0.6 RPM
Horde_Serialize 2.0.5 RPM
Horde_Service_Facebook 2.0.10 RPM
Horde_Service_Twitter 2.1.6 RPM
Horde_SessionHandler 2.2.9 RPM
Horde_Share 2.2.0 RPM
Horde_Smtp 1.9.5 RPM
Horde_Socket_Client 2.1.2 RPM
Horde_SpellChecker 2.1.3 RPM
Horde_Stream 1.6.3 RPM
Horde_Stream_Filter 2.0.4 RPM
Horde_Stream_Wrapper 2.1.4 RPM
Horde_Support 2.2.0 RPM
Horde_SyncMl 2.0.7 RPM
Horde_Template 2.0.3 RPM
Horde_Text_Diff 2.2.0 RPM
Horde_Text_Filter 2.3.5 RPM
Horde_Text_Flowed 2.0.3 RPM
Horde_Timezone 1.1.0 RPM
Horde_Token 2.0.9 RPM
Horde_Translation 2.2.2 RPM
Horde_Tree 2.0.5 RPM
Horde_Url 2.2.6 RPM
Horde_Util 2.5.8 RPM
Horde_Vfs 2.4.0 RPM
Horde_View 2.0.6 RPM
Horde_Xml_Element 2.0.4 RPM
Horde_Xml_Wbxml 2.0.3 RPM
Horde_Yaml 2.0.7 RPM
HTML Tidy 1.1 RPM
HTML_Template_IT 1.3.0 RPM
HTTP 1.4.1 RPM
HTTP_Request 1.4.4 RPM
HTTP_WebDAV_Server 1.0.0RC8 RPM
IMAP 2007f RPM
imp 6.2.22 RPM
ingo 3.2.16 RPM
jQuery 3.2.0 3.2.0 RPM
Kronolith 4.2.24 RPM
Libmcrypt 2.5.8 RPM
libspf2 1.2.10 RPM
libsrs_alt SRS library 1.0 RPM
Log 1.12.7 RPM
Mail 1.2.0 RPM
Mail_Mime 1.8.3 RPM
MDB2 2.4.1 RPM
Mnemo 4.2.14 RPM
Mongrel 1.1.5 src/3rdparty/ruby/gems
MyDNS 1.2.8.31 RPM
MySQL® 5.6.43 RPM
MySQL® 5.5 5.5.62 RPM
MySQL® 5.6 5.6.45 RPM
nag 4.2.18 RPM
Net::Server 2.009 RPM
Net_DNS2 1.4.1 RPM
Net_FTP 1.3.7 RPM
Net_IMAP 1.1.2 RPM
Net_Sieve 1.3.2 RPM
Net_SMTP 1.6.2 RPM
Net_Socket 1.0.14 RPM
Net_URL 1.0.15 RPM
Net_UserAgent_Detect 2.5.2 RPM
NSD 3.2.18 RPM
Open Sans 1.0 RPM
p0f 3.09b RPM
PEAR_Command_Packaging 0.3.0 RPM
PigZ 2.4 RPM
PostgreSQL 9.2.24 RPM
ProFTPD 1.3.6 RPM
Pure-FTP 1.0.47 RPM
PuttyGen 0.70 RPM
Rack 1.1.6 src/3rdparty/ruby/gems
re2c 1.1.1 RPM
RequireJS 2.1.14 RPM
rpm_is_working 1.0 RPM
Services_Weather 1.4.7 RPM
site-publisher-templates 1.0 RPM
SOAP 0.13.0 RPM
splitlogs 1.0 RPM
Text_Figlet 1.0.2 RPM
timeobjects 2.1.4 RPM
trean 1.1.9 RPM
Tree::DAG_Node 1.31 RPM
turba 4.2.22 RPM
User::Perl 1.0 RPM
Webalizer 2.23_08 RPM
webmail 5.2.22 RPM
XML_Parser 1.3.4 RPM
XML_RPC 1.5.5 RPM
XML_Serializer 0.20.2 RPM
XML_SVG 1.1.0 RPM
yui (Yahoo User Experience Tools) 2.9.0 RPM

Third-party application Version Source
Auth_SASL 1.1.0 RPM
Cache 1.5.6 RPM
Console_Color 1.0.3 RPM
Console_Table 1.3.1 RPM
content 2.0.6 RPM
cpanel-php-horde-lz4-placeholder 1.0.10 RPM
cpanel-php72 7.2.7 RPM
cpanel-php73 7.3.6 RPM
Date 1.4.7 RPM
Date_Holidays 0.21.8 RPM
Date_Holidays_Australia 0.2.2 RPM
Date_Holidays_Austria 0.1.6 RPM
Date_Holidays_Brazil 0.1.2 RPM
Date_Holidays_Croatia 0.1.1 RPM
Date_Holidays_Czech 0.1.0 RPM
Date_Holidays_Denmark 0.1.3 RPM
Date_Holidays_EnglandWales 0.1.5 RPM
Date_Holidays_Finland 0.1.2 RPM
Date_Holidays_Germany 0.1.2 RPM
Date_Holidays_Iceland 0.1.2 RPM
Date_Holidays_Ireland 0.1.3 RPM
Date_Holidays_Italy 0.1.1 RPM
Date_Holidays_Japan 0.1.3 RPM
Date_Holidays_Netherlands 0.1.4 RPM
Date_Holidays_Norway 0.1.2 RPM
Date_Holidays_PHPdotNet 0.1.2 RPM
Date_Holidays_Portugal 0.1.1 RPM
Date_Holidays_Romania 0.1.2 RPM
Date_Holidays_Russia 0.1.0 RPM
Date_Holidays_SanMarino 0.1.1 RPM
Date_Holidays_Serbia 0.1.0 RPM
Date_Holidays_Slovenia 0.1.2 RPM
Date_Holidays_Spain 0.1.4 RPM
Date_Holidays_Sweden 0.1.3 RPM
Date_Holidays_Turkey 0.1.1 RPM
Date_Holidays_Ukraine 0.1.2 RPM
Date_Holidays_UNO 0.1.3 RPM
Date_Holidays_USA 0.1.1 RPM
Date_Holidays_Venezuela 0.1.1 RPM
DB 1.9.3 RPM
File 1.4.1 RPM
File_Find 1.3.3 RPM
File_Fstab 2.0.3 RPM
Horde Groupware Webmail Edition 5.2.21 RPM
Horde_Alarm 2.2.10 RPM
Horde_Argv 2.1.0 RPM
Horde_Auth 2.2.2 RPM
Horde_Autoloader 2.1.2 RPM
Horde_Browser 2.0.16 RPM
Horde_Cache 2.5.5 RPM
Horde_Cli 2.3.0 RPM
Horde_Compress 2.2.2 RPM
Horde_Compress_Fast 1.1.1 RPM
Horde_Constraint 2.0.3 RPM
Horde_Controller 2.0.5 RPM
Horde_Core 2.31.8 RPM
Horde_Crypt 2.7.12 RPM
Horde_Crypt_Blowfish 1.1.2 RPM
Horde_Css_Parser 1.0.11 RPM
Horde_CssMinify 1.0.4 RPM
Horde_Data 2.1.4 RPM
Horde_Date 2.4.1 RPM
Horde_Date_Parser 2.0.6 RPM
Horde_Dav 1.1.4 RPM
Horde_Db 2.4.0 RPM
Horde_Editor 2.0.5 RPM
Horde_ElasticSearch 1.0.4 RPM
Horde_Exception 2.0.8 RPM
Horde_Feed 2.0.4 RPM
Horde_Form 2.0.19 RPM
Horde_Group 2.1.1 RPM
Horde_HashTable 1.2.6 RPM
Horde_History 2.3.6 RPM
Horde_Http 2.1.7 RPM
Horde_Icalendar 2.1.8 RPM
Horde_Idna 1.1.1 RPM
Horde_Image 2.6.0 RPM
Horde_Imap_Client 2.29.17 RPM
Horde_Imsp 2.0.10 RPM
Horde_Injector 2.0.5 RPM
Horde_Itip 2.1.2 RPM
Horde_JavascriptMinify 1.1.5 RPM
Horde_Kolab_Format 2.0.9 RPM
Horde_Kolab_Session 2.0.3 RPM
Horde_ListHeaders 1.2.5 RPM
Horde_Lock 2.1.4 RPM
Horde_Log 2.3.0 RPM
Horde_LoginTasks 2.0.7 RPM
Horde_Mail 2.6.5 RPM
Horde_Mail_Autoconfig 1.0.3 RPM
Horde_Mime 2.11.0 RPM
Horde_Mime_Viewer 2.2.2 RPM
Horde_Nls 2.2.1 RPM
Horde_Notification 2.0.4 RPM
Horde_Oauth 2.0.4 RPM
Horde_Pack 1.0.7 RPM
Horde_Pdf 2.0.7 RPM
Horde_Perms 2.1.8 RPM
Horde_Prefs 2.9.0 RPM
Horde_Queue 1.1.5 RPM
Horde_Rdo 2.1.0 RPM
Horde_Role 1.0.1 RPM
Horde_Routes 2.0.5 RPM
Horde_Rpc 2.1.8 RPM
Horde_Secret 2.0.6 RPM
Horde_Serialize 2.0.5 RPM
Horde_Service_Facebook 2.0.10 RPM
Horde_Service_Twitter 2.1.6 RPM
Horde_SessionHandler 2.2.9 RPM
Horde_Share 2.2.0 RPM
Horde_Smtp 1.9.5 RPM
Horde_Socket_Client 2.1.2 RPM
Horde_SpellChecker 2.1.3 RPM
Horde_Stream 1.6.3 RPM
Horde_Stream_Filter 2.0.4 RPM
Horde_Stream_Wrapper 2.1.4 RPM
Horde_Support 2.2.0 RPM
Horde_SyncMl 2.0.7 RPM
Horde_Template 2.0.3 RPM
Horde_Text_Diff 2.2.0 RPM
Horde_Text_Filter 2.3.6 RPM
Horde_Text_Flowed 2.0.3 RPM
Horde_Timezone 1.1.0 RPM
Horde_Token 2.0.9 RPM
Horde_Translation 2.2.2 RPM
Horde_Tree 2.0.5 RPM
Horde_Url 2.2.6 RPM
Horde_Util 2.5.8 RPM
Horde_Vfs 2.4.0 RPM
Horde_View 2.0.6 RPM
Horde_Xml_Element 2.0.4 RPM
Horde_Xml_Wbxml 2.0.3 RPM
Horde_Yaml 2.0.7 RPM
HTML_Template_IT 1.3.1 RPM
HTTP 1.4.1 RPM
HTTP_Request 1.4.4 RPM
HTTP_WebDAV_Server 1.0.0RC8 RPM
imp 6.2.24 RPM
ingo 3.2.16 RPM
ionCube Loader 10.2.2 RPM
Kronolith 4.2.27 RPM
Log 1.13.1 RPM
Mail 1.4.1 RPM
Mail_Mime 1.10.2 RPM
MDB2 2.4.1 RPM
Mnemo 4.2.14 RPM
nag 4.2.19 RPM
Net_DNS2 1.4.4 RPM
Net_FTP 1.4.0 RPM
Net_IMAP 1.1.3 RPM
Net_Sieve 1.4.4 RPM
Net_SMTP 1.8.1 RPM
Net_Socket 1.2.2 RPM
Net_URL 1.0.15 RPM
Net_UserAgent_Detect 2.5.2 RPM
PEAR_Command_Packaging 0.3.0 RPM
Services_Weather 1.4.7 RPM
SOAP 0.14.0 RPM
SourceGuardian PHP Encoder 11.2 RPM
Text_Figlet 1.0.2 RPM
timeobjects 2.1.4 RPM
trean 1.1.9 RPM
turba 4.2.25 RPM
webmail 5.2.22 RPM
XML_Parser 1.3.8 RPM
XML_RPC 1.5.5 RPM
XML_Serializer 0.21.0 RPM
XML_SVG 1.1.0 RPM

Third-party application Version Source
Algorithm::Dependency 1.110 RPM
Algorithm::Diff 1.1903 RPM
aliased 0.34 RPM
Amazon::S3 0.45 RPM
Apache SpamAssassin™ 3.004002 RPM
Apache::LogFormat::Compiler 0.35 RPM
App::Cmd 0.331 RPM
App::CmdDispatch 0.43 RPM
App::cpanminus 1.7044 RPM
AppConfig 1.71 RPM
Archive::Any 0.0945 RPM
Archive::Extract 0.80 RPM
Archive::Tar::Builder 2.5004 RPM
Archive::Tar::Wrapper 0.33 RPM
Archive::Zip 1.64 RPM
Authen::Libwrap 0.23 RPM
Authen::PAM 0.16 RPM
Authen::SASL 2.16 RPM
B::C 5.028008 RPM
B::Debug 1.26 RPM
B::Flags 0.17 RPM
B::Hooks::EndOfScope 0.24 RPM
B::Hooks::OP::Check 0.22 RPM
B::Keywords 1.19 RPM
B::Lint 1.20 RPM
B::Utils 0.27 RPM
bareword::filehandles 0.006 RPM
BSD::Resource 1.2911 RPM
Bytes::Random::Secure::Tiny 1.008 RPM
Cache::Cache 1.08 RPM
Call::Context 0.02 RPM
Canary::Stability 2012 RPM
Capture::Tiny 0.48 RPM
Carp::Always 0.16 RPM
Carp::Clan 6.06 RPM
CDB_File 0.99 RPM
CGI 4.40 RPM
Char::Replace 0.004 RPM
Class::Accessor::Lite::Lazy 0.03 RPM
Class::Accessor::Lite 0.08 RPM
Class::Accessor 0.51 RPM
Class::Data::Inheritable 0.08 RPM
Class::ErrorHandler 0.04 RPM
Class::Inner 0.200001 RPM
Class::Inspector 1.32 RPM
Class::ISA 0.36 RPM
Class::Load::XS 0.10 RPM
Class::Load 0.25 RPM
Class::Loader 2.03 RPM
Class::Method::Modifiers 2.12 RPM
Class::Singleton 1.5 RPM
Class::Std::Utils v0.0.3 RPM
Class::Std 0.013 RPM
Class::Tiny::Chained 0.004 RPM
Class::Tiny 1.006 RPM
Class::Trigger 0.14 RPM
Class::Unload 0.11 RPM
Class::XSAccessor 1.19 RPM
Clipboard 0.13 RPM
Clone::Choose 0.010 RPM
Clone::PP 1.07 RPM
Clone 0.39 RPM
Colon::Config 0.004 RPM
common::sense 3.74 RPM
Compress::Bzip2 2.26 RPM
Compress::Raw::Lzma 2.082 RPM
Config::Any 0.32 RPM
Config::Crontab 1.45 RPM
Config::General 2.63 RPM
Config::INI 0.025 RPM
Config::Tiny 2.23 RPM
Convert::ASCII::Armour 1.4 RPM
Convert::ASN1 0.27 RPM
Convert::BinHex 1.125 RPM
Convert::PEM 0.08 RPM
Convert::TNEF 0.18 RPM
Cookie::Baker 0.09 RPM
cpanel-perl-528 5.28.0 RPM
cpanel-rrdtool 1.5.5 RPM
Cpanel::Cleanup 0.4 RPM
Cpanel::CORE::Dependencies 2.4 RPM
Cpanel::JSON::XS 4.06 RPM
cPanel::MemTest 0.3 RPM
Cpanel::Optimizer 0.3 RPM
Cpanel::OS 0.10 RPM
Cpanel::POSIX::Tiny 1.3 RPM
cPanel::PublicAPI 2.4 RPM
cPanel::SyncUtil 0.8 RPM
Cpanel::UniqId 0.2 RPM
Crypt::Blowfish 2.14 RPM
Crypt::CBC 2.33 RPM
Crypt::Cracklib 1.7 RPM
Crypt::Curve25519 0.06 RPM
Crypt::DES 2.07 RPM
Crypt::DES_EDE3 0.01 RPM
Crypt::DH 0.07 RPM
Crypt::DSA 1.17 RPM
Crypt::Ed25519 1.04 RPM
Crypt::Format 0.10 RPM
Crypt::GPG 1.64 RPM
Crypt::JWT 0.023 RPM
Crypt::OpenSSL::Bignum 0.09 RPM
Crypt::OpenSSL::DSA 0.19 RPM
Crypt::OpenSSL::PKCS10 0.16 RPM
Crypt::OpenSSL::PKCS12 1.0 RPM
Crypt::OpenSSL::Random 0.15 RPM
Crypt::OpenSSL::RSA 0.31 RPM
Crypt::OpenSSL::X509 1.809 RPM
Crypt::Passwd::XS 0.601 RPM
Crypt::Perl 0.29 RPM
Crypt::PKCS10 1.9 RPM
Crypt::Primes 0.50 RPM
Crypt::Random 1.25 RPM
Crypt::RC4 2.02 RPM
Crypt::Rijndael 1.13 RPM
Crypt::RSA 1.99 RPM
Crypt::SSLeay 0.72 RPM
Crypt::X509 0.51 RPM
CryptX 0.061 RPM
CSS::SpriteMaker 1.01 RPM
CSS 1.09 RPM
Data::Buffer 0.04 RPM
Data::Compare 1.25 RPM
Data::Dump::Streamer 2.40 RPM
Data::Dump 1.23 RPM
Data::Dumper::Concise 2.023 RPM
Data::OptList 0.110 RPM
Data::Rmap 0.65 RPM
Data::Section 0.200007 RPM
Data::Serializer 0.60 RPM
Data::UUID 1.221 RPM
Data::Validate::Domain 0.14 RPM
Data::Validate::IP 0.27 RPM
Data::Validate::URI 0.07 RPM
Data::Validate 0.09 RPM
Date::Manip 6.73 RPM
DateTime::Format::RFC3339 v1.2.0 RPM
DateTime::Format::Strptime 1.75 RPM
DateTime::Locale 1.22 RPM
DateTime::TimeZone 2.19 RPM
DateTime 1.50 RPM
DBD::Mock 1.45 RPM
DBD::mysql 4.048 RPM
DBD::Pg 3.7.4 RPM
DBD::SQLite 1.58 RPM
DBI 1.641 RPM
Devel::CallChecker 0.008 RPM
Devel::Caller 2.06 RPM
Devel::CallParser 0.002 RPM
Devel::CheckLib 1.13 RPM
Devel::CheckOS 1.81 RPM
Devel::FindPerl 0.014 RPM
Devel::GlobalDestruction::XS 0.03 RPM
Devel::GlobalDestruction 0.14 RPM
Devel::GlobalPhase 0.003003 RPM
Devel::NYTProf 6.06 RPM
Devel::OverloadInfo 0.005 RPM
Devel::Size 0.82 RPM
Devel::StackTrace::AsHTML 0.15 RPM
Devel::StackTrace 2.03 RPM
Devel::Symdump 2.18 RPM
Devel::Trace 0.12 RPM
Devel::TraceUse 2.095 RPM
Diff::LibXDiff 0.05 RPM
Digest::FNV 2.00 RPM
Digest::HMAC 1.03 RPM
Digest::MD2 2.04 RPM
Digest::MD4 1.9 RPM
Digest::MD5::File 0.08 RPM
Digest::Perl::MD5 1.9 RPM
Digest::SHA1 2.13 RPM
Directory::Queue 2.0 RPM
Dist::CheckConflicts 0.11 RPM
DNS::Unbound 0.09 RPM
DynaLoader::Functions 0.003 RPM
Email::Abstract 3.008 RPM
Email::Address::XS 1.04 RPM
Email::Address 1.909 RPM
Email::Date::Format 1.005 RPM
Email::MessageID 1.406 RPM
Email::MIME::ContentType 1.022 RPM
Email::MIME::Encodings 1.315 RPM
Email::MIME 1.946 RPM
Email::Simple 2.216 RPM
Email::Valid 1.202 RPM
Encode::Detect 1.01 RPM
Encode::Locale 1.05 RPM
Encode 2.98 RPM
Encoding::BER 1.02 RPM
Env::Path 0.19 RPM
Error 0.17026 RPM
Eval::Closure 0.14 RPM
Exception::Class 1.44 RPM
Exception::Tiny v0.2.1 RPM
Expect 1.35 RPM
Exporter::Tiny 1.002001 RPM
ExtUtils::Config 0.008 RPM
ExtUtils::Helpers 0.026 RPM
ExtUtils::InstallPaths 0.012 RPM
File::chdir 0.1010 RPM
File::Comments 0.08 RPM
File::Copy::Recursive 0.44 RPM
File::Find::Rule::Filesys::Virtual 1.22 RPM
File::Find::Rule::Perl 1.15 RPM
File::Find::Rule 0.34 RPM
File::HomeDir 1.004 RPM
File::Listing 6.04 RPM
File::MMagic 1.30 RPM
File::Path::Tiny 0.9 RPM
File::pushd 1.016 RPM
File::ReadBackwards 1.05 RPM
File::Remove 1.57 RPM
File::Rename 1.00 RPM
File::Scan::ClamAV 1.95 RPM
File::Share 0.25 RPM
File::ShareDir 1.116 RPM
File::Slurp::Tiny 0.004 RPM
File::Slurp 9999.25 RPM
File::Slurper::Temp 0.005 RPM
File::Slurper 0.012 RPM
File::Tail 1.3 RPM
File::Temp 0.2308 RPM
File::Touch 0.11 RPM
File::Which 1.22 RPM
Filesys::Df 0.92 RPM
Filesys::Notify::Simple 0.13 RPM
Filesys::POSIX v0.9.19 RPM
Filesys::Statvfs 0.82 RPM
Filesys::Virtual 0.06 RPM
Font::AFM 1.20 RPM
GD 2.69 RPM
GDGraph 1.54 RPM
GDTextUtil 0.86 RPM
Geo::IP 1.51 RPM
Geo::IPfree 1.151940 RPM
Getopt::Long::Descriptive 0.103 RPM
Getopt::Param::Tiny 0.5 RPM
Getopt::Param 0.0.5 RPM
Git::Raw 0.81 RPM
Git::Repository 1.322 RPM
Git::Version::Compare 1.004 RPM
Git::Wrapper 0.048 RPM
goto::file 0.005 RPM
Graph::Easy::Manual 0.41 RPM
Graph::Easy 0.76 RPM
Graph::Flowchart 0.11 RPM
Guard 1.023 RPM
Hash::Merge::Simple 0.051 RPM
Hash::Merge 0.300 RPM
Hash::MultiValue 0.16 RPM
Hash::Util::FieldHash::Compat 0.11 RPM
Hook::LexWrap 0.26 RPM
HTML::Form 6.03 RPM
HTML::Formatter 2.16 RPM
HTML::Parser 3.72 RPM
HTML::Tagset 3.20 RPM
HTML::Template 2.97 RPM
HTML::Tree 5.07 RPM
HTTP::Body 1.22 RPM
HTTP::CookieJar 0.008 RPM
HTTP::Cookies 6.04 RPM
HTTP::Daemon::SSL 1.04 RPM
HTTP::Daemon 6.01 RPM
HTTP::Date 6.02 RPM
HTTP::DAV 0.48 RPM
HTTP::Entity::Parser 0.21 RPM
HTTP::Headers::Fast 0.21 RPM
HTTP::Message 6.18 RPM
HTTP::MultiPartParser 0.02 RPM
HTTP::Negotiate 6.01 RPM
HTTP::Response::CGI 1.0 RPM
HTTP::Server::Simple 0.52 RPM
HTTP::ServerEvent 0.02 RPM
HTTP::Tiny::UA 0.006 RPM
Import::Into 1.002005 RPM
Importer 0.025 RPM
indirect 0.38 RPM
IO::Callback 1.12 RPM
IO::CloseFDs 1.01 RPM
IO::FDPass 1.2 RPM
IO::Framed 0.15 RPM
IO::HTML 1.001 RPM
IO::Interactive::Tiny 0.2 RPM
IO::Interactive 1.022 RPM
IO::Interface 1.09 RPM
IO::Prompt 0.997004 RPM
IO::SigGuard 0.14 RPM
IO::Socket::ByteCounter v0.0.2 RPM
IO::Socket::INET6 2.72 RPM
IO::Socket::IP 0.39 RPM
IO::Socket::PortState 0.03 RPM
IO::Socket::SSL 2.060 RPM
IO::String 1.08 RPM
IO::stringy 2.111 RPM
IO::Stty 0.03 RPM
IO::TieCombine 1.005 RPM
IO::Tty 1.12 RPM
IPC::Run 20180523.0 RPM
IPC::System::Simple 1.25 RPM
JSON::Any 1.39 RPM
JSON::MaybeXS 1.004000 RPM
JSON::WebToken 0.10 RPM
JSON::XS 3.04 RPM
JSON 2.97001 RPM
Lchown 1.01 RPM
Lexical::SealRequireHints 0.011 RPM
lib::restrict v0.0.5 RPM
libwww::perl 6.35 RPM
libxml::perl 0.08 RPM
Lingua::EN::Inflect 1.903 RPM
Linux::Ext2::FileAttributes 0.01 RPM
Linux::Inotify2 1.22 RPM
List::AllUtils 0.14 RPM
List::Cycle 1.02 RPM
List::MoreUtils::XS 0.428 RPM
List::MoreUtils 0.428 RPM
List::SomeUtils::XS 0.58 RPM
List::SomeUtils 0.56 RPM
List::UtilsBy 0.11 RPM
local::lib 2.000024 RPM
Locale::Maketext::Pseudo 0.6 RPM
Log::Any 1.707 RPM
Log::Dispatch::Array 1.003 RPM
Log::Dispatch 2.68 RPM
Log::Log4perl 1.49 RPM
Log::Message::Simple 0.10 RPM
Log::Message 0.08 RPM
LWP::MediaTypes 6.02 RPM
LWP::Protocol::https 6.07 RPM
LWP::UserAgent::Determined 1.07 RPM
Mail::Alias::Reader 0.06 RPM
Mail::DKIM 0.53 RPM
Mail::Pyzor 0.01 RPM
Mail::SendEasy 1.2 RPM
Mail::Sender::Easy v0.0.5 RPM
Mail::Sender 0.903 RPM
Mail::SPF v2.9.0 RPM
Mail::SRS 0.31 RPM
MailTools 2.20 RPM
Math::Base85 0.4 RPM
Math::BigInt::GMP 1.6005 RPM
Math::BigInt::Pari 1.3004 RPM
Math::BigInt 1.999813 RPM
Math::Combinatorics 0.09 RPM
Math::Fibonacci::Phi 0.02 RPM
Math::Fibonacci 1.5 RPM
Math::Pari 2.030506 RPM
Math::Permute::List 1.007 RPM
Math::ProvablePrime 0.045 RPM
Math::Round 0.07 RPM
Math::Utils 1.13 RPM
MCE::Shared 1.839 RPM
MCE 1.837 RPM
MD5 2.03 RPM
MIME::Base32 1.303 RPM
MIME::Charset 1.012.2 RPM
MIME::Lite 3.030 RPM
MIME::tools 5.508 RPM
MIME::Types 2.17 RPM
Mixin::Linewise 0.108 RPM
MLDBM 2.05 RPM
Module::Build::Tiny 0.039 RPM
Module::Build 0.4229 RPM
Module::Extract::VERSION 1.113 RPM
Module::Find 0.13 RPM
Module::Implementation 0.09 RPM
Module::Install 1.19 RPM
Module::Path 0.19 RPM
Module::Pluggable 5.2 RPM
Module::Refresh 0.17 RPM
Module::Runtime::Conflicts 0.003 RPM
Module::Runtime 0.016 RPM
Module::ScanDeps 1.25 RPM
Module::Signature 0.83 RPM
Module::Util 1.09 RPM
Module::Want 0.6 RPM
Mojolicious 8.0 RPM
Moment 1.3.1 RPM
Moo 2.003004 RPM
Mozilla::CA 20180117 RPM
Mozilla::PublicSuffix v1.0.0 RPM
MRO::Compat 0.13 RPM
multidimensional 0.014 RPM
munin 2.0.30 RPM
MySQL::Diff 0.60 RPM
namespace::autoclean 0.28 RPM
namespace::clean 0.27 RPM
Net::ACME2 0.32 RPM
Net::Address::IPv4::Local 0.12 RPM
Net::Amazon::Signature::V4 0.19 RPM
Net::CIDR::Lite 0.21 RPM
Net::CIDR 0.19 RPM
Net::DAV::Server 1.305 RPM
Net::DNS::Resolver::Mock 1.20171219 RPM
Net::DNS::SEC 1.10 RPM
Net::DNS 1.17 RPM
Net::Domain::TLD 1.75 RPM
Net::FastCGI 0.14 RPM
Net::FTPSSL 0.40 RPM
Net::Google::Drive::Simple 0.13 RPM
Net::HTTP 6.18 RPM
Net::HTTPS::Any 0.12 RPM
Net::HTTPTunnel 0.51 RPM
Net::Ident 1.24 RPM
Net::IDN::Encode 2.400 RPM
Net::IP::Match::Regexp 1.01 RPM
Net::IP 1.26 RPM
Net::IPv4Addr 0.10 RPM
Net::LibIDN 0.12 RPM
Net::OAuth 0.28 RPM
Net::OpenSSH 0.78 RPM
Net::SFTP::Foreign 1.89 RPM
Net::SNMP v6.0.1 RPM
Net::SSLeay 1.85 RPM
Net::WebSocket 0.19 RPM
Net::Whois::IANA 0.44 RPM
NetAddr::IP 4.079 RPM
No::Worries 1.5 RPM
Number::Compare 0.03 RPM
OAuth::Cmdline 0.06 RPM
OAuth::Lite2 0.11 RPM
OIDC::Lite 0.10 RPM
OLE::Storage_Lite 0.19 RPM
Opcodes 0.14 RPM
Package::Constants 0.06 RPM
Package::DeprecationManager 0.17 RPM
Package::Stash::XS 0.28 RPM
Package::Stash 0.37 RPM
Package::Variant 1.003002 RPM
PadWalker 2.3 RPM
Parallel::ForkManager 1.20 RPM
Parallel::Subs 0.002 RPM
Params::Util 1.07 RPM
Params::Validate 1.29 RPM
Params::ValidationCompiler 0.30 RPM
Parse::RecDescent 1.967015 RPM
Parse::Yapp 1.21 RPM
Path::Class 0.37 RPM
Path::FindDev v0.5.3 RPM
Path::IsDev 1.001003 RPM
Path::Iter 0.2 RPM
Path::Iterator::Rule 1.014 RPM
Path::Tiny 0.108 RPM
PathTools 3.75 RPM
Perl6::Junction 1.60000 RPM
Perl::Critic::Cpanel 0.04 RPM
Perl::Critic::Policy::CompileTime 0.03 RPM
Perl::Critic 1.132 RPM
Perl::MinimumVersion 1.38 RPM
Perl::Strip 1.1 RPM
Perl::Tidy 20180220 RPM
Perl::Version 1.013 RPM
PerlIO::utf8_strict 0.007 RPM
PHP::Serialization 0.34 RPM
Plack 1.0047 RPM
Pod::Markdown::Github 0.03 RPM
Pod::Markdown 3.101 RPM
Pod::Spell 1.20 RPM
POSIX::strftime::Compiler 0.42 RPM
PPI 1.269 RPM
PPIx::QuoteLike 0.006 RPM
PPIx::Regexp 0.062 RPM
PPIx::Utilities 1.001000 RPM
prefork 1.04 RPM
Pristine::Tar 1.40 RPM
Probe::Perl 0.03 RPM
Proc::Daemon 0.23 RPM
Proc::FastSpawn 1.2 RPM
Proc::PID::File 1.29 RPM
Promise::ES6 0.05 RPM
Quota 1.7.2 RPM
Razor2::Client::Agent 2.86 RPM
Readonly::XS 1.05 RPM
Readonly 2.05 RPM
Ref::Util::XS 0.117 RPM
Ref::Util 0.204 RPM
Regexp::Parser 0.22 RPM
REST::Client 273 RPM
REST::Google 1.0.8 RPM
Return::Value 1.666005 RPM
Role::Multiton 0.2 RPM
Role::Tiny 2.000006 RPM
RRDs v1.5.5 RPM
Schedule::Cron::Events 1.95 RPM
Set::Crontab 1.03 RPM
Set::Scalar 1.29 RPM
Simple::Accessor 1.11 RPM
Socket6 0.28 RPM
Software::License 0.103013 RPM
Sort::Versions 1.62 RPM
Specio 0.42 RPM
Spreadsheet::ParseExcel 0.65 RPM
Stream::Buffered 0.03 RPM
strictures 2.000005 RPM
String::CRC32 1.7 RPM
String::Format 1.18 RPM
String::PerlQuote 0.02 RPM
String::Random 0.30 RPM
String::RewritePrefix 0.007 RPM
String::ShellQuote 1.04 RPM
String::UnicodeUTF8 0.22 RPM
String::Unquotemeta 0.1 RPM
Sub::Exporter::ForMethods 0.100052 RPM
Sub::Exporter::Progressive 0.001013 RPM
Sub::Exporter 0.987 RPM
Sub::Identify 0.14 RPM
Sub::Info 0.002 RPM
Sub::Install 0.928 RPM
Sub::Name 0.21 RPM
Sub::Quote 2.006003 RPM
Sub::Uplevel 0.2800 RPM
SUPER 1.20141117 RPM
superclass 0.003 RPM
SVG::Parser 1.03 RPM
SVG::SpriteMaker 0.002 RPM
SVG 2.84 RPM
Switch 2.17 RPM
Symbol::Get 0.10 RPM
syntax 0.004 RPM
Sys::Hostname::Long 1.5 RPM
Sys::Info::Base 0.7804 RPM
Sys::Info::Driver::Linux 0.7903 RPM
Sys::Info 0.78 RPM
Sys::Mmap 0.19 RPM
Sys::SigAction 0.23 RPM
Sys::Statistics::Linux 0.66 RPM
Sysadm::Install 0.48 RPM
System::Command 1.119 RPM
Task::Weaken 1.06 RPM
Template::Toolkit 2.27 RPM
TermReadKey 2.37 RPM
Test::Carp 0.2 RPM
Test::ClassAPI 1.07 RPM
Test::Deep 1.128 RPM
Test::Differences 0.64 RPM
Test::Exception 0.43 RPM
Test::Fatal 0.014 RPM
Test::MockObject 1.20180705 RPM
Test::Most 0.35 RPM
Test::NoWarnings 1.04 RPM
Test::Requires 0.10 RPM
Test::RequiresInternet 0.05 RPM
Test::SharedFork 0.35 RPM
Test::TCP 2.19 RPM
Test::Trap v0.3.3 RPM
Test::Warn 0.36 RPM
Text::CSV 1.97 RPM
Text::CSV_XS 1.36 RPM
Text::Diff 1.45 RPM
Text::Extract::MaketextCallPhrases 0.94 RPM
Text::Fold 0.5 RPM
Text::Glob 0.11 RPM
Text::Iconv 1.7 RPM
Text::MicroTemplate 0.24 RPM
Text::Template 1.53 RPM
Text::Trim 1.02 RPM
Text::Unidecode 1.30 RPM
Throwable 0.200013 RPM
Tie::EncryptedHash 1.24 RPM
Tie::IxHash 1.23 RPM
Tie::ToObject 0.03 RPM
TimeDate 2.30 RPM
Tree::MultiNode v1.0.13 RPM
Try::Tiny 0.30 RPM
Try 0.03 RPM
Types::Serialiser 1.0 RPM
Ubic::Service::InitScriptWrapper 0.02 RPM
Ubic 1.60 RPM
Umask::Local 1.0 RPM
UNIVERSAL::can 1.20140328 RPM
UNIVERSAL::isa 1.20171012 RPM
Unix::PID::Tiny 0.95 RPM
Unix::PID 0.23 RPM
Unix::Processors 2.046 RPM
Unix::Sysexits 0.06 RPM
URI::Escape::XS 0.14 RPM
URI::XSEscape 0.001000 RPM
URI 1.74 RPM
URL::Encode::XS 0.03 RPM
URL::Encode 0.03 RPM
Variable::Magic 0.62 RPM
Version::Next 1.000 RPM
Want 0.29 RPM
warnings::unused 0.06 RPM
Web::Detect 0.05 RPM
WWW::Form::UrlEncoded 0.24 RPM
WWW::Mechanize 1.88 RPM
WWW::OAuth 1.000 RPM
WWW::RobotRules 6.02 RPM
X::Tiny 0.19 RPM
XML::Catalogs 1.0.3 RPM
XML::DOM 1.46 RPM
XML::Dumper 0.81 RPM
XML::LibXML 2.0132 RPM
XML::NamespaceSupport 1.12 RPM
XML::Parser 2.44 RPM
XML::RegExp 0.04 RPM
XML::SAX::Base 1.09 RPM
XML::SAX::Expat 0.51 RPM
XML::SAX 1.00 RPM
XML::Simple 2.25 RPM
XML::Writer 0.625 RPM
XML::XPath 1.42 RPM
XString 0.001 RPM
YAML::AppConfig 0.19 RPM
YAML::LibYAML 0.74 RPM
YAML::Syck 1.30 RPM
YAML::Tiny 1.73 RPM
YAML 1.26 RPM

Third-party application Version Source
at 3.1.13-24.el7 RPM
autoconf 2.69-11.el7 RPM
automake 1.13.4-3.el7 RPM
bash 4.2.46-33.el7 RPM
bind 9.11.4-9.P2.el7 RPM
bind-devel 9.11.4-9.P2.el7 RPM
bind-libs 9.11.4-9.P2.el7 RPM
bind-utils 9.11.4-9.P2.el7 RPM
binutils 2.27-41.base.el7 RPM
bison 3.0.4-2.el7 RPM
boost-program-options 1.53.0-27.el7 RPM
boost-serialization 1.53.0-27.el7 RPM
bzip2 1.0.6-13.el7 RPM
bzip2-libs 1.0.6-13.el7 RPM
cairo 1.15.12-4.el7 RPM
compat-db 4.7.25-28.el7 RPM
coreutils 8.22-24.el7 RPM
cpio 2.11-27.el7 RPM
cpp 4.8.5-39.el7 RPM
cracklib 2.9.0-11.el7 RPM
cronie 1.4.11-23.el7 RPM
crontabs 1.11-6.20121102git.el7 RPM
curl 7.29.0-54.el7 RPM
e2fsprogs 1.42.9-16.el7 RPM
e2fsprogs-devel 1.42.9-16.el7 RPM
expat 2.1.0-10.el7_3 RPM
expat-devel 2.1.0-10.el7_3 RPM
file 5.11-35.el7 RPM
findutils 4.5.11-6.el7 RPM
flex 2.5.37-6.el7 RPM
fontconfig 2.13.0-4.3.el7 RPM
freetype 2.8-14.el7 RPM
ftp 0.17-67.el7 RPM
gamin 0.1.10-16.el7 RPM
gamin-devel 0.1.10-16.el7 RPM
gawk 4.0.2-4.el7_3.1 RPM
gcc 4.8.5-39.el7 RPM
gcc-c++ 4.8.5-39.el7 RPM
gd 2.0.35-26.el7 RPM
gd-devel 2.0.35-26.el7 RPM
gd-progs 2.0.35-26.el7 RPM
gdbm 1.10-8.el7 RPM
gdbm-devel 1.10-8.el7 RPM
gettext 0.19.8.1-2.el7 RPM
gettext-devel 0.19.8.1-2.el7 RPM
ghostscript 9.25-2.el7_7.2 RPM
giflib 4.1.6-9.el7 RPM
glib2 2.56.1-5.el7 RPM
glibc 2.17-292.el7 RPM
glibc-devel 2.17-292.el7 RPM
glibc-static 2.17-292.el7 RPM
gmp 6.0.0-15.el7 RPM
gnupg2 2.0.22-5.el7_5 RPM
grubby 8.28-26.el7 RPM
gzip 1.5-10.el7 RPM
hunspell 1.3.2-15.el7 RPM
hunspell-en 0.20121024-6.el7 RPM
ImageMagick 6.7.8.9-18.el7 RPM
initscripts 9.49.47-1.el7 RPM
iptables 1.4.21-33.el7 RPM
kernel-headers 3.10.0-1062.1.1.el7 RPM
keyutils-libs 1.5.8-3.el7 RPM
krb5-devel 1.15.1-37.el7_7.2 RPM
krb5-libs 1.15.1-37.el7_7.2 RPM
less 458-9.el7 RPM
libaio 0.3.109-13.el7 RPM
libaio-devel 0.3.109-13.el7 RPM
libcap 2.22-10.el7 RPM
libcom_err 1.42.9-16.el7 RPM
libcurl 7.29.0-54.el7 RPM
libdb 5.3.21-25.el7 RPM
libevent 2.0.21-4.el7 RPM
libgcc 4.8.5-39.el7 RPM
libgomp 4.8.5-39.el7 RPM
libicu 50.2-3.el7 RPM
libidn 1.28-4.el7 RPM
libidn-devel 1.28-4.el7 RPM
libjpeg-turbo 1.2.90-8.el7 RPM
libjpeg-turbo-devel 1.2.90-8.el7 RPM
libmount 2.23.2-61.el7 RPM
libpcap 1.5.3-11.el7 RPM
libpng 1.5.13-7.el7_2 RPM
libpng-devel 1.5.13-7.el7_2 RPM
libssh2 1.8.0-3.el7 RPM
libstdc++ 4.8.5-39.el7 RPM
libstdc++-devel 4.8.5-39.el7 RPM
libtiff 4.0.3-32.el7 RPM
libtiff-devel 4.0.3-32.el7 RPM
libtool 2.4.2-22.el7_3 RPM
libtool-ltdl 2.4.2-22.el7_3 RPM
libtool-ltdl-devel 2.4.2-22.el7_3 RPM
libwmf 0.2.8.4-41.el7_1 RPM
libX11-devel 1.6.7-2.el7 RPM
libxml2 2.9.1-6.el7_2.3 RPM
libxml2-devel 2.9.1-6.el7_2.3 RPM
libXpm 3.5.12-1.el7 RPM
libXpm-devel 3.5.12-1.el7 RPM
libxslt 1.1.28-5.el7 RPM
libxslt-devel 1.1.28-5.el7 RPM
lsof 4.87-6.el7 RPM
lynx 2.8.8-0.3.dev15.el7 RPM
make 3.82-24.el7 RPM
nano 2.3.1-10.el7 RPM
ncurses 5.9-14.20130511.el7_4 RPM
ncurses-devel 5.9-14.20130511.el7_4 RPM
ncurses-libs 5.9-14.20130511.el7_4 RPM
ncurses-term 5.9-14.20130511.el7_4 RPM
net-tools 2.0-0.25.20131004git.el7 RPM
openldap 2.4.44-21.el7_6 RPM
openssh 7.4p1-21.el7 RPM
openssh-clients 7.4p1-21.el7 RPM
openssh-server 7.4p1-21.el7 RPM
openssl 1.0.2k-19.el7 RPM
openssl-devel 1.0.2k-19.el7 RPM
openssl-libs 1.0.2k-19.el7 RPM
pam 1.1.8-22.el7 RPM
pam-devel 1.1.8-22.el7 RPM
pango 1.42.4-4.el7_7 RPM
passwd 0.79-5.el7 RPM
patch 2.7.1-11.el7 RPM
pcre 8.32-17.el7 RPM
perl 5.16.3-294.el7_6 RPM
pixman 0.34.0-1.el7 RPM
popt 1.13-16.el7 RPM
procps-ng 3.3.10-26.el7 RPM
psmisc 22.20-16.el7 RPM
python 2.7.5-86.el7 RPM
python-devel 2.7.5-86.el7 RPM
python-docs 2.7.5-3.el7_6 RPM
python-setuptools 0.9.8-7.el7 RPM
python-tools 2.7.5-86.el7 RPM
quota 4.01-19.el7 RPM
quota-devel 4.01-19.el7 RPM
rcs 5.9.0-5.el7 RPM
rdate 1.4-25.el7 RPM
readline 6.2-11.el7 RPM
rsync 3.1.2-6.el7_6.1 RPM
screen 4.1.0-0.25.20120314git3c2946.el7 RPM
sed 4.2.2-5.el7 RPM
shadow-utils 4.6-5.el7 RPM
sharutils 4.13.3-8.el7 RPM
Smartmontools 7.0-1.el7 RPM
sqlite 3.7.17-8.el7 RPM
strace 4.12-9.el7 RPM
sysstat 10.1.5-18.el7 RPM
systemd 219-67.el7_7.1 RPM
tar 1.26-35.el7 RPM
tcp_wrappers-devel 7.6-77.el7 RPM
tcp_wrappers-libs 7.6-77.el7 RPM
traceroute 2.0.22-2.el7 RPM
unzip 6.0-20.el7 RPM
util-linux 2.23.2-61.el7 RPM
wget 1.14-18.el7_6.1 RPM
which 2.20-7.el7 RPM
xz 5.2.2-1.el7 RPM
xz-libs 5.2.2-1.el7 RPM
yum-utils 1.1.31-52.el7 RPM
zip 3.0-11.el7 RPM
zlib 1.2.7-18.el7 RPM
zlib-devel 1.2.7-18.el7 RPM

Appendix B: New and modified API functions

New UAPI functions

New WHM API 1 functions

Modified UAPI functions

  • DNSSEC::enable_dnssec— We added the algo_num, key_setup, and active parameters.
  • DNSSEC::fetch_ds_records — We added the key_id parameter and key_type return.
  • Restore::directory_listing — This function now requires the FileStorage role.
  • Restore::get_users — This function now requires the FileStorage role.
  • Restore::query_file_info — This function now requires the FileStorage role.
  • Restore::restore_file — This function now requires the FileStorage role.
  • SSL::add_autossl_excluded_domains — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::add_autossl_excluded_domains — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role. — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::delete_cert — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::delete_csr — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::delete_key — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::delete_ssl — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::enable_mail_sni — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::fetch_cert_info — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::generate_cert — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::generate_csr — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::generate_key — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::get_autossl_pending_queue — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::get_autossl_problems — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::get_cabundle — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::install_ssl — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::installed_host — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::installed_hosts — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::is_autossl_check_in_progress — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::is_mail_sni_supported</a> — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, **or** WebServer` role.
  • SSL::is_sni_supported — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::list_certs — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::list_csrs — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::list_keys — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::list_ssl_items — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::rebuild_mail_sni_config — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::remove_autossl_excluded_domains — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::set_autossl_excluded_domains — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::set_cert_friendly_name — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::set_csr_friendly_name — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::set_key_friendly_name — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::set_primary_ssl — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::show_cert — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::show_csr — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::show_key — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::start_autossl_check — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::upload_cert — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::upload_key — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.

Modified cPanel API 2 functions

  • Bandwidth::addhttpbandwidth — This function now requires the FileStorage, MailReceive, and WebServer role.
  • DiskUsage::buildcache — This function now requires the FileStorage role.
  • DiskUsage::clearcache — This function now requires the FileStorage role.
  • DiskUsage::fetch_raw_disk_usage — This function now requires the FileStorage role.
  • DiskUsage::fetchdiskusage — This function now requires the FileStorage role.
  • DiskUsage::fetchdiskusagewithextras — This function now requires the FileStorage role.
  • SSL::fetchcabundle — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::fetchinfo — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::gencrt — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::gencsr — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::genkey — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::installssl — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::listcrts — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::listcsrs — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::listkeys — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::listsslitems — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::uploadcrt — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.
  • SSL::uploadkey — This function now requires either the CalendarContact, MailReceive, WebDisk, Webmail, or WebServer role.

Modified WHM API 1 functions

  • edit_hook — This function edits a script hook. We added the check, exectype, hook, rollback, stage, and weight parameters.

Deprecated UAPI functions

None.

Additional Documentation