MOON
Server: Apache
System: Linux server.cny.com.sg 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Thu Aug 10 13:51:50 EDT 2023 x86_64
User: tissuegurucom (1020)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //var/lib/dnf/history.sqlite
SQLite format 3@  M�M.,P��
�����������������;��1��#����|zull[gLW>N-10

���
trans�!trans_item�
���������u_C-�����s^E,
!alt-common5imunify360-rollout-65imunify360-rollout-7-docker-ce-stable5imunify360-rollout-25imunify360-rollout-55imunify360-rollout-1 Gcpanel-addons-production-feed5imunify360-rollout-35imunify360-rollout-49rpmfusion-free-updates
/nodesource-nodejs;wp-toolkit-thirdparties/wp-toolkit-cpanel
!powertools
	!imunify360)cpanel-pluginsepel#MariaDB1011	EA4-c8%@commandlineappstream
@System	baseos-�����������������������~xrlf`ZTNHB<60*$����L��"��t����>��w����R����,��@��}��/��V��x��I��j�A~�z}�
{�Cx�zv�t�2s�tr�,p�Pn�hm�9i�`h�*f�Te�nZ�X�`V�qT�R�OQ�(P�tO�,M�_C�*/W.0�a��=�
<����������q�U`�yY�E�C:�^'�r&������h�z�y
fe�

��������������������4w�^c�^�/\�gK�G�MA�p@�+;�Z2�
+�.(�S"�	�3Y�����J4��3����#��
����
a
6_)F 
��5x��D5?vid.stab1.1.012.20190213gitaeabc8d.el8x86_645#.'%ea-libnghttp21.62.11.1.1.cpanelx86_64�dd'9*-perl-Pod-Perldoc3.28396.el8noarch�
2" 3?alt-php-internal-mbstring8.2.286.el8x86_64�)67%ea-php80-php-mbstring8.0.304.4.8.cpanelx86_64j3/'ea-php74-php-exif7.4.336.6.20.cpanelx86_64�

�[&#gcc-c++8.5.018.el8.almax86_64�*1-%ea-php81-php-zip8.1.231.1.2.cpanelx86_64L	!	dbus1.12.824.el8x86_64,/1nss-softokn-freebl3.79.011.el8_7x86_64a&d1Cimunify-ui-antivirus-cpanel7.18.11noarchw_()imunify-common1.3.123.el8x86_64*B11!python3-syspurpose1.28.362.el8.almax86_64\HB-Kperl-Digest-HMAC1.0317.module_el8.5.0+2812+ed912d05noarch%���pS!libmpc1.1.09.1.el8x86_64��libXi1.7.101.el8x86_64����?LQ7plesk-libboost-program-options1.821.82.00redhat.8.230523.0935x86_64y2






	��
6��
�	��8PI��	���AU/indexsqlite_autoindex_comps_environmen	���{tabletranstransCREATE TABLE trans (
        id INTEGER PRIMARY KEY AUTOINCREMENT,
        dt_begin INTEGER NOT NULL,      /* (unix timestamp) date and time of transaction begin */
        dt_end INTEGER,                 /* (unix timestamp) date and time of transaction end */
        rpmdb_version_begin TEXT,
        rpmdb_version_end TEXT,
        releasever TEXT NOT NULL,       /* var: $releasever */
        user_id INTEGER NOT NULL,       /* user ID (UID) */
        cmdline TEXT,                   /* recorded command line (program, options, arguments) */
        state INTEGER NOT NULL          /* (enum) */
    , comment TEXT DEFAULT '')�;--�)tableitem_replaced_byitem_replaced_byCREATE TABLE item_replaced_by (              /* M:N relationship between transaction items */
        trans_item_id INTEGER REFERENCES trans_item(id),
        by_trans_item_id INTEGER REFERENCES trans_item(id),
        PRIMARY KEY (trans_item_id, by_trans_item_id)
    )?S-indexsqlite_autoindex_item_replaced_by_1item_replaced_by	
��^!!�tabletrans_itemtrans_itemCREATE TABLE trans_item (
        id INTEGER PRIMARY KEY AUTOINCREMENT,
        trans_id INTEGER REFERENCES trans(id),
        item_id INTEGER REFERENCES item(id),
        repo_id INTEGER REFERENCES repo(id),
        action INTEGER NOT NULL,                                /* (enum) */
        reason INTEGER NOT NULL,                                /* (enum) */
        state INTEGER NOT NULL                                  /* (enum) */
    )�'�1tableitemitemCREATE TABLE item (
        id INTEGER PRIMARY KEY,
        item_type INTEGER NOT NULL              /* (enum) 1: rpm, 2: group, 3: env ...*/
    )�))�?tableconsole_outputconsole_outputCREATE TABLE console_output (
        id INTEGER PRIMARY KEY,
        trans_id INTEGER REFERENCES trans(id),
        file_descriptor INTEGER NOT NULL,       /* stdout: 1, stderr : 2 */
        line TEXT NOT NULL
    )��tablereporepoCREATE TABLE repo (
        id INTEGER PRIMARY KEY,
        repoid TEXT NOT NULL            /* repository ID aka 'repoid' */
    )P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)x
�B��
���g	�	�F���?�B�n�7tableconfigconfigCREATE TABLE config (
        key TEXT PRIMARY KEY,
        value TEXT NOT NULL
    )+?indexsqlite_autoindex_config_1config^1!yindextrans_item_item_idtrans_itemCREATE INDEX trans_item_item_id ON trans_item(item_id)a3!}indextrans_item_trans_idtrans_itemCREATE INDEX trans_item_trans_id ON trans_item(trans_id)9Qindexrpm_namerpmCREATE INDEX rpm_name ON rpm(name)�L;;�/tablecomps_environment_groupcomps_environment_groupCREATE TABLE comps_environment_group (
        id INTEGER PRIMARY KEY AUTOINCREMENT,
        environment_id INTEGER NOT NULL,
        groupid TEXT NOT NULL,
        installed INTEGER NOT NULL,
        group_type INTEGER NOT NULL,
        FOREIGN KEY(environment_id) REFERENCES comps_environment(item_id),
        CONSTRAINT comps_environment_group_unique_groupid UNIQUE (environment_id, groupid)
    )Ma;indexsqlite_autoindex_comps_environment_group_1comps_environment_groupAU/indexsqlite_autoindex_comps_environment_1comps_environment�;//�%tablecomps_environmentcomps_environmentCREATE TABLE comps_environment (
        item_id INTEGER UNIQUE NOT NULL,
        environmentid TEXT NOT NULL,
        name TEXT NOT NULL,
        translated_name TEXT NOT NULL,
        pkg_types INTEGER NOT NULL,
        FOREIGN KEY(item_id) REFERENCES item(id)
    )EY3indexsqlite_autoindex_comps_group_package_1comps_group_package�33�Ytablecomps_group_packagecomps_group_packageCREATE TABLE comps_group_package (
        id INTEGER PRIMARY KEY AUTOINCREMENT,
        group_id INTEGER NOT NULL,
        name TEXT NOT NULL,
        installed INTEGER NOT NULL,
        pkg_type INTEGER NOT NULL,
        FOREIGN KEY(group_id) REFERENCES comps_group(item_id),
        CONSTRAINT comps_group_package_unique_name UNIQUE (group_id, name)
    )5I#indexsqlite_autoindex_comps_group_1comps_group�###�
tablecomps_groupcomps_groupCREATE TABLE comps_group (
        item_id INTEGER UNIQUE NOT NULL,
        groupid TEXT NOT NULL,
        name TEXT NOT NULL,
        translated_name TEXT NOT NULL,
        pkg_types INTEGER NOT NULL,
        FOREIGN KEY(item_id) REFERENCES item(id)
    )%
9indexsqlite_autoindex_rpm_2rpm%9indexsqlite_autoindex_rpm_1rpm
��#tablerpmrpmCREATE TABLE rpm (
        item_id INTEGER UNIQUE NOT NULL,
        name TEXT NOT NULL,
        epoch INTEGER NOT NULL,                 /* empty epoch is stored as 0 */
        version TEXT NOT NULL,
        release TEXT NOT NULL,
        arch TEXT NOT NULL,
        FOREIGN KEY(item_id) REFERENCES item(id),
        CONSTRAINT rpm_unique_nevra UNIQUE (name, epoch, version, release, arch)
    )3
G!indexsqlite_autoindex_trans_with_1trans_with�	!!�utabletrans_withtrans_with
CREATE TABLE trans_with (
        id INTEGER PRIMARY KEY AUTOINCREMENT,
        trans_id INTEGER REFERENCES trans(id),
        item_id INTEGER REFERENCES item(id),
        CONSTRAINT trans_with_unique_trans_item UNIQUE (trans_id, item_id)
    )

m$
L�v8$�T��m1>!imunify-uih-1ea-php82-php-posix��nodejs������	%-ea-php74-php-xml�$
dbus-libsF+python3-libxml2Vk/perl-Math-Complex�]libconfig������o�U5�897�������bq�It�6��5A�
��
version1.2
��
	version
Y���uC��yB
�
�
x
J
����^:���vM(
�
�
�
|
P
(	�	�	�	j	5	��tR"���Y3���~W4���n?���i=���mI%���wD���a1�+Y-Ypython3-requests2.20.03.el8_8noarch.X%)Xpython3-perf4.18.0477.10.1.el8_8x86_64.W%)Wpython3-perf4.18.0477.21.1.el8_8x86_64(V+Vpython3-libxml22.9.716.el8x86_64,U+!Upython3-libxml22.9.716.el8_8.1x86_64*T%#Tpython3-libs3.6.851.el8.almax86_64.S%+Spython3-libs3.6.851.el8_8.1.almax86_64-R+#Rplatform-python3.6.851.el8.almax86_641Q++Qplatform-python3.6.851.el8_8.1.almax86_64)P)Popenssh-server8.0p117.el8_7x86_64)O)Oopenssh-server8.0p119.el8_8x86_64*N+Nopenssh-clients8.0p117.el8_7x86_64*M+Mopenssh-clients8.0p119.el8_8x86_64"LLopenssh8.0p117.el8_7x86_64"KKopenssh8.0p119.el8_8x86_64)J'Jmicrocode_ctl202208092.el8x86_646I'1Imicrocode_ctl202208092.20230808.2.el8_8x86_64 HHlibxml22.9.716.el8x86_64$G!Glibxml22.9.716.el8_8.1x86_64#F#Flibsss_sudo2.8.22.el8x86_64*E#%Elibsss_sudo2.8.23.el8_8.almax86_64(D-Dlibsss_nss_idmap2.8.22.el8x86_64/C-%Clibsss_nss_idmap2.8.23.el8_8.almax86_64$B%Blibsss_idmap2.8.22.el8x86_64+A%%Alibsss_idmap2.8.23.el8_8.almax86_64&@)@libsss_certmap2.8.22.el8x86_64-?)%?libsss_certmap2.8.23.el8_8.almax86_64%>'>libsss_autofs2.8.22.el8x86_64,='%=libsss_autofs2.8.23.el8_8.almax86_64%<'<libssh-config0.9.66.el8noarch(;';libssh-config0.9.610.el8_8noarch::libssh0.9.66.el8x86_64!99libssh0.9.610.el8_8x86_64%8!8libcurl7.61.130.el8_8.2x86_64%7!7libcurl7.61.130.el8_8.3x86_6466libcap2.484.el8x86_6455libcap2.485.el8_8x86_64%44krb5-libs1.18.222.el8_7x86_64%33krb5-libs1.18.225.el8_8x86_64$2#2kexec-tools2.0.255.el8x86_64-1#)1kexec-tools2.0.255.el8_8.1.almax86_6430/)0kernel-tools-libs4.18.0477.10.1.el8_8x86_643//)/kernel-tools-libs4.18.0477.21.1.el8_8x86_64..%).kernel-tools4.18.0477.10.1.el8_8x86_64.-%)-kernel-tools4.18.0477.21.1.el8_8x86_64 ,,iproute5.18.01.el8x86_64$++iproute5.18.01.1.el8_8x86_641*3	%*grub2-tools-minimal2.02148.el8.almax86_645)3	-)grub2-tools-minimal2.02148.el8_8.1.almax86_64/(/	%(grub2-tools-extra2.02148.el8.almax86_643'/	-'grub2-tools-extra2.02148.el8_8.1.almax86_64)&#	%&grub2-tools2.02148.el8.almax86_64-%#	-%grub2-tools2.02148.el8_8.1.almax86_64.$-	%$grub2-pc-modules2.02148.el8.almanoarch2#-	-#grub2-pc-modules2.02148.el8_8.1.almanoarch&"	%"grub2-pc2.02148.el8.almax86_64*!	-!grub2-pc2.02148.el8_8.1.almax86_64* %	% grub2-common2.02148.el8.almanoarch.%	-grub2-common2.02148.el8_8.1.almanoarch$!	dbus-tools1.12.824.el8x86_64(!	!dbus-tools1.12.824.el8_8.1x86_64#	dbus-libs1.12.824.el8x86_64'	!dbus-libs1.12.824.el8_8.1x86_64%#	dbus-daemon1.12.824.el8x86_64)#	!dbus-daemon1.12.824.el8_8.1x86_64%#	dbus-common1.12.824.el8noarch)#	!dbus-common1.12.824.el8_8.1noarch	dbus1.12.824.el8x86_64"	!dbus1.12.824.el8_8.1x86_64"!curl7.61.130.el8_8.2x86_64"!curl7.61.130.el8_8.3x86_64c-ares1.13.06.el8x86_64#c-ares1.13.06.el8_8.2x86_64+-bind-export-libs 9.11.368.el8x86_64/-bind-export-libs 9.11.368.el8_8.1x86_64,1	NetworkManager-tui1.40.161.el8x86_643
1	%
NetworkManager-tui1.40.164.el8_8.almax86_64-3	NetworkManager-team1.40.161.el8x86_6443	%NetworkManager-team1.40.164.el8_8.almax86_64.
5	
NetworkManager-libnm1.40.161.el8x86_645	5	%	NetworkManager-libnm1.40.164.el8_8.almax86_64()	NetworkManager1.40.161.el8x86_64/)	%NetworkManager1.40.164.el8_8.almax86_64+1python3-setuptools39.2.07.el8noarch@)Elinux-firmware20230404114.git2e92a49f.el8_8.alma.1noarch0))kernel-modules4.18.0477.21.1.el8_8x86_64-#)kernel-core4.18.0477.21.1.el8_8x86_64()kernel4.18.0477.21.1.el8_8x86_640	+	-grub2-tools-efi2.02148.el8_8.1.almax86_64
Z���g8
��]4
�
�
�
i
@
����X1	���iF
�
�
�
}
T
,
	�	�	�	\	/	���T"���xG���V)����U/���I��vT5���M,���`;�%�3#�glibc-devel2.28225.el8x86_64-�2-	!�emacs-filesystem26.110.el8_8.2noarch"�1�binutils2.30119.el8x86_64�0�at3.1.2012.el8x86_64�/�wget1.19.511.el8x86_64!�.�sysstat11.7.39.el8x86_64;�-K�python363.6.838.module_el8.5.0+2569+5c5719bcx86_64%�,#�python3-pip9.0.322.el8noarch�+�nscd2.28225.el8x86_64<�*+?�lm_sensors-libs3.4.023.20180522git70f7e08.el8x86_64$�)#�libmetalink0.1.37.el8x86_64"�(%�epel-release819.el8noarch,�'5�network-scripts-team1.314.el8x86_64+�&+�network-scripts10.00.181.el8x86_64�%�bc1.07.15.el8x86_64�$	�telnet0.1776.el8x86_64#�##�perl-libnet3.113.el8noarch �"�perl-URI1.733.el8noarch@�!+I�perl-Net-SSLeay1.882.module_el8.6.0+2811+fe6c84b0x86_64D� +I�perl-Mozilla-CA201601047.module_el8.5.0+2812+ed912d05noarchD�1I�perl-IO-Socket-SSL2.0664.module_el8.6.0+2811+fe6c84b0noarch)�/�perl-IO-Socket-IP0.395.el8noarch)�+�perl-Digest-MD52.55396.el8x86_64%�#�perl-Digest1.17395.el8noarch�	�mc4.8.199.el8x86_64#��gpm-libs1.20.717.el8x86_64+�3�perl-threads-shared1.582.el8x86_64$�%	�perl-threads2.212.el8x86_64&�)�perl-podlators4.111.el8noarch$�#	�perl-parent0.2371.el8noarch,�##�perl-macros5.26.3422.el8.0.1x86_64*�#�perl-libs5.26.3422.el8.0.1x86_641�-#�perl-interpreter5.26.3422.el8.0.1x86_64'�'�perl-constant1.33396.el8noarch0�9�perl-Unicode-Normalize1.25396.el8x86_64(�+	�perl-Time-Local1.2801.el8noarch2�3�perl-Text-Tabs+Wrap2013.0523395.el8noarch.�5�perl-Text-ParseWords3.30395.el8noarch'�
'�perl-Term-Cap1.17395.el8noarch-�3�perl-Term-ANSIColor4.06396.el8noarch%�'	�perl-Storable3.113.el8x86_64%�
#�perl-Socket2.0273.el8x86_64/�	9�perl-Scalar-List-Utils1.492.el8x86_64)�)�perl-Pod-Usage1.69395.el8noarch)�+	�perl-Pod-Simple3.35395.el8noarch*�-�perl-Pod-Perldoc3.28396.el8noarch*�-	�perl-Pod-Escapes1.07395.el8noarch&�)�perl-PathTools3.741.el8x86_64*�-�perl-MIME-Base643.15396.el8x86_64%�#�perl-IO1.38422.el8.0.1x86_64'�)�perl-HTTP-Tiny0.0741.el8noarch(�-	�perl-Getopt-Long2.504.el8noarch*)perl-File-Temp0.230.6001.el8noarch%~)~perl-File-Path2.152.el8noarch&}'}perl-Exporter5.72396.el8noarch'|!#|perl-Errno1.28422.el8.0.1x86_64#{#{perl-Encode2.973.el8x86_64*z-zperl-Data-Dumper2.167399.el8x86_64"yyperl-Carp1.42396.el8noarch&x!!xcloud-init22.18.el8.almanoarch*w!)wcloud-init22.18.el8_8.1.almanoarch!vvxfsprogs5.0.010.el8x86_64(u'uxfsprogs5.0.011.el8_8.almax86_64%t%tsystemd-udev23974.el8_8x86_64's%!ssystemd-udev23974.el8_8.3x86_64$r#rsystemd-pam23974.el8_8x86_64&q#!qsystemd-pam23974.el8_8.3x86_64%p%psystemd-libs23974.el8_8x86_64'o%!osystemd-libs23974.el8_8.3x86_64 nnsystemd23974.el8_8x86_64"m!msystemd23974.el8_8.3x86_64&l)lsssd-nfs-idmap2.8.22.el8x86_64-k)%ksssd-nfs-idmap2.8.23.el8_8.almax86_64 jjsssd-kcm2.8.22.el8x86_64'i%isssd-kcm2.8.23.el8_8.almax86_64#h#hsssd-common2.8.22.el8x86_64*g#%gsssd-common2.8.23.el8_8.almax86_64#f#fsssd-client2.8.22.el8x86_64*e#%esssd-client2.8.23.el8_8.almax86_64'd#dsqlite-libs3.26.017.el8_7x86_64'c#csqlite-libs3.26.018.el8_8x86_64 b!bsos4.5.13.el8.almanoarch a!asos4.5.61.el8.almanoarch2`;`selinux-policy-targeted3.14.3117.el8noarch6_;#_selinux-policy-targeted3.14.3117.el8_8.2noarch)^)^selinux-policy3.14.3117.el8noarch-])#]selinux-policy3.14.3117.el8_8.2noarch1\1!\python3-syspurpose1.28.362.el8.almax86_645[1)[python3-syspurpose1.28.363.el8_8.alma.1x86_64-Z-Zpython3-requests2.20.02.1.el8_1noarch
�[���zY/���_/
�
�
g
:
���U&���rN*��iE!
�
�
������r����i�
{F�
S
+	�	�	�	�	Z	7	���!|R���|AP$��Y�l*8����n:�"	ai-bolit32.7.31.el8x86_64/7alt-php-internal-intl8.2.286.el8x86_64�$!alt-libzip1.10.12.el8x86_64�+1alt-common-release0.9.00.el8x86_64�"	ai-bolit32.5.21.el8x86_64�"	ai-bolit32.5.11.el8x86_64�"	ai-bolit32.4.11.el8x86_64�"	ai-bolit32.3.11.el8x86_64�"	ai-bolit32.2.21.el8x86_64�#	ai-bolit32.1.211.el8x86_64�#	ai-bolit32.1.191.el8x86_64q#	ai-bolit32.1.181.el8x86_64l#	ai-bolit32.1.171.el8x86_64g#	ai-bolit32.1.152.el8x86_64a"	ai-bolit32.2.11.el8x86_64�1;alt-php-internal-common8.2.286.el8x86_64�.5alt-php-internal-cli8.2.286.el8x86_64�*-alt-php-internal8.2.286.el8x86_64��+1alt-common-release1.0.00.el8x86_64"	ai-bolit32.7.41.el8x86_64="	ai-bolit32.8.21.el8x86_648"	ai-bolit32.7.21.el8x86_64��'-alt-php-els-meta1.04.el8noarch0"	ai-bolit32.8.11.el8x86_64."	ai-bolit32.7.61.el8x86_64%"	ai-bolit32.7.51.el8x86_64h3?alt-php-internal-mbstring8.2.142.el8x86_64K5?alt-php-internal-mbstring7.4.336.el8.1x86_64�/7alt-php-internal-intl8.2.142.el8x86_64J17alt-php-internal-intl7.4.336.el8.1x86_64�1;alt-php-internal-common8.2.142.el8x86_64I3;alt-php-internal-common7.4.336.el8.1x86_64�.5alt-php-internal-cli8.2.142.el8x86_64H05alt-php-internal-cli7.4.336.el8.1x86_64�*-alt-php-internal8.2.142.el8x86_64G,-alt-php-internal7.4.336.el8.1x86_64�+/	alt-php-hyperscan5.4.017.el8x86_64F+/	alt-php-hyperscan5.4.012.el8x86_64$)alt-php-config139.el8noarch~"alt-pcre210.331.el8x86_64},1	alt-openssl11-libs1.1.1p2.el8x86_64|''	alt-openssl111.1.1p2.el8x86_64{8-	3alt-openssl-libs1.0.2k2.el8.cloudlinux.10x86_64z))alt-openldap112.4.4613.el8x86_64y#!alt-libzip1.3.21.el8x86_64x$#alt-libxml22.9.72.el8x86_64w$#alt-libwebp1.2.21.el8x86_64v''alt-libssh2111.10.01.el8x86_64u$#alt-libssh21.8.05.el8x86_64t"!alt-libicu64.22.el8x86_64s*-alt-libcurlssl117.87.01.el8x86_64E*-alt-libcurlssl117.84.01.el8x86_64r%'alt-krb5-libs1.179.el8x86_64q''alt-freetds111.1.241.el8x86_64p,1alt-cyrus-sasl-lib2.1.271.el8x86_64o''alt-curlssl117.87.01.el8x86_64D''alt-curlssl117.84.01.el8x86_64n!alsa-lib1.2.82.el8x86_64"	ai-bolit32.1.91.el8x86_64s"	ai-bolit32.1.81.el8x86_64q"	ai-bolit32.1.51.el8x86_64e#	ai-bolit32.1.151.el8x86_64S#	ai-bolit32.1.141.el8x86_64O#	ai-bolit32.1.121.el8x86_64K#	ai-bolit32.1.111.el8x86_64E#	ai-bolit32.1.101.el8x86_64C#	ai-bolit31.21.61.el8x86_64]#	ai-bolit31.21.51.el8x86_64C#	ai-bolit31.20.31.el8x86_64m.1adobe-mappings-pdf201804071.el8noarch�:Iadobe-mappings-cmap-deprecated201712053.el8noarch�/3adobe-mappings-cmap201712053.el8noarch�SDL22.0.102.el8x86_64'&%OpenEXR-libs2.2.012.el8x86_64�31	%NetworkManager-tui1.40.164.el8_8.almax86_64
,1	NetworkManager-tui1.40.161.el8x86_6443	%NetworkManager-team1.40.164.el8_8.almax86_64-3	NetworkManager-team1.40.161.el8x86_6455	%NetworkManager-libnm1.40.164.el8_8.almax86_64	.5	NetworkManager-libnm1.40.161.el8x86_64
/)	%NetworkManager1.40.164.el8_8.almax86_64()	NetworkManager1.40.161.el8x86_64))MariaDB-shared10.11.51.el8x86_64�))MariaDB-server10.11.51.el8x86_64�('MariaDB-devel10.11.51.el8x86_64�))MariaDB-common10.11.51.el8x86_64�))MariaDB-client10.11.51.el8x86_64� LibRaw0.19.53.el8x86_64�--ImageMagick-libs6.9.12.931.el8x86_64�./ImageMagick-devel6.9.12.931.el8x86_64B(#ImageMagick6.9.12.931.el8x86_64�
�Q���R��U ���j2���xP(
�
�
�
o
6
���vG����fC 
�
�
�
W
-	�	�	�	v	S	3	���iB��yO���w?	��i0��~H���oL���|T �3-)cpanel-analytics1.4.5711.13.1.cpanelnoarch��b2=alt-php-internal-mysqlnd8.2.286.el8x86_64�2=alt-php-internal-mysqlnd8.2.142.el8x86_64L4=alt-php-internal-mysqlnd7.4.336.el8.1x86_64�2=alt-php-internal-process8.2.142.el8x86_64N4=alt-php-internal-process7.4.336.el8.1x86_64�.5alt-php-internal-pdo8.2.286.el8x86_64�.5alt-php-internal-pdo8.2.142.el8x86_64M05alt-php-internal-pdo7.4.336.el8.1x86_64�h"!curl7.61.130.el8_8.3x86_64"!curl7.61.130.el8_8.2x86_64'	!cups-libs2.2.651.el8_8.1x86_64�"#cpp8.5.018.el8.almax86_64�21%cpanel-xovi-plugin1.0.01.6.1.cpanelnoarch�7;%cpanel-socialbee-plugin1.0.31.3.1.cpanelnoarch�57%cpanel-sitejet-plugin1.5.21.2.1.cpanelnoarch_57%cpanel-sitejet-plugin1.3.01.2.1.cpanelnoarch[BQ%cpanel-plugin-monitoring-campaigns0.0.31.2.1.cpanelnoarch\8=%cpanel-plugin-components1.4.33.4.1.cpanelnoarch�8=%cpanel-plugin-components1.2.16.7.1.cpanelnoarch[45%cpanel-plugin-common1.7.13.4.1.cpanelnoarch�45%cpanel-plugin-common1.4.18.9.1.cpanelnoarch^55'cpanel-plugin-common1.1.04.10.1.cpanelnoarchZ57%cpanel-koality-plugin1.1.12.3.1.cpanelnoarch�77)cpanel-koality-plugin1.0.110.11.1.cpanelnoarch]77)cpanel-koality-plugin1.0.043.48.1.cpanelnoarchY57%cpanel-banners-plugin1.0.09.9.8.cpanelnoarchX57%cpanel-banners-plugin1.0.09.9.1.cpanelnoarchY3-)cpanel-analytics1.4.4410.10.1.cpanelnoarchZ)'containerd.io1.6.323.1.el8x86_64�F/Icontainer-selinux2.130.01.module_el8.5.0+2635+e4386a39noarch�*-cmake-filesystem3.20.25.el8x86_64�+3cloudlinux-linksafe11.24.el8noarch�*!)cloud-init22.18.el8_8.1.almanoarchw&!!cloud-init22.18.el8.almanoarchx#c-ares1.13.06.el8_8.2x86_64c-ares1.13.06.el8x86_64%#bzip2-devel1.0.626.el8x86_64�.3boost-serialization1.66.013.el8x86_64�07boost-program-options1.66.013.el8x86_64�bison3.0.410.el8x86_64�"binutils2.30119.el8x86_64�*!bind-utils 9.11.368.el8_8.1x86_64�/+bind-lite-devel 9.11.368.el8_8.1x86_64�,%bind-license 9.11.368.el8_8.1noarch�.)bind-libs-lite 9.11.368.el8_8.1x86_64�)bind-libs 9.11.368.el8_8.1x86_64�/-bind-export-libs 9.11.368.el8_8.1x86_64+-bind-export-libs 9.11.368.el8x86_64*!bind-devel 9.11.368.el8_8.1x86_64�$bind 9.11.368.el8_8.1x86_64�bc1.07.15.el8x86_64�"!avahi-libs0.720.el8x86_64�"automake1.16.17.el8noarchT!autoconf2.6929.el8noarchSatk2.28.11.el8x86_64�at3.1.2012.el8x86_64�$aspell0.60.6.122.el8x86_64�.5	app-version-detector30.1.31.el8x86_64�.5	app-version-detector30.1.21.el8x86_64B.5	app-version-detector30.1.11.el8x86_64W/5	app-version-detector22.10211.el8x86_64� annobin10.941.el8x86_64�$alt-t1lib5.1.24.4.el8x86_64�$!alt-sqlite3.45.21.el8x86_64F$!alt-sqlite3.39.41.el8x86_64�8Ialt-python311-setuptools-wheel65.6.31.el8noarch�1;alt-python311-pip-wheel21.3.12.el8noarch�,1alt-python311-libs3.11.91.el8x86_64�,1alt-python311-libs3.11.51.el8x86_64P,1alt-python311-libs3.11.31.el8x86_64�''alt-python3113.11.91.el8x86_64�''alt-python3113.11.51.el8x86_64O''alt-python3113.11.31.el8x86_64�+/alt-python27-libs2.7.162.el8x86_64�&%alt-python272.7.162.el8x86_64�>Ualt-python-internal-setuptools-wheel65.6.32.el8noarch�7Galt-python-internal-pip-wheel21.3.14.el8noarch�3=alt-python-internal-libs3.11.132.el8x86_64�.3alt-python-internal3.11.132.el8x86_64�2=alt-php-internal-process8.2.286.el8x86_64�
V����M)���a6
�
�
�
�
]
8
���yR,
���yR&
�
�
�
f
9
	�	�	�	�	i	G	"	���h-��6��e�~O���i+���|P*���hE'��~K�-�	#'	ea-apache242.4.573.4.11.cpanelx86_640�''ea-php81-pear1.10.133.3.19.cpanelnoarch0�''ea-php80-pear1.10.133.3.23.cpanelnoarch.�+'ea-documentroot1.07.11.4.cpanelnoarch=�A/ea-apache24-config-runtime1.0192.196.13.cpanelnoarch5�1/ea-apache24-config1.0192.196.13.cpanelnoarch�pv1.6.67.el8x86_64 �socat1.7.4.11.el8x86_64:�Iperl-DBI1.6414.module_el8.6.0+2823+173faa7ex86_64 �libpmem1.6.11.el8x86_64/�/#�perl-Math-Complex1.59422.el8.0.1noarch-�~-	�perl-Math-BigInt1.9998.117.el8noarch#�}�galera-426.4.141.el8x86_64)�|)�MariaDB-shared10.11.51.el8x86_64)�{)�MariaDB-server10.11.51.el8x86_64(�z'�MariaDB-devel10.11.51.el8x86_64)�y)�MariaDB-common10.11.51.el8x86_64)�x)�MariaDB-client10.11.51.el8x86_64;�wA+�yum-plugin-universal-hooks0.113.18.14.cpanelx86_642�v1)�ea-profiles-cpanel1.062.64.4.cpanelx86_64/�u+)�ea-cpanel-tools1.078.78.1.cpanelx86_64�t	�tk8.6.81.el8x86_64�s	�tix8.4.323.el8x86_64>�r%I�python3-docs3.6.72.module_el8.5.0+2569+5c5719bcnoarch,�q%�python3-bind 9.11.368.el8_8.1noarchH�p'Y�python2-tools2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64J�o+Y�python2-tkinter2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64L�n=K�python2-setuptools-wheel39.0.113.module_el8.6.0+2781+fed64c13noarchF�m1K�python2-setuptools39.0.113.module_el8.6.0+2781+fed64c13noarchD�l/K�python2-pip-wheel9.0.319.module_el8.6.0+2781+fed64c13noarch>�k#K�python2-pip9.0.319.module_el8.6.0+2781+fed64c13noarchG�j%Y�python2-libs2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64?�i%I�python2-docs2.7.162.module_el8.6.0+2781+fed64c13noarchB�hY�python22.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64#�g!�protobuf-c1.3.06.el8x86_648�fI�libzip1.5.12.module_el8.3.0+2010+7c76a223x86_64"�e�libwebp1.0.08.el8_7x86_64#�d�libtiff4.0.928.el8_8x86_64!�c�libmpc1.1.09.1.el8x86_64'�b'�libjpeg-turbo1.5.312.el8x86_64�a�libidn1.345.el8x86_64"�`�libXpm3.5.129.el8_7x86_64�_�libXft2.3.31.el8x86_64$�^%�jbigkit-libs2.114.el8x86_64�]�isl0.16.16.el8x86_64�\�gd2.2.57.el8x86_64"�[#�gcc8.5.018.el8.almax86_64�Z�fstrm0.6.13.el8x86_64"�Y#�cpp8.5.018.el8.almax86_64*�X-�cmake-filesystem3.20.25.el8x86_640�W7�boost-program-options1.66.013.el8x86_64*�V!�bind-utils 9.11.368.el8_8.1x86_64,�U%�bind-license 9.11.368.el8_8.1noarch.�T)�bind-libs-lite 9.11.368.el8_8.1x86_64)�S�bind-libs 9.11.368.el8_8.1x86_64$�R�bind 9.11.368.el8_8.1x86_64$�Q�aspell0.60.6.122.el8x86_64�P�zip3.023.el8x86_64,�O+�util-linux-user2.32.142.el8_8x86_64�N�unzip6.046.el8x86_64�M	�tcl8.6.82.el8x86_64#�L�sqlite3.26.018.el8_8x86_64$�K'	�smartmontools7.11.el8x86_64+�J1�pkgconf-pkg-config1.4.21.el8x86_64#�I!�pkgconf-m41.4.21.el8noarch �H�pkgconf1.4.21.el8x86_64�G�patch2.7.611.el8x86_64#�F�pam-devel1.3.125.el8x86_64"�E	�nftables0.9.326.el8x86_64/�D5�net-tools2.00.52.20160912git.el8x86_64�C�nano2.9.81.el8x86_64�B	�make4.2.111.el8x86_64�A�mailx12.529.el8x86_64�@�lsof4.93.21.el8x86_64!�?�libxslt1.1.326.el8x86_64(�>+�libxcrypt-devel4.1.16.el8x86_64#�=!�libpkgconf1.4.21.el8x86_64!�<�libnftnl1.1.55.el8x86_64&�;%�libnfnetlink1.0.113.el8x86_64/�:9�libnetfilter_conntrack1.0.65.el8x86_64 �9�libicu60.32.el8_1x86_64!�8�libaio0.3.1121.el8x86_641�7))�kernel-headers4.18.0477.21.1.el8_8x86_64"�6�iptables1.8.424.el8x86_64-�53�glibc-locale-source2.28225.el8x86_64'�4'�glibc-headers2.28225.el8x86_64
	_G�

�
�-
����U0�����%��S����o9>��X�	!��u8���B��U��s�"V���~S)S���j8
�
�
w
H
)	�	�	�	_=A/ea-apache24-config-runtime1.0201.212.14.cpanelnoarch�:?%ea-apache24-mod_unique_id2.4.591.1.3.cpanelx86_64�3/'ea-apache24-tools2.4.573.4.11.cpanelx86_642/%ea-apache24-tools2.4.591.1.3.cpanelx86_64�''ea-apr1.7.41.1.10.cpanelx86_64)+e2fsprogs-devel1.45.65.el8x86_64�dwz0.1210.el8x86_64�,#%ea-apache242.4.591.1.3.cpanelx86_64�-#'ea-apache242.4.573.4.11.cpanelx86_64	41-ea-apache24-config1.0193.197.4.cpanelnoarch�51/ea-apache24-config1.0192.196.13.cpanelnoarch<A-ea-apache24-config-runtime1.0193.197.4.cpanelnoarch�=A/ea-apache24-config-runtime1.0192.196.13.cpanelnoarch53'ea-apache24-mod_cgi2.4.573.4.11.cpanelx86_64:?+ea-apache24-mod_bwlimited1.448.56.48.cpanelx86_64�:?+ea-apache24-mod_bwlimited1.448.56.13.cpanelx86_64
8;%ea-apache24-mod_headers2.4.591.1.3.cpanelx86_64�9;'ea-apache24-mod_headers2.4.573.4.11.cpanelx86_648;%ea-apache24-mod_expires2.4.591.1.3.cpanelx86_64�9;'ea-apache24-mod_expires2.4.573.4.11.cpanelx86_64
8;%ea-apache24-mod_deflate2.4.591.1.3.cpanelx86_64�9;'ea-apache24-mod_deflate2.4.573.4.11.cpanelx86_6443%ea-apache24-mod_cgi2.4.591.1.3.cpanelx86_64�;?'ea-apache24-mod_unique_id2.4.573.4.11.cpanelx86_6443%ea-apache24-mod_ssl2.4.591.1.3.cpanelx86_64�53'ea-apache24-mod_ssl2.4.573.4.11.cpanelx86_64:?'ea-apache24-mod_security22.9.71.1.81.cpanelx86_64�:?'ea-apache24-mod_security22.9.71.1.44.cpanelx86_6487+ea-apache24-mod_ruid20.9.820.25.50.cpanelx86_64�87+ea-apache24-mod_ruid20.9.820.25.13.cpanelx86_64?I%ea-apache24-mod_proxy_wstunnel2.4.591.1.3.cpanelx86_64�@I'ea-apache24-mod_proxy_wstunnel2.4.573.4.11.cpanelx86_64;A%ea-apache24-mod_proxy_http2.4.591.1.3.cpanelx86_64�<A'ea-apache24-mod_proxy_http2.4.573.4.11.cpanelx86_64;A%ea-apache24-mod_proxy_fcgi2.4.591.1.3.cpanelx86_64�<A'ea-apache24-mod_proxy_fcgi2.4.573.4.11.cpanelx86_6467%ea-apache24-mod_proxy2.4.591.1.3.cpanelx86_64�77'ea-apache24-mod_proxy2.4.573.4.11.cpanelx86_64<C%ea-apache24-mod_mpm_prefork2.4.591.1.3.cpanelx86_64�=C'ea-apache24-mod_mpm_prefork2.4.573.4.11.cpanelx86_64[)#	!dbus-common1.12.824.el8_8.1noarch%#	dbus-common1.12.824.el8noarch"	!dbus1.12.824.el8_8.1x86_64%#	dbus-daemon1.12.824.el8x86_641+-ea-cpanel-tools1.0112.125.1.cpanelx86_64�dpkg1.20.94.el8x86_64�/7docker-compose-plugin2.27.01.el8x86_64�3?docker-ce-rootless-extras26.1.31.el8x86_64�''	docker-ce-cli26.1.31.el8x86_64�$docker-ce26.1.31.el8x86_64�.5docker-buildx-plugin0.14.01.el8x86_64�(!	!dbus-tools1.12.824.el8_8.1x86_64$!	dbus-tools1.12.824.el8x86_64'	!dbus-libs1.12.824.el8_8.1x86_64#	dbus-libs1.12.824.el8x86_64)#	!dbus-daemon1.12.824.el8_8.1x86_64.'%ea-libnghttp21.56.01.1.1.cpanelx86_64�1+'ea-libmemcached1.0.187.7.28.cpanelx86_64�1+'ea-libmemcached1.0.187.7.15.cpanelx86_64�*!%ea-libcurl8.2.11.1.2.cpanelx86_64�1%)ea-libargon2201610293.3.112.cpanelx86_64�1%)ea-libargon2201610293.3.101.cpanelx86_64.+'ea-documentroot1.07.11.4.cpanelnoarch/+)ea-documentroot1.07.11.15.cpanelnoarch�/+)ea-cpanel-tools1.094.96.1.cpanelx86_64�/+)ea-cpanel-tools1.078.78.1.cpanelx86_64�)%ea-brotli1.0.92.2.6.cpanelx86_64*'ea-brotli1.0.92.2.18.cpanelx86_64�,#'ea-apr-util1.6.31.1.39.cpanelx86_64�,#'ea-apr-util1.6.31.1.19.cpanelx86_64''ea-apr1.7.41.1.24.cpanelx86_64�
��������{gS@-�������hD,
�
�
�
�
�
�
�
�
�
v
h
Z
L
>
0
"

�����������jWD.�������xeM>*�
�
�
�
�
�
�
l
O
2
	�	�	�	�	�	g	I	+	
�����eL.�����gO7�������lRF>5'	�������scUJ/�������xbL1�����wY;�������~ul\L<,���1alt-common-release
ai-bolit%
ai-bolit6
ai-bolit8-alt-php-els-meta0
ai-bolit.
dbus-libs#dbus-daemon#dbus-daemon#dbus-common#dbus-commondbusdbuscurlcurlcups-libs�cpp�1cpanel-xovi-plugin�;cpanel-socialbee-plugin�7cpanel-sitejet-plugin_7cpanel-sitejet-plugin['Qcpanel-plugin-monitoring-campaigns\=cpanel-plugin-components�=cpanel-plugin-components[5cpanel-plugin-common�5cpanel-plugin-common^5cpanel-plugin-commonZ7cpanel-koality-plugin�7cpanel-koality-plugin]7cpanel-koality-pluginY7cpanel-banners-pluginX7cpanel-banners-pluginY-cpanel-analytics�-cpanel-analyticsZ'containerd.io�/container-selinux�-cmake-filesystem�3cloudlinux-linksafe�!cloud-initx!cloud-initw
c-ares
c-ares#bzip2-devel�3boost-serialization�7boost-program-options�
bison�
binutils�!bind-utils�+bind-lite-devel�%bind-license�)bind-libs-lite�bind-libs�-bind-export-libs-bind-export-libs!bind-devel�	bind�bc�!avahi-libs�
automakeT
autoconfSatk�at�aspell�5app-version-detector�5app-version-detectorB5app-version-detectorW5app-version-detector�annobin�alt-t1lib�!alt-sqliteF!alt-sqlite�#Ialt-python311-setuptools-wheel�;alt-python311-pip-wheel�1alt-python311-libs�1alt-python311-libsP1alt-python311-libs�'alt-python311�'alt-python311O'alt-python311�/alt-python27-libs�%alt-python27�)Ualt-python-internal-setuptools-wheel�"Galt-python-internal-pip-wheel�=alt-python-internal-libs�3alt-python-internal�=alt-php-internal-process�=alt-php-internal-processN=alt-php-internal-process�5alt-php-internal-pdo�5alt-php-internal-pdoM5alt-php-internal-pdo�=alt-php-internal-mysqlnd�=alt-php-internal-mysqlndL=alt-php-internal-mysqlnd�?alt-php-internal-mbstring�?alt-php-internal-mbstringK?alt-php-internal-mbstring�7alt-php-internal-intl�7alt-php-internal-intlJ7alt-php-internal-intl�;alt-php-internal-common�;alt-php-internal-commonI;alt-php-internal-common�5alt-php-internal-cli�5alt-php-internal-cliH5alt-php-internal-cli�-alt-php-internal�-alt-php-internalG-alt-php-internal�/alt-php-hyperscanF/alt-php-hyperscan)alt-php-config~alt-pcre2}1alt-openssl11-libs|'alt-openssl11{-alt-openssl-libsz)alt-openldap11y!alt-libzip�!alt-libzipx#alt-libxml2w#alt-libwebpv'alt-libssh211u#alt-libssh2t!alt-libicus-alt-libcurlssl11E-alt-libcurlssl11r'alt-krb5-libsq'alt-freetds11p1alt-cyrus-sasl-libo'alt-curlssl11D'alt-curlssl11n1alt-common-release�
alsa-lib
ai-bolit
ai-bolit
ai-bolit�
ai-bolit�
ai-bolit�
ai-bolit�
ai-bolit�
ai-bolit�
ai-bolit�
ai-bolit�
ai-bolitq
ai-bolitl
ai-bolitg
ai-bolita
ai-bolitS
ai-bolitO
ai-bolitK
ai-bolitE
ai-bolitC
ai-bolits
ai-bolitq
ai-bolite
ai-bolit]
ai-bolitC
ai-bolitm1adobe-mappings-pdf�#Iadobe-mappings-cmap-deprecated�3adobe-mappings-cmap�	SDL2'%OpenEXR-libs�1NetworkManager-tui1NetworkManager-tui
3NetworkManager-team3NetworkManager-team5NetworkManager-libnm
5NetworkManager-libnm	)NetworkManager)NetworkManager)MariaDB-shared�)MariaDB-server�'MariaDB-devel�)MariaDB-common�)MariaDB-client�LibRaw�-ImageMagick-libs�/ImageMagick-develB#ImageMagick�
�������������kK+����~aD'

�
�
�
�
u
U
5
����wX9 ������raRC.
�
�
�
�
�
�
|
i
V
F
6
'
	�	�	�	�	�	�	�	r	b	R	<	&	������qYB'������fL6�������gN3�����t\E.������v^F/�����rV: �����v\B,��|cJ�?docker-ce-rootless-extras�'docker-ce-cli�docker-ce�5docker-buildx-plugin�!dbus-tools!dbus-tools-ea-php74-php-xml�5ea-php74-php-sockets�5ea-php74-php-sockets�1ea-php74-php-posix�1ea-php74-php-posix�-ea-php74-php-pdo�-ea-php74-php-pdo�5ea-php74-php-opcache�5ea-php74-php-opcache�5ea-php74-php-mysqlnd�5ea-php74-php-mysqlnd�9ea-php74-php-memcached�9ea-php74-php-memcached�7ea-php74-php-mbstring�7ea-php74-php-mbstring�9ea-php74-php-litespeed�9ea-php74-php-litespeed�9ea-php74-php-ioncube12�9ea-php74-php-ioncube12�/ea-php74-php-imap�/ea-php74-php-imap�1ea-php74-php-iconv�1ea-php74-php-iconv�+ea-php74-php-gd�+ea-php74-php-gd�-ea-php74-php-ftp�-ea-php74-php-ftp�-ea-php74-php-fpm�-ea-php74-php-fpm�7ea-php74-php-fileinfo�7ea-php74-php-fileinfo�/ea-php74-php-exif�/ea-php74-php-exif�1ea-php74-php-devel�1ea-php74-php-devel�/ea-php74-php-curl�/ea-php74-php-curl�3ea-php74-php-common�3ea-php74-php-common�-ea-php74-php-cli�-ea-php74-php-cli�7ea-php74-php-calendar�7ea-php74-php-calendar�3ea-php74-php-bcmath�3ea-php74-php-bcmath�'ea-php74-pear�'ea-php74-pear�
ea-php74�
ea-php74�-ea-php72-runtime�-ea-php72-php-zip�-ea-php72-php-xml�5ea-php72-php-sockets�1ea-php72-php-posix�-ea-php72-php-pdo�5ea-php72-php-opcache�5ea-php72-php-mysqlnd�7ea-php72-php-mbstring�9ea-php72-php-litespeed�/ea-php72-php-imap�1ea-php72-php-iconv�+ea-php72-php-gd�-ea-php72-php-ftp�-ea-php72-php-fpm�7ea-php72-php-fileinfo�/ea-php72-php-exif�1ea-php72-php-devel�/ea-php72-php-curl�3ea-php72-php-common�-ea-php72-php-cli�7ea-php72-php-calendar�3ea-php72-php-bcmath�'ea-php72-pear�5ea-php72-libc-client�
ea-php72�-ea-php-cli-lsphp�-ea-php-cli-lsphp#!ea-php-cli�!ea-php-cli"1ea-oniguruma-devel�1ea-oniguruma-devel!%ea-oniguruma�%ea-oniguruma !ea-nghttp2�!ea-nghttp2�3ea-modsec-sdbm-util�3ea-modsec-sdbm-utilea-libzip�ea-libzip!ea-libxml2�!ea-libxml2'ea-libnghttp2�'ea-libnghttp2�+ea-libmemcached�+ea-libmemcached�!ea-libcurl�%ea-libargon2�%ea-libargon2+ea-documentroot�+ea-documentroot+ea-cpanel-tools�+ea-cpanel-tools�+ea-cpanel-tools�ea-brotli�ea-brotli#ea-apr-util�#ea-apr-utilea-apr�ea-apr/ea-apache24-tools�/ea-apache24-tools?ea-apache24-mod_unique_id�?ea-apache24-mod_unique_id3ea-apache24-mod_ssl�3ea-apache24-mod_ssl?ea-apache24-mod_security2�?ea-apache24-mod_security27ea-apache24-mod_ruid2�7ea-apache24-mod_ruid2#Iea-apache24-mod_proxy_wstunnel�#Iea-apache24-mod_proxy_wstunnelAea-apache24-mod_proxy_http�Aea-apache24-mod_proxy_httpAea-apache24-mod_proxy_fcgi�Aea-apache24-mod_proxy_fcgi7ea-apache24-mod_proxy�7ea-apache24-mod_proxy Cea-apache24-mod_mpm_prefork� Cea-apache24-mod_mpm_prefork;ea-apache24-mod_headers�;ea-apache24-mod_headers;ea-apache24-mod_expires�;ea-apache24-mod_expires
;ea-apache24-mod_deflate�;ea-apache24-mod_deflate3ea-apache24-mod_cgi�3ea-apache24-mod_cgi?ea-apache24-mod_bwlimited�?ea-apache24-mod_bwlimited
Aea-apache24-config-runtime�Aea-apache24-config-runtime�Aea-apache24-config-runtime1ea-apache24-config�1ea-apache24-config#ea-apache24�#ea-apache24	+e2fsprogs-devel�dwz�	dpkg�7docker-compose-plugin�
�����������th[OB6)����������znaUH</#

�
�
�
�
�
�
�
�
�
�
�
t
g
[
N
B
5
)


����������zmaTH;/"	�����������sgZNA5(
�
�
�
�
�
�
�
�
�
�
y
m
`
T
G
:
-
!

		�	�	�	�	�	�	�	�	�	�	w	i	[	M	?	1	#		���������{m^N?0 ��������yk\M=-���������{m_QC4%���������tfWH9)	��������|m^O@0 ��������ufWG8(
��������{m_PA2"�			

�			�				�				�				�					��~					��}				�
�|			�
�{			�
�z			�
�y			�
�x			�
�w		�
�v		�
�u		��t			��s			�
�r		��q			�
�p		��o			��n			�
�m		��l			�
�k		��j			�
�i		�
�h		��g			�
�f		��e			�
�d		��c			�
�b		�
�a		��`			��_			��^			��]			�
�\		�
�[		��Z			�
�Y		�
�X		�
�W		�
�V		��U			��T			�
�S		�
�R		�
�Q		��P			��O			��N			��M				��L			��K			��J				��I				��H				��G			��F			��E			��D			��C			��B			��A			��@			��?			��>				��=				��<				��;				��:				��9			��8			��7			��6			��5			��4				��3			��2				��1			��0			�
�/		�
�.		�
�-		��,			��+			��*				��)				�
�(		��'			��&			��%				�
�$		��#			��"			��!			�
� 		�
�		�
�		��			��			�
�		��			��				��				��				��				��				��				��				��				��				��				��				��				��
				��				��				��
				��					��				��				��				��				��				��				��				��				��				�
				
~				~
}				}
|				|
{				{
z				z
y				yx		xw		wv		v
u			ut		t
s			sr		r
q			qp		p
o			on		n
m			ml		l
k			kj		j
i			ih		h
g			gf		f
e			ed		d
c			cb		b
a			a`		`
_			_^		^
]			]\		\
[			[Z		Z
Y			YX		X
W			WV		V
U			UT		T
S			SR		R
Q			QP		P
O			ON		N
M			ML		L
K			KJ		J
I			IH		H
G			GF		F
E			ED		D
C			CB		B
A			A@		@
?			?>		>
=			=<		<
;			;:		:
9			98		8
7			76		6
5			54		4
3			32		2
1			10		0
/			/.		.
-			-,		,
+			+*		*
)			)(		(
'			'&		&
%			%$		$
#			#"		"
!			! 		 
					
					
					
					
					
					
					
					
					

			
		
			
		

							
																																				
����������ueUE5&��������{l]N?0!
�
�
�
�
�
�
�
�
t
d
U
E
5
%

��������whXH8(	��������{m_QC4%
�
�
�
�
�
�
�
�
�
r
c
T
E
6
'

		�	�	�	�	�	�	�	�	�	s	d	U	F	7	(		
���������teVG8)���������teVG8(���������{l^PB4&	���������{m_QC5&	���������rbRC4$��������zk\M>/ ��������yjZK<-��r			��q			��p			��o			��n			��m			��l			�
�k		��j			��i			��h			��g			��f			��e			��d			��c			��b			�
�a		�
�`		��_			��^			��]			��\			��[			��Z			��Y			��X			�
�W		�
�V		��U			��T			�
�S		��R			�
�Q		�
�P		��O			��N			�
�M		��L			��K			�
�J		�
�I		��H			�
�G		��F			��E			��D			��C			��B			��A			��@			��?			��>				��=			��<			��;				��:				��9				��8				��7				��6				��5				��4				��3			��2			��1				��0				��/				��.				��-				��,				��+			��*				��)				��(				��'				��&				��%			��$			��#				��"			��!				�� 			��				��				��			��			��				��				��				�
�		�	�			�	�			
�	�			
�	�			
�	�			
�	
�		
�	�			
�	�			
�	�			
�	�			
�	�
			
�	�			
�	�			
�	�
			
�	�				
�	�			
�	�			
�	�			
�	�			
�	�			
�	�			
�	�			
�	�			
�	�			
�	�			
	�~			
~	�}			
}	�|			
|	�{			
{	�z			
z	�y			
y	�x			
x	�w			
w	�v			
v	�u			
u	�t			
t	�s			
s	�r			
r	�q			
q	�p			
p	�o			
o	�n			
n	�m			
m	�l			
l�k			
k�j			
j�i			
i�h			
h�g			
g�f			
f�e			
e�d			
d�c			
c�b			
b�a			
a�`			
`�_			
_�^			
^�]				
]�\				
\�[				
[
�Z		Z
�Y		Y�X			
X�W			
W�V			
V�U			
U�T			
T�S			
S�R				
R�Q				
Q�P				
P�O				
O�N				
N
�M		
M
�L		
L
�K		
K
�J		
J
�I		
I
�H		
H
�G		
G
�F		
F�E			
E
�D		
D
�C		
C
�B		
B
�A		
A
�@		
@�?			
?
�>		
>�=			
=�<			
<
�;		
;
�:		
:
�9		
9
�8		
8
�7		
7
�6		
6
�5		
5
�4		
4
�3		
3
�2		
2
�1		
1�0			
0
�/		
/
�.		
.
�-		
-
�,		
,
�+		
+�*			
*
�)		
)�(			
(�'			
'
�&		
&
�%		
%
�$		
$�#			
#�"			
"�!			
!� 			
 �			
�			
�			
�			
�			

�		

�		
�			

�		

�		

�		

�		
�			
�			

�		

�		

�		

�		

�
		


�		

�		
�
			


�			
	�			
�			
�			
�			

J���O��]
�
�
a
$��xN���e0
�
�
f
:
	�	�	_	*���Y#��{C��m9��i5���_+���S��x@��uV-��!�SSautoconf2.6929.el8noarch&�R#Rpcre2-utf3210.323.el8_6x86_64&�Q#Qpcre2-utf1610.323.el8_6x86_64&�P#Ppcre2-devel10.323.el8_6x86_64�OOm41.4.187.el8x86_64,�N3Nenvironment-modules4.5.23.el8x86_641�M-%Mea-php81-runtime8.1.231.1.1.cpanelx86_641�L-%Lea-php81-php-zip8.1.231.1.2.cpanelx86_641�K-%Kea-php81-php-xml8.1.231.1.2.cpanelx86_645�J5%Jea-php81-php-sockets8.1.231.1.2.cpanelx86_643�I1%Iea-php81-php-posix8.1.231.1.2.cpanelx86_641�H-%Hea-php81-php-pdo8.1.231.1.2.cpanelx86_645�G5%Gea-php81-php-mysqlnd8.1.231.1.2.cpanelx86_646�F7%Fea-php81-php-mbstring8.1.231.1.2.cpanelx86_647�E9%Eea-php81-php-litespeed8.1.231.1.2.cpanelx86_642�D/%Dea-php81-php-imap8.1.231.1.2.cpanelx86_643�C1%Cea-php81-php-iconv8.1.231.1.2.cpanelx86_640�B+%Bea-php81-php-gd8.1.231.1.2.cpanelx86_641�A-%Aea-php81-php-ftp8.1.231.1.2.cpanelx86_641�@-%@ea-php81-php-fpm8.1.231.1.2.cpanelx86_643�?1%?ea-php81-php-devel8.1.231.1.2.cpanelx86_642�>/%>ea-php81-php-curl8.1.231.1.2.cpanelx86_644�=3%=ea-php81-php-common8.1.231.1.2.cpanelx86_641�<-%<ea-php81-php-cli8.1.231.1.2.cpanelx86_646�;7%;ea-php81-php-calendar8.1.231.1.2.cpanelx86_644�:3%:ea-php81-php-bcmath8.1.231.1.2.cpanelx86_64)�9%9ea-php818.1.231.1.1.cpanelx86_641�8-%8ea-php80-runtime8.0.301.1.3.cpanelx86_641�7-%7ea-php80-php-zip8.0.301.1.7.cpanelx86_641�6-%6ea-php80-php-xml8.0.301.1.7.cpanelx86_645�55%5ea-php80-php-sockets8.0.301.1.7.cpanelx86_643�41%4ea-php80-php-posix8.0.301.1.7.cpanelx86_641�3-%3ea-php80-php-pdo8.0.301.1.7.cpanelx86_645�25%2ea-php80-php-mysqlnd8.0.301.1.7.cpanelx86_646�17%1ea-php80-php-mbstring8.0.301.1.7.cpanelx86_647�09%0ea-php80-php-litespeed8.0.301.1.7.cpanelx86_642�//%/ea-php80-php-imap8.0.301.1.7.cpanelx86_643�.1%.ea-php80-php-iconv8.0.301.1.7.cpanelx86_640�-+%-ea-php80-php-gd8.0.301.1.7.cpanelx86_641�,-%,ea-php80-php-ftp8.0.301.1.7.cpanelx86_641�+-%+ea-php80-php-fpm8.0.301.1.7.cpanelx86_643�*1%*ea-php80-php-devel8.0.301.1.7.cpanelx86_642�)/%)ea-php80-php-curl8.0.301.1.7.cpanelx86_644�(3%(ea-php80-php-common8.0.301.1.7.cpanelx86_641�'-%'ea-php80-php-cli8.0.301.1.7.cpanelx86_646�&7%&ea-php80-php-calendar8.0.301.1.7.cpanelx86_644�%3%%ea-php80-php-bcmath8.0.301.1.7.cpanelx86_64)�$%$ea-php808.0.301.1.3.cpanelx86_642�#-)#ea-php-cli-lsphp1.0.010.15.4.cpanelx86_64,�"!)"ea-php-cli1.0.010.15.4.cpanelx86_643�!1'!ea-oniguruma-devel6.9.81.1.25.cpanelx86_64-� %' ea-oniguruma6.9.81.1.25.cpanelx86_642�3%ea-modsec-sdbm-util0.024.7.7.cpanelx86_64)�%ea-libzip1.9.22.2.4.cpanelx86_64+�!%ea-libxml22.11.51.1.1.cpanelx86_641�%)ea-libargon2201610293.3.101.cpanelx86_64)�%ea-brotli1.0.92.2.6.cpanelx86_64,�#'ea-apr-util1.6.31.1.19.cpanelx86_64'�'ea-apr1.7.41.1.10.cpanelx86_643�/'ea-apache24-tools2.4.573.4.11.cpanelx86_64;�?'ea-apache24-mod_unique_id2.4.573.4.11.cpanelx86_645�3'ea-apache24-mod_ssl2.4.573.4.11.cpanelx86_64:�?'ea-apache24-mod_security22.9.71.1.44.cpanelx86_648�7+ea-apache24-mod_ruid20.9.820.25.13.cpanelx86_64@�I'ea-apache24-mod_proxy_wstunnel2.4.573.4.11.cpanelx86_64<�A'ea-apache24-mod_proxy_http2.4.573.4.11.cpanelx86_64<�A'ea-apache24-mod_proxy_fcgi2.4.573.4.11.cpanelx86_647�7'ea-apache24-mod_proxy2.4.573.4.11.cpanelx86_64=�C'ea-apache24-mod_mpm_prefork2.4.573.4.11.cpanelx86_649�;'ea-apache24-mod_headers2.4.573.4.11.cpanelx86_649�
;'
ea-apache24-mod_expires2.4.573.4.11.cpanelx86_649�;'ea-apache24-mod_deflate2.4.573.4.11.cpanelx86_645�3'ea-apache24-mod_cgi2.4.573.4.11.cpanelx86_64:�
?+
ea-apache24-mod_bwlimited1.448.56.13.cpanelx86_64
eF 2���^+
�
�
�
a
-���T��t;
�
�
^
(	�	�	�	Z	#���U#���i8��g0���b/���a *������aS.���T��Se7S82/%ea-php80-php-exif8.0.304.4.8.cpanelx86_64�31%ea-php80-php-iconv8.0.304.4.8.cpanelx86_640+%ea-php80-php-gd8.0.304.4.8.cpanelx86_641-%ea-php80-php-ftp8.0.304.4.8.cpanelx86_641-%ea-php80-php-fpm8.0.304.4.8.cpanelx86_64�67%ea-php80-php-fileinfo8.0.304.4.8.cpanelx86_64�67%ea-php80-php-mbstring8.0.301.1.7.cpanelx86_64179%ea-php80-php-litespeed8.0.304.4.8.cpanelx86_6479%ea-php80-php-litespeed8.0.301.1.7.cpanelx86_6402/%ea-php80-php-imap8.0.304.4.8.cpanelx86_642/%ea-php80-php-imap8.0.301.1.7.cpanelx86_64/31%ea-php80-php-iconv8.0.301.1.7.cpanelx86_64.0+%ea-php80-php-gd8.0.301.1.7.cpanelx86_64-1-%ea-php80-php-ftp8.0.301.1.7.cpanelx86_64,1-%ea-php80-php-fpm8.0.301.1.7.cpanelx86_64+67%ea-php80-php-fileinfo8.0.301.1.7.cpanelx86_64�2/%ea-php80-php-exif8.0.301.1.7.cpanelx86_64�31%ea-php80-php-devel8.0.304.4.8.cpanelx86_64�31%ea-php80-php-devel8.0.301.1.7.cpanelx86_64*2/%ea-php80-php-curl8.0.304.4.8.cpanelx86_64�2/%ea-php80-php-curl8.0.301.1.7.cpanelx86_64)43%ea-php80-php-common8.0.304.4.8.cpanelx86_64�43%ea-php80-php-common8.0.301.1.7.cpanelx86_64(1-%ea-php80-php-cli8.0.304.4.8.cpanelx86_64�1-%ea-php80-php-cli8.0.301.1.7.cpanelx86_64'67%ea-php80-php-calendar8.0.304.4.8.cpanelx86_64�67%ea-php80-php-calendar8.0.301.1.7.cpanelx86_64&43%ea-php80-php-bcmath8.0.304.4.8.cpanelx86_64�43%ea-php80-php-bcmath8.0.301.1.7.cpanelx86_64%/'%ea-php80-pear1.10.136.6.9.cpanelnoarch�0''ea-php80-pear1.10.133.3.23.cpanelnoarch)%ea-php808.0.301.1.3.cpanelx86_64$*'ea-php808.0.301.1.14.cpanelx86_64�1-%ea-php74-runtime7.4.333.4.1.cpanelx86_64�2-'ea-php74-runtime7.4.331.1.17.cpanelx86_64�1-%ea-php74-php-zip7.4.339.9.8.cpanelx86_64�2-'ea-php74-php-zip7.4.336.6.20.cpanelx86_64�1-%ea-php74-php-xml7.4.339.9.8.cpanelx86_64�2-'ea-php74-php-xml7.4.336.6.20.cpanelx86_64�55%ea-php74-php-sockets7.4.339.9.8.cpanelx86_64�65'ea-php74-php-sockets7.4.336.6.20.cpanelx86_64�31%ea-php74-php-posix7.4.339.9.8.cpanelx86_64�41'ea-php74-php-posix7.4.336.6.20.cpanelx86_64�1-%ea-php74-php-pdo7.4.339.9.8.cpanelx86_64�2-'ea-php74-php-pdo7.4.336.6.20.cpanelx86_64�55%ea-php74-php-opcache7.4.339.9.8.cpanelx86_64�65'ea-php74-php-opcache7.4.336.6.20.cpanelx86_64�55%ea-php74-php-mysqlnd7.4.339.9.8.cpanelx86_64�65'ea-php74-php-mysqlnd7.4.336.6.20.cpanelx86_64�89)ea-php74-php-memcached3.1.38.13.57.cpanelx86_64�89)ea-php74-php-memcached3.1.37.12.25.cpanelx86_64�67%ea-php74-php-mbstring7.4.339.9.8.cpanelx86_64�77'ea-php74-php-mbstring7.4.336.6.20.cpanelx86_64�79%ea-php74-php-litespeed7.4.339.9.8.cpanelx86_64�89'ea-php74-php-litespeed7.4.336.6.20.cpanelx86_64�89'ea-php74-php-ioncube1212.0.52.2.72.cpanelx86_64�89'ea-php74-php-ioncube1212.0.52.2.22.cpanelx86_64�2/%ea-php74-php-imap7.4.339.9.8.cpanelx86_64�3/'ea-php74-php-imap7.4.336.6.20.cpanelx86_64�31%ea-php74-php-iconv7.4.339.9.8.cpanelx86_64�41'ea-php74-php-iconv7.4.336.6.20.cpanelx86_64�0+%ea-php74-php-gd7.4.339.9.8.cpanelx86_64�1+'ea-php74-php-gd7.4.336.6.20.cpanelx86_64�1-%ea-php74-php-ftp7.4.339.9.8.cpanelx86_64�2-'ea-php74-php-ftp7.4.336.6.20.cpanelx86_64�1-%ea-php74-php-fpm7.4.339.9.8.cpanelx86_64�2-'ea-php74-php-fpm7.4.336.6.20.cpanelx86_64�67%ea-php74-php-fileinfo7.4.339.9.8.cpanelx86_64�77'ea-php74-php-fileinfo7.4.336.6.20.cpanelx86_64�2/%ea-php74-php-exif7.4.339.9.8.cpanelx86_64��
B���^(���\&
�
�
�
Z
(���o>
��l5
�
�
g
4
	�	�	f	3���a/���g3��[#��}E
��k5��i3���g5��}L��89'ea-php81-�1-%ea-php81-php-xml8.1.291.2.1.cpanelx86_64%1-%ea-php81-php-xml8.1.231.1.2.cpanelx86_64K55%ea-php81-php-sockets8.1.291.2.1.cpanelx86_64$55%ea-php81-php-sockets8.1.231.1.2.cpanelx86_64J31%ea-php81-php-posix8.1.291.2.1.cpanelx86_64#31%ea-php81-php-posix8.1.231.1.2.cpanelx86_64I1-%ea-php81-php-pdo8.1.291.2.1.cpanelx86_64"1-%ea-php81-php-pdo8.1.231.1.2.cpanelx86_64H55%ea-php81-php-opcache8.1.291.2.1.cpanelx86_64!55%ea-php81-php-opcache8.1.231.1.2.cpanelx86_64�55%ea-php81-php-mysqlnd8.1.291.2.1.cpanelx86_64 55%ea-php81-php-mysqlnd8.1.231.1.2.cpanelx86_64G79'ea-php81-php-memcached3.2.02.2.60.cpanelx86_6479'ea-php81-php-memcached3.2.01.1.43.cpanelx86_64�67%ea-php81-php-mbstring8.1.291.2.1.cpanelx86_6467%ea-php81-php-mbstring8.1.231.1.2.cpanelx86_64F79%ea-php81-php-litespeed8.1.291.2.1.cpanelx86_6479%ea-php81-php-litespeed8.1.231.1.2.cpanelx86_64E89'ea-php81-php-ioncube1212.0.52.2.74.cpanelx86_6489'ea-php81-php-ioncube1212.0.52.2.19.cpanelx86_64�2/%ea-php81-php-imap8.1.291.2.1.cpanelx86_642/%ea-php81-php-imap8.1.231.1.2.cpanelx86_64D31%ea-php81-php-iconv8.1.291.2.1.cpanelx86_6431%ea-php81-php-iconv8.1.231.1.2.cpanelx86_64C0+%ea-php81-php-gd8.1.291.2.1.cpanelx86_640+%ea-php81-php-gd8.1.231.1.2.cpanelx86_64B1-%ea-php81-php-ftp8.1.291.2.1.cpanelx86_641-%ea-php81-php-ftp8.1.231.1.2.cpanelx86_64A1-%ea-php81-php-fpm8.1.291.2.1.cpanelx86_641-%ea-php81-php-fpm8.1.231.1.2.cpanelx86_64@67%ea-php81-php-fileinfo8.1.291.2.1.cpanelx86_6467%ea-php81-php-fileinfo8.1.231.1.2.cpanelx86_64�2/%ea-php81-php-exif8.1.291.2.1.cpanelx86_642/%ea-php81-php-exif8.1.231.1.2.cpanelx86_64�31%ea-php81-php-devel8.1.291.2.1.cpanelx86_6431%ea-php81-php-devel8.1.231.1.2.cpanelx86_64?2/%ea-php81-php-curl8.1.291.2.1.cpanelx86_642/%ea-php81-php-curl8.1.231.1.2.cpanelx86_64>43%ea-php81-php-common8.1.291.2.1.cpanelx86_6443%ea-php81-php-common8.1.231.1.2.cpanelx86_64=1-%ea-php81-php-cli8.1.291.2.1.cpanelx86_641-%ea-php81-php-cli8.1.231.1.2.cpanelx86_64<67%ea-php81-php-calendar8.1.291.2.1.cpanelx86_6467%ea-php81-php-calendar8.1.231.1.2.cpanelx86_64;43%ea-php81-php-bcmath8.1.291.2.1.cpanelx86_6443%ea-php81-php-bcmath8.1.231.1.2.cpanelx86_64:0''ea-php81-pear1.10.136.6.16.cpanelnoarch�0''ea-php81-pear1.10.133.3.19.cpanelnoarch)%ea-php818.1.291.1.1.cpanelx86_64)%ea-php818.1.231.1.1.cpanelx86_6491-%ea-php80-runtime8.0.301.1.3.cpanelx86_6482-'ea-php80-runtime8.0.301.1.14.cpanelx86_64
1-%ea-php80-php-zip8.0.304.4.8.cpanelx86_641-%ea-php80-php-zip8.0.301.1.7.cpanelx86_6471-%ea-php80-php-xml8.0.304.4.8.cpanelx86_641-%ea-php80-php-xml8.0.301.1.7.cpanelx86_64655%ea-php80-php-sockets8.0.304.4.8.cpanelx86_64
55%ea-php80-php-sockets8.0.301.1.7.cpanelx86_64531%ea-php80-php-posix8.0.304.4.8.cpanelx86_64	31%ea-php80-php-posix8.0.301.1.7.cpanelx86_6441-%ea-php80-php-pdo8.0.304.4.8.cpanelx86_641-%ea-php80-php-pdo8.0.301.1.7.cpanelx86_64355%ea-php80-php-opcache8.0.304.4.8.cpanelx86_6455%ea-php80-php-opcache8.0.301.1.7.cpanelx86_64�55%ea-php80-php-mysqlnd8.0.304.4.8.cpanelx86_6455%ea-php80-php-mysqlnd8.0.301.1.7.cpanelx86_642
[����iH���jG$
�
�
�
s
K
&
���tP.���]0
�
�
�
l
F
	�	�	�	a	:	��t@��g>���H!���qG#���zU-���X3���xN%���vL"��*�.'�libuuid-devel2.32.142.el8_8x86_64%�-)�libsepol-devel2.93.el8x86_64'�,-�libselinux-devel2.98.el8x86_64'�+%�libpng-devel1.6.345.el8x86_64%�*�libkadm51.18.225.el8_8x86_64*�)1�libgpg-error-devel1.311.el8x86_64*�(+�libgcrypt-devel1.8.57.el8_6x86_64*�'-�libcom_err-devel1.45.65.el8x86_64&�&%�libcap-devel2.485.el8_8x86_64'�%%�libaio-devel0.3.1121.el8x86_64'�$!�krb5-devel1.18.225.el8_8x86_64-�#3�keyutils-libs-devel1.5.109.el8x86_64*�"'�gettext-devel0.19.8.117.el8x86_641�!5�gettext-common-devel0.19.8.117.el8noarch"� !	�gdbm-devel1.182.el8x86_64'�)�freetype-devel2.9.19.el8x86_64*�-�fontconfig-devel2.13.14.el8x86_64%�#�expat-devel2.2.511.el8x86_64)�+�e2fsprogs-devel1.45.65.el8x86_64'�	!�cups-libs2.2.651.el8_8.1x86_64%�#�bzip2-devel1.0.626.el8x86_64"�!�avahi-libs0.720.el8x86_640�C�imunify-ui-antivirus-cpanel7.4.41noarch�!�imunify-ui7.4.41noarch$�+�imunify360-venv2.2.04x86_64*�-�imunify-notifier2.1.101.el8x86_64!�%�imunify-core7.4.21noarch'�)�imunify-common1.2.42.el8x86_64&�/�imunify-antivirus7.4.01noarch+�3�cloudlinux-linksafe11.24.el8noarch/�5	�app-version-detector22.10211.el8x86_64$��alt-t1lib5.1.24.4.el8x86_64$�!�alt-sqlite3.39.41.el8x86_648�
I�alt-python311-setuptools-wheel65.6.31.el8noarch1�;�alt-python311-pip-wheel21.3.12.el8noarch,�1�alt-python311-libs3.11.31.el8x86_64'�
'�alt-python3113.11.31.el8x86_64+�	/�alt-python27-libs2.7.162.el8x86_64&�%�alt-python272.7.162.el8x86_644�=�alt-php-internal-process7.4.336.el8.1x86_640�5�alt-php-internal-pdo7.4.336.el8.1x86_644�=�alt-php-internal-mysqlnd7.4.336.el8.1x86_645�?�alt-php-internal-mbstring7.4.336.el8.1x86_641�7�alt-php-internal-intl7.4.336.el8.1x86_643�;�alt-php-internal-common7.4.336.el8.1x86_640�5�alt-php-internal-cli7.4.336.el8.1x86_64,�-�alt-php-internal7.4.336.el8.1x86_64+�/	alt-php-hyperscan5.4.012.el8x86_64$�~)~alt-php-config139.el8noarch"�}}alt-pcre210.331.el8x86_64,�|1	|alt-openssl11-libs1.1.1p2.el8x86_64'�{'	{alt-openssl111.1.1p2.el8x86_648�z-	3zalt-openssl-libs1.0.2k2.el8.cloudlinux.10x86_64)�y)yalt-openldap112.4.4613.el8x86_64#�x!xalt-libzip1.3.21.el8x86_64$�w#walt-libxml22.9.72.el8x86_64$�v#valt-libwebp1.2.21.el8x86_64'�u'ualt-libssh2111.10.01.el8x86_64$�t#talt-libssh21.8.05.el8x86_64"�s!salt-libicu64.22.el8x86_64*�r-ralt-libcurlssl117.84.01.el8x86_64%�q'qalt-krb5-libs1.179.el8x86_64'�p'palt-freetds111.1.241.el8x86_64,�o1oalt-cyrus-sasl-lib2.1.271.el8x86_64'�n'nalt-curlssl117.84.01.el8x86_64#�m	mai-bolit31.20.31.el8x86_64�llnetcat1.2251.el8x86_64!�kklibretls3.7.01.el8x86_64�jjlibmd1.1.01.el8x86_64 �iilibbsd0.11.72.el8x86_64%�hhlibargon2201712273.el8x86_64�ggleveldb1.221.el8x86_64!�ffunixODBC2.3.71.el8x86_64"�eeoniguruma6.8.22.el8x86_64%�ddnss-util3.79.011.el8_7x86_64&�ccnss-tools3.79.011.el8_7x86_64(�b#bnss-sysinit3.79.011.el8_7x86_64/�a1anss-softokn-freebl3.79.011.el8_7x86_64(�`#`nss-softokn3.79.011.el8_7x86_64 �__nss3.79.011.el8_7x86_64 �^^nspr4.34.03.el8_6x86_64!�]]tmpwatch2.1114.el8x86_64&�\%\libtool-ltdl2.4.625.el8x86_64 �[[libnsl2.28225.el8x86_643�Z-)Zcpanel-analytics1.4.4410.10.1.cpanelnoarch5�Y7%Ycpanel-banners-plugin1.0.09.9.1.cpanelnoarch�XXyajl2.1.011.el8x86_64#�W	Wscl-utils2.0.216.el8x86_64)�V/Vperl-Thread-Queue3.131.el8noarch�UUlua5.3.412.el8x86_64"�TTautomake1.16.17.el8noarch
_�	��w�S.
�����`=Z�4���_=���pD������`6������m]fFJ!
�
�
�
�9
g
B
����R����z[>��
�
�
�
o
A
	�	�	�	u	M	"	���*1�!libnftnl1.1.55.el8x86_64�&%libnfnetlink1.0.113.el8x86_64�/9libnetfilter_conntrack1.0.65.el8x86_64�#libxml++2.40.110.el8x86_640!libvmaf1.3.152.el8x86_64/''mesa-libglapi22.3.02.el8x86_64!$!mesa-libGL22.3.02.el8x86_64 )+mesa-filesystem22.3.02.el8x86_64#%libxshmfence1.32.el8x86_64+/libwayland-client1.21.01.el8x86_64libvpx1.7.08.el8x86_64"	libvorbis1.3.62.el8x86_64libvdpau1.42.el8x86_64libva2.13.02.el8x86_64 libv4l1.14.23.el8x86_64#	libtheora1.1.121.el8x86_64%!libsndfile1.0.2813.el8x86_64%#libsigc++202.10.06.el8x86_64&'libsamplerate0.1.91.el8x86_64#!libraw13942.1.25.el8x86_64!libogg1.3.210.el8x86_64##libsss_sudo2.8.22.el8x86_64F/-%libsss_nss_idmap2.8.23.el8_8.almax86_64C(-libsss_nss_idmap2.8.22.el8x86_64D+%%libsss_idmap2.8.23.el8_8.almax86_64A$%libsss_idmap2.8.22.el8x86_64B-)%libsss_certmap2.8.23.el8_8.almax86_64?&)libsss_certmap2.8.22.el8x86_64@,'%libsss_autofs2.8.23.el8_8.almax86_64=%'libsss_autofs2.8.22.el8x86_64>!libssh21.10.01.el8x86_64�%'libssh-config0.9.66.el8noarch<('libssh-config0.9.610.el8_8noarch;libssh0.9.66.el8x86_64:!libssh0.9.610.el8_8x86_649%)libsepol-devel2.93.el8x86_64�'-libselinux-devel2.98.el8x86_64�"librsvg22.42.74.el8x86_64!libretls3.7.01.el8x86_64k libraqm0.7.04.el8x86_64�libpq13.51.el8x86_64�'%libpng-devel1.6.345.el8x86_64� libpmem1.6.11.el8x86_64#!libpkgconf1.4.21.el8x86_64�$%libpciaccess0.141.el8x86_64#libpaper1.1.2422.el8x86_64 libnsl2.28225.el8x86_64[(#nss-softokn3.79.011.el8_7x86_64` nss3.79.011.el8_7x86_64_ nspr4.34.03.el8_6x86_64^nscd2.28225.el8x86_64�*1nodesource-releasenodistro1noarch�'#nodejs20.6.11nodesourcex86_64�"	nftables0.9.326.el8x86_64�,5network-scripts-team1.314.el8x86_64�++network-scripts10.00.181.el8x86_64�netcat1.2251.el8x86_64l/5net-tools2.00.52.20160912git.el8x86_64�-')ncurses-devel6.19.20180224.el8x86_64�0-)ncurses-c++-libs6.19.20180224.el8x86_64�nano2.9.81.el8x86_64�)'microcode_ctl202208092.el8x86_64J6'1microcode_ctl202208092.20230808.2.el8_8x86_64Imcpp2.7.220.el8x86_64	mc4.8.199.el8x86_64�	make4.2.111.el8x86_64�mailx12.529.el8x86_64�!mailcap2.1.483.el8noarch�m41.4.187.el8x86_64Olua5.3.412.el8x86_64Ulsof4.93.21.el8x86_64�<+?lm_sensors-libs3.4.023.20180522git70f7e08.el8x86_64�@)Elinux-firmware20230404114.git2e92a49f.el8_8.alma.1noarch8Ilibzip1.5.12.module_el8.3.0+2010+7c76a223x86_64�''libxslt-devel1.1.326.el8x86_64
!libxslt1.1.326.el8x86_64�+'!libxml2-devel2.9.716.el8_8.1x86_64$!libxml22.9.716.el8_8.1x86_64G libxml22.9.716.el8x86_64H(+libxcrypt-devel4.1.16.el8x86_64�&%libxcb-devel1.13.11.el8x86_64&#libwmf-lite0.2.98.el8_0x86_64
!libwmf0.2.98.el8_0x86_64	('libwebp-devel1.0.08.el8_7x86_64"libwebp1.0.08.el8_7x86_64�')libverto-devel0.3.22.el8x86_64�*'libuuid-devel2.32.142.el8_8x86_64�,1libtool-ltdl-devel2.4.625.el8x86_64&%libtool-ltdl2.4.625.el8x86_64\!libtool2.4.625.el8x86_64)'libtiff-devel4.0.928.el8_8x86_64#libtiff4.0.928.el8_8x86_64�!libthai0.1.272.el8x86_64.+#libstdc++-devel8.5.018.el8.almax86_64*#%libsss_sudo2.8.23.el8_8.almax86_64E
���>������fM2�jT���������eO9#
������iM2
�
�
�
�
�
�
k
S
9

		�	�	�	�	�	�/=iP|����������n�S�=s'^F�/�������t�Z�@v*^D�.��(
�
�
�
�
��
��
k�
T�
<�
%q
V�@�*�	u	]	F	/	�����oU;!��l���B�ZNt����&�7ea-php80-php-calendar��
ea-php80$-ea-php81-php-zip&3ea-php81-php-common-ea-php81-php-xml%5ea-php81-php-sockets$1ea-php81-php-posix#-ea-php81-php-pdo"5ea-php81-php-opcache!5ea-php81-php-mysqlnd 9ea-php81-php-memcached7ea-php81-php-mbstring9ea-php81-php-litespeed9ea-php81-php-ioncube12/ea-php81-php-imap1ea-php81-php-iconv+ea-php81-php-gd-ea-php81-php-ftp-ea-php81-php-fpm7ea-php81-php-fileinfo/ea-php81-php-exif1ea-php81-php-devel/ea-php81-php-curl3ea-php81-php-common=-ea-php81-php-cli-ea-php81-php-cli<7ea-php81-php-calendar7ea-php81-php-calendar;
ea-php81'ea-php81-pear3ea-php81-php-bcmath:'ea-php81-pear�3ea-php81-php-bcmath�	1ea-php80-php-devel�1ea-php80-php-devel*/ea-php80-php-curl�/ea-php80-php-curl)3ea-php80-php-common�+ea-php82-php-gd3-ea-php82-php-ftp2-ea-php82-php-fpm17ea-php82-php-fileinfo0/ea-php82-php-exif/1ea-php82-php-devel./ea-php82-php-curl-3ea-php82-php-common,-ea-php82-php-cli+7ea-php82-php-calendar*3ea-php82-php-bcmath)
ea-php82(-ea-php81-runtime'-ea-php74-php-zip�-ea-php80-php-cli�-ea-php80-php-cli'3ea-php80-php-common(�7ea-php80-php-calendar&3ea-php80-php-bcmath�3ea-php80-php-bcmath%'ea-php80-pear�'ea-php80-pear
ea-php80�-ea-php74-runtime�-ea-php74-runtime�-ea-php74-php-zip�-ea-php82-php-pdo;-ea-php82-php-pdo�5ea-php82-php-opcache:5ea-php82-php-opcache�5ea-php82-php-mysqlnd95ea-php82-php-mysqlnd�9ea-php82-php-memcached89ea-php82-php-memcached�7ea-php82-php-mbstring77ea-php82-php-mbstring�9ea-php82-php-litespeed69ea-php82-php-litespeed�/ea-php82-php-imap5/ea-php82-php-imap�1ea-php82-php-iconv41ea-php82-php-iconv�
ea-php819-ea-php80-runtime
-ea-php80-runtime8-ea-php80-php-zip-ea-php80-php-zip7-ea-php80-php-xml-ea-php80-php-xml65ea-php80-php-sockets
5ea-php80-php-sockets51ea-php80-php-posix	1ea-php80-php-posix4-ea-php80-php-pdo-ea-php80-php-pdo35ea-php80-php-opcache5ea-php80-php-opcache�5ea-php80-php-mysqlnd5ea-php80-php-mysqlnd27ea-php80-php-mbstring7ea-php80-php-mbstring19ea-php80-php-litespeed9ea-php80-php-litespeed0/ea-php80-php-imap/ea-php80-php-imap/1ea-php80-php-iconv1ea-php80-php-iconv.+ea-php80-php-gd+ea-php80-php-gd--ea-php80-php-ftp-ea-php80-php-ftp,-ea-php80-php-fpm�-ea-php80-php-fpm+7ea-php80-php-fileinfo�7ea-php80-php-fileinfo�/ea-php80-php-exif�/ea-php80-php-exif�+ea-php82-php-gd�-ea-php82-php-ftp�-ea-php82-php-fpm�7ea-php82-php-fileinfo�/ea-php82-php-exif�1ea-php82-php-devel�/ea-php82-php-curl�3ea-php82-php-common�-ea-php82-php-cli�7ea-php82-php-calendar�3ea-php82-php-bcmath�'ea-php82-pear�'ea-php82-pear�
ea-php82�-ea-php81-runtimeM-ea-php81-php-zipL-ea-php81-php-xmlK5ea-php81-php-socketsJ1ea-php81-php-posixI-ea-php81-php-pdoH5ea-php81-php-opcache�5ea-php81-php-mysqlndG9ea-php81-php-memcached�7ea-php81-php-mbstringF9ea-php81-php-litespeedE9ea-php81-php-ioncube12�/ea-php81-php-imapD1ea-php81-php-iconvC+ea-php81-php-gdB-ea-php81-php-ftpA-ea-php81-php-fpm@7ea-php81-php-fileinfo�/ea-php81-php-exif�1ea-php81-php-devel?/ea-php81-php-curl>
0��\80(��n(
�
�
T
L


��ld$����*
�
	s	��X�_�1�o��!�Q�|�`0	�?
mode of '/opt/alt/php-internal/usr/bin' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)k/	�U
mode of '/opt/alt/php-internal/usr/share/man/man8' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)k.	�U
mode of '/opt/alt/php-internal/usr/share/man/man1' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)f-	�K
mode of '/opt/alt/php-internal/usr/share/man' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)f,	�K
mode of '/opt/alt/php-internal/usr/share/fpm' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)f+	�K
mode of '/opt/alt/php-internal/usr/share/php' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)b*	�C
mode of '/opt/alt/php-internal/usr/share' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)k)	�U
mode of '/opt/alt/php-internal/usr/lib64/php/pear' changed from 0755 (rwxr-xr-x) to 0700 (rwx------){(	�u
mode of '/opt/alt/php-internal/usr/lib64/php/modules/hyperscan.so' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)b'	�C
mode of '/opt/alt/php-internal/usr/lib64' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)\&	�7
mode of '/opt/alt/php-internal/usr' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)f%	�K
mode of '/opt/alt/php-internal/etc/php-fpm.d' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)f$	�K
mode of '/opt/alt/php-internal/etc/php.d.all' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)\#	�7
mode of '/opt/alt/php-internal/etc' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)X"	�/
mode of '/opt/alt/php-internal' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)�!	�7
Created symlink /etc/systemd/system/sockets.target.wants/imunify-antivirus-sensor.socket → /usr/lib/systemd/system/imunify-antivirus-sensor.socket.� 	�/
Created symlink /etc/systemd/system/sockets.target.wants/imunify-antivirus-user.socket → /usr/lib/systemd/system/imunify-antivirus-user.socket.�	�
Created symlink /etc/systemd/system/sockets.target.wants/imunify-antivirus.socket → /usr/lib/systemd/system/imunify-antivirus.socket.�	�%
Created symlink /etc/systemd/system/multi-user.target.wants/imunify-antivirus.service → /usr/lib/systemd/system/imunify-antivirus.service.W	�-
chown: cannot access '/var/imunify360/imunify360.db*': No such file or directory�	�
Created symlink /etc/systemd/system/sockets.target.wants/aibolit-resident.socket → /usr/lib/systemd/system/aibolit-resident.socket.�	�!
Created symlink /etc/systemd/system/multi-user.target.wants/aibolit-resident.service → /usr/lib/systemd/system/aibolit-resident.service.�	�!
Created symlink /etc/systemd/system/multi-user.target.wants/imunify-notifier.service → /usr/lib/systemd/system/imunify-notifier.service.�	�
Created symlink /etc/systemd/system/sockets.target.wants/imunify-notifier.socket → /usr/lib/systemd/system/imunify-notifier.socket.	)
Shell changed."	E
Changing shell for _imunify.	
	'	O	https://mariadb.org/get-involved/>	}	Consider joining MariaDB's strong and vibrant community:	
	Q	�!	The latest information about MariaDB is available at https://mariadb.org/.	
	<	y	Please report any problems at https://mariadb.org/jira	
	=	{	See the MariaDB Knowledgebase at https://mariadb.com/kb
	
	M	�	able to connect as any of these users with a password and without sudoI	�	After connecting you can set the password, if you would need to be8
	q	you need to be the system 'mysql' user to connect.D		�	The second is mysql@localhost, it has no password either, butE	�		be system 'root' user to connect. Use, for example, sudo mysqlA	�	One is root@localhost, it has no password, but you need to.	]	Two all-privilege accounts were created.	
		
	"	EDoing standard EA4 profiles.W	�-It is recommended that you run /usr/bin/crb enable to enable the CRB repository.I	�Many EPEL packages require the CodeReady Builder (CRB) repository.
'��?�w.
�
�
�
�
u�3�
R	�	6�|�8�T�6��J�Z�m���W	
DV	�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7U	o    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,OT	�    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",LS	�    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",OR	�    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",LQ	�    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",SP	�%    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",VO	�+    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,AN	�Matching Defaults entries for wp-toolkit on 79-133-41-251:;M	wUser-side plugin is not installed. Skipping update...L	/�#K	�Ecopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies�J	�copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�I	�copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0H	�_copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�#G	�Ecopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies�F	�copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�E	�copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�.D	�[copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/staticC	'theme jupiter�"B	�Ccopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies�A	�
copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�@	�copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/?	�]copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�">	�Ccopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies�=	�
copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�<	�copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�-;	�Ycopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static :	Acpanel panel was detected.9	OK#8	GcPanel: register_appconfig..."7	Eimunify-antivirus registeredB6	�
'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G5	�

sed: can't read /etc/cagefs/cagefs.mp: No such file or directoryd4	�G
mode of '/opt/alt/php-internal/var/lib/php' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)`3	�?
mode of '/opt/alt/php-internal/var/lib' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)\2	�7
mode of '/opt/alt/php-internal/var' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)a1	�A
mode of '/opt/alt/php-internal/usr/sbin' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)

C��
�
$	��h�C�H
gg�=	
e�e�1449:3cac3c99908a5f0bc7795c6bb89aed55668477fb1509:7dcea2d401181ea02a1584dc98dcbdb02cfe77248�install -y --disablerepo=imunify360-alt-php,imunify360-ea-php-hardened imunify-antivirus�wgg�	
eWeX1448:d2b8578d7f38a77505adf72ea5773a63335b7aed1449:3cac3c99908a5f0bc7795c6bb89aed55668477fb8--assumeyes --color=never --config /etc/yum.conf --setopt keepcache=1 install cpanel-analytics --enablerepo=powertools --enablerepo=epel�hgg�}	
eFeF1446:9aff9248d9a7586a7b0e72f3885fd262578448331447:7919a2e3357a1c448d615b359141c53834f5f5e48�--assumeyes --color=never --config /etc/yum.conf install cpanel-banners-plugin --enablerepo=powertools --enablerepo=epel�r
gg�	
e
�e
�1185:07a94b8d1b7c9ea551fd6a86d2260a675b5012541270:1d19424d9ac71b2655b5aa91a2c769897c00e5578--assumeyes --color=never --config /etc/yum.conf --setopt keepcache=1 install ea-apache24 ea-apr ea-apr-util ea-apache24-mod_mpm_prefork ea-apache24-mod_ruid2 ea-apache24-mod_ssl ea-apache24-mod_deflate ea-apache24-mod_expires ea-apache24-mod_headers ea-apache24-mod_proxy ea-apache24-mod_proxy_fcgi ea-apache24-mod_cgi ea-apache24-mod_unique_id ea-apache24-mod_security2 ea-php81 ea-php81-php-bcmath ea-php81-php-calendar ea-php81-php-curl ea-php81-php-ftp ea-php81-php-gd ea-php81-php-iconv ea-php81-php-imap ea-php81-php-mbstring ea-php81-php-mysqlnd ea-php81-php-pdo ea-php81-php-posix ea-php81-php-sockets ea-php81-php-xml ea-php81-runtime ea-php81-php-fpm ea-php81-php-zip ea-php80 ea-php80-php-bcmath ea-php80-php-calendar ea-php80-php-curl ea-php80-php-ftp ea-php80-php-gd ea-php80-php-iconv ea-php80-php-imap ea-php80-php-mbstring ea-php80-php-mysqlnd ea-php80-php-pdo ea-php80-php-posix ea-php80-php-sockets ea-php80-php-xml ea-php80-runtime ea-php80-php-fpm ea-php80-php-zip --enablerepo=powertools --enablerepo=epel�0	gg�	
e
�e
�1173:4cf71d35eee68b6caa5013e61cc6ee2982f17eca1185:07a94b8d1b7c9ea551fd6a86d2260a675b5012548--assumeyes --color=never --config /etc/yum.conf --setopt keepcache=1 install MariaDB-server MariaDB-client MariaDB-devel MariaDB-shared MariaDB-common --enablerepo=powertools --enablerepo=epel�$gg�w	
e
�e
�1167:56173073de3d73883fab0ed7147854d8e0fc9a831170:876eec3a89a70c2dc83c9d17bca349503494fb198--assumeyes --color=never --config /etc/yum.conf --setopt keepcache=1 install dnf-plugin-universal-hooks ea-cpanel-tools ea-profiles-cpanel --enablerepo=powertools --enablerepo=epel�_ee�q	
e
be
t516:223af743737960558b970b0fce76b3afa348c3c8585:6628f480553b363002c9c53be67ac9282b589cd38--assumeyes --color=never --config /etc/yum.conf --setopt keepcache=1 install aspell at bind bind-libs bind-utils binutils boost-program-options cmake-filesystem cpp gcc gd glibc-devel glibc-locale-source iptables kernel-headers libaio libicu libidn libjpeg-turbo libtiff libxslt libzip lsof mailx make nano net-tools nftables pam-devel patch python2 python2-docs python2-setuptools python2-tools python3-docs smartmontools sqlite unzip util-linux-user zip --enablerepo=powertools --enablerepo=epel�lee�	
e
/e
0474:6f39e77ce2b5f2b1285147c905018dfd12e02db9481:fc6e829f735d9bb9efea95833d0793d3b521f35e8-y install wget bzip2 gnupg2 xz yum nscd psmisc cracklib-dicts crontabs sysstat perl-Net-SSLeay python3 --enablerepo=powertools�Vee�_	
e
(e
(473:a1c8a081f9c621526dbd7013021d3e2531913d9d474:6f39e77ce2b5f2b1285147c905018dfd12e02db98-y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm --enablerepo=powertools�eeq	
e
%e
%470:158e824e0ab4ada8a78bb5367825af03b8827239473:a1c8a081f9c621526dbd7013021d3e2531913d9d8-y install network-scripts --enablerepo=powertools}ee/	
ebZebZ469:ad05e9884ad7d247673851b6d7755d967742518e470:158e824e0ab4ada8a78bb5367825af03b88272398install telnet -yyee'	
eb8eb:426:da062463b45d8ffb7fa8eb9ee00a065bd19797f2469:ad05e9884ad7d247673851b6d7755d967742518e8install mc -ywee!	
e_\e`420:1c3e3083068d680844430b8e736e8ab2ee0b5d3e426:da062463b45d8ffb7fa8eb9ee00a065bd19797f28�-y upgrade
b+�P
�
J	s���'?V6Lb�ggg�}	
f�Zf�[1942:536260141f364938e1c781e12ab1bf83f95d63581944:1ffceac0847343e8dc059c7becefe9bd38825a548--assumeyes --color=never --config /etc/yum.conf install cpanel-koality-plugin --enablerepo=powertools --enablerepo=epel�ggg�}	
f�Rf�R1941:8e5aa1f5427db2d6d09f152710cba2617f9c85f61942:536260141f364938e1c781e12ab1bf83f95d63588--assumeyes --color=never --config /etc/yum.conf install cpanel-banners-plugin --enablerepo=powertools --enablerepo=epel�gg�g	
f�Lf�M1941:e9d93b9f6f1fd60f5884f2867c5d0cbbe5514e501941:8e5aa1f5427db2d6d09f152710cba2617f9c85f68�update --assumeyes imunify-antivirus ai-bolit alt-php-internal alt-php-hyperscan app-version-detector imunify-common imunify-notifier imunify360-venv imunify-core imunify-ui�fgg�y	
f��f��1942:fa9f0705c281663edf0a9a43dbf301aee17e589a1941:e9d93b9f6f1fd60f5884f2867c5d0cbbe5514e508�--assumeyes --color=never --config /etc/yum.conf erase cpanel-banners-plugin --enablerepo=powertools --enablerepo=epel�egg�w	
f�Ff�O1937:3199b18d280863e19ad3e138dff9bc6f73a32d311937:efd5352e9b91f6be6acdec47afe5d76f701940478�update --assumeyes imunify-antivirus ai-bolit imunify-common imunify-notifier imunify360-venv imunify-core imunify-ui�dgg�u	
ee%1936:772ed9668b657eb6215de7c56603557e2412c0051937:3199b18d280863e19ad3e138dff9bc6f73a32d318�--assumeyes --color=never --config /etc/yum.conf install ImageMagick-devel --enablerepo=powertools --enablerepo=epel{gg'	
ee1935:ed78370b0a6046c2027178c552eeb49cd20f08c11936:772ed9668b657eb6215de7c56603557e2412c0058install redis�	ggC	
e>eB1871:b2ab228c3ce2138fd7f23f9aafd21cee158e813e1935:ed78370b0a6046c2027178c552eeb49cd20f08c18install ffmpeg ffmpeg-devel�Vgg�[	
e4e41870:70b16f417bbb592c16af6137d4a67c458f0cdbe71871:b2ab228c3ce2138fd7f23f9aafd21cee158e813e8install --nogpgcheck https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm -y�Pgg�O	
e0e01869:d33510e35665bc871b6494141c506187bfc4d11f1870:70b16f417bbb592c16af6137d4a67c458f0cdbe78install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm -y�-gg�		
e�e�1868:73ced9af4a35a08948ddaa661222b0080b9bd3fe1869:d33510e35665bc871b6494141c506187bfc4d11f8install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1�Tgg�W	
e�e�1867:91d7536dfc11e872274bb0520a193a6951af0b1b1868:73ced9af4a35a08948ddaa661222b0080b9bd3fe8install https://rpm.nodesource.com/pub_20.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -yzgg%	
e�e�1866:4c155fe0c754da55844dcb0d14edd3c6b32bacf31867:91d7536dfc11e872274bb0520a193a6951af0b1b8install htop�gg=	
e$e'1800:8f3edfd498ac6947f140a91ce323f296fbc249ba1866:4c155fe0c754da55844dcb0d14edd3c6b32bacf38�-y shell /tmp/7VP7xXqIl0�ggE	
e�e�1781:b953e5a1e91f5b2c7584bf60d0c6d04a10b1e5d31800:8f3edfd498ac6947f140a91ce323f296fbc249ba8�install -y wp-toolkit-cpanel�Jgg�A	
e�e�1511:853cfed0ac5c66ba77d5d6710553b435825a1d7d1781:b953e5a1e91f5b2c7584bf60d0c6d04a10b1e5d38�--assumeyes --color=never --config /etc/yum.conf install ImageMagick bind-devel bison boost-serialization dpkg e2fsprogs-devel expat-devel flex ftp gcc-c++ gd-devel gdbm-devel gettext-devel ghostscript giflib hunspell hunspell-en krb5-devel libX11-devel libXpm-devel libaio-devel libidn-devel libjpeg-turbo-devel libpng-devel libstdc++-devel libtiff-devel libtool libtool-ltdl libtool-ltdl-devel libwmf libxml2-devel libxslt-devel ncurses-devel openssl-devel pango perl-CPAN perl-Expect perl-ExtUtils-MakeMaker perl-IO-Tty perl-JSON-XS perl-Module-Build perl-Try-Tiny perl-YAML-Syck perl-core perl-devel perl-libwww-perl perl-local-lib python2-devel strace traceroute urw-fonts zlib-devel --enablerepo=powertools --enablerepo=epel�Rgg�Q	
e�e�1509:7dcea2d401181ea02a1584dc98dcbdb02cfe77241511:853cfed0ac5c66ba77d5d6710553b435825a1d7d8�install -y --disablerepo=imunify360-alt-php,imunify360-ea-php-hardened imunify-ui-antivirus-cpanel
_���O#���c7

�
�
�
k
E
���`/���k:
�
�
�
�
k
B
	�	�	�	h	F	���gE!���o=����^=���yR+���pK)���pO���[/���d;
�'�
'
libxslt-devel1.1.326.el8x86_64+�'!libxml2-devel2.9.716.el8_8.1x86_64&�%libxcb-devel1.13.11.el8x86_64&�
#
libwmf-lite0.2.98.el8_0x86_64!�		libwmf0.2.98.el8_0x86_64(�'libwebp-devel1.0.08.el8_7x86_64,�1libtool-ltdl-devel2.4.625.el8x86_64!�libtool2.4.625.el8x86_64)�'libtiff-devel4.0.928.el8_8x86_64!�libthai0.1.272.el8x86_64.�+#libstdc++-devel8.5.018.el8.almax86_64"�librsvg22.42.74.el8x86_64#�libpaper1.1.2422.el8x86_64!�libmcpp2.7.220.el8x86_64-�3�libjpeg-turbo-devel1.5.312.el8x86_64�~�libijs0.355.el8x86_64�}�libgs9.276.el8x86_64#�|!�libfontenc1.1.38.el8x86_64"�{�libdatrie0.2.97.el8x86_64#�z!�libXxf86vm1.1.49.el8x86_64%�y%�libXxf86misc1.0.41.el8x86_64�x�libXt1.1.512.el8x86_64"�w�libXrandr1.5.21.el8x86_64(�v%�libXpm-devel3.5.129.el8_7x86_64�u�libXmu1.1.31.el8x86_64$�t#�libXinerama1.1.41.el8x86_64�s�libXi1.7.101.el8x86_64"�r�libXfixes5.0.37.el8x86_64$�q!�libXdamage1.1.414.el8x86_64$�p!�libXcursor1.1.153.el8x86_64'�o'�libXcomposite0.4.414.el8x86_64!�n�libXaw1.0.1310.el8x86_64%�m%�libXau-devel1.0.93.el8x86_64#�l!�libX11-xcb1.6.85.el8x86_64%�k%�libX11-devel1.6.85.el8x86_64�j�libSM1.2.31.el8x86_64 �i�libICE1.0.915.el8x86_64�h�lcms22.92.el8x86_64&�g%�json-c-devel0.13.13.el8x86_64%�f'�jbig2dec-libs0.161.el8x86_64%�e#�jasper-libs2.0.145.el8x86_64!�d�ilmbase2.2.013.el8x86_64/�c)%�hunspell-en-US0.20140811.112.el8noarch/�b)%�hunspell-en-GB0.20140811.112.el8noarch,�a#%�hunspell-en0.20140811.112.el8noarch!�`�hunspell1.6.21.el8x86_64*�_1�hicolor-icon-theme0.172.el8noarch!�^�harfbuzz1.7.53.el8x86_64�]�gtk22.24.325.el8x86_641�\7�gtk-update-icon-cache3.22.3011.el8x86_64#�[�graphviz2.40.144.el8x86_64$�Z�graphite21.3.1010.el8x86_644�Y;�google-droid-sans-fonts2012071513.el8noarch$�X)�go-srpm-macros217.el8noarch�W�giflib5.1.43.el8x86_64#�V#�ghostscript9.276.el8x86_64(�U+�ghc-srpm-macros1.4.27.el8noarch.�T3�gdk-pixbuf2-modules2.36.125.el8x86_64!�S�gd-devel2.2.57.el8x86_641�R1#�gcc-plugin-annobin8.5.018.el8.almax86_64&�Q#�gcc-c++8.5.018.el8.almax86_64�P�ftp0.1778.el8x86_64$�O#�fstrm-devel0.6.13.el8x86_64 �N�fribidi1.0.49.el8x86_64�M�flex2.6.19.el8x86_64$�L+�efi-srpm-macros33.el8noarch�K�dwz0.1210.el8x86_64.�J3�boost-serialization1.66.013.el8x86_64�I�bison3.0.410.el8x86_64/�H+�bind-lite-devel 9.11.368.el8_8.1x86_64*�G!�bind-devel 9.11.368.el8_8.1x86_64�F�atk2.28.11.el8x86_64 �E�annobin10.941.el8x86_64.�D1�adobe-mappings-pdf201804071.el8noarch:�CI�adobe-mappings-cmap-deprecated201712053.el8noarch/�B3�adobe-mappings-cmap201712053.el8noarch&�A%�OpenEXR-libs2.2.012.el8x86_64 �@�LibRaw0.19.53.el8x86_64'�?!�zlib-devel1.2.1121.el8_7x86_64#�>�xz-devel5.2.44.el8_6x86_64$�=!�traceroute2.1.06.el8x86_64�<�strace5.182.el8x86_64+�;/�python3-pyparsing2.1.107.el8noarch&�:)�perl-Text-Diff1.452.el8noarch*�9%	#�perl-IO-Zlib1.10422.el8.0.1noarch)�8-�perl-IO-Compress2.0811.el8noarch/�79�perl-Compress-Raw-Zlib2.0811.el8x86_640�6;�perl-Compress-Raw-Bzip22.0811.el8x86_64(�5-�perl-Archive-Tar2.301.el8noarch-�43�perl-Algorithm-Diff1.19039.el8noarch)�3'	�openssl-devel1.1.1k9.el8_7x86_64-�2')�ncurses-devel6.19.20180224.el8x86_640�1-)�ncurses-c++-libs6.19.20180224.el8x86_64!�0�mailcap2.1.483.el8noarch'�/)�libverto-devel0.3.22.el8x86_64
���������������������~xrlf`ZTNHB<60*$���������������������|vpjd^XRLF@:4.("

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
z
t
n
h
b
\
V
P
J
D
>
8
2
,
&
 




����������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	x	p	h	`	X	P	H	@	8	0	(	 				����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xp�~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



		����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



				
�e@����������������xph`XPH@80( ����������������xph	�	�	�	�	x	p	h	`	X	P	H	@	8	0	(	 				����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@����������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	�	�	�	�	�`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



������~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



		���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
������������������������~xrlf`ZTNHB<60*$���������������������|vpjd^XRLF@:4.("

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
z
t
n
h
b
\
V
P
J
D
>
8
2
,
&
 




����������������xph`XPH@80( �����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	x	p	h	`	X�	P�	H	@	8	0	(	 				������������x�p�h�`�X�P�H�@�8x0p(h `XPH@�8�0�(� ��������������������x�p�h�`�X�P�H�@�8x0p(h `XPH@�8�0�(� ��������������������x�p��������xph`XPH@80( ���������P?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'~&|%z$x@������#B"@!> <864.�,*(&$" 


	���XAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



		����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



				
	�fh	���������������xph`XPH@80( 
�
�
�
�
�
�
�
P
�
�
�
�
�
�
�
�
�
x
p
h
`80(	������������������xph`XPH@8�0�(� ����
�
��
��
�
�
�
X
�
�@
�
�x
�p
�h
�8
�P
�`
�X
x
p
h
`
X
P
H
@
8
0
(
 



�������	�	�	�	�	�	�	�	�	x	p	h	`	X	P	H	@	8	0	(	 				����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph0( �
P
H
@
8
0
(
 



	�	�	�	�	�	�H ���������������xph`XPH@`XPH@	�(zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



		����������������������������������������������������������������������������������������������������������������������������������������������������������������BBkk��Z|�ggffeeddccbbaa``__^^]]\\[[ZZYkYYXXWWVVUUTTSSRRQQPPOONNM�MML�LLK�KKJ�JJI�IIH�HHG�GGF�FFE�EED�DDC�CCB�H����~~}}||{{���m�j�h�f�d�b�`�^�\�Z�X�V�T�R�P�N�����������������������������������������������������������������������������������������������L��J~~}}||{{zzyyxxwwvvuuttssrHrrqqppoonFnnmDmmll@jjiihh�Hx+p
�Y�������������������������zupkfa\WRMHC>94/*% ��������������������������{vqlgb]XSNID?:50+&!

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�

x
q
j
c
\
U
N
G
@
9
2
+
$




������������������|ung`YRKD=6/(!�������������������yrkd]VOHA:3,%	
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
}
v
o
h
a
Z
S
L
E
>
7
0
)
"



	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	z	s	l	e	^	W	P	I	B	;	4	-	&				
	������������������~wpib[TMF?81*#������������������{tmf_XQJC<5.' ������������������xqjc\UNG@92+$������������������|ung`YRKD=6/(!�������������������yrkd]VOHA:3,%	���������������������������
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�

~
}
|
{
z
y
x
w
v
u
t
s
r
q
p
o
n
m
l
k
j
i
h
g
f
e
d
c
b
a
`
_
^
]
\
[ZY
X
W
V
U
T
S
R
Q
P
O
N
M
L
K
J
I
H
G
F
E
D
C
B
A
@
?
>
=
<
;
:
9
8
7
6
5
4
3
2
1
0
/
.
-
,
+
*
)
(
'
&
%
$
#
"
!
 
























	




					�	�	�	�	�	�	�	�������������������������������������������������������������������������������������������������������������������������~}|{zy	x	w	v	u	t	s	r	q	p	o	n	m	l	k	j	i	h	g	f	e	d	c	b	a	`	_	^	]	\	[	Z	Y	X	W	V	U	T	S	R	Q	P	O	N	M	L	K	J	I	H	G	F	E	D	C	B	A	@	?	>	=	<	;	:	9	8	7	6	5	4	3	2	1	0	/	.	-	,	+	*	)	(	'	&	%	$	#	"	!	 																			
			
											
��������������������{tmf_XQJC<5.' ������������������xq	�	�	�	�	�	�	�	�	�	�	�	~	w	p	i	b	[	T	M	F	?	8	1	*	#					������������������{tmf_XQJC<5.' ������������������xqjc\UNG@92+$������������������|ung`YRKD=6/(!�������������������yrkd]VOHA:3,%	������������������}vohaZSLE>70)"
������������������������������yrkd]VOHA:3,%	������������������}vohaZSLE>70)"

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
z
s
l
e
^
W
P
I
B
;
4
-
&





	�	�	�	�	�	�	��jc\UNG@92+$
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
|
u
n
g
`
Y
R
K
D
=
6
/
(
!



����������������������������������������������������������������������������~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"! 

	�����������������������������6543210/.-,+*)('&%$#"! 

	�����������������������������������������������������������8��������������������������������������������������������7
OE��oD!���zL
�
�
�
\
'���b<���p-
�
�
f
#	�	�	�	e	%���f@���T*���n@	���U"���V#��c7���o���e6��0*�)+perl-Pod-Parser1.63396.el8noarch].'#perl-Pod-Html1.22.02422.el8.0.1noarch\*-	perl-Pod-Escapes1.07395.el8noarch�+-perl-Pod-Checker1.73395.el8noarch[5Cperl-PerlIO-via-QuotedPrint0.08395.el8noarchZ+-perl-Perl-OSType1.010396.el8noarchY&)perl-PathTools3.741.el8x86_64�)+perl-Digest-MD52.55396.el8x86_64�)-perl-Params-Util1.0722.el8x86_64X+/	perl-Params-Check0.38395.el8noarchW09perl-Package-Generator1.10611.el8noarchV@+Iperl-Net-SSLeay1.882.module_el8.6.0+2811+fe6c84b0x86_64�+'#perl-Net-Ping2.55422.el8.0.1noarchU>'Iperl-Net-HTTP6.172.module_el8.5.0+2812+ed912d05noarchT;Kperl-NTLM1.0917.module_el8.5.0+2812+ed912d05noarchSD+Iperl-Mozilla-CA201601047.module_el8.5.0+2812+ed912d05noarch�25perl-Module-Metadata1.000033395.el8noarchR01	#perl-Module-Loaded0.08422.el8.0.1noarchQ6Eperl-Module-Load-Conditional0.68395.el8noarchP*-	perl-Module-Load0.32395.el8noarchO8A	!perl-Module-CoreList-tools5.201811301.el8noarchN25	!perl-Module-CoreList5.201811301.el8noarchM-/perl-Module-Build0.42.245.el8noarchL*%#perl-Memoize1.03422.el8.0.1noarchK//#perl-Math-Complex1.59422.el8.0.1noarch�*-perl-Math-BigRat0.26141.el8noarchJ6?perl-Math-BigInt-FastCalc0.500.6006.el8x86_64I--	perl-Math-BigInt1.9998.117.el8noarch�'+perl-MRO-Compat0.134.el8noarchH*-perl-MIME-Base643.15396.el8x86_64�9C	#perl-Locale-Maketext-Simple0.21422.el8.0.1noarchG.5perl-Locale-Maketext1.28396.el8noarchF)/perl-Locale-Codes3.571.el8noarchEE3Kperl-LWP-MediaTypes6.0215.module_el8.5.0+2812+ed912d05noarchD$%	perl-JSON-XS3.043.el8x86_64�(%	perl-JSON-PP2.97.0013.el8noarchC/9perl-IPC-System-Simple1.2517.el8noarchB''perl-IPC-SysV2.07397.el8x86_64A%%perl-IPC-Cmd1.021.el8noarch@*%	#perl-IO-Zlib1.10422.el8.0.1noarch�$#perl-IO-Tty1.1211.el8x86_64�D1Iperl-IO-Socket-SSL2.0664.module_el8.6.0+2811+fe6c84b0noarch�)/perl-IO-Socket-IP0.395.el8noarch�?%Kperl-IO-HTML1.00111.module_el8.5.0+2812+ed912d05noarch?)-perl-IO-Compress2.0811.el8noarch�%#perl-IO1.38422.el8.0.1x86_64�')perl-HTTP-Tiny0.0741.el8noarch�E3Kperl-HTTP-Negotiate6.0119.module_el8.5.0+2812+ed912d05noarch>B/Iperl-HTTP-Message6.181.module_el8.5.0+2812+ed912d05noarch=@)Kperl-HTTP-Date6.0219.module_el8.5.0+2812+ed912d05noarch<B/Iperl-HTTP-Cookies6.042.module_el8.5.0+2812+ed912d05noarch;B-Kperl-HTML-Tagset3.2034.module_el8.5.0+2812+ed912d05noarch:B-Kperl-HTML-Parser3.7215.module_el8.5.0+2812+ed912d05x86_649(-	perl-Getopt-Long2.504.el8noarch�*1perl-Filter-Simple0.942.el8noarch8$#perl-Filter1.582.el8x86_647'+perl-File-Which1.222.el8noarch6*)perl-File-Temp0.230.6001.el8noarch%)perl-File-Path2.152.el8noarch~C/Kperl-File-Listing6.0417.module_el8.5.0+2812+ed912d05noarch5*/perl-File-HomeDir1.0024.el8noarch4'+perl-File-Fetch0.562.el8noarch3-7	perl-ExtUtils-ParseXS3.352.el8noarch249#perl-ExtUtils-Miniperl1.06422.el8.0.1noarch109perl-ExtUtils-Manifest1.70395.el8noarch0/;	perl-ExtUtils-MakeMaker7.341.el8noarch/.9	perl-ExtUtils-MM-Utils7.341.el8noarch.-7perl-ExtUtils-Install2.144.el8noarch-13#perl-ExtUtils-Embed1.34422.el8.0.1noarch,-7	perl-ExtUtils-Command7.341.el8noarch+29	perl-ExtUtils-CBuilder0.2802302.el8noarch*&'perl-Exporter5.72396.el8noarch}$#perl-Expect1.3510.el8noarch�'!#perl-Errno1.28422.el8.0.1x86_64|"perl-Env1.04395.el8noarch)*/perl-Encode-devel2.973.el8x86_64(D1Kperl-Encode-Locale1.0510.module_el8.5.0+2812+ed912d05noarch'##perl-Encode2.973.el8x86_64{'+	perl-Digest-SHA6.021.el8x86_64&
����������xiZK;,���������rbSD5&
�
�
�
�
�
�
�
�
~
o
`
Q
B
3
$

��������p`QB3$��������paRC4%
�
�
�
�
�
�
�
�

p
a
R
C
4
%

	�	�	�	�	�	�	�	�	�	q	b	R	C	4	%		��������o`QB3#��������}n^O@1"��������|m^O@1"��������whXJ;,
���������whYJ;+��������{k[K;+��������{k[K;+��
�^		�
�]		�
�\		�
�[		�
�Z		�
�Y		�
�X		�
�W		�
�V		�
�U		�
�T		�
�S		�
�R		�
�Q		�
�P		�
�O		�
�N		�
�M		�
�L		�
�K		�
�J		�
�I		�
�H		�
�G		�
�F		�
�E		�
�D		�
�C		�
�B		�
�A		�
�@		�
�?		�
�>		�
�=		�
�<		�
�;		�
�:		��9			��8			��7			��6			��5			��4			��3			��2			��1			��0			��/			��.			��-			��,			��+			�
�*		��)			��(			��'				�
�&		��%			�
�$		��#			�
�"		��!			�

� 		�
�			�

�		�

�		�

�		�
�			��			��			��			��			��			��			��			��			��			��			��			�
�		��			��
			��			��			��
			��				��			��			��			��			�
�		��			��			��			��			��			�~			~�}			}�|			|�{			{�z			z�y			y
�x		x
�w		w�v			v�u			u�t			t�s			s
�r		r�q			q�p			p�o			o�n			n
�m		m�l			l�k			k�j			j�i			i�h			h�g			g�f			f�e			e�d			d
�c		c�b			b�a			a�`			`�_			_�^			^�]			]�\			\�[			[�Z			Z�Y			Y�X			X�W			W�V			V�U			U�T			T�S			S�R			R�Q			Q�P			P�O			O�N			N�M			M
�L		L�K			K�J			J�I			I�H			H�G			G�F			F�E			E�D			D�C			C�B			B�A			A�@			@�?			?�>			>�=			=�<			<�;			;�:			:�9			9�8			8�7			7�6			6�5			5�4			4�3			3�2			2�1			1�0			0
�/		/�.			.�-			-�,			,�+			+�*			*�)			)�(			(�'			'�&			&�%			%�$			$�#			#�"			"�!			!� 			 �			�			�			�			�			�			�			�			
�		�			�			�			
�		
�		�			�			�			�			
�
		

�		�			�
			

�				�			
�		
�		
�		�			
�		�			�			�			
�		��~			��}			��|			��{			��z			��y			��x			��w			�
�v		��u			��t			��s			�
M����eC���k<
�
�
w
O

���T���=
�
�
�
R
"	�	�	�	U	%���^7
��;��k)��z2��o6	��w<��n0���`4�5�ZCZperl-PerlIO-via-QuotedPrint0.08395.el8noarch+�Y-Yperl-Perl-OSType1.010396.el8noarch)�X-Xperl-Params-Util1.0722.el8x86_64+�W/	Wperl-Params-Check0.38395.el8noarch0�V9Vperl-Package-Generator1.10611.el8noarch+�U'#Uperl-Net-Ping2.55422.el8.0.1noarch>�T'ITperl-Net-HTTP6.172.module_el8.5.0+2812+ed912d05noarch;�SKSperl-NTLM1.0917.module_el8.5.0+2812+ed912d05noarch2�R5Rperl-Module-Metadata1.000033395.el8noarch0�Q1	#Qperl-Module-Loaded0.08422.el8.0.1noarch6�PEPperl-Module-Load-Conditional0.68395.el8noarch*�O-	Operl-Module-Load0.32395.el8noarch8�NA	!Nperl-Module-CoreList-tools5.201811301.el8noarch2�M5	!Mperl-Module-CoreList5.201811301.el8noarch-�L/Lperl-Module-Build0.42.245.el8noarch*�K%#Kperl-Memoize1.03422.el8.0.1noarch*�J-Jperl-Math-BigRat0.26141.el8noarch6�I?Iperl-Math-BigInt-FastCalc0.500.6006.el8x86_64'�H+Hperl-MRO-Compat0.134.el8noarch9�GC	#Gperl-Locale-Maketext-Simple0.21422.el8.0.1noarch.�F5Fperl-Locale-Maketext1.28396.el8noarch)�E/Eperl-Locale-Codes3.571.el8noarchE�D3KDperl-LWP-MediaTypes6.0215.module_el8.5.0+2812+ed912d05noarch(�C%	Cperl-JSON-PP2.97.0013.el8noarch/�B9Bperl-IPC-System-Simple1.2517.el8noarch'�A'Aperl-IPC-SysV2.07397.el8x86_64%�@%@perl-IPC-Cmd1.021.el8noarch?�?%K?perl-IO-HTML1.00111.module_el8.5.0+2812+ed912d05noarchE�>3K>perl-HTTP-Negotiate6.0119.module_el8.5.0+2812+ed912d05noarchB�=/I=perl-HTTP-Message6.181.module_el8.5.0+2812+ed912d05noarch@�<)K<perl-HTTP-Date6.0219.module_el8.5.0+2812+ed912d05noarchB�;/I;perl-HTTP-Cookies6.042.module_el8.5.0+2812+ed912d05noarchB�:-K:perl-HTML-Tagset3.2034.module_el8.5.0+2812+ed912d05noarchB�9-K9perl-HTML-Parser3.7215.module_el8.5.0+2812+ed912d05x86_64*�818perl-Filter-Simple0.942.el8noarch$�7#7perl-Filter1.582.el8x86_64'�6+6perl-File-Which1.222.el8noarchC�5/K5perl-File-Listing6.0417.module_el8.5.0+2812+ed912d05noarch*�4/4perl-File-HomeDir1.0024.el8noarch'�3+3perl-File-Fetch0.562.el8noarch-�27	2perl-ExtUtils-ParseXS3.352.el8noarch4�19#1perl-ExtUtils-Miniperl1.06422.el8.0.1noarch0�090perl-ExtUtils-Manifest1.70395.el8noarch/�/;	/perl-ExtUtils-MakeMaker7.341.el8noarch.�.9	.perl-ExtUtils-MM-Utils7.341.el8noarch-�-7-perl-ExtUtils-Install2.144.el8noarch1�,3#,perl-ExtUtils-Embed1.34422.el8.0.1noarch-�+7	+perl-ExtUtils-Command7.341.el8noarch2�*9	*perl-ExtUtils-CBuilder0.2802302.el8noarch"�))perl-Env1.04395.el8noarch*�(/(perl-Encode-devel2.973.el8x86_64D�'1K'perl-Encode-Locale1.0510.module_el8.5.0+2812+ed912d05noarch'�&+	&perl-Digest-SHA6.021.el8x86_64B�%-K%perl-Digest-HMAC1.0317.module_el8.5.0+2812+ed912d05noarch'�$+$perl-Devel-Size0.812.el8x86_644�#9##perl-Devel-SelfStubber1.06422.el8.0.1noarch-�"+#"perl-Devel-Peek1.26422.el8.0.1x86_64)�!/!perl-Devel-PPPort3.365.el8x86_64-� / perl-Data-Section0.2000073.el8noarch*�/perl-Data-OptList0.1106.el8noarch?�)Iperl-Data-Dump1.237.module_el8.5.0+2812+ed912d05noarch%�%perl-DB_File1.8421.el8x86_64*�1perl-Config-Perl-V0.301.el8noarch+�3perl-Compress-Bzip22.266.el8x86_64.�3perl-CPAN-Meta-YAML0.018397.el8noarch6�Cperl-CPAN-Meta-Requirements2.140396.el8noarch,�)perl-CPAN-Meta2.150010396.el8noarch#�perl-CPAN2.18397.el8noarch$�%perl-B-Debug1.262.el8noarch5�;#perl-Attribute-Handlers0.99422.el8.0.1noarch(�-perl-Archive-Zip1.603.el8noarch%�#perl5.26.3422.el8.0.1x86_64�pango1.42.48.el8x86_64"�openjpeg22.4.05.el8x86_64)�5openblas-srpm-macros22.el8noarch&�/ocaml-srpm-macros54.el8noarch�mcpp2.7.220.el8x86_64
+�������������������������~ytoje`[VQLGB=83.)$�������������������������zupkfa\WRMHC>94/*% 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�

y
s
m
g
a
[
U
O
I
C
=
7
1
+
%






���������������������}wqke_YSMGA;5/)#����������������������{uoic]WQKE?93-'!	
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�

y
s
m
g
a
[
U
O
I
C
=
7
1
+
%





	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	}	w	q	k	e	_	Y	S	M	G	A	;	5	/	)	#					����������������������{uoic]WQKE?93-'!	���������������������ysmga[UOIC=71+%
���������������������}wqke_YSMGA;5/)#����������������������{uoic]WQKE?93-'!	���������������������ysmga[UOIC=71+��
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	���������~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"! 

	
����������������������|vpjd^XRLF@:4.("
����������������������ztnhb\VPJD>82,& 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
~
x
r
l
f
`
Z
T
N
H
B
<
6
0
*
$





���������������������|vpjd^XRLF@:4.("
����������������������ztnhb\VPJD>82,& 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
~
x
r
l
f
`
Z
T
N
H
B
<
6
0
*
$





	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	|	v	p	j	d	^	X	R	L	F	@	:	4	.	(	"				
	����������������������ztnhb\VPJD>82,& ���������������������~xrlf`ZTNHB<60*$���������������������|vpjd^XRLF@:4.("
����������������������ztnhb\VPJD>82,& ���������������������~xrlf`ZTNHB<60*$�
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �����������������
�����xbL6 �������wkYH���~qfUL8(�������kZN=*
�
�
�
�
�
�
�
x
k
V
A
1
!
�������v^TF5!
�����v_H1
�
�
�
�
�
y
b
K
4

	�	�	�	�	�	|	e	N	7	 �������w	�����94����tbP>,�������xfTB0�������|j��M��eT>(�������gF%����_/imunify-antivirused1ea-php82-php-posix<%imunify-core)imunify-common�%imunify-core
/imunify-antivirus	%imunify-core_5ea-php82-php-sockets�)imunify-common%imunify-core�%imunify-core:/imunify-antivirus9%imunify-core6/imunify-antivirus5/imunify-antivirus/%imunify-core+)imunify-common*/imunify-antivirus)%imunify-core$/imunify-antivirus#)imunify-common #ffmpeg-libs:%ffmpeg-devel9ffmpeg8#expat-devel�%epel-release�%epel-release�3environment-modulesN-emacs-filesystem�+efi-srpm-macros�1ea-profiles-cpanelA1ea-profiles-cpanel�-ea-php82-runtime@-ea-php82-runtime�-ea-php82-php-zip?-ea-php82-php-zip�-ea-php82-php-xml>-ea-php82-php-xml�5ea-php82-php-sockets=!imunify-uic!imunify-ui^!imunify-uiT!imunify-ui�+imunify-release�+imunify-release�-imunify-notifieru-imunify-notifier�-imunify-notifier�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core�%imunify-core}%imunify-corey%imunify-coret%imunify-corep%imunify-coren%imunify-corei%imunify-coref%imunify-coreX%imunify-coreR%imunify-coreP%imunify-coreN%imunify-core�%imunify-core�%imunify-corer%imunify-corek%imunify-coreg%imunify-coreb%imunify-coreS%imunify-core�)imunify-common�)imunify-common�)imunify-common�)imunify-commonR)imunify-common�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antivirus�/imunify-antiviruso/imunify-antivirush/imunify-antiviruse/imunify-antivirusc/imunify-antivirusb/imunify-antivirus`/imunify-antivirusW/imunify-antivirusQ/imunify-antivirusM/imunify-antivirusG/imunify-antivirus�/imunify-antivirusn/imunify-antivirusj/imunify-antivirusf/imunify-antivirusa/imunify-antivirusQ/imunify-antivirus�ilmbase�)hunspell-en-US�)hunspell-en-GB�#hunspell-en�
hunspell�	htop�1hicolor-icon-theme�
harfbuzz�	gtk2�7gtk-update-icon-cache�gsm3grub2-tools-minimal*3grub2-tools-minimal)/grub2-tools-extra(/grub2-tools-extra'+	grub2-tools-efi#grub2-tools&#grub2-tools%-grub2-pc-modules$-grub2-pc-modules#grub2-pc"grub2-pc!%grub2-common %grub2-common
graphviz�graphite2�
gpm-libs�;google-droid-sans-fonts�)go-srpm-macros�
glibmm243glibc-locale-source�'glibc-headers�#glibc-devel�giflib�#ghostscript�+ghc-srpm-macros�'gettext-devel�5gettext-common-devel�3gdk-pixbuf2-modules�!gdbm-devel�
gd-devel�gd�1gcc-plugin-annobin�gcc-c++�gcc�
galera-4�!fuse3-libs�)fuse-overlayfs�ftp�#fstrm-devel�
fstrm�fribidi�)freetype-devel�-fontconfig-devel�	flex�flac-libs/imunify-antivirus/imunify-antivirus
�I��o?
�
�
�
g
<
���kA���j7
�
�
�
`
 	�	�	�	e	4���|Q)����O+���c6���pK����Z,��|>���d���;�(k�7pFE7plesk-libboost-date-time1.841.84.00redhat.8.240314.1318x86_64���NQ7plesk-libboost-program-options1.741.74.0.11centos.8.211202.1439x86_64�GG7plesk-libboost-filesystem1.821.82.00redhat.8.230523.0935x86_64xIG7plesk-libboost-filesystem1.741.74.0.11centos.8.211202.1439x86_64�FE7plesk-libboost-date-time1.821.82.00redhat.8.230523.0935x86_64wHE7plesk-libboost-date-time1.741.74.0.11centos.8.211202.1439x86_64�=37plesk-libboost-1.841.84.00redhat.8.240314.1318x86_64�=37plesk-libboost-1.821.82.00redhat.8.230523.0935x86_64v?37plesk-libboost-1.741.74.0.11centos.8.211202.1439x86_64�1++platform-python3.6.851.el8_8.1.almax86_64Q-+#platform-python3.6.851.el8.almax86_64R+1pkgconf-pkg-config1.4.21.el8x86_64�#!pkgconf-m41.4.21.el8noarch� pkgconf1.4.21.el8x86_64�(%perl-version0.99.241.el8x86_64}*!#perl-utils5.26.3422.el8.0.1noarch|+3perl-threads-shared1.582.el8x86_64�$%	perl-threads2.212.el8x86_64�&-perl-srpm-macros125.el8noarch{&)perl-podlators4.111.el8noarch�*%!perl-perlfaq5.201806051.el8noarchz$#	perl-parent0.2371.el8noarch�'#perl-open1.11422.el8.0.1noarchy,##perl-macros5.26.3422.el8.0.1x86_64�*)perl-local-lib2.0000242.el8noarchxA-Iperl-libwww-perl6.341.module_el8.5.0+2812+ed912d05noarchw*#perl-libs5.26.3422.el8.0.1x86_64�/)#perl-libnetcfg5.26.3422.el8.0.1noarchv##perl-libnet3.113.el8noarch�1-#perl-interpreter5.26.3422.el8.0.1x86_64�)+perl-inc-latest0.5009.el8noarchu*/perl-experimental0.0192.el8noarcht&'perl-encoding2.223.el8x86_64s+!#perl-devel5.26.3422.el8.0.1x86_64r''perl-constant1.33396.el8noarch�*/perl-common-sense3.7.48.el8x86_64�##perl-bignum0.492.el8noarchq&%perl-autodie2.29396.el8noarchp&)perl-YAML-Syck1.305.el8x86_64�E3Kperl-WWW-RobotRules6.0218.module_el8.5.0+2812+ed912d05noarcho09perl-Unicode-Normalize1.25396.el8x86_64�,5perl-Unicode-Collate1.252.el8x86_64n perl-URI1.733.el8noarch�-7perl-Types-Serialiser1.012.el8noarch�>'Iperl-Try-Tiny0.307.module_el8.5.0+2812+ed912d05noarchm?'	Kperl-TimeDate2.3015.module_el8.5.0+2812+ed912d05noarchl-+#perl-Time-Piece1.31422.el8.0.1x86_64k(+	perl-Time-Local1.2801.el8noarch�*+perl-Time-HiRes1.97582.el8x86_64j)/perl-Thread-Queue3.131.el8noarchV*1perl-Text-Template1.511.el8noarchi23perl-Text-Tabs+Wrap2013.0523395.el8noarch�.5perl-Text-ParseWords3.30395.el8noarch�&)perl-Text-Glob0.114.el8noarchh&)perl-Text-Diff1.452.el8noarch�,1perl-Text-Balanced2.03395.el8noarchg,-	perl-Test-Simple1.3021351.el8noarchf)/	perl-Test-Harness3.421.el8noarche'#perl-Test1.30422.el8.0.1noarchd(-perl-TermReadKey2.377.el8x86_64c''perl-Term-Cap1.17395.el8noarch�-3perl-Term-ANSIColor4.06396.el8noarch�)+perl-Sys-Syslog0.35397.el8x86_64b*-perl-Sub-Install0.92814.el8noarcha+/perl-Sub-Exporter0.98715.el8noarch`%'	perl-Storable3.113.el8x86_64�17perl-Software-License0.1030132.el8noarch_%#perl-Socket2.0273.el8x86_64�-+#perl-SelfLoader1.23422.el8.0.1noarch^/9perl-Scalar-List-Utils1.492.el8x86_64�))perl-Pod-Usage1.69395.el8noarch�)+	perl-Pod-Simple3.35395.el8noarch��GG7plesk-libboost-filesystem1.841.84.00redhat.8.240314.1318x86_64�
Q���uE���_5	
�
�
�
U
(��uF����X+
�
�
�
\
2
	�	�	�	_	0	���6���m=��{B��e(��s>��uN'��zO����oG�0�+7�libaps1.0.101centos.8.220111.1225x86_64)�*/�wp-toolkit-cpanel6.2.47368x86_64%�)#�libc-client2007f24.el8x86_64�(�libpq13.51.el8x86_64"�'�xmlrpc-c1.51.08.el8x86_64$�&#�perl-Expect1.3510.el8noarch �%�libraqm0.7.04.el8x86_64�$�dpkg1.20.94.el8x86_64-�#-�ImageMagick-libs6.9.12.931.el8x86_64(�"#�ImageMagick6.9.12.931.el8x86_64*�!/�perl-common-sense3.7.48.el8x86_64&� )�perl-YAML-Syck1.305.el8x86_64-�7�perl-Types-Serialiser1.012.el8noarch$�%	�perl-JSON-XS3.043.el8x86_64$�#�perl-IO-Tty1.1211.el8x86_64$�%�libidn-devel1.345.el8x86_64-�7�xorg-x11-server-utils7.727.el8x86_64.�5�xorg-x11-proto-devel2020.13.el8noarch7�K�xorg-x11-fonts-ISO8859-1-100dpi7.519.el8noarch+�3	�xorg-x11-font-utils7.541.el8x86_642�7�urw-base35-z003-fonts2017080110.el8noarchA�U�urw-base35-standard-symbols-ps-fonts2017080110.el8noarch2�7�urw-base35-p052-fonts2017080110.el8noarch9�E�urw-base35-nimbus-sans-fonts2017080110.el8noarch:�G�urw-base35-nimbus-roman-fonts2017080110.el8noarch<�K�urw-base35-nimbus-mono-ps-fonts2017080110.el8noarch4�;�urw-base35-gothic-fonts2017080110.el8noarch4�;�urw-base35-fonts-common2017080110.el8noarch-�-�urw-base35-fonts2017080110.el8noarch6�?�urw-base35-d050000l-fonts2017080110.el8noarch2�
7�urw-base35-c059-fonts2017080110.el8noarch5�=�urw-base35-bookman-fonts2017080110.el8noarch*�3�systemtap-sdt-devel4.82.el8x86_64%�
-�rust-srpm-macros52.el8noarch-�	/!�redhat-rpm-config1311.el8.almanoarch)�+�qt5-srpm-macros5.15.31.el8noarch(�1�python3-rpm-macros345.el8noarch+�9�python3-rpm-generators58.el8noarchA�1K�python2-rpm-macros338.module_el8.6.0+2781+fed64c13noarchH�'Y�python2-devel2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64(�1�python-srpm-macros345.el8noarch'�/�python-rpm-macros345.el8noarch+�/�protobuf-compiler3.5.015.el8x86_64)�-�protobuf-c-devel1.3.06.el8x86_64,�3protobuf-c-compiler1.3.06.el8x86_64"�~~protobuf3.5.015.el8x86_64(�}%}perl-version0.99.241.el8x86_64*�|!#|perl-utils5.26.3422.el8.0.1noarch&�{-{perl-srpm-macros125.el8noarch*�z%!zperl-perlfaq5.201806051.el8noarch'�y#yperl-open1.11422.el8.0.1noarch*�x)xperl-local-lib2.0000242.el8noarchA�w-Iwperl-libwww-perl6.341.module_el8.5.0+2812+ed912d05noarch/�v)#vperl-libnetcfg5.26.3422.el8.0.1noarch)�u+uperl-inc-latest0.5009.el8noarch*�t/tperl-experimental0.0192.el8noarch&�s'sperl-encoding2.223.el8x86_64+�r!#rperl-devel5.26.3422.el8.0.1x86_64#�q#qperl-bignum0.492.el8noarch&�p%pperl-autodie2.29396.el8noarchE�o3Koperl-WWW-RobotRules6.0218.module_el8.5.0+2812+ed912d05noarch,�n5nperl-Unicode-Collate1.252.el8x86_64>�m'Imperl-Try-Tiny0.307.module_el8.5.0+2812+ed912d05noarch?�l'	Klperl-TimeDate2.3015.module_el8.5.0+2812+ed912d05noarch-�k+#kperl-Time-Piece1.31422.el8.0.1x86_64*�j+jperl-Time-HiRes1.97582.el8x86_64*�i1iperl-Text-Template1.511.el8noarch&�h)hperl-Text-Glob0.114.el8noarch,�g1gperl-Text-Balanced2.03395.el8noarch,�f-	fperl-Test-Simple1.3021351.el8noarch)�e/	eperl-Test-Harness3.421.el8noarch'�d#dperl-Test1.30422.el8.0.1noarch(�c-cperl-TermReadKey2.377.el8x86_64)�b+bperl-Sys-Syslog0.35397.el8x86_64*�a-aperl-Sub-Install0.92814.el8noarch+�`/`perl-Sub-Exporter0.98715.el8noarch1�_7_perl-Software-License0.1030132.el8noarch-�^+#^perl-SelfLoader1.23422.el8.0.1noarch)�]+]perl-Pod-Parser1.63396.el8noarch.�\'#\perl-Pod-Html1.22.02422.el8.0.1noarch+�[-[perl-Pod-Checker1.73395.el8noarch
E��s'��@
�
�
q
/��}G���O!
�
�
�
M
	�	�	r	8	��c-��}B	��d+���W��x=��h/���Y$���P��7�p9%�ea-php82-php-litespeed8.2.101.1.2.cpanelx86_642�o/%�ea-php82-php-imap8.2.101.1.2.cpanelx86_643�n1%�ea-php82-php-iconv8.2.101.1.2.cpanelx86_640�m+%�ea-php82-php-gd8.2.101.1.2.cpanelx86_641�l-%�ea-php82-php-ftp8.2.101.1.2.cpanelx86_641�k-%�ea-php82-php-fpm8.2.101.1.2.cpanelx86_646�j7%�ea-php82-php-fileinfo8.2.101.1.2.cpanelx86_642�i/%�ea-php82-php-exif8.2.101.1.2.cpanelx86_643�h1%�ea-php82-php-devel8.2.101.1.2.cpanelx86_642�g/%�ea-php82-php-curl8.2.101.1.2.cpanelx86_644�f3%�ea-php82-php-common8.2.101.1.2.cpanelx86_641�e-%�ea-php82-php-cli8.2.101.1.2.cpanelx86_646�d7%�ea-php82-php-calendar8.2.101.1.2.cpanelx86_644�c3%�ea-php82-php-bcmath8.2.101.1.2.cpanelx86_64)�b%�ea-php828.2.101.1.1.cpanelx86_645�a5%�ea-php81-php-opcache8.1.231.1.2.cpanelx86_647�`9'�ea-php81-php-memcached3.2.01.1.43.cpanelx86_648�_9'�ea-php81-php-ioncube1212.0.52.2.19.cpanelx86_646�^7%�ea-php81-php-fileinfo8.1.231.1.2.cpanelx86_642�]/%�ea-php81-php-exif8.1.231.1.2.cpanelx86_645�\5%�ea-php80-php-opcache8.0.301.1.7.cpanelx86_646�[7%�ea-php80-php-fileinfo8.0.301.1.7.cpanelx86_642�Z/%�ea-php80-php-exif8.0.301.1.7.cpanelx86_642�Y-'�ea-php74-runtime7.4.331.1.17.cpanelx86_642�X-'�ea-php74-php-zip7.4.336.6.20.cpanelx86_642�W-'�ea-php74-php-xml7.4.336.6.20.cpanelx86_646�V5'�ea-php74-php-sockets7.4.336.6.20.cpanelx86_644�U1'�ea-php74-php-posix7.4.336.6.20.cpanelx86_642�T-'�ea-php74-php-pdo7.4.336.6.20.cpanelx86_646�S5'�ea-php74-php-opcache7.4.336.6.20.cpanelx86_646�R5'�ea-php74-php-mysqlnd7.4.336.6.20.cpanelx86_648�Q9)�ea-php74-php-memcached3.1.37.12.25.cpanelx86_647�P7'�ea-php74-php-mbstring7.4.336.6.20.cpanelx86_648�O9'�ea-php74-php-litespeed7.4.336.6.20.cpanelx86_648�N9'�ea-php74-php-ioncube1212.0.52.2.22.cpanelx86_643�M/'�ea-php74-php-imap7.4.336.6.20.cpanelx86_644�L1'�ea-php74-php-iconv7.4.336.6.20.cpanelx86_641�K+'�ea-php74-php-gd7.4.336.6.20.cpanelx86_642�J-'�ea-php74-php-ftp7.4.336.6.20.cpanelx86_642�I-'�ea-php74-php-fpm7.4.336.6.20.cpanelx86_647�H7'�ea-php74-php-fileinfo7.4.336.6.20.cpanelx86_643�G/'�ea-php74-php-exif7.4.336.6.20.cpanelx86_644�F1'�ea-php74-php-devel7.4.336.6.20.cpanelx86_643�E/'�ea-php74-php-curl7.4.336.6.20.cpanelx86_645�D3'�ea-php74-php-common7.4.336.6.20.cpanelx86_642�C-'�ea-php74-php-cli7.4.336.6.20.cpanelx86_647�B7'�ea-php74-php-calendar7.4.336.6.20.cpanelx86_645�A3'�ea-php74-php-bcmath7.4.336.6.20.cpanelx86_64*�@'�ea-php747.4.331.1.17.cpanelx86_64+�?!%�ea-nghttp21.56.01.1.1.cpanelx86_64.�>'%�ea-libnghttp21.56.01.1.1.cpanelx86_641�=+'�ea-libmemcached1.0.187.7.15.cpanelx86_64*�<!%�ea-libcurl8.2.11.1.2.cpanelx86_640�;''�ea-php82-pear1.10.133.3.25.cpanelnoarch0�:''�ea-php74-pear1.10.133.3.20.cpanelnoarch3�97�sw-engine3.41.11centos.8.220111.1225x86_646�8'7�plesk-rdbmspp2.0.21centos.8.220111.1225x86_64?�797�plesk-platform-runtime1.0.21centos.8.220111.1225x86_644�6#7�plesk-lmlib0.2.51centos.8.220111.1225x86_64?�577�plesk-libstdc++10.3.010.3.01centos.8.211223.1252x86_64<�437�plesk-libpoco-1.9.01.9.01centos.8.220117.1118x86_64E�3?7�plesk-libboost-thread1.741.74.0.11centos.8.211202.1439x86_64E�2?7�plesk-libboost-system1.741.74.0.11centos.8.211202.1439x86_64L�1M7�plesk-libboost-serialization1.741.74.0.11centos.8.211202.1439x86_64D�0=7�plesk-libboost-regex1.741.74.0.11centos.8.211202.1439x86_64N�/Q7�plesk-libboost-program-options1.741.74.0.11centos.8.211202.1439x86_64I�.G7�plesk-libboost-filesystem1.741.74.0.11centos.8.211202.1439x86_64H�-E7�plesk-libboost-date-time1.741.74.0.11centos.8.211202.1439x86_64?�,37�plesk-libboost-1.741.74.0.11centos.8.211202.1439x86_64
=��Y�~3o+��]�
�
�
a�
,��w�@	����k?
�
�
�
�
G	�	�	v	7��i��[���l=���b6
�0���`)���yX:�$C?7plesk-libboost-thread1.841.84.00redhat.8.240314.1318x86_64���6'7plesk-rdbmspp2.0.50redhat.8.240426.1114x86_64�?97plesk-platform-runtime1.0.50redhat.8.240426.1114x86_64�JM7plesk-libboost-serialization1.841.84.00redhat.8.240314.1318x86_64�JM7plesk-libboost-serialization1.821.82.00redhat.8.230523.0935x86_64{LM7plesk-libboost-serialization1.741.74.0.11centos.8.211202.1439x86_64�B=7plesk-libboost-regex1.841.84.00redhat.8.240314.1318x86_64�B=7plesk-libboost-regex1.821.82.00redhat.8.230523.0935x86_64zD=7plesk-libboost-regex1.741.74.0.11centos.8.211202.1439x86_64�+1python3-setuptools39.2.07.el8noarch(1python3-rpm-macros345.el8noarch�+9python3-rpm-generators58.el8noarch�+-python3-requests2.20.03.el8_8noarchY--python3-requests2.20.02.1.el8_1noarchZ+/python3-pyparsing2.1.107.el8noarch�%#python3-pip9.0.322.el8noarch�.%)python3-perf4.18.0477.21.1.el8_8x86_64W.%)python3-perf4.18.0477.10.1.el8_8x86_64X,+!python3-libxml22.9.716.el8_8.1x86_64U(+python3-libxml22.9.716.el8x86_64V.%+python3-libs3.6.851.el8_8.1.almax86_64S*%#python3-libs3.6.851.el8.almax86_64T>%Ipython3-docs3.6.72.module_el8.5.0+2569+5c5719bcnoarch�,%python3-bind 9.11.368.el8_8.1noarch�H'Ypython2-tools2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64�J+Ypython2-tkinter2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64�L=Kpython2-setuptools-wheel39.0.113.module_el8.6.0+2781+fed64c13noarch�F1Kpython2-setuptools39.0.113.module_el8.6.0+2781+fed64c13noarch�A1Kpython2-rpm-macros338.module_el8.6.0+2781+fed64c13noarch�D/Kpython2-pip-wheel9.0.319.module_el8.6.0+2781+fed64c13noarch�>#Kpython2-pip9.0.319.module_el8.6.0+2781+fed64c13noarch�G%Ypython2-libs2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64�?%Ipython2-docs2.7.162.module_el8.6.0+2781+fed64c13noarch�H'Ypython2-devel2.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64�BYpython22.7.1813.module_el8.8.0+3580+eeda85da.1.almax86_64�(1python-srpm-macros345.el8noarch�'/python-rpm-macros345.el8noarch�pv1.6.67.el8x86_64'+pulseaudio-libs14.04.el8x86_64%pugixml1.131.el8x86_641+/protobuf-compiler3.5.015.el8x86_64�)-protobuf-c-devel1.3.06.el8x86_64�,3protobuf-c-compiler1.3.06.el8x86_64#!protobuf-c1.3.06.el8x86_64�"protobuf3.5.015.el8x86_64~6'7plesk-rdbmspp2.0.40redhat.8.230612.1943x86_64�6'7plesk-rdbmspp2.0.21centos.8.220111.1225x86_64�?97plesk-platform-runtime1.0.40redhat.8.230612.1943x86_64�?97plesk-platform-runtime1.0.21centos.8.220111.1225x86_64�4#7plesk-lmlib0.2.60redhat.8.230612.1943x86_64�4#7plesk-lmlib0.2.51centos.8.220111.1225x86_64�?77plesk-libstdc++12.2.012.2.00redhat.8.230425.0518x86_64?77plesk-libstdc++10.3.010.3.01centos.8.211223.1252x86_64�<37plesk-libpoco-1.9.01.9.01centos.8.220117.1118x86_64�>57plesk-libpoco-1.12.41.12.40redhat.8.230506.1149x86_64~C?7plesk-libboost-thread1.821.82.00redhat.8.230523.0935x86_64}E?7plesk-libboost-thread1.741.74.0.11centos.8.211202.1439x86_64�C?7plesk-libboost-system1.841.84.00redhat.8.240314.1318x86_64�C?7plesk-libboost-system1.821.82.00redhat.8.230523.0935x86_64|E?7plesk-libboost-system1.741.74.0.11centos.8.211202.1439x86_64�?77plesk-libstdc++13.2.013.2.00redhat.8.240311.1816x86_64�
S����zW�~v`
�
�
�
C���2���~c?
�
�
�
(
	p	V	N	B	0	
������UA,������e���N���zU/�������mXD/���)�p�*	�_mode of '/opt/alt/php-internal/usr/lib64/httpd/modules' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)h�)	�Omode of '/opt/alt/php-internal/usr/lib64/httpd' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)k�(	�Umode of '/opt/alt/php-internal/usr/lib64/php/pear' changed from 0755 (rwxr-xr-x) to 0700 (rwx------){�'	�umode of '/opt/alt/php-internal/usr/lib64/php/modules/hyperscan.so' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)f�&	�Kmode of '/opt/alt/php-internal/etc/php.d.all' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)"�%	EChanging shell for _imunify.�$	=chsh: Shell not changed.�#	%  version: 1�"	#  result: 1�!	%  reason: OK!� 	C  command: set_tweaksetting�	!metadata: 
�	--- �	
�	1Fetch leika config
�	enabled
�	enabled�	-Install services�	=Perform initial settings#�	Gwhm-wp-toolkit-api registered"�	Ecpanel-wp-toolkit registered�	3Plugin installed ok-�	[Install cPanel Plugin for theme jupiter�	?whm-wp-toolkit registered�	1Install WHM PluginH�	�Executing: /usr/lib/systemd/systemd-sysv-install enable sw-enginet�	�gSynchronizing state of sw-engine.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.,�	Ycpanel_php_fpm restarted successfully.�	
e�
	�I	Sep 15 07:46:54 79-133-41-251.cprapid.com systemd[1]: Started FPM service for cPanel Daemons.h�	�O	Sep 15 07:46:53 79-133-41-251.cprapid.com systemd[1]: Starting FPM service for cPanel Daemons...�	#Startup Log�
	
��		�)	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 39877 (systemd+/proc check method).�	)Service Status�	
��	�Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%  version: 1�	#  result: 16�	m  reason: Enabled monitoring for cpanel_php_fpm.!�	C  command: configureservice�	!metadata: 
�	--- 	%  version: 1~	#  result: 1}	%  reason: OK!|	C  command: set_tweaksetting{	!metadata: 
z	--- y	
x	1Fetch leika config�%w	�ICreated symlink /etc/systemd/system/multi-user.target.wants/wp-toolkit-scheduled-tasks.service → /usr/lib/systemd/system/wp-toolkit-scheduled-tasks.service.v	disabled�'u	�MCreated symlink /etc/systemd/system/multi-user.target.wants/wp-toolkit-background-tasks.service → /usr/lib/systemd/system/wp-toolkit-background-tasks.service.t	disableds	-Install servicesr	=Perform initial settings#q	Gwhm-wp-toolkit-api registered"p	Ecpanel-wp-toolkit registeredo	3Plugin installed ok-n	[Install cPanel Plugin for theme jupiterm	?whm-wp-toolkit registeredl	1Install WHM PluginHk	�Executing: /usr/lib/systemd/systemd-sysv-install enable sw-enginetj	�gSynchronizing state of sw-engine.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.*i	Ucpanel_php_fpm started successfully.h	
eg	�I	Sep 15 07:46:54 79-133-41-251.cprapid.com systemd[1]: Started FPM service for cPanel Daemons.hf	�O	Sep 15 07:46:53 79-133-41-251.cprapid.com systemd[1]: Starting FPM service for cPanel Daemons...e	#Startup Logd	
�c	�)	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 39538 (systemd+/proc check method).b	)Service Statusa	
x`	�oWaiting for “cpanel_php_fpm” to start ……waiting for “cpanel_php_fpm” to initialize ………finished._	%  version: 1^	#  result: 16]	m  reason: Enabled monitoring for cpanel_php_fpm.!\	C  command: configureservice[	!metadata: 
Z	--- Y	;    (ALL) NOPASSWD: ALLGX	�
User wp-toolkit may run the following commands on 79-133-41-251:
�I���Z,����	�	�	��|R$��qL+
��
�
h
@�fB���X*��;�
��{U-���hK+

�
�
�
�
j
4
��g2���M
�
�%��E"
?
	�	�	�	`	2	����o���%%svt-av1-libs0.8.71.el8x86_64��)9rpmfusion-free-release80.1noarch�7Iredis5.0.35.module_el8.4.0+2583+b9845322x86_64A-/!redhat-rpm-config1311.el8.almanoarch�)+qt5-srpm-macros5.15.31.el8noarch�;Kpython363.6.838.module_el8.5.0+2569+5c5719bcx86_64�51)python3-syspurpose1.28.363.el8_8.alma.1x86_64[37sw-engine5.53.20redhat.8.230612.1943x86_64�-)%sssd-nfs-idmap2.8.23.el8_8.almax86_64k&)sssd-nfs-idmap2.8.22.el8x86_64l'%sssd-kcm2.8.23.el8_8.almax86_64i sssd-kcm2.8.22.el8x86_64j*#%sssd-common2.8.23.el8_8.almax86_64g##sssd-common2.8.22.el8x86_64h*#%sssd-client2.8.23.el8_8.almax86_64e##sssd-client2.8.22.el8x86_64f!srt-libs1.4.13.el8x86_643'#sqlite-libs3.26.018.el8_8x86_64cosoxr0.1.34.el8x86_642 !sos4.5.61.el8.almanoarcha !sos4.5.13.el8.almanoarchb socat1.7.4.11.el8x86_64$'	smartmontools7.11.el8x86_64�H#_slirp4netns0.4.23.git21fdece.module_el8.5.0+2635+e4386a39x86_64�6;#selinux-policy-targeted3.14.3117.el8_8.2noarch_2;selinux-policy-targeted3.14.3117.el8noarch`-)#selinux-policy3.14.3117.el8_8.2noarch]))selinux-policy3.14.3117.el8noarch^ screen4.6.212.el8x86_64D#	scl-utils2.0.216.el8x86_64W%-rust-srpm-macros52.el8noarch�,?rpmfusion-nonfree-release80.1noarch&-vapoursynth-libs511.el8x86_64437sw-engine3.41.11centos.8.220111.1225x86_64�1#rustbolit33.3.61.el8x86_64@#rustbolit33.3.41.el8x86_64>#rustbolit33.0.21.el8x86_64-37sw-engine6.61.10redhat.8.240426.1114x86_64�'#sqlite-libs3.26.017.el8_7x86_64d#sqlite3.26.018.el8_8x86_64�speex1.2.01.el8x86_64&,+util-linux-user2.32.142.el8_8x86_64�27urw-base35-z003-fonts2017080110.el8noarch�AUurw-base35-standard-symbols-ps-fonts2017080110.el8noarch�27urw-base35-p052-fonts2017080110.el8noarch�9Eurw-base35-nimbus-sans-fonts2017080110.el8noarch�:Gurw-base35-nimbus-roman-fonts2017080110.el8noarch�<Kurw-base35-nimbus-mono-ps-fonts2017080110.el8noarch�4;urw-base35-gothic-fonts2017080110.el8noarch�4;urw-base35-fonts-common2017080110.el8noarch�--urw-base35-fonts2017080110.el8noarch�6?urw-base35-d050000l-fonts2017080110.el8noarch�27urw-base35-c059-fonts2017080110.el8noarch�5=urw-base35-bookman-fonts2017080110.el8noarch�unzip6.046.el8x86_64�!unixODBC2.3.71.el8x86_64f$!traceroute2.1.06.el8x86_64�!tmpwatch2.1114.el8x86_64]	tk8.6.81.el8x86_64�	tix8.4.323.el8x86_64�	telnet0.1776.el8x86_64�	tcl8.6.82.el8x86_64�*3systemtap-sdt-devel4.82.el8x86_64�'%!systemd-udev23974.el8_8.3x86_64s%%systemd-udev23974.el8_8x86_64t&#!systemd-pam23974.el8_8.3x86_64q$#systemd-pam23974.el8_8x86_64r'%!systemd-libs23974.el8_8.3x86_64o%%systemd-libs23974.el8_8x86_64p"!systemd23974.el8_8.3x86_64m systemd23974.el8_8x86_64n!sysstat11.7.39.el8x86_64�strace5.182.el8x86_64�
����������p`P@0 ��������p`P@0 
�
�
�
�
�
�
�
�
z
k
\
M
>
/
 

��������{l]N?0!��������|m^O@1"
�
�
�
�
�
�
�
�
{
l
]
N
?
0
!

	�	�	�	�	�	�	�	�	q	a	Q	A	1	!		��������qaQA0��������}l\L<,
��������xgVE5%��������qaP?.
��������yhWG7'��������yj[L=.��������}m]M=-
����C	/��B	/�
�A		.V
�@		.�	
�?		.P
�>		.�	
�=		.O
�<		.�	
�;		-�
�:		-�
�9		-�
�8		-�
�7		-�
�6		-�
�5		-�
�4		-�
�3		-�
�2		-��1	-`�0	-��/			-�.			-~�-			-}�,			-|�+			-{�*			-z�)			-y�(			-x�'			-w�&			-v�%	,p�$	,u	
�#		,o
�"		,t	
�!		,q
� 		,s	
�		+k
�		+r
�		*e
�		*q�	)m�	)p	
�		)l
�		)o	�	(j�	(n	�	'i�	'm	
�		'h
�		'l	
�		'g
�		'k	�	'f�	'j	�
	&d�	&i	
�		&c
�
		&h	
�			&b
�		&g	�	&a�	&f	
�		%]
�		%e	�	$_�	$d	
�		$^
�		$c	
�		$S
�~		$b	�}	$Q�|	$a	�{	#\�z	#`�y	"U�x	"_	
�w		"T
�v		"^	
�u		!C
�t		!]	�s	 ��r	 \
�q		[�p			Z
�o		Y
�n		X
�m		�
�l		W	�k	Y
�j		�
�i		V	�h	��g	U	
�f		�
�e		T	
�d		�
�c		S	
�b		�
�a		R	�`	��_	Q	
�^		�
�]		P	
�\		�
�[		O	
�Z		�
�Y		N	
�X		�
�W		M	
�V		�
�U		L	
�T		�
�S		K	
�R		�
�Q		J	
�P		�
�O		I	
�N		�
�M		H	
�L		�
�K		G	
�J		
�I		F	
�H		r
�G		E	
�F		n
�E		D	
�D		m
�C		C	
�B		B
�A		A�@			@�?			?�>			>�=			=�<			<�;			;�:			:
�9		9
�8		8�7			7�6			6�5			5�4			4�3			3�2			2�1			1�0			0�/			/�.			.�-			-�,			,�+			+�*			*�)			)�(			(�'			'
�&			&�%			%�$			$�#			#�"			"�!			!� 			 �			�			�			�			�			�			�			�			�			�			�			�			�			�			�			�			�			�			�
			
�			�			�
			
�					�			�			�			�			�			�				�				�				
�		
�		�
�~		�

�}		�
�|		�
�{		�
�z		�
�y		�
�x		�
�w		�
�v		�
�u		�
�t		�
�s		�
�r		�
�q		�
�p		�
�o		�
�n		�
�m		�
�l		�
�k		�
�j		�
�i		�
�h		�
�g		�
�f		�
�e		�
�d		�
�c		�
�b		�
�a		�
�`		�
�_		�
��B+�����rcP=(
�
�
�
�
�
~
h
U
@
*

	�	�	�	�	�	z	d	O	6	#	
���������vaL7$������sbK8(
�
�
�
�
�
�
�
u
d
U
D
2

�������r^���eC� �q����S��-�cvD�*]B�1�����������|VeM@-	�����~kYG6%'plesk-rdbmspp�9plesk-platform-runtime�7plesk-libstdc++13.2.0�?plesk-libboost-thread1.84�?plesk-libboost-system1.84�%Mplesk-libboost-serialization1.84�=plesk-libboost-regex1.84�"Gplesk-libboost-filesystem1.84�!Eplesk-libboost-date-time1.84�3plesk-libboost-1.84�'plesk-rdbmspp�9plesk-platform-runtime�#plesk-lmlib�7plesk-libstdc++12.2.05plesk-libpoco-1.12.4~?plesk-libboost-thread1.82}?plesk-libboost-system1.82|%Mplesk-libboost-serialization1.82{=plesk-libboost-regex1.82z'Qplesk-libboost-program-options1.82y"Gplesk-libboost-filesystem1.82x+python3-libxml2U%python3-libsT%python3-libsS%python3-docs�%python3-bind�'python2-tools�+python2-tkinter�=python2-setuptools-wheel�1python2-setuptools�1python2-rpm-macros�/python2-pip-wheel�#python2-pip�%python2-libs�%python2-docs�'python2-devel�python2�1python-srpm-macros�/python-rpm-macros�+pulseaudio-libs%pugixml1/protobuf-compiler�-protobuf-c-devel�3protobuf-c-compiler!protobuf-c�
protobuf~'plesk-rdbmspp�9plesk-platform-runtime�#plesk-lmlib�7plesk-libstdc++10.3.0�3plesk-libpoco-1.9.0�?plesk-libboost-thread1.74�?plesk-libboost-system1.74�%Mplesk-libboost-serialization1.74�=plesk-libboost-regex1.74�'Qplesk-libboost-program-options1.74�"Gplesk-libboost-filesystem1.74�!Eplesk-libboost-date-time1.82w!Eplesk-libboost-date-time1.74�3plesk-libboost-1.82v3plesk-libboost-1.74�1perl-Text-Balancedg-perl-Test-Simplef/perl-Test-Harnesseperl-Testd-perl-TermReadKeyc'perl-Term-Cap�3perl-Term-ANSIColor�+perl-Sys-Syslogb-perl-Sub-Installa/perl-Sub-Exporter`'perl-Storable�7perl-Software-License_#perl-Socket�+perl-SelfLoader^9perl-Scalar-List-Utils�)perl-Pod-Usage�+perl-Pod-Simple�-perl-Pod-Perldoc�+perl-Pod-Parser]'perl-Pod-Html\-perl-Pod-Escapes�-perl-Pod-Checker[ Cperl-PerlIO-via-QuotedPrintZ-perl-Perl-OSTypeY)perl-PathTools�-perl-Params-UtilX/perl-Params-CheckW9perl-Package-GeneratorV+perl-Net-SSLeay�'perl-Net-PingU'perl-Net-HTTPTperl-NTLMS+perl-Mozilla-CA�5perl-Module-MetadataR1perl-Module-LoadedQ!Eperl-Module-Load-ConditionalP-perl-Module-LoadOAperl-Module-CoreList-toolsN5perl-Module-CoreListM/perl-Module-BuildL%perl-MemoizeKpv+platform-pythonR+platform-pythonQ1pkgconf-pkg-config�!pkgconf-m4�pkgconf�%perl-version}!perl-utils|3perl-threads-shared�%perl-threads�-perl-srpm-macros{)perl-podlators�%perl-perlfaqz#perl-parent�perl-openy#perl-macros�)perl-local-libx-perl-libwww-perlwperl-libs�)perl-libnetcfgv#perl-libnet�-perl-interpreter�+perl-inc-latestu/perl-experimentalt'perl-encodings!perl-develr'perl-constant�/perl-common-sense�#perl-bignumq%perl-autodiep)perl-YAML-Syck�3perl-WWW-RobotRuleso9perl-Unicode-Normalize�5perl-Unicode-Collaten
perl-URI�7perl-Types-Serialiser�'perl-Try-Tinym'perl-TimeDatel+perl-Time-Piecek+perl-Time-Local�+perl-Time-HiResj/perl-Thread-QueueV1perl-Text-Templatei3perl-Text-Tabs+Wrap�5perl-Text-ParseWords�)perl-Text-Globh)perl-Text-Diff�
]���U��{G
�
�
�
n
D
���tP'���uP-
�
�
�
�
c
?
	�	�	�	z	W	5	���xL%����`?���[:����b9���vO(��{W���oA��}G�.�M5Malt-php-internal-pdo8.2.142.el8x86_642�L=Lalt-php-internal-mysqlnd8.2.142.el8x86_643�K?Kalt-php-internal-mbstring8.2.142.el8x86_64/�J7Jalt-php-internal-intl8.2.142.el8x86_641�I;Ialt-php-internal-common8.2.142.el8x86_64.�H5Halt-php-internal-cli8.2.142.el8x86_64*�G-Galt-php-internal8.2.142.el8x86_64+�F/	Falt-php-hyperscan5.4.017.el8x86_64*�E-Ealt-libcurlssl117.87.01.el8x86_64'�D'Dalt-curlssl117.87.01.el8x86_64#�C	Cai-bolit31.21.51.el8x86_64.�B/BImageMagick-devel6.9.12.931.el8x86_647�AIAredis5.0.35.module_el8.4.0+2583+b9845322x86_64!�@@xvidcore1.3.71.el8x86_64"�??x265-libs3.1.21.el8x86_646�>?>x264-libs0.15712.20190717git34c06d1.el8x86_64$�=#=vo-amrwbenc0.1.38.el8x86_64%�<%<opencore-amr0.1.57.el8x86_64$�;#;libavdevice4.2.91.el8x86_64$�:#:ffmpeg-libs4.2.91.el8x86_64%�9%9ffmpeg-devel4.2.91.el8x86_64�88ffmpeg4.2.91.el8x86_64�77zvbi0.2.359.el8x86_64�66zimg3.0.31.el8x86_645�5?5vid.stab1.1.012.20190213gitaeabc8d.el8x86_64&�4-4vapoursynth-libs511.el8x86_64!�33srt-libs1.4.13.el8x86_64�22soxr0.1.34.el8x86_64�11pugixml1.131.el8x86_64#�00libxml++2.40.110.el8x86_64!�//libvmaf1.3.152.el8x86_64%�.!	.libmodplug0.8.9.09.el8x86_64�--libmfx1.254.el8x86_64!�,,libffado2.4.71.el8x86_64!�++libdav1d0.5.22.el8x86_64 �**libass0.17.11.el8x86_64�))libaom3.6.11.el8x86_643�(?(jack-audio-connection-kit1.9.144.el8x86_64�''SDL22.0.102.el8x86_64�&&speex1.2.01.el8x86_64'�%+%pulseaudio-libs14.04.el8x86_64"�$%$opus1.30.4.beta.el8x86_64%�###openal-soft1.18.27.el8x86_64!�""ocl-icd2.2.121.el8x86_64'�!'!mesa-libglapi22.3.02.el8x86_64$� ! mesa-libGL22.3.02.el8x86_64)�+mesa-filesystem22.3.02.el8x86_64#�%libxshmfence1.32.el8x86_64+�/libwayland-client1.21.01.el8x86_64�libvpx1.7.08.el8x86_64"�	libvorbis1.3.62.el8x86_64�libvdpau1.42.el8x86_64�libva2.13.02.el8x86_64 �libv4l1.14.23.el8x86_64#�	libtheora1.1.121.el8x86_64%�!libsndfile1.0.2813.el8x86_64%�#libsigc++202.10.06.el8x86_64&�'libsamplerate0.1.91.el8x86_64#�!libraw13942.1.25.el8x86_64!�libogg1.3.210.el8x86_64%�#libiec618831.2.018.el8x86_64%�%	libglvnd-glx1.3.41.el8x86_64!�	libglvnd1.3.41.el8x86_64!�libdrm2.4.1141.el8x86_64/�
-#
libcdio-paranoia10.2+0.94+23.el8x86_64 �libcdio2.0.03.el8x86_64"�libbluray1.0.23.el8x86_64"�
!
libasyncns0.814.el8x86_64 �		libXtst1.2.37.el8x86_64"�lame-libs3.1006.el8x86_64�gsm1.0.175.el8x86_64"�glibmm242.56.02.el8x86_64&�flac-libs1.3.29.el8_8.1x86_64!�alsa-lib1.2.82.el8x86_64$�%libpciaccess0.141.el8x86_64 �libconfig1.59.el8x86_64(�#libatomic8.5.018.el8.almax86_64,�?rpmfusion-nonfree-release80.1noarch)�9�rpmfusion-free-release80.1noarch'�~#�nodejs20.6.11nodesourcex86_64*�}1�nodesource-releasenodistro1noarch�|�htop3.2.11.el8x86_64!�{�libssh21.10.01.el8x86_641�z-%�ea-php82-runtime8.2.101.1.1.cpanelx86_641�y-%�ea-php82-php-zip8.2.101.1.2.cpanelx86_641�x-%�ea-php82-php-xml8.2.101.1.2.cpanelx86_645�w5%�ea-php82-php-sockets8.2.101.1.2.cpanelx86_643�v1%�ea-php82-php-posix8.2.101.1.2.cpanelx86_641�u-%�ea-php82-php-pdo8.2.101.1.2.cpanelx86_645�t5%�ea-php82-php-opcache8.2.101.1.2.cpanelx86_645�s5%�ea-php82-php-mysqlnd8.2.101.1.2.cpanelx86_647�r9'�ea-php82-php-memcached3.2.01.2.48.cpanelx86_646�q7%�ea-php82-php-mbstring8.2.101.1.2.cpanelx86_64
6R���cK@%�����W-
�
�
�
u��uR
N
'
���Z$���wH%
�
�
�
m
2
	�	�	v	H	���m"!pcre-utf328.426.el8x86_64�"!pcre-utf168.426.el8x86_64�"!pcre-devel8.426.el8x86_64� pcre-cpp8.426.el8x86_64�%%opencore-amr0.1.57.el8x86_64<"%opus1.30.4.beta.el8x86_64$%#openal-soft1.18.27.el8x86_64#!ocl-icd2.2.121.el8x86_64"%#perl-Digest1.17395.el8noarch�'+perl-Devel-Size0.812.el8x86_64$49#perl-Devel-SelfStubber1.06422.el8.0.1noarch#-+#perl-Devel-Peek1.26422.el8.0.1x86_64")/perl-Devel-PPPort3.365.el8x86_64!-/perl-Data-Section0.2000073.el8noarch */perl-Data-OptList0.1106.el8noarch*-perl-Data-Dumper2.167399.el8x86_64z?)Iperl-Data-Dump1.237.module_el8.5.0+2812+ed912d05noarch%%perl-DB_File1.8421.el8x86_64:Iperl-DBI1.6414.module_el8.6.0+2823+173faa7ex86_64*1perl-Config-Perl-V0.301.el8noarch/9perl-Compress-Raw-Zlib2.0811.el8x86_64�0;perl-Compress-Raw-Bzip22.0811.el8x86_64�+3perl-Compress-Bzip22.266.el8x86_64"perl-Carp1.42396.el8noarchy.3perl-CPAN-Meta-YAML0.018397.el8noarch6Cperl-CPAN-Meta-Requirements2.140396.el8noarch,)perl-CPAN-Meta2.150010396.el8noarch#perl-CPAN2.18397.el8noarch$%perl-B-Debug1.262.el8noarch5;#perl-Attribute-Handlers0.99422.el8.0.1noarch(-perl-Archive-Zip1.603.el8noarch(-perl-Archive-Tar2.301.el8noarch�-3perl-Algorithm-Diff1.19039.el8noarch�%#perl5.26.3422.el8.0.1x86_64&#pcre2-utf3210.323.el8_6x86_64R&#pcre2-utf1610.323.el8_6x86_64Q&#pcre2-devel10.323.el8_6x86_64Ppatch2.7.611.el8x86_64�pango1.42.48.el8x86_64#pam-devel1.3.125.el8x86_64�)'	openssl-devel1.1.1k9.el8_7x86_64�))openssh-server8.0p119.el8_8x86_64O))openssh-server8.0p117.el8_7x86_64P*+openssh-clients8.0p119.el8_8x86_64M*+openssh-clients8.0p117.el8_7x86_64N"openssh8.0p119.el8_8x86_64K"openssh8.0p117.el8_7x86_64L"openjpeg22.4.05.el8x86_64)5openblas-srpm-macros22.el8noarch"oniguruma6.8.22.el8x86_64e&/ocaml-srpm-macros54.el8noarch%nss-util3.79.011.el8_7x86_64d&nss-tools3.79.011.el8_7x86_64c(#nss-sysinit3.79.011.el8_7x86_64b

peP����������������xph`XPH@80( ���������
`
�
�
�
�
�����������������xph`XPH@80( �������������������
X�
Px
Hh
@X
8H
08
((
 

�
�
��P�X�x�
��
��
������
h��������������x�p�h�`�X�P�H�@x8p0h(` XPH@����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	��	�	�	�	�p	��	��	��	��	x�	p�	hP	`�	X�	P�	HX	@�	8�	0�	(�	 8		0	(	 ���`���p��P�@�0x h�XH8�(����ph`xph`XPH@80( ����������������������� 0@P`xph`XPH@�����80( H@N;��m�m�l������^���\���Z���X���V���T���R���P���N���L���J���H���F���D���:���2���0�������������������������������������������������������������������������������������������������t�ss�r�r�q�q�p�p�o�o�n�n�V��`P���O����������������������b`�������[GZEYCW��
�����������k���e����s������j���i���h�l�g�k�f�j�d�i�c�h�b�g�a�f�]�e�_�d�^�c�Sb~Q}a|\{`zUy_xTw^vCu]t��\r[qZpYoXnWlViUgTeScRaQ_P]O[NYMWLUKSJQIOHMGKFIEGDECCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



		����������������������������������������������������������������������������������������������������
�������������
���
���`h��R��@�����@�v�t �r0�p@�nP�l`�j��hG-�fH/�dI1���J3�����K5��M9L7
	�2@����������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



������	�	�	�	�	x	p	h	`	X	P	H	@	8	0	(	 				����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@80( ����������������xph`XPH@����������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	�	�	�	�	�



		����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMM0LLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



		��������������������������������������������������
P���rI���N
�
�
l
@
���oJ'���\(
�
�
�
�
X
5
	�	�	�	o	;��h��A��xL��g1���Y/
���a2��zH��m7��4�/)�ea-php72-php-curl7.2.349.11.14.cpanelx86_646�3)�ea-php72-php-common7.2.349.11.14.cpanelx86_643�-)�ea-php72-php-cli7.2.349.11.14.cpanelx86_648�7)�ea-php72-php-calendar7.2.349.11.14.cpanelx86_646�3)�ea-php72-php-bcmath7.2.349.11.14.cpanelx86_647�5+�ea-php72-libc-client2007f28.28.18.cpanelx86_64*�'�ea-php727.2.343.3.15.cpanelx86_64/�'%�ea-php72-pear1.10.136.6.8.cpanelnoarch*�3�whmcs-cpaddon-php818.6.11.1noarch$�'�whmcs-cpaddon8.6.11.1noarch0�)!�vim-filesystem8.0.176319.el8_6.4noarch.�%!�vim-enhanced8.0.176319.el8_6.4x86_64,�!!�vim-common8.0.176319.el8_6.4x86_641�C�imunify-ui-antivirus-cpanel7.13.11noarch �!�imunify-ui7.13.11noarch"�%�imunify-core7.14.03noarch*�
-�imunify-notifier2.1.111.el8x86_64"�%�imunify-core7.13.41noarch'�/�imunify-antivirus7.13.41noarch)�
/�wp-toolkit-cpanel6.4.28533x86_64)�	/�wp-toolkit-cpanel6.4.18526x86_64$�+�imunify360-venv2.3.41x86_64,�1�alt-python311-libs3.11.91.el8x86_64'�'�alt-python3113.11.91.el8x86_643�7�sw-engine5.53.20redhat.8.230612.1943x86_646�'7�plesk-rdbmspp2.0.40redhat.8.230612.1943x86_64?�97�plesk-platform-runtime1.0.40redhat.8.230612.1943x86_644�#7�plesk-lmlib0.2.60redhat.8.230612.1943x86_640�7�libaps1.0.130redhat.8.230612.1943x86_64)�/�wp-toolkit-cpanel6.4.08486x86_64?�77plesk-libstdc++12.2.012.2.00redhat.8.230425.0518x86_64>�~57~plesk-libpoco-1.12.41.12.40redhat.8.230506.1149x86_64C�}?7}plesk-libboost-thread1.821.82.00redhat.8.230523.0935x86_64C�|?7|plesk-libboost-system1.821.82.00redhat.8.230523.0935x86_64J�{M7{plesk-libboost-serialization1.821.82.00redhat.8.230523.0935x86_64B�z=7zplesk-libboost-regex1.821.82.00redhat.8.230523.0935x86_64L�yQ7yplesk-libboost-program-options1.821.82.00redhat.8.230523.0935x86_64G�xG7xplesk-libboost-filesystem1.821.82.00redhat.8.230523.0935x86_64F�wE7wplesk-libboost-date-time1.821.82.00redhat.8.230523.0935x86_64=�v37vplesk-libboost-1.821.82.00redhat.8.230523.0935x86_641�uCuimunify-ui-antivirus-cpanel7.12.11noarch �t!timunify-ui7.12.11noarch"�s	sai-bolit32.1.91.el8x86_64"�r%rimunify-core7.12.51noarch"�q	qai-bolit32.1.81.el8x86_641�pCpimunify-ui-antivirus-cpanel7.12.01noarch �o!oimunify-ui7.12.01noarch'�n/nimunify-antivirus7.12.41noarch1�mCmimunify-ui-antivirus-cpanel7.11.11noarch �l!limunify-ui7.11.11noarch"�k%kimunify-core7.12.31noarch'�j/jimunify-antivirus7.12.31noarch1�iCiimunify-ui-antivirus-cpanel7.11.01noarch �h!himunify-ui7.11.01noarch"�g%gimunify-core7.11.13noarch'�f/fimunify-antivirus7.11.21noarch"�e	eai-bolit32.1.51.el8x86_641�dCdimunify-ui-antivirus-cpanel7.10.31noarch �c!cimunify-ui7.10.31noarch"�b%bimunify-core7.10.31noarch'�a/aimunify-antivirus7.10.21noarch)�`/`wp-toolkit-cpanel6.3.28291x86_640�_C_imunify-ui-antivirus-cpanel7.7.21noarch�^!^imunify-ui7.7.21noarch#�]	]ai-bolit31.21.61.el8x86_64)�\/\wp-toolkit-cpanel6.3.18206x86_645�[7%[cpanel-sitejet-plugin1.3.01.2.1.cpanelnoarch5�Z5'Zcpanel-plugin-common1.1.04.10.1.cpanelnoarch7�Y7)Ycpanel-koality-plugin1.0.043.48.1.cpanelnoarch5�X7%Xcpanel-banners-plugin1.0.09.9.8.cpanelnoarch.�W5	Wapp-version-detector30.1.11.el8x86_64$�V+Vimunify360-venv2.3.31x86_640�UCUimunify-ui-antivirus-cpanel7.7.02noarch�T!Timunify-ui7.7.02noarch!�S%Simunify-core7.8.01noarch'�R)Rimunify-common1.2.51.el8x86_64&�Q/Qimunify-antivirus7.6.41noarch,�P1Palt-python311-libs3.11.51.el8x86_64'�O'Oalt-python3113.11.51.el8x86_642�N=Nalt-php-internal-process8.2.142.el8x86_64
�����w`K6M5�� 	�C$���s�����v4cXPH�<,�
�
�
�
�
�
�
�
��_dm
�
w
k
Z
I
9
)

�	�	�	�	�	�	�	�	����lO2
����h	���&�	������w�sM6�����s\E�����|V?(���		��	~	q�O*��	c	Y	9�	0	 �q/wp-toolkit-cpanel`�%svt-av1-libs�3whmcs-cpaddon-php81�'whmcs-cpaddon�)vim-filesystem�%vim-enhanced�!vim-common�/wp-toolkit-cpanel�/wp-toolkit-cpanel�sw-engine�/wp-toolkit-cpanel�/wp-toolkit-cpanel�
xmlrpc-c�i/wp-toolkit-cpanelL/wp-toolkit-cpanelHscreenD7xorg-x11-server-utils�5xorg-x11-proto-devel�$Kxorg-x11-fonts-ISO8859-1-100dpi�3xorg-x11-font-utils�7urw-base35-z003-fonts�)Uurw-base35-standard-symbols-ps-fonts�7urw-base35-p052-fonts�!Eurw-base35-nimbus-sans-fonts�"Gurw-base35-nimbus-roman-fonts�$Kurw-base35-nimbus-mono-ps-fonts�;urw-base35-gothic-fonts�;urw-base35-fonts-common�-urw-base35-fonts�?urw-base35-d050000l-fonts�7urw-base35-c059-fonts�=urw-base35-bookman-fonts�3systemtap-sdt-devel�-rust-srpm-macros�/redhat-rpm-config�+qt5-srpm-macros�1python3-rpm-macros�9python3-rpm-generators��
rustbolit@rustbolit>rustbolit-/wp-toolkit-cpanel3whmcs-cpaddon-php81'whmcs-cpaddon/wp-toolkit-cpanel/wp-toolkit-cpanel/wp-toolkit-cpanel/wp-toolkit-cpanel/wp-toolkit-cpanel�/wp-toolkit-cpanel�sw-engine�/wp-toolkit-cpanel�/wp-toolkit-cpanel�/wp-toolkit-cpanel�/wp-toolkit-cpanel�/wp-toolkit-cpanel�/wp-toolkit-cpanel�/wp-toolkit-cpanel�/wp-toolkit-cpanel�#slirp4netns�/wp-toolkit-cpanel�/wp-toolkit-cpanel/wp-toolkit-cpanelz/wp-toolkit-cpanelx/wp-toolkit-cpanelm/wp-toolkit-cpanelT+
vid.stab5
srt-libs3	soxr2

speex&n?rpmfusion-nonfree-release9rpmfusion-free-release�sw-engine���/wp-toolkit-cpanelA!zlib-devel�zip�Ayum-plugin-universal-hooks�	yajlX
xz-devel�xfsprogsvxfsprogsu	wget�+util-linux-user�
unzip�
unixODBCf!traceroute�
tmpwatch]tk�tix�telnet�tcl�%systemd-udevt%systemd-udevs#systemd-pamr#systemd-pamq%systemd-libsp%systemd-libsosystemdnsystemdmsysstat�strace�)sssd-nfs-idmapl)sssd-nfs-idmapksssd-kcmjsssd-kcmi#sssd-commonh#sssd-commong#sssd-clientf#sssd-cliente#sqlite-libsd#sqlite-libscsqlite�sosbsosa
socat'smartmontools�;selinux-policy-targeted`;selinux-policy-targeted_)selinux-policy^)selinux-policy]scl-utilsW
python36�1python3-syspurpose\1python3-syspurpose[1python3-setuptools-python3-requestsZ-python3-requestsY/python3-pyparsing�#python3-pip�%python3-perfX%python3-perfW�/wp-toolkit-cpanel\
redisA
xvidcore@x265-libs?x264-libs>#vo-amrwbenc=	zvbi7	zimg6-vapoursynth-libs4
5��0��|VK(
w�1�
�
8	��d��u����K���n?��n�p�}C����~kG���_	%   version: 1�^	#   result: 16�]	m   reason: Enabled monitoring for cpanel_php_fpm.!�\	C   command: configureservice�[	! metadata: 
�Z	 --- �Y	;     (ALL) NOPASSWD: ALLE�X	�	 User wp-toolkit may run the following commands on srv11958447:�W	
 D�V	�     secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�U	o     secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�T	�     env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�S	�     env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�R	�     env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�Q	�     env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�P	�%     env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�O	�+     !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�N	} Matching Defaults entries for wp-toolkit on srv11958447:+�M	WRebuilding the extra marketing menus.$�L	I - Sitejet Builder is enabled.8�K	qApplying marketing links state for Sitejet Builder,�J	Y - Site Quality Monitoring is enabled.A�I	�Applying marketing links state for Site Quality Monitoring�H	3Plugin installed ok�G	;Fixing menu permissions+�F	WRebuilding the extra marketing menus.,�E	Y - Site Quality Monitoring is enabled.A�D	�Applying marketing links state for Site Quality Monitoring�C	
=�B	{SKIP:  Sitejet Builder is not installed on this server.�A	3Plugin installed ok~�@	�{warning: file /usr/local/cpanel/whostmgr/docroot/templates/banners/banner.css: remove failed: No such file or directory;�?	wUser-side plugin is not installed. Skipping update...�>	/�#�=	�Ecopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies��<	�copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��;	�copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�:	�_copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�9	�[copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�8	'theme jupiter�"�7	�Ccopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies��6	�
copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��5	�copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�4	�]copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�3	�Ycopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �2	Acpanel panel was detected.�1	OK#�0	GcPanel: register_appconfig..."�/	Eimunify-antivirus registeredB�.	�'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�-	�
sed: can't read /etc/cagefs/cagefs.mp: No such file or directoryd�,	�Gmode of '/opt/alt/php-internal/var/lib/php' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)f�+	�Kmode of '/opt/alt/php-internal/usr/share/php' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)
��
iI�
�	qF���oD��
-ggC	
fo�fo�1953:b854da50ebad1c4fb2ceb142baca3ae54cc3fe321963:5e17d0ce3c82045c5efde84ff1e0ea16f25029bd8�-y update wp-toolkit-cpanel�(,gg�}	
fk�!fk�&1953:3215a4eb3505b20e5dbf4febe67737dbec6fb7d01953:b854da50ebad1c4fb2ceb142baca3ae54cc3fe328�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(+gg�}	
f^��f^��1953:d6f9989a5b677966ca8f827158e3069be523b58a1953:3215a4eb3505b20e5dbf4febe67737dbec6fb7d08�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(*gg�}	
fYH�fYH�1953:b6912bbed2822f1d890592713e09ef226e9be9a11953:d6f9989a5b677966ca8f827158e3069be523b58a8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�()gg�}	
fW��fW��1953:46697ca3e00554a761fdd8dff232af3dcf33579c1953:b6912bbed2822f1d890592713e09ef226e9be9a18�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�((gg�}	
fP<fPF1953:0af8733dbe737f73670c111a929c5bade45295d31953:f1795e95242cf33df3dcd6c15497f40126a4a39c8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�('gg�}	
fMg=fMgJ1953:824b9ff1d4934e88127451572ad626fa0b9cf8231953:589598ccc375d5d0c574036a27e46e0eb77a86418�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(&gg�}	
f<B�f<B�1953:40fb5dde20cdf7d83cf0b7ee3967f63b4263e3e81953:20b15da187c880ce0714909bcc4b63e09a1e21ae8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(%gg�}	
f+ ;f+ >1953:a2d1b27958d35a06e0e588a7c5dcb8f19af2fddd1953:40fb5dde20cdf7d83cf0b7ee3967f63b4263e3e88�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�$gg�g	
f(y?f(yT1953:90693dbb0be2c930eb225db2f70d808c82f92d891953:a2d1b27958d35a06e0e588a7c5dcb8f19af2fddd8�update --assumeyes imunify-antivirus ai-bolit alt-php-internal alt-php-hyperscan app-version-detector imunify-common imunify-notifier imunify360-venv imunify-core imunify-ui�
#ggC	
f!��f!�1953:1e77e767fcb7f212f8cc4031a0a8d22029ada77e1953:90693dbb0be2c930eb225db2f70d808c82f92d898�-y update wp-toolkit-cpanel�"gg�g	
f�_f�a1945:083790414d8528303f9f260f3deb106ea8c2867e1945:1f112797a1c6f44d89350ef79eb40b9255df59728�update --assumeyes imunify-antivirus ai-bolit alt-php-internal alt-php-hyperscan app-version-detector imunify-common imunify-notifier imunify360-venv imunify-core imunify-ui�!gg�g	
fn�fn�1945:1c4f0037c972239fe7498b2449e9de2d58fb6c0b1945:083790414d8528303f9f260f3deb106ea8c2867e8�update --assumeyes imunify-antivirus ai-bolit alt-php-internal alt-php-hyperscan app-version-detector imunify-common imunify-notifier imunify360-venv imunify-core imunify-ui�
 ggC	
f�df�q1945:eb881cae4ac32453261aa5f46c49f8e2165afbca1945:1c4f0037c972239fe7498b2449e9de2d58fb6c0b8�-y update wp-toolkit-cpanel�ggg�}	
f�bf�b1944:1ffceac0847343e8dc059c7becefe9bd38825a541945:eb881cae4ac32453261aa5f46c49f8e2165afbca8--assumeyes --color=never --config /etc/yum.conf install cpanel-sitejet-plugin --enablerepo=powertools --enablerepo=epel
M	zqZ���=
�
�
�
+���sW2�������nJ5!
�
�
�
�
{
f	�	�	�	&			�@7�F+	���rQ8(�������rM'�H�w��	�.�,	�["copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�+	'"theme jupiter�"�*	�C"copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies��)	�
"copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��(	�"copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�'	�]"copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�&	�Y"copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �%	A"cpanel panel was detected.�$	"OK#�#	G"cPanel: register_appconfig..."�"	E"imunify-antivirus registered�!	%   version: 1� 	#   result: 1�	%   reason: OK!�	C   command: set_tweaksetting�	! metadata: 
�	 --- �	
 �	1 Fetch leika config
�	 enabled
�	 enabled�	- Install services�	= Perform initial settings#�	G whm-wp-toolkit-api registered"�	E cpanel-wp-toolkit registered�	3 Plugin installed ok-�	[ Install cPanel Plugin for theme jupiter�	? whm-wp-toolkit registered�	1 Install WHM PluginH�	� Executing: /usr/lib/systemd/systemd-sysv-install enable sw-enginet�	�g Synchronizing state of sw-engine.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.,�
	Y cpanel_php_fpm restarted successfully.�	
 `�	�? 	Apr 02 03:50:40 almalinux.cpanel.srv systemd[1]: Started FPM service for cPanel Daemons.c�
	�E 	Apr 02 03:50:39 almalinux.cpanel.srv systemd[1]: Starting FPM service for cPanel Daemons...�		# Startup Log�	
 ��	�+ 	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 102500 (systemd+/proc check method).�	) Service Status�	
 ��	� Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%   version: 1�	#   result: 16�	m   reason: Enabled monitoring for cpanel_php_fpm.!�	C   command: configureservice�	! metadata: 
�~	 --- �}	%   version: 1�|	#   result: 1�{	%   reason: OK!�z	C   command: set_tweaksetting�y	! metadata: 
�x	 --- �w	
 �v	1 Fetch leika config
�u	 enabled
�t	 enabled�s	- Install services�r	= Perform initial settings#�q	G whm-wp-toolkit-api registered"�p	E cpanel-wp-toolkit registered�o	3 Plugin installed ok-�n	[ Install cPanel Plugin for theme jupiter�m	? whm-wp-toolkit registered�l	1 Install WHM PluginH�k	� Executing: /usr/lib/systemd/systemd-sysv-install enable sw-enginet�j	�g Synchronizing state of sw-engine.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.,�i	Y cpanel_php_fpm restarted successfully.�h	
 `�g	�? 	Apr 02 03:50:40 almalinux.cpanel.srv systemd[1]: Started FPM service for cPanel Daemons.c�f	�E 	Apr 02 03:50:39 almalinux.cpanel.srv systemd[1]: Starting FPM service for cPanel Daemons...�e	# Startup Log�d	
 ��c	�+ 	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 102190 (systemd+/proc check method).�b	) Service Status�a	
 ��`	� Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.
H�L�,
�
{
=��M��]
�
�
�
9

	�	�	�	�	s���3*�G>�M2���yX?/������ylY5���MD-��v
��o��H�t	�#Executing: /usr/lib/systemd/systemd-sysv-install enable sw-enginet�s	�g#Synchronizing state of sw-engine.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.,�r	Y#cpanel_php_fpm restarted successfully.�q	
#c�p	�E#	Apr 16 11:58:48 srv11958447.ultasrv.net systemd[1]: Started FPM service for cPanel Daemons.f�o	�K#	Apr 16 11:58:47 srv11958447.ultasrv.net systemd[1]: Starting FPM service for cPanel Daemons...�n	##Startup Log�m	
#��l	�+#	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 282789 (systemd+/proc check method).�k	)#Service Status�j	
#��i	�#Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�h	%#  version: 1�g	##  result: 16�f	m#  reason: Enabled monitoring for cpanel_php_fpm.!�e	C#  command: configureservice�d	!#metadata: 
�c	#--- �b	%#  version: 1�a	##  result: 1�`	%#  reason: OK!�_	C#  command: set_tweaksetting�^	!#metadata: 
�]	#--- �\	
#�[	1#Fetch leika config
�Z	#enabled
�Y	#enabled�X	-#Install services�W	=#Perform initial settings#�V	G#whm-wp-toolkit-api registered"�U	E#cpanel-wp-toolkit registered�T	3#Plugin installed ok-�S	[#Install cPanel Plugin for theme jupiter�R	?#whm-wp-toolkit registered�Q	1#Install WHM PluginH�P	�#Executing: /usr/lib/systemd/systemd-sysv-install enable sw-enginet�O	�g#Synchronizing state of sw-engine.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.,�N	Y#cpanel_php_fpm restarted successfully.�M	
#c�L	�E#	Apr 16 11:58:48 srv11958447.ultasrv.net systemd[1]: Started FPM service for cPanel Daemons.f�K	�K#	Apr 16 11:58:47 srv11958447.ultasrv.net systemd[1]: Starting FPM service for cPanel Daemons...�J	##Startup Log�I	
#��H	�+#	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 282264 (systemd+/proc check method).�G	)#Service Status�F	
#��E	�#Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�D	%#  version: 1�C	##  result: 16�B	m#  reason: Enabled monitoring for cpanel_php_fpm.!�A	C#  command: configureservice�@	!#metadata: 
�?	#--- �>	;#    (ALL) NOPASSWD: ALLE�=	�	#User wp-toolkit may run the following commands on srv11958447:�<	
#D�;	�#    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�:	o#    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�9	�#    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�8	�#    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�7	�#    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�6	�#    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�5	�%#    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�4	�+#    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�3	}#Matching Defaults entries for wp-toolkit on srv11958447:;�2	w"User-side plugin is not installed. Skipping update...�1	"/�#�0	�E"copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies��/	�"copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��.	�"copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�-	�_"copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static
4����wR,�������jUA,
�
�
x
R
G
$s�-
�	�	�	4��`��q=���cX5��>�
�E��0�(	�_&copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�'	�[&copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�&	'&theme jupiter�"�%	�C&copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies��$	�
&copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��#	�&copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�"	�]&copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�!	�Y&copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static � 	A&cpanel panel was detected.�	&OK#�	G&cPanel: register_appconfig..."�	E&imunify-antivirus registeredB�	�&'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�	�
&sed: can't read /etc/cagefs/cagefs.mp: No such file or directory1�	c&Job for imunify-antivirus.service canceled.;�	w$User-side plugin is not installed. Skipping update...�	$/�#�	�E$copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies��	�$copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��	�$copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�	�_$copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�	�[$copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�	'$theme jupiter�"�	�C$copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies��	�
$copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��	�$copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�	�]$copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�
	�Y$copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �	A$cpanel panel was detected.�	$OK#�
	G$cPanel: register_appconfig..."�		E$imunify-antivirus registeredB�	�$'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�	�
$sed: can't read /etc/cagefs/cagefs.mp: No such file or directory�	%#  version: 1�	##  result: 1�	%#  reason: OK!�	C#  command: set_tweaksetting�	!#metadata: 
�	#--- �	
#�	1#Fetch leika config
�~	#enabled
�}	#enabled�|	-#Install services�{	=#Perform initial settings#�z	G#whm-wp-toolkit-api registered"�y	E#cpanel-wp-toolkit registered�x	3#Plugin installed ok-�w	[#Install cPanel Plugin for theme jupiter�v	?#whm-wp-toolkit registered�u	1#Install WHM Plugin
'el�9/
�
�
s
.
	���Q
�
3	�	w�}�J@�sN(�I����e�0�O	�_)copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�N	�[)copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�M	')theme jupiter�"�L	�C)copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�K	�q)copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��J	�)copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�I	�])copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�H	�Y)copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �G	A)cpanel panel was detected.�F	)OK#�E	G)cPanel: register_appconfig..."�D	E)imunify-antivirus registeredB�C	�('/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�B	�
(sed: can't read /etc/cagefs/cagefs.mp: No such file or directory;�A	w'User-side plugin is not installed. Skipping update...�@	'/�#�?	�E'copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies��>	�'copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��=	�'copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�<	�_'copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�;	�['copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�:	''theme jupiter�"�9	�C'copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies��8	�
'copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��7	�'copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�6	�]'copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�5	�Y'copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �4	A'cpanel panel was detected.�3	'OK#�2	G'cPanel: register_appconfig..."�1	E'imunify-antivirus registeredB�0	�''/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�/	�
'sed: can't read /etc/cagefs/cagefs.mp: No such file or directory1�.	c'Job for imunify-antivirus.service canceled.;�-	w&User-side plugin is not installed. Skipping update...�,	&/�#�+	�E&copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies��*	�&copying spa root from brought_by_package_manager/importmap.json to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��)	�&copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps
9����oL,���wW&K�
�
�
�
n)
K
*
���~N#���qO-	
�
�
�
k
M
,

	�	�	�	{	M	'	���|07libaps1.0.140redhat.8.240426.1114x86_64�"libcgroup0.4119.el8x86_64�!libavif0.10.13.el8x86_64�07libaps1.0.130redhat.8.230612.1943x86_64�%!	libmodplug0.8.9.09.el8x86_64.libmfx1.254.el8x86_64-$#libmetalink0.1.37.el8x86_64�libmd1.1.01.el8x86_64j!libmcpp2.7.220.el8x86_64%libkadm51.18.225.el8_8x86_64�-3libjpeg-turbo-devel1.5.312.el8x86_64�''libjpeg-turbo1.5.312.el8x86_64�libijs0.355.el8x86_64�%#libiec618831.2.018.el8x86_64$%libidn-devel1.345.el8x86_64�libidn1.345.el8x86_64� libicu60.32.el8_1x86_64�libgs9.276.el8x86_64�*1libgpg-error-devel1.311.el8x86_64�%%	libglvnd-glx1.3.41.el8x86_64!	libglvnd1.3.41.el8x86_64*+libgcrypt-devel1.8.57.el8_6x86_64�#!libfontenc1.1.38.el8x86_64�!libffado2.4.71.el8x86_64,!libdrm2.4.1141.el8x86_64!libdav1d0.5.22.el8x86_64+"libdatrie0.2.97.el8x86_64�%!libcurl7.61.130.el8_8.3x86_647%!libcurl7.61.130.el8_8.2x86_648 libconfig1.59.el8x86_64*-libcom_err-devel1.45.65.el8x86_64�/-#libcdio-paranoia10.2+0.94+23.el8x86_64
 libcdio2.0.03.el8x86_64&%libcap-devel2.485.el8_8x86_64�libcap2.485.el8_8x86_645libcap2.484.el8x86_646%#libc-client2007f24.el8x86_64� libbsd0.11.72.el8x86_64i"libbluray1.0.23.el8x86_64$#libavdevice4.2.91.el8x86_64;(#libatomic8.5.018.el8.almax86_64"!libasyncns0.814.el8x86_64
 libass0.17.11.el8x86_64*%libargon2201712273.el8x86_64h07libaps1.0.101centos.8.220111.1225x86_64�libaom3.6.11.el8x86_64)'%libaio-devel0.3.1121.el8x86_64�!libaio0.3.1121.el8x86_64�#!libXxf86vm1.1.49.el8x86_64�%%libXxf86misc1.0.41.el8x86_64� libXtst1.2.37.el8x86_64	libXt1.1.512.el8x86_64�"libXrandr1.5.21.el8x86_64�(%libXpm-devel3.5.129.el8_7x86_64�"libXpm3.5.129.el8_7x86_64�libXmu1.1.31.el8x86_64�$#libXinerama1.1.41.el8x86_64�
8�l�H>
�
�
�
��#�
n
X	��^�:0��X�a��?6�����Q=(�������rB&�����
�	-enabled
�	-enabled�	--Install services�	=-Perform initial settings#�	G-whm-wp-toolkit-api registered"�	E-cpanel-wp-toolkit registered�	3-Plugin installed ok-�	[-Install cPanel Plugin for theme jupiter�	?-whm-wp-toolkit registered�~	1-Install WHM Plugin,�}	Y-cpanel_php_fpm restarted successfully.�|	
-��{	�--	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 4105697 (systemd+/proc check method).�z	)-Service Status�y	
-��x	�-Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�w	%-  version: 1�v	#-  result: 16�u	m-  reason: Enabled monitoring for cpanel_php_fpm.!�t	C-  command: configureservice�s	!-metadata: 
�r	---- �q	;-    (ALL) NOPASSWD: ALLE�p	�	-User wp-toolkit may run the following commands on srv11958447:�o	
-D�n	�-    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�m	o-    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�l	�-    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�k	�-    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�j	�-    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�i	�-    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�h	�%-    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�g	�+-    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�f	}-Matching Defaults entries for wp-toolkit on srv11958447:;�e	w,User-side plugin is not installed. Skipping update...�d	,/�#�c	�E,copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�b	�s,copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��a	�,copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�`	�_,copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�_	�[,copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�^	',theme jupiter�"�]	�C,copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�\	�q,copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��[	�,copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�Z	�],copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�Y	�Y,copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �X	A,cpanel panel was detected.�W	,OK#�V	G,cPanel: register_appconfig..."�U	E,imunify-antivirus registered;�T	w)User-side plugin is not installed. Skipping update...�S	)/�#�R	�E)copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�Q	�s)copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��P	�)copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps
q��LE>70)"

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
z
s
l
e
^
W
P
I
B
;
4
-
&





	�	�	�	�	�	�	�	�jc\UNG@92+$
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
|
u
n
g
`
Y
R
K
D
=
6
/
(
!



����	�	�	�	�	�	�	�	�	�	�	~	w	p	i	b	[	T	M	F	?	8	1	*	#					������������������{tmf_XQJC<5.' ������������������xqjc\UNG@92+$������������������|ung`YRKD=6/(!�������������������yrkd]VOHA:3,%	������������������}vohaZSLE>70)"
�������������������������������yrkd]VOHA:3,%	������������������}vohaZS������������������{tmf_XQJC<5.' ������������������xq5�5�5�5�5�5�5�5�5�5�5�5�5�55~5}5|5{5z5y5x5w5v5u5t5s5r5q5p5o5n5m5l5k5j5i5h5g5f5e5d5c5b5a5`5_5^5]5\5[5Z5Y5X5W5V5U5T5S5R5Q5P5O5N5M5L5K5J5I5H5G5F5E5D5C5B5A5@5?5>5=5<5;5:595857565554535251505/5.5-5,5+5*5)5(5'5&5%5$5#5"5!5 5555555555555555555
555
5	5555555555�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�4�4�3�3�3�2�2�2�2�2�2�1�1�1�1�1�1�0�0�/�/�.�.�.�.�.�.�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�-�qponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�-�-�-�-�,�,�,�,�,�,�+�+�*�*�)�)�)�)�(�(�'�'�'�'�'�'�'�'�&�&�&�&�&�&�&�&�%�%�$�$�$�$�$$~$}$|#{#z"y"x"w"v!u!t s r�
jg������oZ�����mX
�
�
�

���rV1�������mI4 
�
�
�
�
�
�

j
)	�	z	+��8���fF9&����`W(
���zT3
������}iTG8!������o6"
�~g�q	)/Service Status�p	
/��o	�/Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�n	%/  version: 1�m	#/  result: 16�l	m/  reason: Enabled monitoring for cpanel_php_fpm.!�k	C/  command: configureservice�j	!/metadata: 
�i	/--- �h	%/  version: 1�g	#/  result: 1�f	%/  reason: OK�e	5/  command: addpkgext�d	!/metadata: �c	)/  pkg: default�b	/data: 
�a	/--- �`	%/  version: 1�_	#/  result: 1�^	%/  reason: OK!�]	C/  command: set_tweaksetting�\	!/metadata: 
�[	/--- �Z	
/�Y	1/Fetch leika config
�X	/enabled
�W	/enabled�V	-/Install services�U	=/Perform initial settings#�T	G/whm-wp-toolkit-api registered"�S	E/cpanel-wp-toolkit registered�R	3/Plugin installed ok-�Q	[/Install cPanel Plugin for theme jupiter�P	?/whm-wp-toolkit registered�O	1/Install WHM Plugin,�N	Y/cpanel_php_fpm restarted successfully.�M	
/��L	�+/	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 501582 (systemd+/proc check method).�K	)/Service Status�J	
/��I	�/Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�H	%/  version: 1�G	#/  result: 16�F	m/  reason: Enabled monitoring for cpanel_php_fpm.!�E	C/  command: configureservice�D	!/metadata: 
�C	/--- �B	;/    (ALL) NOPASSWD: ALLE�A	�	/User wp-toolkit may run the following commands on srv11958447:�@	
/D�?	�/    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�>	o/    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�=	�/    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�<	�/    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�;	�/    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�:	�/    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�9	�%/    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�8	�+/    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�7	}/Matching Defaults entries for wp-toolkit on srv11958447:�6	%-  version: 1�5	#-  result: 1�4	%-  reason: OK�3	5-  command: addpkgext�2	!-metadata: �1	)-  pkg: default�0	-data: 
�/	---- �.	%-  version: 1�-	#-  result: 1�,	%-  reason: OK!�+	C-  command: set_tweaksetting�*	!-metadata: 
�)	---- �(	
-�'	1-Fetch leika config
�&	-enabled
�%	-enabled�$	--Install services�#	=-Perform initial settings#�"	G-whm-wp-toolkit-api registered"�!	E-cpanel-wp-toolkit registered� 	3-Plugin installed ok-�	[-Install cPanel Plugin for theme jupiter�	?-whm-wp-toolkit registered�	1-Install WHM Plugin,�	Y-cpanel_php_fpm restarted successfully.�	
-��	�--	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 4105933 (systemd+/proc check method).�	)-Service Status�	
-��	�-Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%-  version: 1�	#-  result: 16�	m-  reason: Enabled monitoring for cpanel_php_fpm.!�	C-  command: configureservice�	!-metadata: 
�	---- Y�	�1-warning: file /etc/rc.d/init.d/sw-engine: remove failed: No such file or directory�	%-  version: 1�	#-  result: 1�
	%-  reason: OK!�	C-  command: set_tweaksetting�	!-metadata: 
�
	---- �		
-�	1-Fetch leika config
��H
��e
�	�	0�\1�yN���(>gg�}	
f���f���2000:83cfdcb9341ee0ea954984519f825267f4bfac9a2000:5e105e20a41f7db30eaa62ef3e4eb46c68a0ef928�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
=ggC	
f�"�f�"�2000:630e07643f46cb147472aa5740a37cd7c5b8eb9e2000:7a2e06574a34775349b4b597892bdf4010caf3708�-y update wp-toolkit-cpanel�(<gg�}	
f�f�2000:6c0a619dc2434da231c4a23fa9c258f34ff04f0b2000:630e07643f46cb147472aa5740a37cd7c5b8eb9e8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(;gg�}	
f�rRf�rT2000:1054a634d7a1e4d612f74fe46c1deb1b67cb2eb42000:6c0a619dc2434da231c4a23fa9c258f34ff04f0b8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
:ggC	
f���f���2000:e5663ee332f6f83fd08c1034498cd444ded7cb1f2000:1054a634d7a1e4d612f74fe46c1deb1b67cb2eb48�-y update wp-toolkit-cpanel�(9gg�}	
f���f���2000:84f7c96a999b4fda73a7357262a0483da8d8a1bb2000:e5663ee332f6f83fd08c1034498cd444ded7cb1f8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector|8gg)	
f��Qf��R1999:362286cb20593166142703cff01473800956ba4b2000:84f7c96a999b4fda73a7357262a0483da8d8a1bb8install screen�(7gg�}	
f���f���2000:9b00e4adbbb19968af460165e7d409ce6b38732e2000:e3fa377f0984447d19bd1801b8bb535698ad60a08�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(6gg�}	
f��Hf��H2000:01eb49c51b8f54ca1daeacbe92ced854d11cf4d02000:9b00e4adbbb19968af460165e7d409ce6b38732e8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�5ggm	
f�-wf�-�1968:8e2d651ab8e1bf81ef06bf1213e10be5aee0c3ee2000:01eb49c51b8f54ca1daeacbe92ced854d11cf4d08�-y --color=never --verbose shell /tmp/VP5B71ztge�4gg�Q	
f��>f��@1966:3908a607f09e8f9dfcae1f4417da9f65abfe4b531968:8e2d651ab8e1bf81ef06bf1213e10be5aee0c3ee8�--assumeyes --color=never --config /etc/yum.conf --disableplugin fastestmirror install whmcs-cpaddon-php81 whmcs-cpaddon --enablerepo=powertools --enablerepo=epel|3gg)	
f��gf��j1963:7e6e2bec6f321387cc44c97c162d4b4e888acbc01966:3908a607f09e8f9dfcae1f4417da9f65abfe4b538install vim -y�(2gg�}	
f�j(f�j+1963:6ec7909c7e981de189165612df2d3ae22a4cb4f31963:7e6e2bec6f321387cc44c97c162d4b4e888acbc08�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(1gg�}	
fz=Efz=L1963:ad9b53ccba8affe896ab655b17296145ae7e51f41963:8f40569a7a2dc83e19f4334658542d185096ab508�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
0ggC	
fvP�fvP�1963:cb6f6241b12c51b1a83a0fb47404e0b978f105f41963:ad9b53ccba8affe896ab655b17296145ae7e51f48�-y update wp-toolkit-cpanel�
/ggC	
ft�cft�s1963:89b87272b6a1d58ac87818e01cffdaf2bc5a0ce81963:cb6f6241b12c51b1a83a0fb47404e0b978f105f48�-y update wp-toolkit-cpanel�(.gg�}	
fs��fs��1963:5e17d0ce3c82045c5efde84ff1e0ea16f25029bd1963:89b87272b6a1d58ac87818e01cffdaf2bc5a0ce88�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
o�f].����Z9 
�
�
�
�
�
�
o
Z
M
>
'
����x�z(
�
�
M
	�	�	�	�	u	Q		�i`I��w\:
����iYI.%������p]@+����q\������w[6�������rN9%��`	0data: 
�_	0--- �^	%0  version: 1�]	#0  result: 1�\	%0  reason: OK!�[	C0  command: set_tweaksetting�Z	!0metadata: 
�Y	0--- �X	
0�W	10Fetch leika config
�V	0enabled
�U	0enabled�T	-0Install services�S	=0Perform initial settings#�R	G0whm-wp-toolkit-api registered"�Q	E0cpanel-wp-toolkit registered�P	30Plugin installed ok-�O	[0Install cPanel Plugin for theme jupiter�N	?0whm-wp-toolkit registered�M	10Install WHM Plugin,�L	Y0cpanel_php_fpm restarted successfully.�K	
0��J	�+0	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 641670 (systemd+/proc check method).�I	)0Service Status�H	
0��G	�0Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�F	%0  version: 1�E	#0  result: 16�D	m0  reason: Enabled monitoring for cpanel_php_fpm.!�C	C0  command: configureservice�B	!0metadata: 
�A	0--- �@	%0  version: 1�?	#0  result: 1�>	%0  reason: OK�=	50  command: addpkgext�<	!0metadata: �;	)0  pkg: default�:	0data: 
�9	0--- �8	%0  version: 1�7	#0  result: 1�6	%0  reason: OK!�5	C0  command: set_tweaksetting�4	!0metadata: 
�3	0--- �2	
0�1	10Fetch leika config
�0	0enabled
�/	0enabled�.	-0Install services�-	=0Perform initial settings#�,	G0whm-wp-toolkit-api registered"�+	E0cpanel-wp-toolkit registered�*	30Plugin installed ok-�)	[0Install cPanel Plugin for theme jupiter�(	?0whm-wp-toolkit registered�'	10Install WHM Plugin,�&	Y0cpanel_php_fpm restarted successfully.�%	
0��$	�+0	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 641479 (systemd+/proc check method).�#	)0Service Status�"	
0��!	�0Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.� 	%0  version: 1�	#0  result: 16�	m0  reason: Enabled monitoring for cpanel_php_fpm.!�	C0  command: configureservice�	!0metadata: 
�	0--- �	;0    (ALL) NOPASSWD: ALLE�	�	0User wp-toolkit may run the following commands on srv11958447:�	
0D�	�0    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�	o0    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�	�0    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�	�0    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�	�0    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�	�0    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�	�%0    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�	�+0    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�	}0Matching Defaults entries for wp-toolkit on srv11958447:�	%/  version: 1�
	#/  result: 1�	%/  reason: OK�	5/  command: addpkgext�
	!/metadata: �		)/  pkg: default�	/data: 
�	/--- �	%/  version: 1�	#/  result: 1�	%/  reason: OK!�	C/  command: set_tweaksetting�	!/metadata: 
�	/--- �	
/�	1/Fetch leika config
�~	/enabled
�}	/enabled�|	-/Install services�{	=/Perform initial settings#�z	G/whm-wp-toolkit-api registered"�y	E/cpanel-wp-toolkit registered�x	3/Plugin installed ok-�w	[/Install cPanel Plugin for theme jupiter�v	?/whm-wp-toolkit registered�u	1/Install WHM Plugin,�t	Y/cpanel_php_fpm restarted successfully.�s	
/��r	�+/	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 501773 (systemd+/proc check method).
���������|l\L<+��������|l\L<,
�
�
�
�
�
�
�
�
|
l
\
L
<
,

���������p_N>.��������wfUD3"
�
�
�
�
�
�
�
|
k
Z
I
8
'

	�	�	�	�	�	�	�	�	p	_	N	>	.		��������yhXH8(��������q`O>-��������raP?.��������sbQ@/
��������tcRA0��������{jYH7&�������~m\K:)�����	5
�	54�	5	�	53�	5�	5��	5�	52�	5�	51�	5
�		50
�		5�	5/�	5�	5.�	5�	5-�
	5�	5,�	5�
	5+�		5��	5��	5��	5��	5�
�		5*
�		5��	5)�	5�
�		5(
�		5�
�~		5'
�}		5��|	5&�{	5��z	5%�y	5��x	5$�w	5��v	5��u	5��t	5��s	5��r	5��q	5��p	5��o	5��n	5��m	5��l	5��k	5��j	5��i	5��h	5��g	5��f	5��e	5��d	5��c	5��b	5��a	5��`	5��_	5��^	5��]	5��\	5��[	5��Z	5��Y	5��X	5��W	5��V	5��U	5��T	5��S	5��R	5��Q	5��P	5��O	5��N	5��M	5��L	5��K	5��J	5��I	5��H	5��G	5��F	5��E	5��D	5��C	5�
�B		5#
�A		5�
�@		5"
�?		5�
�>		5!
�=		5�
�<		5 
�;		5��:	5��9	5�
�8		5
�7		5�
�6		5
�5		5�
�4		5
�3		5��2	5��1	5��0	5��/	5�
�.		5
�-		5��,	5��+	5�
�*		5
�)		5��(	5�'	5��&	5�%	5�
�$		5
�#		5��"	5�!	5�� 	5�	5��	5�	5��	5�	5�
�		5
�		5�
�		5
�		5��	5�	5��	5�	5��	5�	5��	5�	5��	5
�
	5��	5�	5��
	5�		5�
�		5

�		5��	5	�	5��	5��	5�
�		5
�		5�
�		5
�		5��~	5��}	5�
�|		5
�{		5�
�z		5
�y		5�
�x		5
�w		5�
�v		5�
�u		5��t			5��s			5��r			5��q			5�
�p		5�
�o		5�
�n		5�
�m		5�
�l		5�
�k		5�
�j		5�
�i		5�
�h		5�
�g		5�
�f		5�
�e		5�
�d		5�
�c		5�
�b		5�
�a		5�
�`		5�
�_		5�
�^		5�
�]		5�
�\		5�
�[		5�
�Z		5�
�Y		5�
�X		5�
�W		5�
�V		4�
�U		4��T			3�
�S		3��R			3��Q	2u�P	2�	
�O		2t
�N		2�	
�M		2�
�L		2�	
�K		1�
�J		1�	
�I		1r
�H		1�	�G	1n�F	1�	�E	0��D	0�
<������{G���mb?
��H�&
^	�	�����-�y8��:��G
��uUH5���) 	ne6����"�	E:cpanel-wp-toolkit registered�	3:Plugin installed ok-�	[:Install cPanel Plugin for theme jupiter�	?:whm-wp-toolkit registered�	1:Install WHM Plugin,�	Y:cpanel_php_fpm restarted successfully.�	
:��	�-:	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 1933699 (systemd+/proc check method).�	):Service Status�	
:��	�:Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%:  version: 1�	#:  result: 16�	m:  reason: Enabled monitoring for cpanel_php_fpm.!�	C:  command: configureservice�
	!:metadata: 
�	:--- �	;:    (ALL) NOPASSWD: ALLE�
	�	:User wp-toolkit may run the following commands on srv11958447:�		
:D�	�:    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�	o:    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�	�:    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�	�:    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�	�:    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�	�:    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�	�%:    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�	�+:    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�	}:Matching Defaults entries for wp-toolkit on srv11958447:B�	�9'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�~	�
9sed: can't read /etc/cagefs/cagefs.mp: No such file or directory"�}	E5Doing standard EA4 profiles.[�|	�55warning: /etc/apache2/conf/mime.types created as /etc/apache2/conf/mime.types.rpmnew�{	94Id: TQ:TaskQueue:41531;�z	w2User-side plugin is not installed. Skipping update...�y	2/�#�x	�E2copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�w	�s2copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��v	�2copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�u	�_2copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�t	�[2copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�s	'2theme jupiter�"�r	�C2copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�q	�q2copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��p	�2copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�o	�]2copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�n	�Y2copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �m	A2cpanel panel was detected.�l	2OK#�k	G2cPanel: register_appconfig..."�j	E2imunify-antivirus registeredB�i	�1'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�h	�
1sed: can't read /etc/cagefs/cagefs.mp: No such file or directory1�g	c1Job for imunify-antivirus.service canceled.�f	%0  version: 1�e	#0  result: 1�d	%0  reason: OK�c	50  command: addpkgext�b	!0metadata: �a	)0  pkg: default
MO����rA��o��e0���a-
�
�
�
Y
'���`/���a)
�
�
�
K
	�	�	q	;		���m;=	����eQ$����pI+��F!��zW�iG�uJ�31%ea-php82-php-posix8.2.201.3.1.cpanelx86_64<J)%ea-php828.2.101.1.1.cpanelx86_64�55%ea-php82-php-sockets8.2.201.3.1.cpanelx86_64=22
"#gcc8.5.018.el8.almax86_64�#galera-426.4.141.el8x86_64�$!fuse3-libs3.3.019.el8x86_64�@)Ifuse-overlayfs0.7.81.module_el8.5.0+2635+e4386a39x86_64�ftp0.1778.el8x86_64�$#fstrm-devel0.6.13.el8x86_64�fstrm0.6.13.el8x86_64�ed1.14.24.el8x86_64"%epel-release821.el8noarch�31)ea-profiles-cpanel1.071.71.1.cpanelx86_64A1-%ea-php82-runtime8.2.201.2.1.cpanelx86_64@1-%ea-php82-php-zip8.2.201.3.1.cpanelx86_64?1-%ea-php82-php-xml8.2.201.3.1.cpanelx86_64>67%ea-php82-php-calendar8.2.101.1.2.cpanelx86_64�43%ea-php82-php-bcmath8.2.201.3.1.cpanelx86_64)43%ea-php82-php-bcmath8.2.101.1.2.cpanelx86_64�0''ea-php82-pear1.10.136.6.22.cpanelnoarch�0''ea-php82-pear1.10.133.3.25.cpanelnoarch�)%ea-php828.2.201.2.1.cpanelx86_64(1-%ea-php81-runtime8.1.291.1.1.cpanelx86_64'1-%ea-php81-runtime8.1.231.1.1.cpanelx86_64M1-%ea-php81-php-zip8.1.291.2.1.cpanelx86_64&� fribidi1.0.49.el8x86_64�')freetype-devel2.9.19.el8x86_64�*-fontconfig-devel2.13.14.el8x86_64�flex2.6.19.el8x86_64�&flac-libs1.3.29.el8_8.1x86_64$#ffmpeg-libs4.2.91.el8x86_64:%%ffmpeg-devel4.2.91.el8x86_649ffmpeg4.2.91.el8x86_648%#expat-devel2.2.511.el8x86_64�"%epel-release819.el8noarch�,3environment-modules4.5.23.el8x86_64N--	!emacs-filesystem26.110.el8_8.2noarch�$+efi-srpm-macros33.el8noarch�21)ea-profiles-cpanel1.062.64.4.cpanelx86_64�1-%ea-php82-runtime8.2.101.1.1.cpanelx86_64�1-%ea-php82-php-zip8.2.101.1.2.cpanelx86_64�1-%ea-php82-php-xml8.2.101.1.2.cpanelx86_64�55%ea-php82-php-sockets8.2.101.1.2.cpanelx86_64�31%ea-php82-php-posix8.2.101.1.2.cpanelx86_64�1-%ea-php82-php-pdo8.2.201.3.1.cpanelx86_64;1-%ea-php82-php-pdo8.2.101.1.2.cpanelx86_64�55%ea-php82-php-opcache8.2.201.3.1.cpanelx86_64:55%ea-php82-php-opcache8.2.101.1.2.cpanelx86_64�55%ea-php82-php-mysqlnd8.2.201.3.1.cpanelx86_64955%ea-php82-php-mysqlnd8.2.101.1.2.cpanelx86_64�79'ea-php82-php-memcached3.2.03.5.15.cpanelx86_64879'ea-php82-php-memcached3.2.01.2.48.cpanelx86_64�67%ea-php82-php-mbstring8.2.201.3.1.cpanelx86_64767%ea-php82-php-mbstring8.2.101.1.2.cpanelx86_64�79%ea-php82-php-litespeed8.2.201.3.1.cpanelx86_64679%ea-php82-php-litespeed8.2.101.1.2.cpanelx86_64�2/%ea-php82-php-imap8.2.201.3.1.cpanelx86_6452/%ea-php82-php-imap8.2.101.1.2.cpanelx86_64�31%ea-php82-php-iconv8.2.201.3.1.cpanelx86_64431%ea-php82-php-iconv8.2.101.1.2.cpanelx86_64�0+%ea-php82-php-gd8.2.201.3.1.cpanelx86_6430+%ea-php82-php-gd8.2.101.1.2.cpanelx86_64�1-%ea-php82-php-ftp8.2.201.3.1.cpanelx86_6421-%ea-php82-php-ftp8.2.101.1.2.cpanelx86_64�1-%ea-php82-php-fpm8.2.201.3.1.cpanelx86_6411-%ea-php82-php-fpm8.2.101.1.2.cpanelx86_64�67%ea-php82-php-fileinfo8.2.201.3.1.cpanelx86_64067%ea-php82-php-fileinfo8.2.101.1.2.cpanelx86_64�2/%ea-php82-php-exif8.2.201.3.1.cpanelx86_64/2/%ea-php82-php-exif8.2.101.1.2.cpanelx86_64�31%ea-php82-php-devel8.2.201.3.1.cpanelx86_64.31%ea-php82-php-devel8.2.101.1.2.cpanelx86_64�2/%ea-php82-php-curl8.2.201.3.1.cpanelx86_64-2/%ea-php82-php-curl8.2.101.1.2.cpanelx86_64�43%ea-php82-php-common8.2.201.3.1.cpanelx86_64,43%ea-php82-php-common8.2.101.1.2.cpanelx86_64�1-%ea-php82-php-cli8.2.201.3.1.cpanelx86_64+1-%ea-php82-php-cli8.2.101.1.2.cpanelx86_64�67%ea-php82-php-calendar8.2.201.3.1.cpanelx86_64*
J���V ��}F

�
�
[
%��}G����\4
�
�
�
Y
'	�	�	�	U	��m.��y7���K���^*���j4��r<��l5��\(��0�g+%�ea-php74-php-gd7.4.339.9.8.cpanelx86_641�f-%�ea-php74-php-ftp7.4.339.9.8.cpanelx86_641�e-%�ea-php74-php-fpm7.4.339.9.8.cpanelx86_646�d7%�ea-php74-php-fileinfo7.4.339.9.8.cpanelx86_642�c/%�ea-php74-php-exif7.4.339.9.8.cpanelx86_643�b1%�ea-php74-php-devel7.4.339.9.8.cpanelx86_642�a/%�ea-php74-php-curl7.4.339.9.8.cpanelx86_644�`3%�ea-php74-php-common7.4.339.9.8.cpanelx86_641�_-%�ea-php74-php-cli7.4.339.9.8.cpanelx86_646�^7%�ea-php74-php-calendar7.4.339.9.8.cpanelx86_644�]3%�ea-php74-php-bcmath7.4.339.9.8.cpanelx86_64)�\%�ea-php747.4.333.4.1.cpanelx86_643�[-+�ea-php-cli-lsphp1.0.011.16.11.cpanelx86_64-�Z!+�ea-php-cli1.0.011.16.11.cpanelx86_642�Y1%�ea-oniguruma-devel6.9.91.1.7.cpanelx86_64,�X%%�ea-oniguruma6.9.91.1.7.cpanelx86_64+�W!%�ea-nghttp21.62.11.1.1.cpanelx86_643�V3'�ea-modsec-sdbm-util0.024.7.27.cpanelx86_64*�U%�ea-libzip1.10.11.1.1.cpanelx86_64+�T!%�ea-libxml22.12.61.1.1.cpanelx86_64.�S'%�ea-libnghttp21.62.11.1.1.cpanelx86_641�R+'�ea-libmemcached1.0.187.7.28.cpanelx86_641�Q%)�ea-libargon2201610293.3.112.cpanelx86_64/�P+)�ea-cpanel-tools1.094.96.1.cpanelx86_64*�O'�ea-brotli1.0.92.2.18.cpanelx86_64,�N#'�ea-apr-util1.6.31.1.39.cpanelx86_64'�M'�ea-apr1.7.41.1.24.cpanelx86_642�L/%�ea-apache24-tools2.4.591.1.3.cpanelx86_64:�K?%�ea-apache24-mod_unique_id2.4.591.1.3.cpanelx86_644�J3%�ea-apache24-mod_ssl2.4.591.1.3.cpanelx86_64:�I?'�ea-apache24-mod_security22.9.71.1.81.cpanelx86_648�H7+�ea-apache24-mod_ruid20.9.820.25.50.cpanelx86_64?�GI%�ea-apache24-mod_proxy_wstunnel2.4.591.1.3.cpanelx86_64;�FA%�ea-apache24-mod_proxy_http2.4.591.1.3.cpanelx86_64;�EA%�ea-apache24-mod_proxy_fcgi2.4.591.1.3.cpanelx86_646�D7%�ea-apache24-mod_proxy2.4.591.1.3.cpanelx86_64<�CC%�ea-apache24-mod_mpm_prefork2.4.591.1.3.cpanelx86_648�B;%�ea-apache24-mod_headers2.4.591.1.3.cpanelx86_648�A;%�ea-apache24-mod_expires2.4.591.1.3.cpanelx86_648�@;%�ea-apache24-mod_deflate2.4.591.1.3.cpanelx86_644�?3%�ea-apache24-mod_cgi2.4.591.1.3.cpanelx86_64:�>?+�ea-apache24-mod_bwlimited1.448.56.48.cpanelx86_64,�=#%�ea-apache242.4.591.1.3.cpanelx86_640�<''�ea-php82-pear1.10.136.6.22.cpanelnoarch0�;''�ea-php81-pear1.10.136.6.16.cpanelnoarch/�:'%�ea-php80-pear1.10.136.6.9.cpanelnoarch0�9''�ea-php74-pear1.10.136.6.12.cpanelnoarch/�8+)�ea-documentroot1.07.11.15.cpanelnoarch<�7A-�ea-apache24-config-runtime1.0193.197.4.cpanelnoarch4�61-�ea-apache24-config1.0193.197.4.cpanelnoarch%�5%�svt-av1-libs0.8.71.el8x86_64!�4�libavif0.10.13.el8x86_64"�3!�pcre-utf328.426.el8x86_64"�2!�pcre-utf168.426.el8x86_64"�1!�pcre-devel8.426.el8x86_64 �0�pcre-cpp8.426.el8x86_642�/-'�ea-php72-runtime7.2.343.3.15.cpanelx86_643�.-)�ea-php72-php-zip7.2.349.11.14.cpanelx86_643�--)�ea-php72-php-xml7.2.349.11.14.cpanelx86_647�,5)�ea-php72-php-sockets7.2.349.11.14.cpanelx86_645�+1)�ea-php72-php-posix7.2.349.11.14.cpanelx86_643�*-)�ea-php72-php-pdo7.2.349.11.14.cpanelx86_647�)5)�ea-php72-php-opcache7.2.349.11.14.cpanelx86_647�(5)�ea-php72-php-mysqlnd7.2.349.11.14.cpanelx86_648�'7)�ea-php72-php-mbstring7.2.349.11.14.cpanelx86_649�&9)�ea-php72-php-litespeed7.2.349.11.14.cpanelx86_644�%/)�ea-php72-php-imap7.2.349.11.14.cpanelx86_645�$1)�ea-php72-php-iconv7.2.349.11.14.cpanelx86_642�#+)�ea-php72-php-gd7.2.349.11.14.cpanelx86_643�"-)�ea-php72-php-ftp7.2.349.11.14.cpanelx86_643�!-)�ea-php72-php-fpm7.2.349.11.14.cpanelx86_648� 7)�ea-php72-php-fileinfo7.2.349.11.14.cpanelx86_644�/)�ea-php72-php-exif7.2.349.11.14.cpanelx86_645�1)�ea-php72-php-devel7.2.349.11.14.cpanelx86_64
q��K;+��������{k[K;+������z�5�
�
�
�
�
i
H
'
����a@��E$]��Pf������^�E
�H��3����~;�
���qhI8%�������qaQ8(���������{k[���������xfVJ8, ���������zh[E�/
�
u
e
U
@
3
$

	�	�	�	�	�	�	�	�	t	e	Y	B	5	"		�F8, 
���������tjbXC3 �������q'inotify-tools Cimunify-ui-antivirus-cpanel Cimunify-ui-antivirus-cpanel� Cimunify-ui-antivirus-cpanel+imunify360-venvd+imunify360-venv� Cimunify-ui-antivirus-cpanel�+imunify360-venv�+imunify360-venv�libcgroup� Cimunify-ui-antivirus-cpanel� Cimunify-ui-antivirus-cpanel�+imunify360-venv~libaps� Cimunify-ui-antivirus-cpanel�+imunify360-venv� Cimunify-ui-antivirus-cpanel��	!imunify-ui! Cimunify-ui-antivirus-cpanel�!imunify-ui!imunify-ui!imunify-ui
!imunify-ui!imunify-ui!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui�!imunify-ui{!imunify-uiv!imunify-uir!imunify-uij!imunify-uiY!imunify-uiU!imunify-uiI!imunify-ui�!imunify-uit!imunify-uio!imunify-uil!libXdamage�!libXcursor�'libXcomposite�libXaw�%libXau-devel�!libX11-xcb�%libX11-devel�
libSM�libICE�leveldbg
lcms2�lame-libs
krb5-libs4
krb5-libs3!krb5-devel�3keyutils-libs-devel�#kexec-tools2#kexec-tools1/kernel-tools-libs0/kernel-tools-libs/%kernel-tools.%kernel-tools-)kernel-modules)kernel-headers�#kernel-core
kernel%json-c-devel�%jbigkit-libs�'jbig2dec-libs�#jasper-libs�?jack-audio-connection-kit(isl�
iptables�iproute,iproute++imunify360-venv�+imunify360-venvV Cimunify-ui-antivirus-cpanel Cimunify-ui-antivirus-cpanel Cimunify-ui-antivirus-cpanel� Cimunify-ui-antivirus-cpanel� Cimunify-ui-antivirus-cpanel� Cimunify-ui-antivirus-cpanel�+imunify360-venv� Cimunify-ui-antivirus-cpanel� Cimunify-ui-antivirus-cpanel+imunify360-venv��3imunify-wp-security?+imunify360-venv= Cimunify-ui-antivirus-cpanel<!imunify-ui;3imunify-wp-security7 Cimunify-ui-antivirus-cpanel4!imunify-ui3 Cimunify-ui-antivirus-cpanel2!imunify-ui13imunify-wp-security,+imunify360-venv( Cimunify-ui-antivirus-cpanel'!imunify-ui& Cimunify-ui-antivirus-cpanel" Cimunify-ui-antivirus-cpanel| Cimunify-ui-antivirus-cpanelw Cimunify-ui-antivirus-cpanels Cimunify-ui-antivirus-cpanelk Cimunify-ui-antivirus-cpanelZ Cimunify-ui-antivirus-cpanelV Cimunify-ui-antivirus-cpanelJ Cimunify-ui-antivirus-cpanel� Cimunify-ui-antivirus-cpanelu Cimunify-ui-antivirus-cpanelp Cimunify-ui-antivirus-cpanelm Cimunify-ui-antivirus-cpaneli Cimunify-ui-antivirus-cpaneld Cimunify-ui-antivirus-cpanel_ Cimunify-ui-antivirus-cpanelU-libcom_err-devel�-libcdio-paranoia
libcdio%libcap-devel�
libcap6
libcap5#libc-client�libbsdilibbluraylibavif�#libavdevice;libatomic!libasyncns
libass*libargon2hlibaps�libaps�libaom)%libaio-devel�libaio�!libXxf86vm�%libXxf86misc�libXtst	
libXt�libXrandr�%libXpm-devel�libXpm�libXmu�#libXinerama�
libXi�libXft�libXfixes�
H���Z ��t<
�
�
f
2���a-���V
�
�
�
L
	�	�	l	4	��^*���Y%���N��zD��a'���M��yM��r=�2�//%/ea-php82-php-exif8.2.201.3.1.cpanelx86_643�.1%.ea-php82-php-devel8.2.201.3.1.cpanelx86_642�-/%-ea-php82-php-curl8.2.201.3.1.cpanelx86_644�,3%,ea-php82-php-common8.2.201.3.1.cpanelx86_641�+-%+ea-php82-php-cli8.2.201.3.1.cpanelx86_646�*7%*ea-php82-php-calendar8.2.201.3.1.cpanelx86_644�)3%)ea-php82-php-bcmath8.2.201.3.1.cpanelx86_64)�(%(ea-php828.2.201.2.1.cpanelx86_641�'-%'ea-php81-runtime8.1.291.1.1.cpanelx86_641�&-%&ea-php81-php-zip8.1.291.2.1.cpanelx86_641�%-%%ea-php81-php-xml8.1.291.2.1.cpanelx86_645�$5%$ea-php81-php-sockets8.1.291.2.1.cpanelx86_643�#1%#ea-php81-php-posix8.1.291.2.1.cpanelx86_641�"-%"ea-php81-php-pdo8.1.291.2.1.cpanelx86_645�!5%!ea-php81-php-opcache8.1.291.2.1.cpanelx86_645� 5% ea-php81-php-mysqlnd8.1.291.2.1.cpanelx86_647�9'ea-php81-php-memcached3.2.02.2.60.cpanelx86_646�7%ea-php81-php-mbstring8.1.291.2.1.cpanelx86_647�9%ea-php81-php-litespeed8.1.291.2.1.cpanelx86_648�9'ea-php81-php-ioncube1212.0.52.2.74.cpanelx86_642�/%ea-php81-php-imap8.1.291.2.1.cpanelx86_643�1%ea-php81-php-iconv8.1.291.2.1.cpanelx86_640�+%ea-php81-php-gd8.1.291.2.1.cpanelx86_641�-%ea-php81-php-ftp8.1.291.2.1.cpanelx86_641�-%ea-php81-php-fpm8.1.291.2.1.cpanelx86_646�7%ea-php81-php-fileinfo8.1.291.2.1.cpanelx86_642�/%ea-php81-php-exif8.1.291.2.1.cpanelx86_643�1%ea-php81-php-devel8.1.291.2.1.cpanelx86_642�/%ea-php81-php-curl8.1.291.2.1.cpanelx86_644�3%ea-php81-php-common8.1.291.2.1.cpanelx86_641�-%ea-php81-php-cli8.1.291.2.1.cpanelx86_646�7%ea-php81-php-calendar8.1.291.2.1.cpanelx86_644�3%ea-php81-php-bcmath8.1.291.2.1.cpanelx86_64)�%ea-php818.1.291.1.1.cpanelx86_642�
-'
ea-php80-runtime8.0.301.1.14.cpanelx86_641�-%ea-php80-php-zip8.0.304.4.8.cpanelx86_641�-%ea-php80-php-xml8.0.304.4.8.cpanelx86_645�
5%
ea-php80-php-sockets8.0.304.4.8.cpanelx86_643�	1%	ea-php80-php-posix8.0.304.4.8.cpanelx86_641�-%ea-php80-php-pdo8.0.304.4.8.cpanelx86_645�5%ea-php80-php-opcache8.0.304.4.8.cpanelx86_645�5%ea-php80-php-mysqlnd8.0.304.4.8.cpanelx86_646�7%ea-php80-php-mbstring8.0.304.4.8.cpanelx86_647�9%ea-php80-php-litespeed8.0.304.4.8.cpanelx86_642�/%ea-php80-php-imap8.0.304.4.8.cpanelx86_643�1%ea-php80-php-iconv8.0.304.4.8.cpanelx86_640�+%ea-php80-php-gd8.0.304.4.8.cpanelx86_641�-%ea-php80-php-ftp8.0.304.4.8.cpanelx86_641�-%�ea-php80-php-fpm8.0.304.4.8.cpanelx86_646�~7%�ea-php80-php-fileinfo8.0.304.4.8.cpanelx86_642�}/%�ea-php80-php-exif8.0.304.4.8.cpanelx86_643�|1%�ea-php80-php-devel8.0.304.4.8.cpanelx86_642�{/%�ea-php80-php-curl8.0.304.4.8.cpanelx86_644�z3%�ea-php80-php-common8.0.304.4.8.cpanelx86_641�y-%�ea-php80-php-cli8.0.304.4.8.cpanelx86_646�x7%�ea-php80-php-calendar8.0.304.4.8.cpanelx86_644�w3%�ea-php80-php-bcmath8.0.304.4.8.cpanelx86_64*�v'�ea-php808.0.301.1.14.cpanelx86_641�u-%�ea-php74-runtime7.4.333.4.1.cpanelx86_641�t-%�ea-php74-php-zip7.4.339.9.8.cpanelx86_641�s-%�ea-php74-php-xml7.4.339.9.8.cpanelx86_645�r5%�ea-php74-php-sockets7.4.339.9.8.cpanelx86_643�q1%�ea-php74-php-posix7.4.339.9.8.cpanelx86_641�p-%�ea-php74-php-pdo7.4.339.9.8.cpanelx86_645�o5%�ea-php74-php-opcache7.4.339.9.8.cpanelx86_645�n5%�ea-php74-php-mysqlnd7.4.339.9.8.cpanelx86_648�m9)�ea-php74-php-memcached3.1.38.13.57.cpanelx86_646�l7%�ea-php74-php-mbstring7.4.339.9.8.cpanelx86_647�k9%�ea-php74-php-litespeed7.4.339.9.8.cpanelx86_648�j9'�ea-php74-php-ioncube1212.0.52.2.72.cpanelx86_642�i/%�ea-php74-php-imap7.4.339.9.8.cpanelx86_643�h1%�ea-php74-php-iconv7.4.339.9.8.cpanelx86_64
VX���gD��tK'���hC
�
�
�
v
G
 ���i;
��t> 
�
�
�
�
c
A
	�	�	�	j	B	���zR*���b:���wP)���A����~/��W0	e=�h���V�~un'/imunify-antivirus8.6.126x86_64)'/imunify-antivirus8.6.114x86_64#&/imunify-antivirus8.5.41x86_64�&/imunify-antivirus8.5.32noarch�()imunify-common1.3.112.el8x86_64 &/imunify-antivirus8.6.92x86_64&/imunify-antivirus8.6.91x86_64()imunify-common1.3.102.el8x86_64&/imunify-antivirus8.6.81x86_64&/imunify-antivirus8.6.71x86_64	�(&/imunify-antivirus8.6.51x86_64��(&/imunify-antivirus8.6.11x86_64�&/imunify-antivirus8.5.61x86_64�(/imunify-antivirus8.5.41.1x86_64�"!	gdbm-devel1.182.el8x86_64�!gd-devel2.2.57.el8x86_64�gd2.2.57.el8x86_64�11#gcc-plugin-annobin8.5.018.el8.almax86_64�~2&/imunify-antivirus8.8.11x86_649&/imunify-antivirus8.7.21x86_645&/imunify-antivirus8.7.11x86_64/�')imunify-common1.2.51.el8x86_64R')imunify-common1.2.42.el8x86_64�&/imunify-antivirus8.5.11noarch�&/imunify-antivirus8.5.02noarch�&/imunify-antivirus8.4.41noarch�&/imunify-antivirus8.4.31noarch�&/imunify-antivirus8.4.21noarch�&/imunify-antivirus8.3.21noarch�&/imunify-antivirus8.2.02noarch�&/imunify-antivirus8.1.11noarch�&/imunify-antivirus8.0.22noarch�&/imunify-antivirus7.6.41noarchQ&/imunify-antivirus7.4.01noarch�'/imunify-antivirus7.17.11noarcho'/imunify-antivirus7.16.42noarchh'/imunify-antivirus7.16.21noarche'/imunify-antivirus7.16.11noarchc'/imunify-antivirus7.16.01noarchb'/imunify-antivirus7.15.21noarch`'/imunify-antivirus7.15.11noarchW'/imunify-antivirus7.14.21noarchQ'/imunify-antivirus7.14.11noarchM'/imunify-antivirus7.14.01noarchG'/imunify-antivirus7.13.41noarch�'/imunify-antivirus7.12.41noarchn'/imunify-antivirus7.12.31noarchj'/imunify-antivirus7.11.21noarchf'/imunify-antivirus7.10.21noarcha!ilmbase2.2.013.el8x86_64�/)%hunspell-en-US0.20140811.112.el8noarch�/)%hunspell-en-GB0.20140811.112.el8noarch�,#%hunspell-en0.20140811.112.el8noarch�!hunspell1.6.21.el8x86_64�htop3.2.11.el8x86_64�*1hicolor-icon-theme0.172.el8noarch�!harfbuzz1.7.53.el8x86_64�gtk22.24.325.el8x86_64�17gtk-update-icon-cache3.22.3011.el8x86_64�gsm1.0.175.el8x86_6453	-grub2-tools-minimal2.02148.el8_8.1.almax86_64)13	%grub2-tools-minimal2.02148.el8.almax86_64*3/	-grub2-tools-extra2.02148.el8_8.1.almax86_64'//	%grub2-tools-extra2.02148.el8.almax86_64(0+	-	grub2-tools-efi2.02148.el8_8.1.almax86_64-#	-grub2-tools2.02148.el8_8.1.almax86_64%)#	%grub2-tools2.02148.el8.almax86_64&2-	-grub2-pc-modules2.02148.el8_8.1.almanoarch#.-	%grub2-pc-modules2.02148.el8.almanoarch$*	-grub2-pc2.02148.el8_8.1.almax86_64!&	%grub2-pc2.02148.el8.almax86_64".%	-grub2-common2.02148.el8_8.1.almanoarch*%	%grub2-common2.02148.el8.almanoarch #graphviz2.40.144.el8x86_64�$graphite21.3.1010.el8x86_64�#gpm-libs1.20.717.el8x86_64�4;google-droid-sans-fonts2012071513.el8noarch�$)go-srpm-macros217.el8noarch�"glibmm242.56.02.el8x86_64-3glibc-locale-source2.28225.el8x86_64�''glibc-headers2.28225.el8x86_64�%#glibc-devel2.28225.el8x86_64�giflib5.1.43.el8x86_64�##ghostscript9.276.el8x86_64�(+ghc-srpm-macros1.4.27.el8noarch�*'gettext-devel0.19.8.117.el8x86_64�15gettext-common-devel0.19.8.117.el8noarch�.3gdk-pixbuf2-modules2.36.125.el8x86_64�
���������xgVE4#�������n]L;*
�
�
�
�
�
�
�
�
q
`
O
>
-

��������raP?.��������sbQ@/
�
�
�
�
�
�
�
�
t
c
R
A
0

	�	�	�	�	�	�	�	�	u	d	S	B	1	 	��������yiYI9)��������sbQ@/��������}m\K;+	��������vfUD4$�������|l\K:*
��������vfVE4$��������p`P@0 �����y	Wm�x	Wx�w	Vs�v	Vw
�u		Vr
�t		Vv
�s		U�
�r		Uu
�q		Up
�p		Ut�o	Tk�n	Ts	
�m		Tj
�l		Tr	
�k		Sl
�j		Sq	
�i		Sn
�h		Sp�g	Sh�f	So
�e		Ri
�d		Rn	�c	QT�b	Qm
�a		Pg
�`		Pl	�_	OZ�^	Ok	
�]		OY
�\		Oj	
�[		Nf
�Z		Ni	�Y	Ne�X	Nh	
�W		Ma
�V		Mg
�U		LX
�T		Lf	�S	Lc�R	Le	
�Q		K�
�P		Kd	�O	Jb�N	Jc	�M	I`�L	Ib	
�K		HS
�J		Ha	�I	GW�H	G`	�G	F[�F	F_
�E		FZ
�D		F^�C	FY�B	F]
�A		F\�@			F[�?	EV�>	EZ	
�=		EU
�<		EY	
�;		ER
�:		EX	�9	EQ�8	EW	�7	DJ�6	DV	
�5		DI
�4		DU	�3	CL�2	CT
�1		BO
�0		BS	
�/		BP
�.		BR�-	BM�,	BQ
�+		AN
�*		AP	
�)		@K
�(		@O	
�'		?�
�&		?N	�%	>G�$	>M	�#	=H�"	=L
�!		<E
� 		<K	�	;��	;J
�		;�
�		;I�	:��	:H�	9��	9G	
�		9�
�		9F	
�		9C
�		9E	
�		8D
�		7s
�		7C	
�		6W
�		6B	�	5��
	5A�	5��	5@�
	5��		5?�	5��	5>�	5��	5=�	5��	5<�	5��	5;�	5��	5:�~	5��}	59�|	5��{	58�z	5��y	57�x	5��w	56�v	5��u	55�t	5��s	54�r	5��q	53�p	5��o	52�n	5��m	51�l	5��k	50�j	5��i	5/�h	5��g	5.�f	5��e	5-�d	5��c	5,�b	5��a	5+�`	5��_	5*�^	5��]	5)�\	5��[	5(�Z	5M�Y	5'�X	5L�W	5&�V	5K�U	5%�T	5J�S	5$�R	5I�Q	5#�P	5H�O	5"�N	5��M	5!�L	5G�K	5 �J	5��I	5�H	5F�G	5
�F		5E
�E		5�D	5��C	5�B	5D�A	5�@	5C�?	5�>	5B�=	5�<	5A�;	5�:	5@�9	5�8	5��7	5�6	5��5	5
�4		5?
�3		5�2	5>�1	5
�0		5=
�/		5
�.		5<
�-		5�,	5;�+	5�*	5:�)	5�(	59�'	5�&	58�%	5
�$	57�#	5�"	56�!	5� 	55
4����������������������|vpjd^XRLF@:4.("
����������������������ztnhb\VPJD>82,& 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
~
x
r
l
f
`
Z
T
N
H
B
<
6
0
*
$





���������������������|vpjd^XRLF@:4.("
����������������������ztnhb\VPJD>82,& 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
~
x
r
l
f
`
Z
T
N
H
B
<
6
0
*
$





	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	|	v	p	j	d	^	X	R	L	F	@	:	4	.	(	"				
	�����������A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	�����������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� ������������������
�;���������h`XPH@8h0(` XP����������������xph`X8P0H@80( �������������x�����(8HH���������������������x�@�xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	x	p	h	`	X	P	H	@	8	0	(	 				�p����x��X�h�����8p�`P(@�0 ��@�������P��������xp�h�`X0H�8 (p������`�p�0� �@��xPh�XH�P�8�hxh�X(H�@�0� �x���
`�����X�H�8�(p
�`P
�@
�0
� 
�
�
x
�
�
�
�
�
�
�
��
�

��
p
h
X
P
H
@
8
0
(
 

�
����������P�@[�u�^�u�]�{�z�y�x�w�v�o��������������������������������������������'���s�����������������Q���������������������~�}�|�d�����������������������my��������������pq��ko��jm��lkqjniphhgofiendTcmbgal`Z_k^Y]j\f[iZeYhXaWgVXUfTcSeR��dPbOcN`MbLSKaJWI`H_F^D]B\A[@V?Z>U=Y<R;X:Q9W8J7V6I5U4L3T2O1S0P/R.M-Q,N+P*K)O(��N&G%M$H#L"E!K ��J�I�H�GFCED�CBA
@?	>=<;:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� �������������������
���
�	����������������������}�{�y�w�u�s�q�o�m�k�i�g�e�c�a�_�]�[�Y�W�U�S�Q�O�M�K�I�G�E�C�A�?�=�;�9�7�5�3�1�/�-�+��������~�j�h�f�dBV�)�'�%�#�!����������
��	
W���_,���N
�
�
p
:
��f0����i?
�
�
�
j
@
	�	�	�	�	[	/	���f2��xA	���e>���zW#����]7���k7���c?���oL��"�%�epel-release821.el8noarch)�/�wp-toolkit-cpanel6.6.39096x86_641�C�imunify-ui-antivirus-cpanel7.19.11noarch �!�imunify-ui7.19.11noarch#�	�ai-bolit32.1.211.el8x86_641�C�imunify-ui-antivirus-cpanel7.19.01noarch �!�imunify-ui7.19.01noarch)�/wp-toolkit-cpanel6.6.29073x86_64$�~+~imunify360-venv2.4.01x86_64!�}%}imunify-core8.0.02noarch1�|C|imunify-ui-antivirus-cpanel7.18.22noarch �{!{imunify-ui7.18.22noarch)�z/zwp-toolkit-cpanel6.6.19043x86_64"�y%yimunify-core7.19.11noarch)�x/xwp-toolkit-cpanel6.6.09004x86_641�wCwimunify-ui-antivirus-cpanel7.18.11noarch �v!vimunify-ui7.18.11noarch*�u-uimunify-notifier2.1.121.el8x86_64"�t%timunify-core7.18.01noarch1�sCsimunify-ui-antivirus-cpanel7.17.42noarch �r!rimunify-ui7.17.42noarch#�q	qai-bolit32.1.191.el8x86_64"�p%pimunify-core7.17.31noarch'�o/oimunify-antivirus7.17.11noarch"�n%nimunify-core7.17.11noarch)�m/mwp-toolkit-cpanel6.5.48894x86_64#�l	lai-bolit32.1.181.el8x86_641�kCkimunify-ui-antivirus-cpanel7.17.21noarch �j!jimunify-ui7.17.21noarch"�i%iimunify-core7.16.32noarch'�h/himunify-antivirus7.16.42noarch#�g	gai-bolit32.1.171.el8x86_64"�f%fimunify-core7.16.21noarch'�e/eimunify-antivirus7.16.21noarch$�d+dimunify360-venv2.3.51x86_64'�c/cimunify-antivirus7.16.11noarch'�b/bimunify-antivirus7.16.01noarch#�a	aai-bolit32.1.152.el8x86_64'�`/`imunify-antivirus7.15.21noarch5�_7%_cpanel-sitejet-plugin1.5.21.2.1.cpanelnoarch4�^5%^cpanel-plugin-common1.4.18.9.1.cpanelnoarch7�]7)]cpanel-koality-plugin1.0.110.11.1.cpanelnoarchB�\Q%\cpanel-plugin-monitoring-campaigns0.0.31.2.1.cpanelnoarch8�[=%[cpanel-plugin-components1.2.16.7.1.cpanelnoarch1�ZCZimunify-ui-antivirus-cpanel7.16.31noarch �Y!Yimunify-ui7.16.31noarch"�X%Ximunify-core7.16.11noarch'�W/Wimunify-antivirus7.15.11noarch1�VCVimunify-ui-antivirus-cpanel7.15.11noarch �U!Uimunify-ui7.15.11noarch)�T/Twp-toolkit-cpanel6.5.38764x86_64#�S	Sai-bolit32.1.151.el8x86_64"�R%Rimunify-core7.15.11noarch'�Q/Qimunify-antivirus7.14.21noarch"�P%Pimunify-core7.14.31noarch#�O	Oai-bolit32.1.141.el8x86_64"�N%Nimunify-core7.14.21noarch'�M/Mimunify-antivirus7.14.11noarch)�L/Lwp-toolkit-cpanel6.5.28719x86_64#�K	Kai-bolit32.1.121.el8x86_641�JCJimunify-ui-antivirus-cpanel7.14.11noarch �I!Iimunify-ui7.14.11noarch)�H/Hwp-toolkit-cpanel6.5.18677x86_64'�G/Gimunify-antivirus7.14.01noarch$�F!Falt-sqlite3.45.21.el8x86_64#�E	Eai-bolit32.1.111.el8x86_64 �DDscreen4.6.212.el8x86_64#�C	Cai-bolit32.1.101.el8x86_64.�B5	Bapp-version-detector30.1.21.el8x86_643�A1)Aea-profiles-cpanel1.071.71.1.cpanelx86_641�@-%@ea-php82-runtime8.2.201.2.1.cpanelx86_641�?-%?ea-php82-php-zip8.2.201.3.1.cpanelx86_641�>-%>ea-php82-php-xml8.2.201.3.1.cpanelx86_645�=5%=ea-php82-php-sockets8.2.201.3.1.cpanelx86_643�<1%<ea-php82-php-posix8.2.201.3.1.cpanelx86_641�;-%;ea-php82-php-pdo8.2.201.3.1.cpanelx86_645�:5%:ea-php82-php-opcache8.2.201.3.1.cpanelx86_645�95%9ea-php82-php-mysqlnd8.2.201.3.1.cpanelx86_647�89'8ea-php82-php-memcached3.2.03.5.15.cpanelx86_646�77%7ea-php82-php-mbstring8.2.201.3.1.cpanelx86_647�69%6ea-php82-php-litespeed8.2.201.3.1.cpanelx86_642�5/%5ea-php82-php-imap8.2.201.3.1.cpanelx86_643�41%4ea-php82-php-iconv8.2.201.3.1.cpanelx86_640�3+%3ea-php82-php-gd8.2.201.3.1.cpanelx86_641�2-%2ea-php82-php-ftp8.2.201.3.1.cpanelx86_641�1-%1ea-php82-php-fpm8.2.201.3.1.cpanelx86_646�07%0ea-php82-php-fileinfo8.2.201.3.1.cpanelx86_64
b�=���\���tQ.���\9
�
�
�
�
m
K
)
���];����oM+	
�
�
�
f
A
	�	�	�	�	w	V	5	����oN-
����lK�+����kK+����Y'���_-���e��vD !imunify-ui8.11.03noarch;I"%imunify-core7.12.31noarchk"%imunify-core7.11.13noarchg"%imunify-core7.10.31noarchb')imunify-common1.3.74.el8x86_64�')imunify-common1.3.48.el8x86_64�')imunify-common1.3.33.el8x86_64�')imunify-common1.3.23.el8x86_64�1Cimunify-ui-antivirus-cpanel7.17.42noarchs1Cimunify-ui-antivirus-cpanel7.17.21noarchk1Cimunify-ui-antivirus-cpanel7.16.31noarchZ1Cimunify-ui-antivirus-cpanel7.15.11noarchV1Cimunify-ui-antivirus-cpanel7.14.11noarchJ1Cimunify-ui-antivirus-cpanel7.13.11noarch�1Cimunify-ui-antivirus-cpanel7.12.11noarchu1Cimunify-ui-antivirus-cpanel7.12.01noarchp1Cimunify-ui-antivirus-cpanel7.11.11noarchm1Cimunify-ui-antivirus-cpanel7.11.01noarchi1Cimunify-ui-antivirus-cpanel7.10.31noarchd!imunify-ui8.9.21noarch&!imunify-ui8.9.11noarch!!imunify-ui8.8.01noarch!imunify-ui8.7.41noarch!imunify-ui8.7.31noarch
!imunify-ui8.7.22noarch!imunify-ui8.7.11noarch!imunify-ui8.6.12noarch�!imunify-ui8.5.11noarch�!imunify-ui8.4.12noarch�!imunify-ui8.3.31noarch�!imunify-ui8.3.21noarch�!imunify-ui8.3.11noarch�!imunify-ui8.2.01noarch� !imunify-ui8.10.21noarch3 !imunify-ui8.10.12noarch1!imunify-ui8.0.31noarch�!imunify-ui8.0.01noarch�!imunify-ui7.7.21noarch^!imunify-ui7.7.02noarchT!imunify-ui7.4.41noarch� !imunify-ui7.19.11noarch� !imunify-ui7.19.01noarch� !imunify-ui7.18.22noarch{ !imunify-ui7.18.11noarchv !imunify-ui7.17.42noarchr !imunify-ui7.17.21noarchj !imunify-ui7.16.31noarchY !imunify-ui7.15.11noarchU !imunify-ui7.14.11noarchI !imunify-ui7.13.11noarch� !imunify-ui7.12.11noarcht !imunify-ui7.12.01noarcho !imunify-ui7.11.11noarchl !imunify-ui7.11.01noarchh !imunify-ui7.10.31noarchc$+imunify-release1.0.21noarch�$+imunify-release1.0.11noarch�*-imunify-notifier2.1.121.el8x86_64u*-imunify-notifier2.1.111.el8x86_64�*-imunify-notifier2.1.101.el8x86_64�!%imunify-core8.9.32x86_64:!%imunify-core8.9.12x86_646!%imunify-core8.9.03x86_64+!%imunify-core8.8.33noarch$!%imunify-core8.8.14noarch!%imunify-core8.8.01noarch
!%imunify-core8.7.51noarch!%imunify-core8.7.41noarch!%imunify-core8.7.32noarch�!%imunify-core8.7.11noarch�!%imunify-core8.6.11noarch�!%imunify-core8.6.02noarch�!%imunify-core8.5.11noarch�!%imunify-core8.4.51noarch�!%imunify-core8.4.41noarch�!%imunify-core8.4.31noarch�!%imunify-core8.4.22noarch�!%imunify-core8.4.11noarch�!%imunify-core8.3.13noarch�!%imunify-core8.2.31noarch�!%imunify-core8.2.21noarch�!%imunify-core8.1.21noarch�!%imunify-core8.0.02noarch}!%imunify-core7.8.01noarchS!%imunify-core7.4.21noarch�"%imunify-core7.19.11noarchy"%imunify-core7.18.01noarcht"%imunify-core7.17.31noarchp"%imunify-core7.17.11noarchn"%imunify-core7.16.32noarchi"%imunify-core7.16.21noarchf"%imunify-core7.16.11noarchX"%imunify-core7.15.11noarchR"%imunify-core7.14.31noarchP"%imunify-core7.14.21noarchN"%imunify-core7.14.03noarch�"%imunify-core7.13.41noarch�"%imunify-core7.12.51noarchr
R������e\O<������wbN9,
�
�
�
�


�RI����lF%
�
�
�
�
�
�
�
o
[
F
9
*

	�	�	�	�	�	Z	O	,{�5��K�����V��X�L�n	�=    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�m	�=    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�l	�=    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�k	�%=    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�j	�+=    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�i	}=Matching Defaults entries for wp-toolkit on srv11958447:;�h	w;User-side plugin is not installed. Skipping update...�g	;/�#�f	�E;copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�e	�s;copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��d	�;copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�c	�_;copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�b	�[;copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�a	';theme jupiter�"�`	�C;copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�_	�q;copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��^	�;copying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�]	�];copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�\	�Y;copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �[	A;cpanel panel was detected.�Z	;OK#�Y	G;cPanel: register_appconfig..."�X	E;imunify-antivirus registered�W	%:  version: 1�V	#:  result: 1�U	%:  reason: OK�T	5:  command: addpkgext�S	!:metadata: �R	):  pkg: default�Q	:data: 
�P	:--- �O	%:  version: 1�N	#:  result: 1�M	%:  reason: OK!�L	C:  command: set_tweaksetting�K	!:metadata: 
�J	:--- �I	
:�H	1:Fetch leika config
�G	:enabled
�F	:enabled�E	-:Install services�D	=:Perform initial settings#�C	G:whm-wp-toolkit-api registered"�B	E:cpanel-wp-toolkit registered�A	3:Plugin installed ok-�@	[:Install cPanel Plugin for theme jupiter�?	?:whm-wp-toolkit registered�>	1:Install WHM Plugin,�=	Y:cpanel_php_fpm restarted successfully.�<	
:��;	�-:	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 1933980 (systemd+/proc check method).�:	):Service Status�9	
:��8	�:Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�7	%:  version: 1�6	#:  result: 16�5	m:  reason: Enabled monitoring for cpanel_php_fpm.!�4	C:  command: configureservice�3	!:metadata: 
�2	:--- �1	%:  version: 1�0	#:  result: 1�/	%:  reason: OK�.	5:  command: addpkgext�-	!:metadata: �,	):  pkg: default�+	:data: 
�*	:--- �)	%:  version: 1�(	#:  result: 1�'	%:  reason: OK!�&	C:  command: set_tweaksetting�%	!:metadata: 
�$	:--- �#	
:�"	1:Fetch leika config
�!	:enabled
� 	:enabled�	-:Install services�	=:Perform initial settings#�	G:whm-wp-toolkit-api registered
f��t-$����x?+
�
�
p����`0����oTK>+
�
�
�
�
�
�
�
f
Q
=
(

	�	�	�	����A8	����[5�������s^J5(�����J�v5��7��D
��rRE2�6�T	mC  reason: Enabled monitoring for cpanel_php_fpm.!�S	CC  command: configureservice�R	!Cmetadata: 
�Q	C--- �P	;C    (ALL) NOPASSWD: ALLE�O	�	CUser wp-toolkit may run the following commands on srv11958447:�N	
CD�M	�C    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�L	oC    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�K	�C    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�J	�C    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�I	�C    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�H	�C    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�G	�%C    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�F	�+C    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�E	}CMatching Defaults entries for wp-toolkit on srv11958447:B�D	�B'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�C	�
Bsed: can't read /etc/cagefs/cagefs.mp: No such file or directoryB�B	�>'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�A	�
>sed: can't read /etc/cagefs/cagefs.mp: No such file or directory�@	%=  version: 1�?	#=  result: 1�>	%=  reason: OK�=	5=  command: addpkgext�<	!=metadata: �;	)=  pkg: default�:	=data: 
�9	=--- �8	%=  version: 1�7	#=  result: 1�6	%=  reason: OK!�5	C=  command: set_tweaksetting�4	!=metadata: 
�3	=--- �2	
=�1	1=Fetch leika config
�0	=enabled
�/	=enabled�.	-=Install services�-	==Perform initial settings#�,	G=whm-wp-toolkit-api registered"�+	E=cpanel-wp-toolkit registered�*	3=Plugin installed ok-�)	[=Install cPanel Plugin for theme jupiter�(	?=whm-wp-toolkit registered�'	1=Install WHM Plugin,�&	Y=cpanel_php_fpm restarted successfully.�%	
=��$	�-=	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3382981 (systemd+/proc check method).�#	)=Service Status�"	
=��!	�=Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.� 	%=  version: 1�	#=  result: 16�	m=  reason: Enabled monitoring for cpanel_php_fpm.!�	C=  command: configureservice�	!=metadata: 
�	=--- �	%=  version: 1�	#=  result: 1�	%=  reason: OK�	5=  command: addpkgext�	!=metadata: �	)=  pkg: default�	=data: 
�	=--- �	%=  version: 1�	#=  result: 1�	%=  reason: OK!�	C=  command: set_tweaksetting�	!=metadata: 
�
	=--- �	
=�	1=Fetch leika config
�
	=enabled
�		=enabled�	-=Install services�	==Perform initial settings#�	G=whm-wp-toolkit-api registered"�	E=cpanel-wp-toolkit registered�	3=Plugin installed ok-�	[=Install cPanel Plugin for theme jupiter�	?=whm-wp-toolkit registered�	1=Install WHM Plugin,�	Y=cpanel_php_fpm restarted successfully.�	
=��~	�-=	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3382806 (systemd+/proc check method).�}	)=Service Status�|	
=��{	�=Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�z	%=  version: 1�y	#=  result: 16�x	m=  reason: Enabled monitoring for cpanel_php_fpm.!�w	C=  command: configureservice�v	!=metadata: 
�u	=--- �t	;=    (ALL) NOPASSWD: ALLE�s	�	=User wp-toolkit may run the following commands on srv11958447:�r	
=D�q	�=    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�p	o=    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�o	�=    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",
x�
�T
�	�qzO$���x�(Lgg�}	
f���f���1998:a7c8820609d53ecffabb59b2e016a933906c34431998:50c5646374bdff513c01bf3eb069d6fcb21277148�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Kgg�}	
f�y�f�y�1998:7ad5796ad21405bbfa1f87ff9aff43da5777b7061998:a7c8820609d53ecffabb59b2e016a933906c34438�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Jgg�}	
f��'f��01998:0db8a1b4778304f420ce0f612d3b51841f9608141998:7ad5796ad21405bbfa1f87ff9aff43da5777b7068�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Igg�}	
f��f��1998:02a07a6f32a043ccf4efa186f02c997bfc491aea1998:0db8a1b4778304f420ce0f612d3b51841f9608148�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Hgg�}	
f�1�f�1�1998:ecfb5770b010b2a0ab4314a10b9873799e53f8c31998:02a07a6f32a043ccf4efa186f02c997bfc491aea8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Ggg�}	
f��.f��21998:984cbfc43da0330d9883743ad8e41ee199c645ff1998:797195e94b349dbbb6aec87b671f0b84c44fc47e8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�tFgg�	
f�a�f�a�1996:4c0519413f7b321264710e1e9c5c3b7cf6e846161998:984cbfc43da0330d9883743ad8e41ee199c645ff8--assumeyes --color=never --config /etc/yum.conf install cpanel-plugin-monitoring-campaigns --enablerepo=powertools --enablerepo=epel�(Egg�}	
f��f��1996:f9da35de76d84512bcd77b3080b409393a27df9b1996:251b96026c76fd14fc4aa7e6a913f6b5f3b5fd0d8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Dgg�}	
f���f���2000:8f845d270f3cbd401154f88d5bc565c97f83d1bf2000:8fa611407036c21f21c6cca0980d817b79d961a88�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
CggC	
f�u�f�u�2000:129fd27762406ba351f5887e05709b881eb4621a2000:8f845d270f3cbd401154f88d5bc565c97f83d1bf8�-y update wp-toolkit-cpanel�(Bgg�}	
f�f�2000:655334ffd0f06f45fd01b53dd18feb35f50071b92000:129fd27762406ba351f5887e05709b881eb4621a8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Agg�}	
f��f��2000:a76b32cdb6dc8bf20a775d6cabeb2f5ff66a3d972000:655334ffd0f06f45fd01b53dd18feb35f50071b98�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(@gg�}	
f��hf��j2000:34a29fd6414e0370b586c8cef0bdce2af5067b122000:a76b32cdb6dc8bf20a775d6cabeb2f5ff66a3d978�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(?gg�}	
f�$Hf�$J2000:5e105e20a41f7db30eaa62ef3e4eb46c68a0ef922000:a46468e9290575e5ca186c241276e8079adb34088�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
V6��QH1��^C!
�
�
�
�
i
P
@
0

������}nWD'�����lXC
�
�
�
	�	�	�	�	]	A	������xkX4������~jU0
��+x�i���G�6z�*	�sDcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��)	�Dcopying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/importmaps�0�(	�_Dcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�'	�[Dcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�&	'Dtheme jupiter�"�%	�CDcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�$	�qDcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��#	�Dcopying importmaps from brought_by_package_manager/importmaps to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/importmaps�/�"	�]Dcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�!	�YDcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static � 	ADcpanel panel was detected.�	DOK#�	GDcPanel: register_appconfig..."�	EDimunify-antivirus registered�	%C  version: 1�	#C  result: 1�	%C  reason: OK�	5C  command: addpkgext�	!Cmetadata: �	)C  pkg: default�	Cdata: 
�	C--- �	%C  version: 1�	#C  result: 1�	%C  reason: OK!�	CC  command: set_tweaksetting�	!Cmetadata: 
�	C--- �	
C�
	1CFetch leika config
�	Cenabled
�	Cenabled�
	-CInstall services�		=CPerform initial settings#�	GCwhm-wp-toolkit-api registered"�	ECcpanel-wp-toolkit registered�	3CPlugin installed ok-�	[CInstall cPanel Plugin for theme jupiter�	?Cwhm-wp-toolkit registered�	1CInstall WHM Plugin,�	YCcpanel_php_fpm restarted successfully.�	
C��	�-C	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2082295 (systemd+/proc check method).�	)CService Status�~	
C��}	�CWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�|	%C  version: 1�{	#C  result: 16�z	mC  reason: Enabled monitoring for cpanel_php_fpm.!�y	CC  command: configureservice�x	!Cmetadata: 
�w	C--- �v	%C  version: 1�u	#C  result: 1�t	%C  reason: OK�s	5C  command: addpkgext�r	!Cmetadata: �q	)C  pkg: default�p	Cdata: 
�o	C--- �n	%C  version: 1�m	#C  result: 1�l	%C  reason: OK!�k	CC  command: set_tweaksetting�j	!Cmetadata: 
�i	C--- �h	
C�g	1CFetch leika config
�f	Cenabled
�e	Cenabled�d	-CInstall services�c	=CPerform initial settings#�b	GCwhm-wp-toolkit-api registered"�a	ECcpanel-wp-toolkit registered�`	3CPlugin installed ok-�_	[CInstall cPanel Plugin for theme jupiter�^	?Cwhm-wp-toolkit registered�]	1CInstall WHM Plugin,�\	YCcpanel_php_fpm restarted successfully.�[	
C��Z	�-C	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2081976 (systemd+/proc check method).�Y	)CService Status�X	
C��W	�CWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�V	%C  version: 1�U	#C  result: 1
6�YO��N)
�
�
$q�O9
�	�	V��gI-���X*
���m)���c��E�q'����i��y�`	�qOcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�/�_	�]Ocopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�^	�YOcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �]	AOcpanel panel was detected.�\	OOK#�[	GOcPanel: register_appconfig..."�Z	EOimunify-antivirus registeredB�Y	�N'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�X	�
Nsed: can't read /etc/cagefs/cagefs.mp: No such file or directoryB�W	�L'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�V	�
Lsed: can't read /etc/cagefs/cagefs.mp: No such file or directoryB�U	�J'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�T	�
Jsed: can't read /etc/cagefs/cagefs.mp: No such file or directoryB�S	�I'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�R	�
Ised: can't read /etc/cagefs/cagefs.mp: No such file or directoryB�Q	�G'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�P	�
Gsed: can't read /etc/cagefs/cagefs.mp: No such file or directory�O	9FId: TQ:TaskQueue:71247+�N	WFRebuilding the extra marketing menus.,�M	YF - Site Quality Monitoring is enabled.A�L	�FApplying marketing links state for Site Quality Monitoring$�K	IF - Sitejet Builder is enabled.8�J	qFApplying marketing links state for Sitejet Builder�I	3FPlugin installed ok�H	9FId: TQ:TaskQueue:71246�G	;FFixing menu permissions+�F	WFRebuilding the extra marketing menus.,�E	YF - Site Quality Monitoring is enabled.A�D	�FApplying marketing links state for Site Quality Monitoring$�C	IF - Sitejet Builder is enabled.8�B	qFApplying marketing links state for Sitejet Builder�A	3FPlugin installed ok�@	7FPlugin uninstalled ok;�?	wEUser-side plugin is not installed. Skipping update...�>	E/�#�=	�EEcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�<	�sEcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�0�;	�_Ecopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�:	�[Ecopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�9	'Etheme jupiter�"�8	�CEcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�7	�qEcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�/�6	�]Ecopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�5	�YEcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �4	AEcpanel panel was detected.�3	EOK#�2	GEcPanel: register_appconfig..."�1	EEimunify-antivirus registeredB�0	�E'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�/	�
Esed: can't read /etc/cagefs/cagefs.mp: No such file or directory1�.	cEJob for imunify-antivirus.service canceled.;�-	wDUser-side plugin is not installed. Skipping update...�,	D/�#�+	�EDcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies
:r9
���Q%���j7
��uJ��r��`*���T!
�
�
|
C
��i1���kA
�
�
t
<
	�	�	j	5	��e87)ea-php72-php-calendar7.2.349.11.14.cpanelx86_64�63)ea-php72-php-bcmath7.2.349.11.14.cpanelx86_64�/'%ea-php72-pear1.10.136.6.8.cpanelnoarch�75+ea-php72-libc-client2007f28.28.18.cpanelx86_64�*'ea-php727.2.343.3.15.cpanelx86_64�3-+ea-php-cli-lsphp1.0.011.16.11.cpanelx86_64�2-)ea-php-cli-lsphp1.0.010.15.4.cpanelx86_64#-!+ea-php-cli1.0.011.16.11.cpanelx86_64�,!)ea-php-cli1.0.010.15.4.cpanelx86_64"21%ea-oniguruma-devel6.9.91.1.7.cpanelx86_64�31'ea-oniguruma-devel6.9.81.1.25.cpanelx86_64!,%%ea-oniguruma6.9.91.1.7.cpanelx86_64�-%'ea-oniguruma6.9.81.1.25.cpanelx86_64 +!%ea-nghttp21.62.11.1.1.cpanelx86_64�+!%ea-nghttp21.56.01.1.1.cpanelx86_64�23%ea-modsec-sdbm-util0.024.7.7.cpanelx86_6433'ea-modsec-sdbm-util0.024.7.27.cpanelx86_64�)%ea-libzip1.9.22.2.4.cpanelx86_64*%ea-libzip1.10.11.1.1.cpanelx86_64�+!%ea-libxml22.12.61.1.1.cpanelx86_64�+!%ea-libxml22.11.51.1.1.cpanelx86_6431%ea-php74-php-devel7.4.339.9.8.cpanelx86_64�41'ea-php74-php-devel7.4.336.6.20.cpanelx86_64�2/%ea-php74-php-curl7.4.339.9.8.cpanelx86_64�3/'ea-php74-php-curl7.4.336.6.20.cpanelx86_64�43%ea-php74-php-common7.4.339.9.8.cpanelx86_64�53'ea-php74-php-common7.4.336.6.20.cpanelx86_64�1-%ea-php74-php-cli7.4.339.9.8.cpanelx86_64�2-'ea-php74-php-cli7.4.336.6.20.cpanelx86_64�67%ea-php74-php-calendar7.4.339.9.8.cpanelx86_64�77'ea-php74-php-calendar7.4.336.6.20.cpanelx86_64�43%ea-php74-php-bcmath7.4.339.9.8.cpanelx86_64�53'ea-php74-php-bcmath7.4.336.6.20.cpanelx86_64�0''ea-php74-pear1.10.136.6.12.cpanelnoarch�0''ea-php74-pear1.10.133.3.20.cpanelnoarch�)%ea-php747.4.333.4.1.cpanelx86_64�*'ea-php747.4.331.1.17.cpanelx86_64�2-'ea-php72-runtime7.2.343.3.15.cpanelx86_64�3-)ea-php72-php-zip7.2.349.11.14.cpanelx86_64�3-)ea-php72-php-xml7.2.349.11.14.cpanelx86_64�75)ea-php72-php-sockets7.2.349.11.14.cpanelx86_64�51)ea-php72-php-posix7.2.349.11.14.cpanelx86_64�3-)ea-php72-php-pdo7.2.349.11.14.cpanelx86_64�75)ea-php72-php-opcache7.2.349.11.14.cpanelx86_64�75)ea-php72-php-mysqlnd7.2.349.11.14.cpanelx86_64�87)ea-php72-php-mbstring7.2.349.11.14.cpanelx86_64�99)ea-php72-php-litespeed7.2.349.11.14.cpanelx86_64�4/)ea-php72-php-imap7.2.349.11.14.cpanelx86_64�51)ea-php72-php-iconv7.2.349.11.14.cpanelx86_64�2+)ea-php72-php-gd7.2.349.11.14.cpanelx86_64�3-)ea-php72-php-ftp7.2.349.11.14.cpanelx86_64�3-)ea-php72-php-fpm7.2.349.11.14.cpanelx86_64�87)ea-php72-php-fileinfo7.2.349.11.14.cpanelx86_64�4/)ea-php72-php-exif7.2.349.11.14.cpanelx86_64�51)ea-php72-php-devel7.2.349.11.14.cpanelx86_64�4/)ea-php72-php-curl7.2.349.11.14.cpanelx86_64�63)ea-php72-php-common7.2.349.11.14.cpanelx86_64�3-)ea-php72-php-cli7.2.349.11.14.cpanelx86_64�
t�
�
�
�
�
�
�
�
�
|
o
`
O
5
#

��������wl��[J9/�����w^P7
�
�
�
�
�
�
�
o
X
C
'

	�	�	�	�	�	�	t	e	T	B	&	�����fK6������xbK7 ������~lZG+�����q[<&!pcre-utf32�!pcre-utf16�!pcre-devel�
pcre-cpp�-perl-Math-BigRatJ?perl-Math-BigInt-FastCalcI-perl-Math-BigInt�+perl-MRO-CompatH-perl-MIME-Base64� Cperl-Locale-Maketext-SimpleG5perl-Locale-MaketextF/perl-Locale-CodesE3perl-LWP-MediaTypesD%perl-JSON-XS�%perl-JSON-PPC9perl-IPC-System-SimpleB'perl-IPC-SysVA%perl-IPC-Cmd@%perl-IO-Zlib�#perl-IO-Tty�1perl-IO-Socket-SSL�/perl-IO-Socket-IP�%perl-IO-HTML?-perl-IO-Compress�perl-IO�)perl-HTTP-Tiny�3perl-HTTP-Negotiate>/perl-HTTP-Message=)perl-HTTP-Date</perl-HTTP-Cookies;-perl-HTML-Tagset:-perl-HTML-Parser9-perl-Getopt-Long�1perl-Filter-Simple8#perl-Filter7+perl-File-Which6)perl-File-Temp)perl-File-Path~/perl-File-Listing5/perl-File-HomeDir4+perl-File-Fetch37perl-ExtUtils-ParseXS29perl-ExtUtils-Miniperl19perl-ExtUtils-Manifest0;perl-ExtUtils-MakeMaker/9perl-ExtUtils-MM-Utils.7perl-ExtUtils-Install-3perl-ExtUtils-Embed,7perl-ExtUtils-Command+9perl-ExtUtils-CBuilder*'perl-Exporter}#perl-Expect�!perl-Errno|
perl-Env)/perl-Encode-devel(1perl-Encode-Locale'#perl-Encode{+perl-Digest-SHA&+perl-Digest-MD5�-perl-Digest-HMAC%#perl-Digest�+perl-Devel-Size$9perl-Devel-SelfStubber#+perl-Devel-Peek"/perl-Devel-PPPort!/perl-Data-Section /perl-Data-OptList-perl-Data-Dumperz)perl-Data-Dump%perl-DB_File
perl-DBI1perl-Config-Perl-V9perl-Compress-Raw-Zlib�;perl-Compress-Raw-Bzip2�3perl-Compress-Bzip2
perl-Carpy3perl-CPAN-Meta-YAML Cperl-CPAN-Meta-Requirements)perl-CPAN-Metaperl-CPAN%perl-B-Debug;perl-Attribute-Handlers-perl-Archive-Zip-perl-Archive-Tar�3perl-Algorithm-Diff�	perl#pcre2-utf32R#pcre2-utf16Q#pcre2-develP
patch�
pangopam-devel�	opus$'openssl-devel�)openssh-serverP)openssh-serverO+openssh-clientsN+openssh-clientsMopensshLopensshKopenjpeg2%opencore-amr<5openblas-srpm-macros#openal-soft#onigurumaeocl-icd"/ocaml-srpm-macros
nss-utildnss-toolsc#nss-sysinitb1nss-softokn-freebla#nss-softokn`nss_	nspr^	nscd�1nodesource-release��
��
�T
�	�qF�c8����
[ggC	
gh��gh��2003:26726220d618629289ded9818838f4486cbc02cb2003:e51764ea1e50a42bd77aa7819d951a9b7b0d5b9c8�-y update wp-toolkit-cpanel�(Zgg�}	
gbL'gbL.2003:3a65e2ec84c0d1dd003022ca3d05a01f4a5e10f92003:26726220d618629289ded9818838f4486cbc02cb8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
YggC	
g`��g`��2003:68bba6aac8f89df0c85bd4ed5ec420461bfa4f1f2003:3a65e2ec84c0d1dd003022ca3d05a01f4a5e10f98�-y update wp-toolkit-cpanel�(Xgg�}	
gRy�gRy�2003:69dc14fc173f041d5d5d6c64f31471e10a2df8102003:49775a48c057b4ececf3884d4edbef73cc912fb38�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
WggC	
gJ�[gJ��2003:0ea6928b3684efebfb784b73ee4cbc8429a5dedd2003:69dc14fc173f041d5d5d6c64f31471e10a2df8108�-y update wp-toolkit-cpanel�(Vgg�}	
g?�g?�2003:8e1b0b68a7ff07e1a81270f1ad3712d519e949912003:b8941222368d253246310639b2d3df21519d467c8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Ugg�}	
g6�-g6�22003:db73ce3abaa183c3e9c489280d779bf2ba66114e2003:8e1b0b68a7ff07e1a81270f1ad3712d519e949918�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Tgg�}	
g,9_g,9f1998:e0fd130c6841ba9c2d104e74e411d7f3f70fd2c31998:0f3b5cedee0788724f43512e4bd52f1de301a7d08�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Sgg�}	
g*�yg*�A1998:cc72abfe1935164317ff618223110c3a2e221ec91998:e0fd130c6841ba9c2d104e74e411d7f3f70fd2c38�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Rgg�}	
g9gF1998:8bd3fa680f23b706f3d51dd92bffb3fcd35183b21998:c065d4bd31f39d83058da5cee657b4aa5cfe8f098�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
QggC	
gڹg��1998:4fe6971c1ec0b14e27d50d026436b10261a001901998:7fe85128f744e1cbcc5dc099cda488dd321845aa8�-y update wp-toolkit-cpanel�(Pgg�}	
g@�g@�1998:64e571ae5b2d2a83078f3a66261d0f8b1d49205c1998:4fe6971c1ec0b14e27d50d026436b10261a001908�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Ogg�}	
g�g�1998:013da398a3725338778c68fe4069d9f727ad6a671998:64e571ae5b2d2a83078f3a66261d0f8b1d49205c8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Ngg�}	
g�>g�I1998:904d36f739b469bdf3283562096ffe770907267d1998:013da398a3725338778c68fe4069d9f727ad6a678�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(Mgg�}	
f�if�i
1998:1e09ba9f4a736e4253ac4efe0fb9313d21e6d8851998:904d36f739b469bdf3283562096ffe770907267d8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
Y�ZD�
�
a��r1��3
�
�
@
	�	�	n	N	A	.	
���"h_0����\;"������q\O@)������w>*��o����`0����oTK>+����
�9	Q--- �8	%Q  version: 1�7	#Q  result: 1�6	%Q  reason: OK!�5	CQ  command: set_tweaksetting�4	!Qmetadata: 
�3	Q--- �2	
Q�1	1QFetch leika config
�0	Qenabled
�/	Qenabled�.	-QInstall services�-	=QPerform initial settings#�,	GQwhm-wp-toolkit-api registered"�+	EQcpanel-wp-toolkit registered�*	3QPlugin installed ok-�)	[QInstall cPanel Plugin for theme jupiter�(	?Qwhm-wp-toolkit registered�'	1QInstall WHM Plugin,�&	YQcpanel_php_fpm restarted successfully.�%	
Q��$	�+Q	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 393305 (systemd+/proc check method).�#	)QService Status�"	
Q��!	�QWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.� 	%Q  version: 1�	#Q  result: 16�	mQ  reason: Enabled monitoring for cpanel_php_fpm.!�	CQ  command: configureservice�	!Qmetadata: 
�	Q--- �	%Q  version: 1�	#Q  result: 1�	%Q  reason: OK�	5Q  command: addpkgext�	!Qmetadata: �	)Q  pkg: default�	Qdata: 
�	Q--- �	%Q  version: 1�	#Q  result: 1�	%Q  reason: OK!�	CQ  command: set_tweaksetting�	!Qmetadata: 
�
	Q--- �	
Q�	1QFetch leika config
�
	Qenabled
�		Qenabled�	-QInstall services�	=QPerform initial settings#�	GQwhm-wp-toolkit-api registered"�	EQcpanel-wp-toolkit registered�	3QPlugin installed ok-�	[QInstall cPanel Plugin for theme jupiter�	?Qwhm-wp-toolkit registered�	1QInstall WHM Plugin,�	YQcpanel_php_fpm restarted successfully.�	
Q��~	�+Q	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 393069 (systemd+/proc check method).�}	)QService Status�|	
Q��{	�QWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�z	%Q  version: 1�y	#Q  result: 16�x	mQ  reason: Enabled monitoring for cpanel_php_fpm.!�w	CQ  command: configureservice�v	!Qmetadata: 
�u	Q--- �t	;Q    (ALL) NOPASSWD: ALLE�s	�	QUser wp-toolkit may run the following commands on srv11958447:�r	
QD�q	�Q    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�p	oQ    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�o	�Q    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�n	�Q    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�m	�Q    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�l	�Q    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�k	�%Q    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�j	�+Q    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�i	}QMatching Defaults entries for wp-toolkit on srv11958447:;�h	wOUser-side plugin is not installed. Skipping update...�g	O/�#�f	�EOcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�e	�sOcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�0�d	�_Ocopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�c	�[Ocopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�b	'Otheme jupiter�"�a	�COcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependencies
/�������l"����d
�
���
b	�	>	4����}����/{�WM�u�~/��7�h	oW    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�g	�W    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�f	�W    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�e	�W    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�d	�W    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�c	�%W    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�b	�+W    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,>�a	}WMatching Defaults entries for wp-toolkit on srv11958447:;�`	wVUser-side plugin is not installed. Skipping update...�_	V/�#�^	�EVcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�]	�sVcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�0�\	�_Vcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�[	�[Vcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�Z	'Vtheme jupiter�"�Y	�CVcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�X	�qVcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�/�W	�]Vcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�V	�YVcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �U	AVcpanel panel was detected.�T	VOK#�S	GVcPanel: register_appconfig..."�R	EVimunify-antivirus registered;�Q	wTUser-side plugin is not installed. Skipping update...�P	T/�#�O	�ETcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�N	�sTcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�0�M	�_Tcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�L	�[Tcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�K	'Ttheme jupiter�"�J	�CTcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�I	�qTcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�/�H	�]Tcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�G	�YTcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �F	ATcpanel panel was detected.�E	TOK#�D	GTcPanel: register_appconfig..."�C	ETimunify-antivirus registeredB�B	�S'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�A	�
Ssed: can't read /etc/cagefs/cagefs.mp: No such file or directory�@	%Q  version: 1�?	#Q  result: 1�>	%Q  reason: OK�=	5Q  command: addpkgext�<	!Qmetadata: �;	)Q  pkg: default�:	Qdata: 
S�������������������{tmf_XQJC<5.' ������������������xqjc\UNG@92+$
�
�
�
�
�
�
�
�
�
�
�wpib[TMF?81*#�����������
�
�
�
�
�
�
�
|
u
n
g
`
Y
R
K
D
=
6
/
(
!



�������������������yrkd]VOHA:3,%	������������������}vohaZSLE>70)"

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
z
s
l
e
^
W
P
I
B
;
4
-
&





	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	~	w	p	i	b	[	T	M	F	?	8	1	*	#					������������������{tmf_XQJC<5.' �����������������~��������������~����������������xph`XPH@80( �����v�����������xph`XPH@n80( 
�f
�
�
�
�
�
�
�
��
�E8D7D6D5D4C3C2B1B0B/B.B-B,A+A*@)@(?'?&>%>$=#="<!< ;;;;��������~~~~
~~~
~	}}||||||||�{�{�z�z�y�y�y�y�x�x�x�x�x�x�w�w�v�v�v�v�v�v�u�u�u�u�t�t�s�s�s�s�r�r�q�q�p�p�p�p�p�p�o�o�n�n�m�m�l�l�k�k�k�k�j�j�j�j�i�h�h�h�h�h�h�h�g�g�g�g�g�g�f�f�f�f�f�f�f�f�f�e�e�e�e�e�e�e�e�e�d�d�c�c�c�c�c�c�c�c�c�c�c�b�a�`�`�_�_�^�^�^�^�]�]�\�\�\�\�[�[�Z�Z�Z�Z�Z�Z�ZZ~Y}Y|X{XzWyWxVwVvVuVtUsUrUqUpToTnTmTlSkSjSiShSgSfReRdQcQbPaP`O_O^O]O\N[NZNYNXMWMVLULTLSLRKQKPJOJNIMILHKHJGIGHFGFFFEFDFCFBFAF@E?E>E=E<E;E:E9::9999998776655
555
5	5555555555�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�
h���hH;(���
�
a
X
)
���{U4������~jUH9"
�
�
�
�
�
�
p
7
#
	�		h���zX(����wgLC6#�������{^I5 ��5��E��ri'����va��� �,�P	YYcpanel_php_fpm restarted successfully.�O	
Y��N	�-Y	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 1925158 (systemd+/proc check method).�M	)YService Status�L	
Y��K	�YWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�J	%Y  version: 1�I	#Y  result: 16�H	mY  reason: Enabled monitoring for cpanel_php_fpm.!�G	CY  command: configureservice�F	!Ymetadata: 
�E	Y--- �D	;Y    (ALL) NOPASSWD: ALL?�C	YUser wp-toolkit may run the following commands on server:�B	
YD�A	�Y    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�@	oY    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�?	�Y    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�>	�Y    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�=	�Y    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�<	�Y    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�;	�%Y    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�:	�+Y    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�9	sYMatching Defaults entries for wp-toolkit on server:�8	%W  version: 1�7	#W  result: 1�6	%W  reason: OK�5	5W  command: addpkgext�4	!Wmetadata: �3	)W  pkg: default�2	Wdata: 
�1	W--- �0	%W  version: 1�/	#W  result: 1�.	%W  reason: OK!�-	CW  command: set_tweaksetting�,	!Wmetadata: 
�+	W--- �*	
W�)	1WFetch leika config
�(	Wenabled
�'	Wenabled�&	-WInstall services�%	=WPerform initial settings#�$	GWwhm-wp-toolkit-api registered"�#	EWcpanel-wp-toolkit registered�"	3WPlugin installed ok-�!	[WInstall cPanel Plugin for theme jupiter� 	?Wwhm-wp-toolkit registered�	1WInstall WHM Plugin,�	YWcpanel_php_fpm restarted successfully.�	
W��	�-W	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3382689 (systemd+/proc check method).�	)WService Status�	
W��	�WWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%W  version: 1�	#W  result: 16�	mW  reason: Enabled monitoring for cpanel_php_fpm.!�	CW  command: configureservice�	!Wmetadata: 
�	W--- �	%W  version: 1�	#W  result: 1�	%W  reason: OK�	5W  command: addpkgext�	!Wmetadata: �
	)W  pkg: default�	Wdata: 
�	W--- �
	%W  version: 1�		#W  result: 1�	%W  reason: OK!�	CW  command: set_tweaksetting�	!Wmetadata: 
�	W--- �	
W�	1WFetch leika config
�	Wenabled
�	Wenabled�	-WInstall services�	=WPerform initial settings#�~	GWwhm-wp-toolkit-api registered"�}	EWcpanel-wp-toolkit registered�|	3WPlugin installed ok-�{	[WInstall cPanel Plugin for theme jupiter�z	?Wwhm-wp-toolkit registered�y	1WInstall WHM Plugin,�x	YWcpanel_php_fpm restarted successfully.�w	
W��v	�-W	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3382446 (systemd+/proc check method).�u	)WService Status�t	
W��s	�WWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�r	%W  version: 1�q	#W  result: 16�p	mW  reason: Enabled monitoring for cpanel_php_fpm.!�o	CW  command: configureservice�n	!Wmetadata: 
�m	W--- �l	;W    (ALL) NOPASSWD: ALLE�k	�	WUser wp-toolkit may run the following commands on srv11958447:�j	
WD�i	�W    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty
���������|l\L<+
��������veTC2"
�
�
�
�
�
�
�
�
x
h
W
F
5
$

��������scSC3#�������o_O?.
�
�
�
�
�
�
�
�
{
k
[
J
9
(

	�	�	�	�	�	�	�	�	q	a	Q	@	/		��������ziYI9)��������tcSC3#�������}l[K;)�������|jYH6$�������{jYH7&�������|kZI8'��������o^M<+	�����U		��	�T	���S	��	�R		���Q		��	�P		���O		���N		���M		���L		���K		���J	���I	��
�H			��	
�G			��	
�F			��	
�E			��
�D			���C	���B	���A		���@		��	�?		���>		��	�=	���<	��	�;		�N�:		���9		�M�8		���7		�L�6		���5		�K�4		���3		�J�2		���1		�I�0		���/		�H�.		���-		�G�,		���+		�x�*		���)		���(		��	
�'			��	�&		���%		��	�$	���#	��	�"	���!	��� 		���		��	�	���	��	�	���	���		���		���		���		��	�		���		��	�	���	��	
�		�
�		�	�	~��	~�
�		~�
�
		~�
�		~�
�		~��
	~��		~��	}��	}��	|��	|�	
�		|�
�		|�	
�		|�
�		|�	�	|��	|�	
�~		{�
�}		{��|	z��{	z�	
�z		y�
�y		y�	
�x		y�
�w		y�	�v	x��u	x�	
�t		x�
�s		x�	
�r		x�
�q		x�	�p	w��o	w�	
�n		v�
�m		v�	
�l		vR
�k		v�	�j	v��i	v�	�h	u��g	u�
�f		u�
�e		u��d	t��c	t�
�b		s�
�a		s�	�`	s��_	s�	�^	r��]	r�
�\		q�
�[		q�	�Z	p��Y	p�	
�X		p�
�W		p�	�V	p��U	p�	�T	o��S	o�
�R		n�
�Q		n�	
�P		m�
�O		m�	
�N		l�
�M		l�	�L	k��K	k�	
�J		k�
�I		k�	
�H		j�
�G		j��F	j��E	j�
�D		i�
�C		h[
�B		h�
�A		h^
�@		h��?	h]�>	h�
�=		h�
�<		g~
�;		g�	
�:		g}
�9		g�	�8	go�7	g�	
�6		f�
�5		f�
�4		f�
�3		f�
�2		f��1			f��0			f��/				f��.				f��-	e��,	e��+	e��*	e��)	e��(	e��'	e��&	e��%	e��$	d��#	d�
�"		c�
�!		c�
� 		c�
�		c�
�		c�
�		c��			c��			c��			c��				c��				c��	b�
�		a��	`��	`��	_�	_��	^��	^�	
�		^�
�		^�	
�
		]q
�		]�	�	\|�
	\�	
�			\{
�		\�	�	[z�	[
�		Zd
�		Z~	
�		Zy
�		Z}	�	Zw�	Z|
�		Zv
�~		Z{�}	Yx�|	Yz
�{		Xt
�z		Xy	
\����wR,�������jUA,
�
�
�
�
�
�
~
k
G
��_V?��lQ/
�
�
�
�
w
^
N
>
#


	�	�	�	�	�	�	|	e	R	5	 	��i��/�^H��W�tH���6�n)����,	=Z    await check_run(cmd)y�+	�qZ  File "/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/subsys/svcctl.py", line 23, in wrapper�*	7Z    await s.restart()��)	�	Z  File "/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/subsys/svcctl.py", line 33, in _reset_failed_stateB�(	�Z    await _reset_failed_state((self, agent_service_socket))�
�'	�Z  File "/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/subsys/svcctl.py", line 213, in activate_socket_service�&	5Z           ^^^^^^^^^�%	5Z    return await fut[�$	�5Z  File "/opt/alt/python311/lib64/python3.11/asyncio/tasks.py", line 452, in wait_for �#	AZ           ^^^^^^^^^^^^^^^ �"	AZ    return future.result()k�!	�UZ  File "/opt/alt/python311/lib64/python3.11/asyncio/base_events.py", line 654, in run_until_complete)� 	SZ           ^^^^^^^^^^^^^^^^^^^^^^^^)�	SZ    return loop.run_until_complete(|�	�wZ  File "/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/utils/__init__.py", line 202, in run_coro5�	kZ    run_coro(adaptor.activate_socket_service())l�	�WZ  File "/opt/imunify360/venv/lib64/python3.11/site-packages/imav/cli.py", line 40, in is_agent_active�	7Z    is_agent_active()a�	�AZ  File "/opt/imunify360/venv/lib64/python3.11/site-packages/imav/cli.py", line 46, in _run�	'Z    run_cmd()`�	�?Z  File "/opt/imunify360/venv/lib64/python3.11/site-packages/imav/cli.py", line 55, in runk�	�UZ             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^l�	�WZ    sys.exit(load_entry_point('imunify-antivirus==7.17.1', 'console_scripts', 'imunify-antivirus')());�	wZ  File "/bin/imunify-antivirus", line 33, in <module>(�	QZTraceback (most recent call last):_�	�=ZA dependency job for imunify-antivirus.service failed. See 'journalctl -xe' for details.Y�	�1ZSee "systemctl status imunify-antivirus.service" and "journalctl -xe" for details./�	_ZJob for imunify-antivirus.service failed.�	%Y  version: 1�	#Y  result: 1�	%Y  reason: OK�
	5Y  command: addpkgext�	!Ymetadata: �	)Y  pkg: default�
	Ydata: 
�		Y--- �	%Y  version: 1�	#Y  result: 1�	%Y  reason: OK!�	CY  command: set_tweaksetting�	!Ymetadata: 
�	Y--- �	
Y�	1YFetch leika config
�	Yenabled
�	Yenabled�~	-YInstall services�}	=YPerform initial settings#�|	GYwhm-wp-toolkit-api registered"�{	EYcpanel-wp-toolkit registered�z	3YPlugin installed ok-�y	[YInstall cPanel Plugin for theme jupiter�x	?Ywhm-wp-toolkit registered�w	1YInstall WHM Plugin,�v	YYcpanel_php_fpm restarted successfully.�u	
Y��t	�-Y	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 1925468 (systemd+/proc check method).�s	)YService Status�r	
Y��q	�YWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�p	%Y  version: 1�o	#Y  result: 16�n	mY  reason: Enabled monitoring for cpanel_php_fpm.!�m	CY  command: configureservice�l	!Ymetadata: 
�k	Y--- �j	%Y  version: 1�i	#Y  result: 1�h	%Y  reason: OK�g	5Y  command: addpkgext�f	!Ymetadata: �e	)Y  pkg: default�d	Ydata: 
�c	Y--- �b	%Y  version: 1�a	#Y  result: 1�`	%Y  reason: OK!�_	CY  command: set_tweaksetting�^	!Ymetadata: 
�]	Y--- �\	
Y�[	1YFetch leika config
�Z	Yenabled
�Y	Yenabled�X	-YInstall services�W	=YPerform initial settings#�V	GYwhm-wp-toolkit-api registered"�U	EYcpanel-wp-toolkit registered�T	3YPlugin installed ok-�S	[YInstall cPanel Plugin for theme jupiter�R	?Ywhm-wp-toolkit registered�Q	1YInstall WHM Plugin
H��E��=4+
W�(�l
�
	����^�`�m3����ta=��UL5��bG%����mTD4������r[H+����!�t	C[  command: configureservice�s	![metadata: 
�r	[--- �q	%[  version: 1�p	#[  result: 1�o	%[  reason: OK�n	5[  command: addpkgext�m	![metadata: �l	)[  pkg: default�k	[data: 
�j	[--- �i	%[  version: 1�h	#[  result: 1�g	%[  reason: OK!�f	C[  command: set_tweaksetting�e	![metadata: 
�d	[--- �c	
[�b	1[Fetch leika config
�a	nabled
�`	nabled�_	-[Install services�^	=[Perform initial settings#�]	G[whm-wp-toolkit-api registered"�\	E[cpanel-wp-toolkit registered�[	3[Plugin installed ok-�Z	[[Install cPanel Plugin for theme jupiter�Y	?[whm-wp-toolkit registered�X	1[Install WHM Plugin,�W	Y[cpanel_php_fpm restarted successfully.�V	
[��U	�-[	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2928943 (systemd+/proc check method).�T	)[Service Status�S	
[��R	�[Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�Q	%[  version: 1�P	#[  result: 16�O	m[  reason: Enabled monitoring for cpanel_php_fpm.!�N	C[  command: configureservice�M	![metadata: 
�L	[--- �K	;[    (ALL) NOPASSWD: ALL?�J	[User wp-toolkit may run the following commands on server:�I	
[D�H	�[    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�G	o[    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�F	�[    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�E	�[    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�D	�[    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�C	�[    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�B	�%[    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�A	�+[    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�@	s[Matching Defaults entries for wp-toolkit on server:;�?	wZUser-side plugin is not installed. Skipping update...�>	Z/�#�=	�EZcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�<	�sZcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�0�;	�_Zcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�:	�[Zcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�9	'Ztheme jupiter�"�8	�CZcopying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�7	�qZcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�/�6	�]Zcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�5	�YZcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �4	AZcpanel panel was detected.�3	
Z�2	
Zi�1	�QZ		Stderr: A dependency job for imunify-antivirus.service failed. See 'journalctl -xe' for details.�0	+Z		Stdout: None,��/	�Zdefence360agent.utils.CheckRunError: Command ['/bin/systemctl', 'restart', 'imunify-antivirus'] returned non-zero code 1,8�.	qZ    raise raise_exc(returncode, command, out, err)}�-	�yZ  File "/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/utils/__init__.py", line 233, in check_run
>�����]T%

�
�
�
w
Q
0

������zfQD5�����eZ7
�	�	W���5���~sP��p��N�z�2	�s^copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�0�1	�_^copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�0	�[^copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/	'^theme jupiter�"�.	�C^copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�-	�q^copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�/�,	�]^copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�+	�Y^copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �*	A^cpanel panel was detected.�)	^OK#�(	G^cPanel: register_appconfig..."�'	E^imunify-antivirus registered;�&	w\User-side plugin is not installed. Skipping update...�%	\/�#�$	�E\copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�#	�s\copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/�0�"	�_\copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�!	�[\copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static� 	'\theme jupiter�"�	�C\copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�	�q\copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/�/�	�]\copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�	�Y\copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �	A\cpanel panel was detected.�	\OK#�	G\cPanel: register_appconfig..."�	E\imunify-antivirus registered�	%[  version: 1�	#[  result: 1�	%[  reason: OK�	5[  command: addpkgext�	![metadata: �	)[  pkg: default�	[data: 
�	[--- �	%[  version: 1�	#[  result: 1�
	%[  reason: OK!�	C[  command: set_tweaksetting�	![metadata: 
�
	[--- �		
[�	1[Fetch leika config
�	nabled
�	nabled�	-[Install services�	=[Perform initial settings#�	G[whm-wp-toolkit-api registered"�	E[cpanel-wp-toolkit registered�	3[Plugin installed ok-�	[[Install cPanel Plugin for theme jupiter�	?[whm-wp-toolkit registered�~	1[Install WHM Plugin,�}	Y[cpanel_php_fpm restarted successfully.�|	
[��{	�-[	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2929286 (systemd+/proc check method).�z	)[Service Status�y	
[��x	�[Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�w	%[  version: 1�v	#[  result: 16�u	m[  reason: Enabled monitoring for cpanel_php_fpm.
��
��j
�
B	a�BtI]v7���<lgg�%	
g��g��2014:4f60572e4a9f0aff1e9f7531d788897b59dd1f692014:99e1e1793fcc853605a2669b6dd2bf94e15905e48�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<kgg�%	
g�Vg�V2014:3e2a59399ab785b5aad177c1c13d6bfa7f6eccd12014:4f60572e4a9f0aff1e9f7531d788897b59dd1f698�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<jgg�%	
g��g��2014:3ed0b48861a842292023dba040c1618f5941d4ba2014:3e2a59399ab785b5aad177c1c13d6bfa7f6eccd18�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�digg�w	
g�.g�.2013:1f32e0a6cd0f5af2ffd29034ef73eec2f262515a2014:3ed0b48861a842292023dba040c1618f5941d4ba8--assumeyes --color=never --config /etc/yum.conf install cpanel-xovi-plugin --enablerepo=powertools --enablerepo=epel�ihgg�	
g�.g�.2012:bc85e7c61d554df32616cad0e0c76f977ff29ee72013:1f32e0a6cd0f5af2ffd29034ef73eec2f262515a8--assumeyes --color=never --config /etc/yum.conf install cpanel-socialbee-plugin --enablerepo=powertools --enablerepo=epel�(ggg�}	
g�7'g�7/2012:521dcba02e220af96356d84f966c47ff89dc80542012:9cd78cc3d7d7ab96a2648a96c89b4100b4e158c48�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�Kfgg�E	
g�3�g�3�2003:421b3d99b43b5dd45ff9274daaf394cb04c192462012:521dcba02e220af96356d84f966c47ff89dc80548install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin --nobest --nogpgcheck�eggO	
g�3{g�3{2012:521dcba02e220af96356d84f966c47ff89dc80542003:421b3d99b43b5dd45ff9274daaf394cb04c192468remove -y docker docker-* podman*�
dggC	
g�g�2012:265f3e0107068f73c2896f596f894f4d638bc7a12012:521dcba02e220af96356d84f966c47ff89dc80548�-y update wp-toolkit-cpanel�^cgg�k	
g��g���2001:833dc96ba50ada98d4b6f5284aa6b460292fe1692012:265f3e0107068f73c2896f596f894f4d638bc7a18-y install docker-ce docker-ce-cli containerd.io --nobest --setopt=module_platform_id=platform:el8 --nogpgcheck�bggO	
g���g���2002:4ebd5c648c438172c767a54ca038f9e18c538a7c2001:833dc96ba50ada98d4b6f5284aa6b460292fe1698remove -y docker docker-* podman*�aggW	
g���g���2001:833dc96ba50ada98d4b6f5284aa6b460292fe1692002:4ebd5c648c438172c767a54ca038f9e18c538a7c8install -y container-selinux --nobest�`gg;	
g���g���2001:e0d6b80fa098cfe572e70bae29729dff9cef93842001:833dc96ba50ada98d4b6f5284aa6b460292fe1698install -y epel-release�
_ggC	
g�yg��2003:f65344a995ce26232a182e478482195ca803aca72003:1e3decdeab4927f12b38a018ed4548837664b1978�-y update wp-toolkit-cpanel�(^gg�}	
g���g���2003:2d0928c50a7b12d66896dfc75160ac5a3fe98bc12003:f65344a995ce26232a182e478482195ca803aca78�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(]gg�}	
g}�+g}�.2003:ce7a2b300951aca1c958110644c4a6556f7903802003:2d0928c50a7b12d66896dfc75160ac5a3fe98bc18�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�(\gg�}	
gj7gj72003:e51764ea1e50a42bd77aa7819d951a9b7b0d5b9c2003:ce7a2b300951aca1c958110644c4a6556f7903808�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
a�YO�|&
�
�
6��cZ����{gR
�
�
�

	�	�	�	l	P	+	������zgC.������ydWD ���8/}tE*���qP7'�������qdU>+����;��D�L�	�d    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�	�d    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�	�d    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�	�%d    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�	�+d    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�	sdMatching Defaults entries for wp-toolkit on server:�
	%_  version: 1�	#_  result: 1�	%_  reason: OK�
	5_  command: addpkgext�		!_metadata: �	)_  pkg: default�	_data: 
�	_--- �	%_  version: 1�	#_  result: 1�	%_  reason: OK!�	C_  command: set_tweaksetting�	!_metadata: 
�	_--- �	
_�~	1_Fetch leika config
�}	_enabled
�|	_enabled�{	-_Install services�z	=_Perform initial settings#�y	G_whm-wp-toolkit-api registered"�x	E_cpanel-wp-toolkit registered�w	3_Plugin installed ok-�v	[_Install cPanel Plugin for theme jupiter�u	?_whm-wp-toolkit registered�t	1_Install WHM Plugin,�s	Y_cpanel_php_fpm restarted successfully.�r	
_��q	�-_	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2173287 (systemd+/proc check method).�p	)_Service Status�o	
_��n	�_Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�m	%_  version: 1�l	#_  result: 16�k	m_  reason: Enabled monitoring for cpanel_php_fpm.!�j	C_  command: configureservice�i	!_metadata: 
�h	_--- �g	%_  version: 1�f	#_  result: 1�e	%_  reason: OK�d	5_  command: addpkgext�c	!_metadata: �b	)_  pkg: default�a	_data: 
�`	_--- �_	%_  version: 1�^	#_  result: 1�]	%_  reason: OK!�\	C_  command: set_tweaksetting�[	!_metadata: 
�Z	_--- �Y	
_�X	1_Fetch leika config
�W	_enabled
�V	_enabled�U	-_Install services�T	=_Perform initial settings#�S	G_whm-wp-toolkit-api registered"�R	E_cpanel-wp-toolkit registered�Q	3_Plugin installed ok-�P	[_Install cPanel Plugin for theme jupiter�O	?_whm-wp-toolkit registered�N	1_Install WHM Plugin,�M	Y_cpanel_php_fpm restarted successfully.�L	
_��K	�-_	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2172986 (systemd+/proc check method).�J	)_Service Status�I	
_��H	�_Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�G	%_  version: 1�F	#_  result: 16�E	m_  reason: Enabled monitoring for cpanel_php_fpm.!�D	C_  command: configureservice�C	!_metadata: 
�B	_--- �A	;_    (ALL) NOPASSWD: ALL?�@	_User wp-toolkit may run the following commands on server:�?	
_D�>	�_    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�=	o_    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�<	�_    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�;	�_    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�:	�_    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�9	�_    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�8	�%_    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�7	�+_    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�6	s_Matching Defaults entries for wp-toolkit on server:;�5	w^User-side plugin is not installed. Skipping update...�4	^/�#�3	�E^copying shared deps from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies
X���k(���Y/
�
�
�
r
N
'��~C���lG#
�
�
�
�
T
-
	�	�	�	f	3	
���nL���{R.���`>���tR���zV(��|H��zE���n-��3�^=�alt-python-internal-libs3.11.132.el8x86_64.�]3�alt-python-internal3.11.132.el8x86_64>�\U�alt-python-internal-setuptools-wheel65.6.32.el8noarch7�[G�alt-python-internal-pip-wheel21.3.14.el8noarch)�Z/�wp-toolkit-cpanel6.7.39456x86_64!�Y%�imunify-core8.6.11noarch!�X%�imunify-core8.6.02noarch&�W/�imunify-antivirus8.5.61x86_642�V=�alt-php-internal-process8.2.286.el8x86_64.�U5�alt-php-internal-pdo8.2.286.el8x86_642�T=�alt-php-internal-mysqlnd8.2.286.el8x86_643�S?�alt-php-internal-mbstring8.2.286.el8x86_64/�R7�alt-php-internal-intl8.2.286.el8x86_641�Q;�alt-php-internal-common8.2.286.el8x86_64.�P5�alt-php-internal-cli8.2.286.el8x86_64*�O-�alt-php-internal8.2.286.el8x86_64$�N!�alt-libzip1.10.12.el8x86_64$�M+�imunify360-venv2.5.31x86_64+�L1�alt-common-release0.9.00.el8x86_64!�K%�imunify-core8.5.11noarch(�J/�imunify-antivirus8.5.41.1x86_64)�I/�wp-toolkit-cpanel6.7.29423x86_64"�H	�ai-bolit32.5.21.el8x86_64&�G/�imunify-antivirus8.5.41x86_640�FC�imunify-ui-antivirus-cpanel8.4.12noarch�E!�imunify-ui8.4.12noarch"�D	�ai-bolit32.5.11.el8x86_64!�C%�imunify-core8.4.51noarch&�B/�imunify-antivirus8.5.32noarch"�A	�ai-bolit32.4.11.el8x86_640�@C�imunify-ui-antivirus-cpanel8.3.31noarch�?!�imunify-ui8.3.31noarch!�>%�imunify-core8.4.41noarch&�=/�imunify-antivirus8.5.11noarch)�</�wp-toolkit-cpanel6.6.89344x86_640�;C�imunify-ui-antivirus-cpanel8.3.21noarch�:!�imunify-ui8.3.21noarch!�9%�imunify-core8.4.31noarch&�8/�imunify-antivirus8.5.02noarch'�7)�imunify-common1.3.33.el8x86_64&�6/�imunify-antivirus8.4.41noarch$�5+�imunify360-venv2.5.21x86_64!�4%�imunify-core8.4.22noarch0�3C�imunify-ui-antivirus-cpanel8.3.11noarch�2!�imunify-ui8.3.11noarch"�1	�ai-bolit32.3.11.el8x86_64&�0/�imunify-antivirus8.4.31noarch!�/%�imunify-core8.4.11noarch'�.)�imunify-common1.3.23.el8x86_64&�-/�imunify-antivirus8.4.21noarch0�,C�imunify-ui-antivirus-cpanel8.2.01noarch�+!�imunify-ui8.2.01noarch)�*/�wp-toolkit-cpanel6.6.79291x86_64!�)%�imunify-core8.3.13noarch&�(/�imunify-antivirus8.3.21noarch)�'/�wp-toolkit-cpanel6.6.69250x86_64$�&+�imunify360-venv2.5.11x86_640�%C�imunify-ui-antivirus-cpanel8.0.31noarch�$!�imunify-ui8.0.31noarch&�#/�imunify-antivirus8.2.02noarch)�"/�wp-toolkit-cpanel6.6.59206x86_64"�!	�ai-bolit32.2.21.el8x86_64!� %�imunify-core8.2.31noarch"�	�ai-bolit32.2.11.el8x86_640�C�imunify-ui-antivirus-cpanel8.0.01noarch�!�imunify-ui8.0.01noarch!�%�imunify-core8.2.21noarch&�/�imunify-antivirus8.1.11noarch2�1%�cpanel-xovi-plugin1.0.01.6.1.cpanelnoarch8�=%�cpanel-plugin-components1.4.33.4.1.cpanelnoarch4�5%�cpanel-plugin-common1.7.13.4.1.cpanelnoarch5�7%�cpanel-koality-plugin1.1.12.3.1.cpanelnoarch7�;%�cpanel-socialbee-plugin1.0.31.3.1.cpanelnoarch$�+�imunify360-venv2.5.01x86_64!�%�imunify-core8.1.21noarch&�/�imunify-antivirus8.0.22noarch)�/�wp-toolkit-cpanel6.6.49127x86_64/�7�docker-compose-plugin2.27.01.el8x86_643�?�docker-ce-rootless-extras26.1.31.el8x86_64'�'	�docker-ce-cli26.1.31.el8x86_64$��docker-ce26.1.31.el8x86_64.�
5�docker-buildx-plugin0.14.01.el8x86_64)�'�containerd.io1.6.323.1.el8x86_64H�#_�slirp4netns0.4.23.git21fdece.module_el8.5.0+2635+e4386a39x86_64@�
)I�fuse-overlayfs0.7.81.module_el8.5.0+2635+e4386a39x86_64"�	�libcgroup0.4119.el8x86_64$�!�fuse3-libs3.3.019.el8x86_64F�/I�container-selinux2.130.01.module_el8.5.0+2635+e4386a39noarch
g�t-$����~E1
�
�
v����g7�����v[RE2
�
�
�
�
�
�
�
m
X
D
/
"
	�	�	�	�	��I@����c=������{fR=0!
�����R
��sU9���d6�w2
����-�z	�Ykcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �y	Akcpanel panel was detected.�x	kOK#�w	GkcPanel: register_appconfig..."�v	Ekimunify-antivirus registeredB�u	�j'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�t	�
jsed: can't read /etc/cagefs/cagefs.mp: No such file or directoryR�s	�#iInstalling xovi plugin for cPanel internal users on all supported versions.�r	;hFixing menu permissions+�q	WhRebuilding the extra marketing menus.,�p	Yh - Site Quality Monitoring is enabled.A�o	�hApplying marketing links state for Site Quality Monitoring$�n	Ih - Sitejet Builder is enabled.8�m	qhApplying marketing links state for Sitejet Builder�l	3hPlugin installed ok�k	7hPlugin uninstalled okW�j	�-hInstalling socialbee plugin for cPanel internal users on all supported versions.�i	;hId: TQ:TaskQueue:134705�h	;hId: TQ:TaskQueue:134704B�g	�g'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�f	�
gsed: can't read /etc/cagefs/cagefs.mp: No such file or directory�e	%d  version: 1�d	#d  result: 1�c	%d  reason: OK�b	5d  command: addpkgext�a	!dmetadata: �`	)d  pkg: default�_	ddata: 
�^	d--- �]	%d  version: 1�\	#d  result: 1�[	%d  reason: OK!�Z	Cd  command: set_tweaksetting�Y	!dmetadata: 
�X	d--- �W	
d�V	1dFetch leika config
�U	denabled
�T	denabled�S	-dInstall services�R	=dPerform initial settings#�Q	Gdwhm-wp-toolkit-api registered"�P	Edcpanel-wp-toolkit registered�O	3dPlugin installed ok-�N	[dInstall cPanel Plugin for theme jupiter�M	?dwhm-wp-toolkit registered�L	1dInstall WHM Plugin,�K	Ydcpanel_php_fpm restarted successfully.�J	
d��I	�+d	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 539726 (systemd+/proc check method).�H	)dService Status�G	
d��F	�dWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�E	%d  version: 1�D	#d  result: 16�C	md  reason: Enabled monitoring for cpanel_php_fpm.!�B	Cd  command: configureservice�A	!dmetadata: 
�@	d--- �?	%d  version: 1�>	#d  result: 1�=	%d  reason: OK�<	5d  command: addpkgext�;	!dmetadata: �:	)d  pkg: default�9	ddata: 
�8	d--- �7	%d  version: 1�6	#d  result: 1�5	%d  reason: OK!�4	Cd  command: set_tweaksetting�3	!dmetadata: 
�2	d--- �1	
d�0	1dFetch leika config
�/	denabled
�.	denabled�-	-dInstall services�,	=dPerform initial settings#�+	Gdwhm-wp-toolkit-api registered"�*	Edcpanel-wp-toolkit registered�)	3dPlugin installed ok-�(	[dInstall cPanel Plugin for theme jupiter�'	?dwhm-wp-toolkit registered�&	1dInstall WHM Plugin,�%	Ydcpanel_php_fpm restarted successfully.�$	
d��#	�+d	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 539531 (systemd+/proc check method).�"	)dService Status�!	
d�� 	�dWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%d  version: 1�	#d  result: 16�	md  reason: Enabled monitoring for cpanel_php_fpm.!�	Cd  command: configureservice�	!dmetadata: 
�	d--- �	;d    (ALL) NOPASSWD: ALL?�	dUser wp-toolkit may run the following commands on server:�	
dD�	�d    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�	od    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�	�d    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",
�	b����������������yqiaYQIA91)!	����������������yqiaYQIA9/%
�
�
�
�
�
�
�
�
�
�
�
�
�
{
q
g
]
S
I
?
5
+
!



�������������wmcYOE;1'	�������������}rg\QF;0%
�
�
�
�
�
�
�
�
�
�
�
�
u
j
_
T
I
>
3
(


	�	�	�	�	�	�	�	�	�	�	�	�	x	m	b	W	L	A	6	+	 		
������������{peZOD9.#
�����������~sh]RG<1&������������vk`UJ?4)������������yncXMB7,!�����������|qf[PE:/$�����������ti^SH=2'����������
dc�
ba�
`_�
^]�
\[�
ZY�
XW�
VU�
TS�
RQ�
PO�
NM�
LK�
JI�
HG�
FE�
DC�
BA�
@?�
>=�
<;�
:9�
87�
65�
43�
21�
0/�
.-�
,+�
*)�
('�
&%�
$#�
"!�
 �
�
�
�
�
�
�
�
�

�
�

	�
�
�
�		�~	��}	��|	��{	��z	��y	��x	��w	��v	��u	��t	��s	��r	��q	��p	��o	��n	��m	��l	��k	��j	��i	��h	��g	��f	��e	��d	��c	��b	��a	��`	��_	��^	��]	��\	��[	��Z	��Y	��X	��W	��V	~U	}|T	{zS	yxR	wvQ	utP	srO	mlN	jiM	hgL	feK	dcJ	baI	`_H	^]G	\[F	ZYE	XWD	VUC	TSB	RQA	PO@	NM?	LK>	JI=	HG<	FE;	DC:xw9vu8ts7rq6po5nm4lk3ji2hg1fe0dc/ba.`_-^],\[+ZY*XW)VU(TS'RQ&PO%NM$LK#JI"HG!FE DCBA@?>=<;:9876543210/.-,+*)('&%$#"! 

	

		
1������������|qf[PE:/$�����������ti^SH=2'
�
�
�
�
�
�
�
�
�
�
�
�
w
l
a
V
K
@
5
*


	������������zodYNC8-"�����������}rg\QF;0%
�
�
�
�
�
�
�
�
�
�
�
�
u
j
_
T
I
>
3
(


	�	�	�	�	�	�	�	�	�	�	�	�	x	m	b	W	L	A	6	+	 		
������������{peZOD9.#
�����������~sh]RG<1&������������vk`UJ?4)������������yncXMB7,!�����������|qf[PE:/$�����������ti^SH=2'���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
��
~}�
|{�
zy�
xw�
vu�
ts�
rq�
po�
nm�
lk�
ji�
hg�
fe�
dc�
ba�
XW�
VU�
TS�
RQ�
PO�
NM�
LK�
JI�
CB�
A@�
?>�
=<�
;:�
98�
76�
54�
32�
10�
/.�
-,�
+*�
)(�
&%
$#~
"!}
 |
{
z
y
x
w
v
u
t

s
r

	q
p
o
n
m
�l
��k
��j
��i
��h
��g
��f
��e
��d
��c
��b
��a
��`
��_
��^
��]
��\
��[
��Z
��Y
��X
��W
��V
��U
��T
��S
��R
��Q
��P
��O
��N
��M
��L
��K
��J
��I
��H
��G
��F
��E
��D
��C
��B
��A
��@
��?
��>
��=
~<
}|;
{z:
yx9
wv8
ut7
sr6
qp5
on4
ml3
kj2
ih1
gf0
ed/
cb.
a`-
_^,
]\+
[Z*
YX)
WV(
UT'
SR&
QP%
ON$
ML#
KJ"
IH!
GF 
ED
CB
?>
=<
;:
98
76
54
32
10
/.
-,
+*
)(
'&
%$
#"
! 





	







	



�
��
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
���
��
~}�
|{�
zy�
xw�
vu�
ts�
rq�
po�
nm�
lk�
ji�
hg�
I�M�M
�
��1�/
�
�
F

	�	[	�k���M- 
������F=����`:������xcO:-������yU�mdM���C	
o��B	�-o	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3464644 (systemd+/proc check method).�A	)oService Status�@	
o��?	�oWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�>	%o  version: 1�=	#o  result: 16�<	mo  reason: Enabled monitoring for cpanel_php_fpm.!�;	Co  command: configureservice�:	!ometadata: 
�9	o--- �8	%o  version: 1�7	#o  result: 1�6	%o  reason: OK�5	5o  command: addpkgext�4	!ometadata: �3	)o  pkg: default�2	odata: 
�1	o--- �0	%o  version: 1�/	#o  result: 1�.	%o  reason: OK!�-	Co  command: set_tweaksetting�,	!ometadata: 
�+	o--- �*	
o�)	1oFetch leika config
�(	oenabled
�'	oenabled�&	-oInstall services�%	=oPerform initial settings#�$	Gowhm-wp-toolkit-api registered"�#	Eocpanel-wp-toolkit registered�"	3oPlugin installed ok-�!	[oInstall cPanel Plugin for theme jupiter� 	?owhm-wp-toolkit registered�	1oInstall WHM Plugin,�	Yocpanel_php_fpm restarted successfully.�	
o��	�-o	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3464365 (systemd+/proc check method).�	)oService Status�	
o��	�oWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%o  version: 1�	#o  result: 16�	mo  reason: Enabled monitoring for cpanel_php_fpm.!�	Co  command: configureservice�	!ometadata: 
�	o--- �	;o    (ALL) NOPASSWD: ALL?�	oUser wp-toolkit may run the following commands on server:�	
oD�	�o    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�	oo    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�
	�o    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�	�o    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�	�o    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�
	�o    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�		�%o    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�	�+o    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�	soMatching Defaults entries for wp-toolkit on server:;�	wkUser-side plugin is not installed. Skipping update...�	k/��	�9kcopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�	�skcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��	�kcopying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�0�	�_kcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�	�[kcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�	'ktheme jupiter��~	�7kcopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�}	�qkcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��|	�kcopying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�/�{	�]kcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static
��
���
w	����a"���<zgg�%	
h,�h,�2014:6532d4988347cc582dc8f56c6f79df2105b880392014:ff1967bce401f41b745909d8aefbbbfa270540ce8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<ygg�%	
h��h��2014:047ba37252d88074ad60a95b24d3d6938645f31a2014:6532d4988347cc582dc8f56c6f79df2105b880398�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<xgg�%	
hR�hR�2014:ec2ff32c1461fc8ee955e8bb05cbae504ffed89b2014:047ba37252d88074ad60a95b24d3d6938645f31a8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<wgg�%	
h�+h�12014:f8701cd18bec444f9d4b1eb7c0714b2c4328291e2014:ec2ff32c1461fc8ee955e8bb05cbae504ffed89b8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<vgg�%	
h{�h|02014:7eef5c3f14822b55bc8ff22931235252b365c14d2014:f8701cd18bec444f9d4b1eb7c0714b2c4328291e8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<ugg�%	
g�=�g�=�2014:a591e9cd98f32da3384dc913f57e443a6f0f4a5f2014:7eef5c3f14822b55bc8ff22931235252b365c14d8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
tggC	
g�$g�82014:2350b34af394ac46124b4a07eb106ac5140bb85b2014:a591e9cd98f32da3384dc913f57e443a6f0f4a5f8�-y update wp-toolkit-cpanel�<sgg�%	
g�]�g�]�2014:bc073df169856f4a3c4b7e6398408e76ac93700a2014:2350b34af394ac46124b4a07eb106ac5140bb85b8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
rggC	
g���g��2014:ba9c9ac9bacb5853ef98a5f9849947ecc2a802162014:bc073df169856f4a3c4b7e6398408e76ac93700a8�-y update wp-toolkit-cpanel�<qgg�%	
g�}g�}2014:cc64acfbfbeceddf12a7665a2dd9606a1e2539982014:ba9c9ac9bacb5853ef98a5f9849947ecc2a802168�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<pgg�%	
gӦ�gӦ�2014:f1f0ec4f7eb88d37b7b695c84ff9392dc721089f2014:cc64acfbfbeceddf12a7665a2dd9606a1e2539988�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
oggC	
gʗ�gʘ2014:809029444e80904d4d62a46a126f206ff01f99292014:f1f0ec4f7eb88d37b7b695c84ff9392dc721089f8�-y update wp-toolkit-cpanel�<ngg�%	
g�r�g�r�2014:ff5a858c9d7daac0aaeba6075baca14d31e763a72014:809029444e80904d4d62a46a126f206ff01f99298�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<mgg�%	
g��wg��}2014:7775f7978e3dd9db9baeace4d5e39600bdc56d792014:ff5a858c9d7daac0aaeba6075baca14d31e763a78�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
G����dH#������r_;&
�
�
�
�
�
�
�
q
\
���wT�
�
l	�	P	:��O�1'��T��]��;2�����S?*��������
	1rInstall WHM Plugin,�		Yrcpanel_php_fpm restarted successfully.�	
r��	�-r	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2692908 (systemd+/proc check method).�	)rService Status�	
r��	�rWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%r  version: 1�	#r  result: 16�	mr  reason: Enabled monitoring for cpanel_php_fpm.!�	Cr  command: configureservice�	!rmetadata: 
�~	r--- �}	;r    (ALL) NOPASSWD: ALL?�|	rUser wp-toolkit may run the following commands on server:�{	
rD�z	�r    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�y	or    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�x	�r    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�w	�r    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�v	�r    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�u	�r    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�t	�%r    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�s	�+r    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�r	srMatching Defaults entries for wp-toolkit on server:;�q	wpUser-side plugin is not installed. Skipping update...�p	p/��o	�9pcopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�n	�spcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��m	�pcopying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�0�l	�_pcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�k	�[pcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�j	'ptheme jupiter��i	�7pcopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�h	�qpcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��g	�pcopying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�/�f	�]pcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�e	�Ypcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �d	Apcpanel panel was detected.�c	pOK#�b	GpcPanel: register_appconfig..."�a	Epimunify-antivirus registeredB�`	�p'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�_	�
psed: can't read /etc/cagefs/cagefs.mp: No such file or directory�^	%o  version: 1�]	#o  result: 1�\	%o  reason: OK�[	5o  command: addpkgext�Z	!ometadata: �Y	)o  pkg: default�X	odata: 
�W	o--- �V	%o  version: 1�U	#o  result: 1�T	%o  reason: OK!�S	Co  command: set_tweaksetting�R	!ometadata: 
�Q	o--- �P	
o�O	1oFetch leika config
�N	oenabled
�M	oenabled�L	-oInstall services�K	=oPerform initial settings#�J	Gowhm-wp-toolkit-api registered"�I	Eocpanel-wp-toolkit registered�H	3oPlugin installed ok-�G	[oInstall cPanel Plugin for theme jupiter�F	?owhm-wp-toolkit registered�E	1oInstall WHM Plugin,�D	Yocpanel_php_fpm restarted successfully.
p����mG&
�������p\G:+
�
�
�
�
�
�
b
)

zqZ���lJ
�
�
�
�
y
i
Y
>
5
(
	�	�	�	�	�	�	�	m	P	;	'	��O�d�t"���V6)����
�OF����iC"	�������lXC6'��z	!tmetadata: �y	)t  pkg: default�x	tdata: 
�w	t--- �v	%t  version: 1�u	#t  result: 1�t	%t  reason: OK!�s	Ct  command: set_tweaksetting�r	!tmetadata: 
�q	t--- �p	
t�o	1tFetch leika config
�n	tenabled
�m	tenabled�l	-tInstall services�k	=tPerform initial settings#�j	Gtwhm-wp-toolkit-api registered"�i	Etcpanel-wp-toolkit registered�h	3tPlugin installed ok-�g	[tInstall cPanel Plugin for theme jupiter�f	?twhm-wp-toolkit registered�e	1tInstall WHM Plugin,�d	Ytcpanel_php_fpm restarted successfully.�c	
t��b	�-t	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3606487 (systemd+/proc check method).�a	)tService Status�`	
t��_	�tWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�^	%t  version: 1�]	#t  result: 16�\	mt  reason: Enabled monitoring for cpanel_php_fpm.!�[	Ct  command: configureservice�Z	!tmetadata: 
�Y	t--- �X	;t    (ALL) NOPASSWD: ALL?�W	tUser wp-toolkit may run the following commands on server:�V	
tD�U	�t    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�T	ot    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�S	�t    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�R	�t    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",O�Q	�t    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�P	�t    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�O	�%t    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�N	�+t    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�M	stMatching Defaults entries for wp-toolkit on server:B�L	�s'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�K	�
ssed: can't read /etc/cagefs/cagefs.mp: No such file or directory1�J	csJob for imunify-antivirus.service canceled.�I	%r  version: 1�H	#r  result: 1�G	%r  reason: OK�F	5r  command: addpkgext�E	!rmetadata: �D	)r  pkg: default�C	rdata: 
�B	r--- �A	%r  version: 1�@	#r  result: 1�?	%r  reason: OK!�>	Cr  command: set_tweaksetting�=	!rmetadata: 
�<	r--- �;	
r�:	1rFetch leika config
�9	renabled
�8	renabled�7	-rInstall services�6	=rPerform initial settings#�5	Grwhm-wp-toolkit-api registered"�4	Ercpanel-wp-toolkit registered�3	3rPlugin installed ok-�2	[rInstall cPanel Plugin for theme jupiter�1	?rwhm-wp-toolkit registered�0	1rInstall WHM Plugin,�/	Yrcpanel_php_fpm restarted successfully.�.	
r��-	�-r	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2693205 (systemd+/proc check method).�,	)rService Status�+	
r��*	�rWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�)	%r  version: 1�(	#r  result: 16�'	mr  reason: Enabled monitoring for cpanel_php_fpm.!�&	Cr  command: configureservice�%	!rmetadata: 
�$	r--- �#	%r  version: 1�"	#r  result: 1�!	%r  reason: OK� 	5r  command: addpkgext�	!rmetadata: �	)r  pkg: default�	rdata: 
�	r--- �	%r  version: 1�	#r  result: 1�	%r  reason: OK!�	Cr  command: set_tweaksetting�	!rmetadata: 
�	r--- �	
r�	1rFetch leika config
�	renabled
�	renabled�	-rInstall services�	=rPerform initial settings#�	Grwhm-wp-toolkit-api registered"�	Ercpanel-wp-toolkit registered�
	3rPlugin installed ok-�	[rInstall cPanel Plugin for theme jupiter�	?rwhm-wp-toolkit registered
G�������a(�ypY
�
�
�
k
I
����xhX=4'������lO:&
�
�
�
�	�	4�4�~��uk-��X��~sP���/�A	�]xcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�@	�Yxcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �?	Axcpanel panel was detected.�>	xOK#�=	GxcPanel: register_appconfig..."�<	Eximunify-antivirus registeredB�;	�w'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�:	�
wsed: can't read /etc/cagefs/cagefs.mp: No such file or directoryB�9	�v'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�8	�
vsed: can't read /etc/cagefs/cagefs.mp: No such file or directory"�7	EvChanging shell for _imunify.�6	=vchsh: Shell not changed.;�5	wuUser-side plugin is not installed. Skipping update...�4	u/��3	�9ucopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�2	�sucopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��1	�ucopying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�0�0	�_ucopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�/	�[ucopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.	'utheme jupiter��-	�7ucopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�,	�qucopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��+	�ucopying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�/�*	�]ucopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�)	�Yucopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �(	Aucpanel panel was detected.�'	uOK#�&	GucPanel: register_appconfig..."�%	Euimunify-antivirus registered�$	%t  version: 1�#	#t  result: 1�"	%t  reason: OK�!	5t  command: addpkgext� 	!tmetadata: �	)t  pkg: default�	tdata: 
�	t--- �	%t  version: 1�	#t  result: 1�	%t  reason: OK!�	Ct  command: set_tweaksetting�	!tmetadata: 
�	t--- �	
t�	1tFetch leika config
�	tenabled
�	tenabled�	-tInstall services�	=tPerform initial settings#�	Gtwhm-wp-toolkit-api registered"�	Etcpanel-wp-toolkit registered�	3tPlugin installed ok-�
	[tInstall cPanel Plugin for theme jupiter�	?twhm-wp-toolkit registered�	1tInstall WHM Plugin,�
	Ytcpanel_php_fpm restarted successfully.�		
t��	�-t	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3606676 (systemd+/proc check method).�	)tService Status�	
t��	�tWaiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%t  version: 1�	#t  result: 16�	mt  reason: Enabled monitoring for cpanel_php_fpm.!�	Ct  command: configureservice�	!tmetadata: 
�	t--- �~	%t  version: 1�}	#t  result: 1�|	%t  reason: OK�{	5t  command: addpkgext
)�|`J
��_�A7
�
�
k
!	�	�	�	L	�����*�*�t��ka#��8��O�j	�}    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",L�i	�}    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",S�h	�%}    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",V�g	�+}    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,9�f	s}Matching Defaults entries for wp-toolkit on server:;�e	w|User-side plugin is not installed. Skipping update...�d	|/��c	�9|copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�b	�s|copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��a	�|copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�0�`	�_|copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�_	�[|copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�^	'|theme jupiter��]	�7|copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�\	�q|copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��[	�|copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�/�Z	�]|copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�Y	�Y|copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �X	A|cpanel panel was detected.�W	|OK#�V	G|cPanel: register_appconfig..."�U	E|imunify-antivirus registeredB�T	�|'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�S	�
|sed: can't read /etc/cagefs/cagefs.mp: No such file or directory"�R	E{Changing shell for _imunify.�Q	={chsh: Shell not changed.B�P	�z'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�O	�
zsed: can't read /etc/cagefs/cagefs.mp: No such file or directoryY�N	�1ySee "systemctl status imunify-antivirus.service" and "journalctl -xe" for details./�M	_yJob for imunify-antivirus.service failed.;�L	wxUser-side plugin is not installed. Skipping update...�K	x/��J	�9xcopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�I	�sxcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��H	�xcopying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�0�G	�_xcopying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�F	�[xcopying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�E	'xtheme jupiter��D	�7xcopying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�C	�qxcopying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��B	�xcopying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts
h�������������������{tmf_XQJC<5.' ������������������xqh_VMD;2) 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
~
u
l
c
Z
Q
H
?
6
-
$


	
��������������ypg^ULC:1(
�������������yoe[QG=3)
�
�
�
�
�
�
�
�
�
�
�
�

u
k
a
W
M
C
9
/
%


	�	�	�	�	�	�	�	�	�	�	�	�	�	{	q	g	]	S	I	?	5	+	!		
	�������������wmcYOE;1'	�������������}si_UKA7-#�������������yoe[QG=3)������������ukaWMC9/%�������������{qg]SI?5+!
�������������wmcYOE;1'	�����h���g���f���e���d���c���b���a���`���_���^���]���\���[���Z���Y���X���W���V���U���T���S���R���Q���P���O���N���M���L���K���J���I���H���G���F���E���D���C���B���A���@���?���>���=���<~�;}|�:{z�9yx�8wv�7ut�6sr�5qp�4on�3ml�2kj�1ih�0gf�/ed�.cb�-a`�,_^�+]\�*[Z�)YX�(WV�'UT�&SR�%QP�$ON�#ML�"KJ�!IH� GF�ED�CB�?>�=<�;:�98�76�54�32�10�/.�-,�+*�)(�'&�%$�#"�! �
���
�	����
��
	�����~��}���|���{���z���y���x���w���v���u���t���s���r���q���p���o���n���m���l���k���j���i���h���g���f���e���d���c���b���a���`���_���^���]���\���[���Z���Y���X���W���V���U���T���S���R���Q���P���O���N���M���L���K���J���I���H���G���F���E���D���C���B���A���@���?���>��=~}�<|{�;zy�:xw�9vu�8ts�7rq�6po�5nm�4lk�3ji�2hg�1fe�0dc�/ba�.`_�-^]�,\[�+ZY�*XW�)VU�(TS�'RQ�&PO�%NM�$LK�#JI�"HG�!FE� DC�BA�@?�>=�<;�:9�87�65�43�21�0/�.-�,+�*)�('�&%�$#�"!� �
���
�	����
��
	���~�}��|��{��z��y��x��w��v��u��t��s��r��q��p��o��n��m��l��k��j��i��h��g��f��e��d��c��b��a��`��_��^��]��\��[��Z��Y��X��W��V��U~T}|S{zRyxQwvPutOsrNmlMjiLhgKfeJdcIbaH`_G^]F\[EZYDXWCVUBTSARQ@PO?NM>LK=JI<HG;FE:DC9xw8vu7ts6rq5po4nm3lk2ji1hg0fe/dc.ba-`_,^]+\[*ZY)XW(VU'TS&RQ%PO$NM#LK"JI!HG FEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!
 
	

	
z<������������~tj`VLB8.$�������������zpf\RH>4* 
�
�
�
�
�
�
�
�
�
�
�
�
�
v
l
b
X
N
D
:
0
&


�������������|rh^TJ@6,"�������������xndZPF<�b���a���`���_���^���]���\���[���Z���Y���X���W���V���U���T���S���R���Q���P���O���N���M���L���K���J���I���H���G���F���E���D���C���B���A���@���?���>���=���<���;���:���9���8���7���6���5���4���3���2���1���0���/���.���-���,���+���*���)���(���'���&���%��$~}�#|{�"zy�!xw� vu�ts�rq�po�nm�lk�ji�hg�fe�dc�ba�XW�VU�TS�RQ�PO�NM�LK�JI�
CB�A@�?>�
=<�	;:�98�76�54�32�10�/.�-,�+*�)(�&%�~$#�}"!�| �{�z�y�x�w�v�u�t�s
�r�q
	�p�o�n�m�l��k���j���i��

)�
���
w	7��w7�i)�<�gg�%	
hd�-hd�32014:d37b760ba25ed5db30763fb3f518a4fc740b7bbe2015:7326f7d4eb0b1006ab2b15c951619f86e08df0f68�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�gg�%	
hc\�hc\�2014:224fb3e2d34c1229550e3d133e9a2668470175492014:d37b760ba25ed5db30763fb3f518a4fc740b7bbe8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�ggC	
h`��h`��2014:e27c030c958b3a0cdc2d6c176cfcaf02a33093be2014:224fb3e2d34c1229550e3d133e9a2668470175498�-y update wp-toolkit-cpanel�<�gg�%	
hT��hT��2014:e817ae289451485fdc4b7ef64674199ef7c0030d2014:bb1f8a12fee870ce35416afb77c086e970df18a08�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�gg�%	
hS��hS��2014:48472dd4e926b675f9db1e04209f439041cbb4342014:e817ae289451485fdc4b7ef64674199ef7c0030d8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�gg�%	
hR<�hR<�2014:d4049cd2930bd24d17adf20532914ea3b628f7a72014:48472dd4e926b675f9db1e04209f439041cbb4348�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�gg�%	
hI
OhI
Q2014:49a68772fc89e9c8c842f3d5cfb9d9f9b06e16962014:d4049cd2930bd24d17adf20532914ea3b628f7a78�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�gg�%	
hA!hA'2014:1c37a5138abade8892331e2b15cd5756084c102f2014:49a68772fc89e9c8c842f3d5cfb9d9f9b06e16968�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<gg�%	
h9(eh9(i2014:7001cf2dc17d760412f960e0ee922ceaf4a4c9442014:1c37a5138abade8892331e2b15cd5756084c102f8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<~gg�%	
h+��h+�2014:3b65e2a4c75d5b64b3abc24d2314ee83ec3c446a2014:7001cf2dc17d760412f960e0ee922ceaf4a4c9448�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
}ggC	
h*�sh*��2014:a375c97a2926dd9a5543c1d23961eb7cbb04c1f52014:3b65e2a4c75d5b64b3abc24d2314ee83ec3c446a8�-y update wp-toolkit-cpanel�<|gg�%	
h%]eh%]�2014:8d45cc3f9f8b1c21b66c6b84ca353240db92daa72014:a375c97a2926dd9a5543c1d23961eb7cbb04c1f58�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<{gg�%	
h��h��2014:ff1967bce401f41b745909d8aefbbbfa270540ce2014:8d45cc3f9f8b1c21b66c6b84ca353240db92daa78�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
_+�_%���sfS/
�
�
�
G
>
'��U:����`G7'
�
�
�
�
�
�
t
e
N
;

		�	�	�	�	�	c	O	:��������U9�����ypcP,������vbM��shE��]�A+�I	'~theme jupiter��H	�7~copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesy�G	�q~copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��F	�~copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�/�E	�]~copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�-�D	�Y~copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static �C	A~cpanel panel was detected.�B	~OK#�A	G~cPanel: register_appconfig..."�@	E~imunify-antivirus registeredB�?	�~'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'G�>	�
~sed: can't read /etc/cagefs/cagefs.mp: No such file or directory�=	%}  version: 1�<	#}  result: 1�;	%}  reason: OK�:	5}  command: addpkgext�9	!}metadata: �8	)}  pkg: default�7	}data: 
�6	}--- �5	%}  version: 1�4	#}  result: 1�3	%}  reason: OK!�2	C}  command: set_tweaksetting�1	!}metadata: 
�0	}--- �/	
}�.	1}Fetch leika config
�-	}enabled
�,	}enabled�+	-}Install services�*	=}Perform initial settings#�)	G}whm-wp-toolkit-api registered"�(	E}cpanel-wp-toolkit registered�'	3}Plugin installed ok-�&	[}Install cPanel Plugin for theme jupiter�%	?}whm-wp-toolkit registered�$	1}Install WHM Plugin,�#	Y}cpanel_php_fpm restarted successfully.�"	
}��!	�+}	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 647214 (systemd+/proc check method).� 	)}Service Status�	
}��	�}Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%}  version: 1�	#}  result: 16�	m}  reason: Enabled monitoring for cpanel_php_fpm.!�	C}  command: configureservice�	!}metadata: 
�	}--- �	%}  version: 1�	#}  result: 1�	%}  reason: OK�	5}  command: addpkgext�	!}metadata: �	)}  pkg: default�	}data: 
�	}--- �	%}  version: 1�	#}  result: 1�
	%}  reason: OK!�	C}  command: set_tweaksetting�	!}metadata: 
�
	}--- �		
}�	1}Fetch leika config
�	}enabled
�	}enabled�	-}Install services�	=}Perform initial settings#�	G}whm-wp-toolkit-api registered"�	E}cpanel-wp-toolkit registered�	3}Plugin installed ok-�	[}Install cPanel Plugin for theme jupiter�	?}whm-wp-toolkit registered�~	1}Install WHM Plugin,�}	Y}cpanel_php_fpm restarted successfully.�|	
}��{	�+}	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 646789 (systemd+/proc check method).�z	)}Service Status�y	
}��x	�}Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�w	%}  version: 1�v	#}  result: 16�u	m}  reason: Enabled monitoring for cpanel_php_fpm.!�t	C}  command: configureservice�s	!}metadata: 
�r	}--- �q	;}    (ALL) NOPASSWD: ALL?�p	}User wp-toolkit may run the following commands on server:�o	
}D�n	�}    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty7�m	o}    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,O�l	�}    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",L�k	�}    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",
/�N�
����z/����l
�
	�	cL��^�>3��c&�u%��/���_>0�����x	%�  version: 1�w	#�  result: 17�v	m�  reason: Enabled monitoring for cpanel_php_fpm."�u	C�  command: configureservice�t	!�metadata: �s	�--- �r	;�    (ALL) NOPASSWD: ALL@�q	�User wp-toolkit may run the following commands on server:�p	
�E�o	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�n	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�m	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�l	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�k	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�j	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�i	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�h	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�g	s�Matching Defaults entries for wp-toolkit on server:C�f	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'H�e	�
�sed: can't read /etc/cagefs/cagefs.mp: No such file or directory<�d	w�User-side plugin is not installed. Skipping update...�c	�/��b	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�a	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��`	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�_	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�^	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�]	'�theme jupiter��\	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�[	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��Z	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�Y	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�X	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�W	A�cpanel panel was detected.	�V	�OK$�U	G�cPanel: register_appconfig...#�T	E�imunify-antivirus registeredC�S	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'H�R	�
�sed: can't read /etc/cagefs/cagefs.mp: No such file or directory2�Q	c�Job for imunify-antivirus.service canceled.;�P	w~User-side plugin is not installed. Skipping update...�O	~/��N	�9~copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependenciesz�M	�s~copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��L	�~copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�0�K	�_~copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.�J	�[~copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static
^�yoW���eB
�
�
�
�
k
Z
I
-
#

�����}eQ3����q\F
�
�
�
	�	�	�	�	W	:	�����si[G"������ycN8��=�d��k.�}-��7���gF8$��7�V	m�  reason: Enabled monitoring for cpanel_php_fpm."�U	C�  command: configureservice�T	!�metadata: �S	�--- �R	;�    (ALL) NOPASSWD: ALL@�Q	�User wp-toolkit may run the following commands on server:�P	
�E�O	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�N	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�M	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�L	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�K	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�J	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�I	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�H	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�G	s�Matching Defaults entries for wp-toolkit on server:C�F	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'H�E	�
�sed: can't read /etc/cagefs/cagefs.mp: No such file or directorye�D	�G�mode of '/opt/alt/php-internal/var/lib/php' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)g�C	�K�mode of '/opt/alt/php-internal/usr/share/php' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)l�B	�U�mode of '/opt/alt/php-internal/usr/lib64/php/pear' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)g�A	�K�mode of '/opt/alt/php-internal/etc/php.d.all' changed from 0755 (rwxr-xr-x) to 0700 (rwx------)C�@	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'H�?	�
�sed: can't read /etc/cagefs/cagefs.mp: No such file or directory�>	%�  version: 1�=	#�  result: 1�<	%�  reason: OK�;	5�  command: addpkgext�:	!�metadata: �9	)�  pkg: default
�8	�data: �7	�--- �6	%�  version: 1�5	#�  result: 1�4	%�  reason: OK"�3	C�  command: set_tweaksetting�2	!�metadata: �1	�--- �0	
��/	1�Fetch leika config�.	�enabled�-	�enabled�,	-�Install services�+	=�Perform initial settings$�*	G�whm-wp-toolkit-api registered#�)	E�cpanel-wp-toolkit registered�(	3�Plugin installed ok.�'	[�Install cPanel Plugin for theme jupiter �&	?�whm-wp-toolkit registered�%	1�Install WHM Plugin-�$	Y�cpanel_php_fpm restarted successfully.�#	
���"	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3626366 (systemd+/proc check method).�!	)�Service Status� 	
���	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%�  version: 1�	#�  result: 17�	m�  reason: Enabled monitoring for cpanel_php_fpm."�	C�  command: configureservice�	!�metadata: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK�	5�  command: addpkgext�	!�metadata: �	)�  pkg: default
�	�data: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK"�
	C�  command: set_tweaksetting�	!�metadata: �	�--- �
	
��		1�Fetch leika config�	�enabled�	�enabled�	-�Install services�	=�Perform initial settings$�	G�whm-wp-toolkit-api registered#�	E�cpanel-wp-toolkit registered�	3�Plugin installed ok.�	[�Install cPanel Plugin for theme jupiter �	?�whm-wp-toolkit registered�	1�Install WHM Plugin-�~	Y�cpanel_php_fpm restarted successfully.�}	
���|	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3625914 (systemd+/proc check method).�{	)�Service Status�z	
���y	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.
N$��_.���j8��r��m���W&��l�$H#����jEqLGM� 
�
�
�
�
d
>
���i8	��rM
�
�
�
}
Z
=
	�	�	�	�	m	K	#����(3imunify-wp-security3.0.41noarch?$+imunify360-venv2.6.21x86_64=0Cimunify-ui-antivirus-cpanel8.3.11noarch�0Cimunify-ui-antivirus-cpanel8.2.01noarch�1Cimunify-ui-antivirus-cpanel8.11.03noarch<1Cimunify-ui-antivirus-cpanel8.10.21noarch41Cimunify-ui-antivirus-cpanel8.10.12noarch20Cimunify-ui-antivirus-cpanel8.0.31noarch�0Cimunify-ui-antivirus-cpanel8.0.01noarch�0Cimunify-ui-antivirus-cpanel7.7.21noarch_0Cimunify-ui-antivirus-cpanel7.7.02noarchU0Cimunify-ui-antivirus-cpanel7.4.41noarch�1Cimunify-ui-antivirus-cpanel7.19.11noarch�1Cimunify-ui-antivirus-cpanel7.19.01noarch�1Cimunify-ui-antivirus-cpanel7.18.22noarch|(3imunify-wp-security3.0.21noarch7(3imunify-wp-security3.0.12noarch,$+imunify360-venv2.6.11x86_64(0Cimunify-ui-antivirus-cpanel8.9.21noarch'0Cimunify-ui-antivirus-cpanel8.9.11noarch"&'inotify-tools3.1419.el8x86_640Cimunify-ui-antivirus-cpanel8.8.01noarch0Cimunify-ui-antivirus-cpanel8.7.41noarch0Cimunify-ui-antivirus-cpanel8.7.31noarch0Cimunify-ui-antivirus-cpanel8.7.22noarch0Cimunify-ui-antivirus-cpanel8.7.11noarch0Cimunify-ui-antivirus-cpanel8.6.12noarch�0Cimunify-ui-antivirus-cpanel8.5.11noarch�$+imunify360-venv2.6.03x86_64�$+imunify360-venv2.5.31x86_64�libXft2.3.31.el8x86_64�"libXfixes5.0.37.el8x86_64�$!libXdamage1.1.414.el8x86_64�$!libXcursor1.1.153.el8x86_64�''libXcomposite0.4.414.el8x86_64�!libXaw1.0.1310.el8x86_64�%%libXau-devel1.0.93.el8x86_64�#!libX11-xcb1.6.85.el8x86_64�%%libX11-devel1.6.85.el8x86_64�libSM1.2.31.el8x86_64� libICE1.0.915.el8x86_64�leveldb1.221.el8x86_64glcms22.92.el8x86_64�"lame-libs3.1006.el8x86_64%krb5-libs1.18.225.el8_8x86_643%krb5-libs1.18.222.el8_7x86_644'!krb5-devel1.18.225.el8_8x86_64�-3keyutils-libs-devel1.5.109.el8x86_64�-#)kexec-tools2.0.255.el8_8.1.almax86_641$#kexec-tools2.0.255.el8x86_6423/)kernel-tools-libs4.18.0477.21.1.el8_8x86_64/3/)kernel-tools-libs4.18.0477.10.1.el8_8x86_640.%)kernel-tools4.18.0477.21.1.el8_8x86_64-.%)kernel-tools4.18.0477.10.1.el8_8x86_64.0))kernel-modules4.18.0477.21.1.el8_8x86_641))kernel-headers4.18.0477.21.1.el8_8x86_64�-#)kernel-core4.18.0477.21.1.el8_8x86_64()kernel4.18.0477.21.1.el8_8x86_64&%json-c-devel0.13.13.el8x86_64�$%jbigkit-libs2.114.el8x86_64�%'jbig2dec-libs0.161.el8x86_64�%#jasper-libs2.0.145.el8x86_64�3?jack-audio-connection-kit1.9.144.el8x86_64(isl0.16.16.el8x86_64�"iptables1.8.424.el8x86_64� iproute5.18.01.el8x86_64,$iproute5.18.01.1.el8_8x86_64+$+imunify360-venv2.5.21x86_64�$+imunify360-venv2.5.11x86_64�$+imunify360-venv2.5.01x86_64�$+imunify360-venv2.4.01x86_64~$+imunify360-venv2.3.51x86_64d$+imunify360-venv2.3.41x86_64�$+imunify360-venv2.3.31x86_64V$+imunify360-venv2.2.04x86_64�0Cimunify-ui-antivirus-cpanel8.4.12noarch�0Cimunify-ui-antivirus-cpanel8.3.31noarch�0Cimunify-ui-antivirus-cpanel8.3.21noarch�
&�
�@�
r	"�D��T�v&�L�gg�E	
h�,h�,2028:31b7455042f39b8b15c367acca3bee4ffb7a263b2028:7ed7141fa12624f7e48f380b02bf2be50d9ced298�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
h��\h��a2028:498ee523d14bd82edf26eb5376679f41e1e874532028:31b7455042f39b8b15c367acca3bee4ffb7a263b8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�ggC	
hǴ
hǴ 2028:ef36eb043009ac86b6222fcab80185e418d013272028:498ee523d14bd82edf26eb5376679f41e1e874538�-y update wp-toolkit-cpanel�L�gg�E	
h���h���2028:cff078c00e9a0d71e7a99eceb1d96c5ca50a64252028:ef36eb043009ac86b6222fcab80185e418d013278�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
h��h��2028:e6d9d23e9ab208a9b2bea7e4be2860f7486beeea2028:cff078c00e9a0d71e7a99eceb1d96c5ca50a64258�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
h��fh��h2028:3f5eb2bd25884b3276db28ea8804464a240604822028:e6d9d23e9ab208a9b2bea7e4be2860f7486beeea8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�ggC	
h�Җh�ҧ2020:f6ccecaa6bf7bb6560625b40e7a0e9ccefa7b0112028:3f5eb2bd25884b3276db28ea8804464a240604828�-y update wp-toolkit-cpanel�L�gg�E	
h��h��2020:45ac73602261be653b1e233cd5081724dc72de382020:f6ccecaa6bf7bb6560625b40e7a0e9ccefa7b0118�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�
gg�E	
h��Zh��[2020:8ba860ea970814d3e159719e3c7b311b2c68d2842020:45ac73602261be653b1e233cd5081724dc72de388�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�gg�%	
h���h��/2015:bec171895bf3ceba422c8d3577441341083c8a062020:8ba860ea970814d3e159719e3c7b311b2c68d2848�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�ggC	
hwOhwb2015:4025f5867e8691cc2f393e788a8cd3b15861d1a82015:bec171895bf3ceba422c8d3577441341083c8a068�-y update wp-toolkit-cpanel�<�
gg�%	
hp��hp��2015:deea7ec89cc962d14d1c042fa9f5c734b24bf73d2015:4025f5867e8691cc2f393e788a8cd3b15861d1a88�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�	gg�%	
ho9kho9p2015:5f53d9540e42208bb7812bf1d1022ef9c4835d2d2015:deea7ec89cc962d14d1c042fa9f5c734b24bf73d8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�<�gg�%	
hf�hf�2015:7326f7d4eb0b1006ab2b15c951619f86e08df0f62015:5f53d9540e42208bb7812bf1d1022ef9c4835d2d8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
Y���ND,��V:
�
�
�
|
Z
@
/

������pbR:&������F1
�
�
r	�	�	�	�	]	,	����udH>0�������lN8#
��N�P�nH!�?�����/	'�theme jupiter��.	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�-	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��,	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�+	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�*	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�)	A�cpanel panel was detected.	�(	�OK$�'	G�cPanel: register_appconfig...#�&	E�imunify-antivirus registeredC�%	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'��$	�-�Created symlink /etc/systemd/system/multi-user.target.wants/imunify-agent-proxy.service → /usr/lib/systemd/system/imunify-agent-proxy.service.��#	�#�Created symlink /etc/systemd/system/sockets.target.wants/imunify-agent-proxy.socket → /usr/lib/systemd/system/imunify-agent-proxy.socket.d�"	�E�warning: /etc/yum.repos.d/imunify360.repo created as /etc/yum.repos.d/imunify360.repo.rpmnewt�!	�e�warning: /etc/yum.repos.d/imunify360-testing.repo created as /etc/yum.repos.d/imunify360-testing.repo.rpmnew#� 	E�Changing shell for _imunify.�	=�chsh: Shell not changed.�	%�  version: 1�	#�  result: 1�	%�  reason: OK�	5�  command: addpkgext�	!�metadata: �	)�  pkg: default
�	�data: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK"�	C�  command: set_tweaksetting�	!�metadata: �	�--- �	
��	1�Fetch leika config�	�enabled�
	�enabled�	-�Install services�	=�Perform initial settings$�
	G�whm-wp-toolkit-api registered#�		E�cpanel-wp-toolkit registered�	3�Plugin installed ok.�	[�Install cPanel Plugin for theme jupiter �	?�whm-wp-toolkit registered�	1�Install WHM Plugin-�	Y�cpanel_php_fpm restarted successfully.�	
���	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2079222 (systemd+/proc check method).�	)�Service Status�	
���	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�~	%�  version: 1�}	#�  result: 17�|	m�  reason: Enabled monitoring for cpanel_php_fpm."�{	C�  command: configureservice�z	!�metadata: �y	�--- �x	%�  version: 1�w	#�  result: 1�v	%�  reason: OK�u	5�  command: addpkgext�t	!�metadata: �s	)�  pkg: default
�r	�data: �q	�--- �p	%�  version: 1�o	#�  result: 1�n	%�  reason: OK"�m	C�  command: set_tweaksetting�l	!�metadata: �k	�--- �j	
��i	1�Fetch leika config�h	�enabled�g	�enabled�f	-�Install services�e	=�Perform initial settings$�d	G�whm-wp-toolkit-api registered#�c	E�cpanel-wp-toolkit registered�b	3�Plugin installed ok.�a	[�Install cPanel Plugin for theme jupiter �`	?�whm-wp-toolkit registered�_	1�Install WHM Plugin-�^	Y�cpanel_php_fpm restarted successfully.�]	
���\	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2078918 (systemd+/proc check method).�[	)�Service Status�Z	
���Y	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�X	%�  version: 1�W	#�  result: 1
V����b;���P
�
x
+��]1���M+
�
�
�
�
X
.
	�	�	X	4	���l9���uL*���wK&���_,
���g:���lG%���vR'���f2�1�4C4imunify-ui-antivirus-cpanel8.10.21noarch �3!3imunify-ui8.10.21noarch1�2C2imunify-ui-antivirus-cpanel8.10.12noarch �1!1imunify-ui8.10.12noarch'�0-0alt-php-els-meta1.04.el8noarch&�///imunify-antivirus8.7.11x86_64"�.	.ai-bolit32.8.11.el8x86_64#�--rustbolit33.0.21.el8x86_64(�,3,imunify-wp-security3.0.12noarch!�+%+imunify-core8.9.03x86_64(�*)*imunify-common1.3.123.el8x86_64'�)/)imunify-antivirus8.6.126x86_64$�(+(imunify360-venv2.6.11x86_640�'C'imunify-ui-antivirus-cpanel8.9.21noarch�&!&imunify-ui8.9.21noarch"�%	%ai-bolit32.7.61.el8x86_64!�$%$imunify-core8.8.33noarch'�#/#imunify-antivirus8.6.114x86_640�"C"imunify-ui-antivirus-cpanel8.9.11noarch�!!!imunify-ui8.9.11noarch(� ) imunify-common1.3.112.el8x86_64*�/wp-toolkit-cpanel6.9.310003x86_64*�3whmcs-cpaddon-php818.6.11.9noarch$�'whmcs-cpaddon8.6.11.9noarch&�/imunify-antivirus8.6.92x86_64&�'inotify-tools3.1419.el8x86_64�ed1.14.24.el8x86_640�Cimunify-ui-antivirus-cpanel8.8.01noarch�!imunify-ui8.8.01noarch!�%imunify-core8.8.14noarch)�/wp-toolkit-cpanel6.9.29922x86_640�Cimunify-ui-antivirus-cpanel8.7.41noarch�!imunify-ui8.7.41noarch"�	ai-bolit32.7.51.el8x86_64)�/wp-toolkit-cpanel6.9.19854x86_64&�/imunify-antivirus8.6.91x86_64(�)imunify-common1.3.102.el8x86_64)�/wp-toolkit-cpanel6.9.09830x86_640�Cimunify-ui-antivirus-cpanel8.7.31noarch�
!
imunify-ui8.7.31noarch&�/imunify-antivirus8.6.81x86_64+�1alt-common-release1.0.00.el8x86_64!�
%
imunify-core8.8.01noarch&�	/	imunify-antivirus8.6.71x86_64"�	ai-bolit32.7.41.el8x86_64!�%imunify-core8.7.51noarch0�Cimunify-ui-antivirus-cpanel8.7.22noarch�!imunify-ui8.7.22noarch"�	ai-bolit32.7.31.el8x86_640�Cimunify-ui-antivirus-cpanel8.7.11noarch�!imunify-ui8.7.11noarch)�/wp-toolkit-cpanel6.8.39700x86_64!�%imunify-core8.7.41noarch1�+-�ea-cpanel-tools1.0112.125.1.cpanelx86_64=�~A/�ea-apache24-config-runtime1.0201.212.14.cpanelnoarch3�}-)�cpanel-analytics1.4.5711.13.1.cpanelnoarch)�|/�wp-toolkit-cpanel6.8.29663x86_64'�{)�imunify-common1.3.74.el8x86_64&�z/�imunify-antivirus8.6.51x86_64)�y/�wp-toolkit-cpanel6.8.19633x86_64$�x+�imunify-release1.0.21noarch!�w%�imunify-core8.7.32noarch0�vC�imunify-ui-antivirus-cpanel8.6.12noarch�u!�imunify-ui8.6.12noarch3�t7�sw-engine6.61.10redhat.8.240426.1114x86_646�s'7�plesk-rdbmspp2.0.50redhat.8.240426.1114x86_64?�r97�plesk-platform-runtime1.0.50redhat.8.240426.1114x86_640�q7�libaps1.0.140redhat.8.240426.1114x86_64)�p/�wp-toolkit-cpanel6.8.09580x86_64?�o77�plesk-libstdc++13.2.013.2.00redhat.8.240311.1816x86_64C�n?7�plesk-libboost-thread1.841.84.00redhat.8.240314.1318x86_64C�m?7�plesk-libboost-system1.841.84.00redhat.8.240314.1318x86_64J�lM7�plesk-libboost-serialization1.841.84.00redhat.8.240314.1318x86_64B�k=7�plesk-libboost-regex1.841.84.00redhat.8.240314.1318x86_64G�jG7�plesk-libboost-filesystem1.841.84.00redhat.8.240314.1318x86_64F�iE7�plesk-libboost-date-time1.841.84.00redhat.8.240314.1318x86_64=�h37�plesk-libboost-1.841.84.00redhat.8.240314.1318x86_64"�g	�ai-bolit32.7.21.el8x86_64.�f5	�app-version-detector30.1.31.el8x86_640�eC�imunify-ui-antivirus-cpanel8.5.11noarch�d!�imunify-ui8.5.11noarch$�c+�imunify360-venv2.6.03x86_64!�b%�imunify-core8.7.11noarch'�a)�imunify-common1.3.48.el8x86_64&�`/�imunify-antivirus8.6.11x86_64$�_+�imunify-release1.0.11noarch
t`����������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



����������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�	x
�	h
�
�
�	P
�
�
�
x
p
h
`�
X	�
P
H
@
8
0
(
 



	�	�	�	�	�		�	�	�	�	��	��	�p	��	��	��	p�	`	X�	H	@	8	0	(	 			��������8��`��x8h(XPH@�0H ����h�X����x����(p�`�P@X0� �����h��H�8���(�xp``�P�@�0� ��`�P���x�������� ph@X0H�8�(����������p�xh�A�>�@�7�?�-�>�(�=�4�<�3�;�6�:�5�9�.�8�,�7�+�6�/�5�2�4�1�3�'�2�&�1�0�)�/�%�.�-�,�$�+� �*�#�)���(�"�'�!�&��%��$��#��"��!�� �������������
������
����������������
�	������
���	��������������������������}�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�i�g�e�c�b�a�`�_�^�]�\�[�Z�Y�X�W�U�T�S�R�Q�P�O�N�M�K�I�H�G�F�E�D�B�@�A�>�J�<�:�8�6�4�2�0�.�,�*�(�'�?�%�=�#�C�!��$���� ��&���������
����	�"��������
���L������)�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~�~�}�}�|�|�{�{~z�z|y�yzx}xxw�wvvvturt{tpswsnrurl
(�����������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



����������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	x	p	h	`	X	P	H	@	8	0	(	 				����������������xph`XPH@80( ����������������xph`XPH@80( ��������AA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  



		����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~~}}||{{zzyyxxwwvvuuttssrrqqppoonnmmllkkjjiihhggffeeddccbbaa``__^^]]\\[[ZZYYXXWWVVUUTTSSRRQQPPOONNMMLLKKJJIIHHGGFFEEDDCCBBAA@@??>>==<<;;::99887766554433221100//..--,,++**))((''&&%%$$##""!!  
N�M�
����k�j
�
t
9	�	�	�	�	u	a	<	��PF.��u��vZ7���z`O>"
������rZF(�����fQ;������u
���}	1�Install WHM Plugin-�|	Y�cpanel_php_fpm restarted successfully.�{	
�^�z	�9�	Aug 28 00:38:24 server.cny.com.sg systemd[1]: Started FPM service for cPanel Daemons.a�y	�?�	Aug 28 00:38:23 server.cny.com.sg systemd[1]: Starting FPM service for cPanel Daemons...�x	#�Startup Log�w	
���v	�)�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 21917 (systemd+/proc check method).�u	)�Service Status�t	
���s	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�r	%�  version: 1�q	#�  result: 17�p	m�  reason: Enabled monitoring for cpanel_php_fpm."�o	C�  command: configureservice�n	!�metadata: �m	�--- �l	%�  version: 1�k	#�  result: 1�j	%�  reason: OK�i	5�  command: addpkgext�h	!�metadata: �g	)�  pkg: default
�f	�data: �e	�--- �d	%�  version: 1�c	#�  result: 1�b	%�  reason: OK"�a	C�  command: set_tweaksetting�`	!�metadata: �_	�--- �^	
��]	1�Fetch leika config�\	�enabled�[	�enabled�Z	-�Install services�Y	=�Perform initial settings$�X	G�whm-wp-toolkit-api registered#�W	E�cpanel-wp-toolkit registered�V	3�Plugin installed ok.�U	[�Install cPanel Plugin for theme jupiter �T	?�whm-wp-toolkit registered�S	1�Install WHM Plugin-�R	Y�cpanel_php_fpm restarted successfully.�Q	
�^�P	�9�	Aug 28 00:38:24 server.cny.com.sg systemd[1]: Started FPM service for cPanel Daemons.a�O	�?�	Aug 28 00:38:23 server.cny.com.sg systemd[1]: Starting FPM service for cPanel Daemons...�N	#�Startup Log�M	
���L	�)�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 21622 (systemd+/proc check method).�K	)�Service Status�J	
���I	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�H	%�  version: 1�G	#�  result: 17�F	m�  reason: Enabled monitoring for cpanel_php_fpm."�E	C�  command: configureservice�D	!�metadata: �C	�--- �B	;�    (ALL) NOPASSWD: ALL@�A	�User wp-toolkit may run the following commands on server:�@	
�E�?	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�>	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�=	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�<	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�;	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�:	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�9	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�8	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�7	s�Matching Defaults entries for wp-toolkit on server:<�6	w�User-side plugin is not installed. Skipping update...�5	�/��4	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�3	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��2	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�1	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�0	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static
���������}m]M;)�������m[J9(
�
�
�
�
�
�
�
y
g
V
E
3
!
��������sbQ?-��������raP?-	
�
�
�
�
�
�
�
~
m
\
K
9
'

	�	�	�	�	�	�	�	z	i	X	F	4	"	��������sbQ@/
��������raP@0��������saO>-��������raO=,
��������	��~	�A�}		�>�|		�@	�{		�7�z		�?	�y		�-�x		�>	�w		�(�v		�=	�u	�4�t	�<	�s		�3�r		�;	�q	�6�p	�:	�o	�5�n	�9	�m		�.�l		�8	�k		�,�j		�7	�i	�+�h	�6	�g	�/�f	�5	�e	�2�d	�4	�c		�1�b		�3	�a	�'�`	�2	�_		�&�^		�1	�]		�0�\	�)�[	�/�Z		�%�Y		�.
�X			�-
�W			�,�V		�$�U	�+�T		� �S		�*�R	�#�Q	�)�P		���O		�(	�N	�"�M	�'	�L		�!�K		�&	�J		��I		�%	�H		��G		�$	�F	��E	�#	�D	��C	�"	�B		��A		�!	�@		��?		� 	�>	��=	��<	���;	��:	���9	��8	��7	��6		�
�5			��4	��3	��2		��1		��0		�
�/		��.	��-	��,	��+	�	�*		�
�)		�	�(		��'		�	�&	��%	��$	��#	�	�"		���!		�	� 	��	��	��	�	�		��		�
	�	�	�	�	�		���		��		��		�
	�	���	�		�		��		��		��		�	�	��
	�	�		��		�	�
		���			�	�	���	�	�		���		�	�	���	��		���		�	�	���	���~		���}		���|	�Z�{	���z	���y	���x		���w		���v	���u	��	�t	���s	���r		���q		��	�p		���o		���n	���m	��	�l		���k		��	�j		���i		���h		���g		���f		���e		���d		���c		���b	���a	��
�`			��
�_			��
�^			��
�]			��
�\			��
�[			��
�Z			��
�Y			���X		���W		��	�V		�B
8���sN.	v�K���`6
�
�
�
d
:
���h>���lBmC��� 
�
�
�
z
N
	�	�	�	s	T	����+/wp-toolkit-cpanel6.10.110341x86_64A*/wp-toolkit-cpanel6.9.310003x86_64*3whmcs-cpaddon-php818.6.11.9noarch$'whmcs-cpaddon8.6.11.9noarch)/wp-toolkit-cpanel6.9.29922x86_64)/wp-toolkit-cpanel6.9.19854x86_64)/wp-toolkit-cpanel6.9.09830x86_64)/wp-toolkit-cpanel6.8.39700x86_64)/wp-toolkit-cpanel6.8.29663x86_64�)/wp-toolkit-cpanel6.8.19633x86_64�zvbi0.2.359.el8x86_647'!zlib-devel1.2.1121.el8_7x86_64�zip3.023.el8x86_64�zimg3.0.31.el8x86_646;A+yum-plugin-universal-hooks0.113.18.14.cpanelx86_64�yajl2.1.011.el8x86_64X#xz-devel5.2.44.el8_6x86_64�!xvidcore1.3.71.el8x86_64@-7xorg-x11-server-utils7.727.el8x86_64�.5xorg-x11-proto-devel2020.13.el8noarch�7Kxorg-x11-fonts-ISO8859-1-100dpi7.519.el8noarch�+3	xorg-x11-font-utils7.541.el8x86_64�"xmlrpc-c1.51.08.el8x86_64�('xfsprogs5.0.011.el8_8.almax86_64u!xfsprogs5.0.010.el8x86_64v"x265-libs3.1.21.el8x86_64?6?x264-libs0.15712.20190717git34c06d1.el8x86_64>)/wp-toolkit-cpanel6.8.09580x86_64�)/wp-toolkit-cpanel6.7.39456x86_64�)/wp-toolkit-cpanel6.7.29423x86_64�)/wp-toolkit-cpanel6.6.89344x86_64�)/wp-toolkit-cpanel6.6.79291x86_64�)/wp-toolkit-cpanel6.6.69250x86_64�)/wp-toolkit-cpanel6.6.59206x86_64�)/wp-toolkit-cpanel6.6.49127x86_64�)/wp-toolkit-cpanel6.6.39096x86_64�)/wp-toolkit-cpanel6.6.29073x86_64)/wp-toolkit-cpanel6.6.19043x86_64z)/wp-toolkit-cpanel6.6.09004x86_64x)/wp-toolkit-cpanel6.5.48894x86_64m)/wp-toolkit-cpanel6.5.38764x86_64T)/wp-toolkit-cpanel6.5.28719x86_64L)/wp-toolkit-cpanel6.5.18677x86_64H)/wp-toolkit-cpanel6.4.28533x86_64�)/wp-toolkit-cpanel6.4.18526x86_64�)/wp-toolkit-cpanel6.4.08486x86_64�)/wp-toolkit-cpanel6.3.28291x86_64`)/wp-toolkit-cpanel6.3.18206x86_64\)/wp-toolkit-cpanel6.2.47368x86_64�*3whmcs-cpaddon-php818.6.11.1noarch�$'whmcs-cpaddon8.6.11.1noarch�wget1.19.511.el8x86_64�$#vo-amrwbenc0.1.38.el8x86_64=0)!vim-filesystem8.0.176319.el8_6.4noarch�.%!vim-enhanced8.0.176319.el8_6.4x86_64�,!!vim-common8.0.176319.el8_6.4x86_64�
C����iB ������waL6(
�
�
�
�
�
g
@
4
^�%
�
	�	=�����!�}#�|)��K����sN��bX@���@	
���?	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3779795 (systemd+/proc check method).�>	)�Service Status�=	
���<	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�;	%�  version: 1�:	#�  result: 17�9	m�  reason: Enabled monitoring for cpanel_php_fpm."�8	C�  command: configureservice�7	!�metadata: �6	�--- �5	;�    (ALL) NOPASSWD: ALL@�4	�User wp-toolkit may run the following commands on server:�3	
�E�2	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�1	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�0	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�/	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�.	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�-	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�,	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�+	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�*	s�Matching Defaults entries for wp-toolkit on server:d�)	�E�warning: /etc/yum.repos.d/imunify360.repo created as /etc/yum.repos.d/imunify360.repo.rpmnewt�(	�e�warning: /etc/yum.repos.d/imunify360-testing.repo created as /etc/yum.repos.d/imunify360-testing.repo.rpmnew<�'	w�User-side plugin is not installed. Skipping update...�&	�/��%	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�$	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��#	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�"	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�!	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static� 	'�theme jupiter��	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�	A�cpanel panel was detected.	�	�OK$�	G�cPanel: register_appconfig...#�	E�imunify-antivirus registered�	%�  version: 1�	#�  result: 1�	%�  reason: OK�	5�  command: addpkgext�	!�metadata: �	)�  pkg: default
�	�data: �	�--- �	%�  version: 1�
	#�  result: 1�	%�  reason: OK"�	C�  command: set_tweaksetting�
	!�metadata: �		�--- �	
��	1�Fetch leika config�	�enabled�	�enabled�	-�Install services�	=�Perform initial settings$�	G�whm-wp-toolkit-api registered#�	E�cpanel-wp-toolkit registered�	3�Plugin installed ok.�	[�Install cPanel Plugin for theme jupiter �~	?�whm-wp-toolkit registered
l����`C�����|rdP+
�
�
�
�
�
�
l
W
A
3
�����PF
�
�
�
�
c
<

	�	�	�	�	�	�	q	[	F	0	"	������A��b�h��B8�����S>(������k:�����rVL>*��,	%�  reason: OK"�+	C�  command: set_tweaksetting�*	!�metadata: �)	�--- �(	
��'	1�Fetch leika config�&	�enabled�%	�enabled�$	-�Install services�#	=�Perform initial settings$�"	G�whm-wp-toolkit-api registered#�!	E�cpanel-wp-toolkit registered� 	3�Plugin installed ok.�	[�Install cPanel Plugin for theme jupiter �	?�whm-wp-toolkit registered�	1�Install WHM Plugin-�	Y�cpanel_php_fpm restarted successfully.�	
���	�+�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 740745 (systemd+/proc check method).�	)�Service Status�	
���	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%�  version: 1�	#�  result: 17�	m�  reason: Enabled monitoring for cpanel_php_fpm."�	C�  command: configureservice�	!�metadata: �	�--- �	;�    (ALL) NOPASSWD: ALL@�	�User wp-toolkit may run the following commands on server:�	
�E�
	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�
	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�		��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�	s�Matching Defaults entries for wp-toolkit on server:#�	E�Changing shell for _imunify.�	=�chsh: Shell not changed.C�	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'�	%�  version: 1�	#�  result: 1�	%�  reason: OK�~	5�  command: addpkgext�}	!�metadata: �|	)�  pkg: default
�{	�data: �z	�--- �y	%�  version: 1�x	#�  result: 1�w	%�  reason: OK"�v	C�  command: set_tweaksetting�u	!�metadata: �t	�--- �s	
��r	1�Fetch leika config�q	�enabled�p	�enabled�o	-�Install services�n	=�Perform initial settings$�m	G�whm-wp-toolkit-api registered#�l	E�cpanel-wp-toolkit registered�k	3�Plugin installed ok.�j	[�Install cPanel Plugin for theme jupiter �i	?�whm-wp-toolkit registered�h	1�Install WHM Plugin-�g	Y�cpanel_php_fpm restarted successfully.�f	
���e	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 3779994 (systemd+/proc check method).�d	)�Service Status�c	
���b	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�a	%�  version: 1�`	#�  result: 17�_	m�  reason: Enabled monitoring for cpanel_php_fpm."�^	C�  command: configureservice�]	!�metadata: �\	�--- �[	%�  version: 1�Z	#�  result: 1�Y	%�  reason: OK�X	5�  command: addpkgext�W	!�metadata: �V	)�  pkg: default
�U	�data: �T	�--- �S	%�  version: 1�R	#�  result: 1�Q	%�  reason: OK"�P	C�  command: set_tweaksetting�O	!�metadata: �N	�--- �M	
��L	1�Fetch leika config�K	�enabled�J	�enabled�I	-�Install services�H	=�Perform initial settings$�G	G�whm-wp-toolkit-api registered#�F	E�cpanel-wp-toolkit registered�E	3�Plugin installed ok.�D	[�Install cPanel Plugin for theme jupiter �C	?�whm-wp-toolkit registered�B	1�Install WHM Plugin-�A	Y�cpanel_php_fpm restarted successfully.
�r�#�E
�	�U�R�a��_�#gg�k	
i%�i%�2028:45066b8c89089d174cc06c3410fed95b33a15c622028:088aa45c99c595b27344d9187d1aefdef490c0d08�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�"ggC	
i��i��2028:c5783867b96fce33ef90d5d8ca41344a6d7f47af2028:45066b8c89089d174cc06c3410fed95b33a15c628�-y update wp-toolkit-cpanel�_�!gg�k	
iWi�2028:153d9002dc4b5329ac08d706729f121be1fa07b02028:c5783867b96fce33ef90d5d8ca41344a6d7f47af8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�_� gg�k	
i��i��2028:5fd3c80687642309f4a6102238d4043f217e37762028:153d9002dc4b5329ac08d706729f121be1fa07b08�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
i2�i2�2028:e393a3cd748bb7cb65182fe39e6a052c89907c112028:5fd3c80687642309f4a6102238d4043f217e37768�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
h���h���2028:5cd983cf293cd68afdfd90d4d46e05666bc11e6a2028:e393a3cd748bb7cb65182fe39e6a052c89907c118�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
h�V�h�V�2028:b827d2321fafe146dbd26e09a775db75cb8452f42028:5cd983cf293cd68afdfd90d4d46e05666bc11e6a8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
h�ȏh�ȓ2028:10221b82293f879fdc44c345068e379dd89d08d22028:b827d2321fafe146dbd26e09a775db75cb8452f48�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�L�gg�E	
h�޼h�޾2028:3c9a6ac137bc01feb7b8403adaa18350456c38a62028:10221b82293f879fdc44c345068e379dd89d08d28�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�ggC	
h�}hઍ2028:cd2e9763f45d6a5c77fc2a1680a4a5007c6aa61b2028:3c9a6ac137bc01feb7b8403adaa18350456c38a68�-y update wp-toolkit-cpanel�L�gg�E	
h�A[h�A^2028:06c4560ce616670c21b5bd654d9251f0e757f4842028:cd2e9763f45d6a5c77fc2a1680a4a5007c6aa61b8�update --assumeyes imunify-antivirus ai-bolit alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�)�gg�	
hܸ�hܸ�2028:272487dc45d84a89ceadf0522e6d7b6172e9d8252028:06c4560ce616670c21b5bd654d9251f0e757f4848update -y --disableexcludes=all ea-apache24-config-runtime��ggm	
hܸ�hܸ�2028:b1b0a0a91415c9273856d1d1c697a38940acd2412028:272487dc45d84a89ceadf0522e6d7b6172e9d8258update -y --disableexcludes=all cpanel-analytics�
�ggC	
h��h��2028:7ed7141fa12624f7e48f380b02bf2be50d9ced292028:b1b0a0a91415c9273856d1d1c697a38940acd2418�-y update wp-toolkit-cpanel
k�������mWB,
����
�
�
�
<
2
���uO(�������]G2
�
�
�
�
�
�
s

	�	v	�|,��VL	����gR<�������~M0
�����i_Q=������oYD. �������	
���	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�	%�  version: 1�	#�  result: 17�	m�  reason: Enabled monitoring for cpanel_php_fpm."�	C�  command: configureservice�	!�metadata: �	�--- �	%�  version: 1�	#�  result: 1�
	%�  reason: OK�	5�  command: addpkgext�	!�metadata: �
	)�  pkg: default
�		�data: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK"�	C�  command: set_tweaksetting�	!�metadata: �	�--- �	
��	1�Fetch leika config�	�enabled�~	�enabled�}	-�Install services�|	=�Perform initial settings$�{	G�whm-wp-toolkit-api registered#�z	E�cpanel-wp-toolkit registered�y	3�Plugin installed ok.�x	[�Install cPanel Plugin for theme jupiter �w	?�whm-wp-toolkit registered�v	1�Install WHM Plugin-�u	Y�cpanel_php_fpm restarted successfully.�t	
���s	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2833463 (systemd+/proc check method).�r	)�Service Status�q	
���p	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�o	%�  version: 1�n	#�  result: 17�m	m�  reason: Enabled monitoring for cpanel_php_fpm."�l	C�  command: configureservice�k	!�metadata: �j	�--- �i	;�    (ALL) NOPASSWD: ALL@�h	�User wp-toolkit may run the following commands on server:�g	
�E�f	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�e	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�d	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�c	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�b	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�a	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�`	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�_	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�^	s�Matching Defaults entries for wp-toolkit on server:c�]	�C�warning: file /etc/cron.daily/summarize-api1-logs: remove failed: No such file or directory�\	%�  version: 1�[	#�  result: 1�Z	%�  reason: OK�Y	5�  command: addpkgext�X	!�metadata: �W	)�  pkg: default
�V	�data: �U	�--- �T	%�  version: 1�S	#�  result: 1�R	%�  reason: OK"�Q	C�  command: set_tweaksetting�P	!�metadata: �O	�--- �N	
��M	1�Fetch leika config�L	�enabled�K	�enabled�J	-�Install services�I	=�Perform initial settings$�H	G�whm-wp-toolkit-api registered#�G	E�cpanel-wp-toolkit registered�F	3�Plugin installed ok.�E	[�Install cPanel Plugin for theme jupiter �D	?�whm-wp-toolkit registered�C	1�Install WHM Plugin-�B	Y�cpanel_php_fpm restarted successfully.�A	
���@	�+�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 740944 (systemd+/proc check method).�?	)�Service Status�>	
���=	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�<	%�  version: 1�;	#�  result: 17�:	m�  reason: Enabled monitoring for cpanel_php_fpm."�9	C�  command: configureservice�8	!�metadata: �7	�--- �6	%�  version: 1�5	#�  result: 1�4	%�  reason: OK�3	5�  command: addpkgext�2	!�metadata: �1	)�  pkg: default
�0	�data: �/	�--- �.	%�  version: 1�-	#�  result: 1
;��LB����_8
�
�
�
�
�
�
�
m
W
B
,

������]6*T
�
	���3~�z���hA5_�&��>��1�R	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�Q	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�P	'�theme jupiter��O	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�N	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��M	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�L	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�K	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�J	A�cpanel panel was detected.	�I	�OK$�H	G�cPanel: register_appconfig...#�G	E�imunify-antivirus registered<�F	w�User-side plugin is not installed. Skipping update...�E	�/��D	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�C	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��B	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�A	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�@	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�?	'�theme jupiter��>	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�=	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��<	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�;	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�:	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�9	A�cpanel panel was detected.	�8	�OK$�7	G�cPanel: register_appconfig...#�6	E�imunify-antivirus registered�5	%�  version: 1�4	#�  result: 1�3	%�  reason: OK�2	5�  command: addpkgext�1	!�metadata: �0	)�  pkg: default
�/	�data: �.	�--- �-	%�  version: 1�,	#�  result: 1�+	%�  reason: OK"�*	C�  command: set_tweaksetting�)	!�metadata: �(	�--- �'	
��&	1�Fetch leika config�%	�enabled�$	�enabled�#	-�Install services�"	=�Perform initial settings$�!	G�whm-wp-toolkit-api registered#� 	E�cpanel-wp-toolkit registered�	3�Plugin installed ok.�	[�Install cPanel Plugin for theme jupiter �	?�whm-wp-toolkit registered�	1�Install WHM Plugin-�	Y�cpanel_php_fpm restarted successfully.�	
���	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2833942 (systemd+/proc check method).�	)�Service Status
5}z�ZO
�
�
O
)
�� l
�
j	�	��J�F��Z�l�y&���V5'������D:
���}�	3�Plugin installed ok.�	[�Install cPanel Plugin for theme jupiter �	?�whm-wp-toolkit registered�	1�Install WHM Plugin-�	Y�cpanel_php_fpm restarted successfully.�	
���	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2763453 (systemd+/proc check method).�	)�Service Status�	
���~	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�}	%�  version: 1�|	#�  result: 17�{	m�  reason: Enabled monitoring for cpanel_php_fpm."�z	C�  command: configureservice�y	!�metadata: �x	�--- �w	;�    (ALL) NOPASSWD: ALL@�v	�User wp-toolkit may run the following commands on server:�u	
�E�t	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�s	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�r	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�q	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�p	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�o	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�n	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�m	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�l	s�Matching Defaults entries for wp-toolkit on server:<�k	w�User-side plugin is not installed. Skipping update...�j	�/��i	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�h	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��g	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�f	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�e	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�d	'�theme jupiter��c	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�b	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��a	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�`	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�_	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�^	A�cpanel panel was detected.	�]	�OK$�\	G�cPanel: register_appconfig...#�[	E�imunify-antivirus registeredC�Z	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'C�Y	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'2�X	c�Job for imunify-antivirus.service canceled.<�W	w�User-side plugin is not installed. Skipping update...�V	�/��U	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�T	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��S	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts
p����wfU9/!
������q]?)
�
�
�
�
}
h
R���
���cF 
�
�
�
�
�

u
g
S
.

	�	�	�	�	�	�	o	Z	D	"��y�x%��G�����oJ��^T<��fJ'����jP?.������rbJ6��w	#�  result: 1�v	%�  reason: OK�u	5�  command: addpkgext�t	!�metadata: �s	)�  pkg: default
�r	�data: �q	�--- �p	%�  version: 1�o	#�  result: 1�n	%�  reason: OK"�m	C�  command: set_tweaksetting�l	!�metadata: �k	�--- �j	
��i	1�Fetch leika config�h	�enabled�g	�enabled�f	-�Install services�e	=�Perform initial settings$�d	G�whm-wp-toolkit-api registered#�c	E�cpanel-wp-toolkit registered�b	3�Plugin installed ok.�a	[�Install cPanel Plugin for theme jupiter �`	?�whm-wp-toolkit registered�_	1�Install WHM Plugin-�^	Y�cpanel_php_fpm restarted successfully.�]	
���\	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 4033164 (systemd+/proc check method).�[	)�Service Status�Z	
���Y	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�X	%�  version: 1�W	#�  result: 17�V	m�  reason: Enabled monitoring for cpanel_php_fpm."�U	C�  command: configureservice�T	!�metadata: �S	�--- �R	;�    (ALL) NOPASSWD: ALL@�Q	�User wp-toolkit may run the following commands on server:�P	
�E�O	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�N	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�M	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�L	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�K	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�J	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�I	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�H	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�G	s�Matching Defaults entries for wp-toolkit on server:C�F	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'#�E	E�Changing shell for _imunify.�D	=�chsh: Shell not changed.�C	%�  version: 1�B	#�  result: 1�A	%�  reason: OK�@	5�  command: addpkgext�?	!�metadata: �>	)�  pkg: default
�=	�data: �<	�--- �;	%�  version: 1�:	#�  result: 1�9	%�  reason: OK"�8	C�  command: set_tweaksetting�7	!�metadata: �6	�--- �5	
��4	1�Fetch leika config�3	�enabled�2	�enabled�1	-�Install services�0	=�Perform initial settings$�/	G�whm-wp-toolkit-api registered#�.	E�cpanel-wp-toolkit registered�-	3�Plugin installed ok.�,	[�Install cPanel Plugin for theme jupiter �+	?�whm-wp-toolkit registered�*	1�Install WHM Plugin-�)	Y�cpanel_php_fpm restarted successfully.�(	
���'	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 2763657 (systemd+/proc check method).�&	)�Service Status�%	
���$	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�#	%�  version: 1�"	#�  result: 17�!	m�  reason: Enabled monitoring for cpanel_php_fpm."� 	C�  command: configureservice�	!�metadata: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK�	5�  command: addpkgext�	!�metadata: �	)�  pkg: default
�	�data: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK"�	C�  command: set_tweaksetting�	!�metadata: �	�--- �	
��	1�Fetch leika config�
	�enabled�	�enabled�	-�Install services�
	=�Perform initial settings$�		G�whm-wp-toolkit-api registered#�	E�cpanel-wp-toolkit registered
'��
�
@	�VA�P��'�_�1gg�k	
i��:i��<2030:14de22fc5323a6219e3b3e2d4bd631eaf3b6e2c72030:17a03a24df2bc75fbb3524f80a43d01189396b448�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�_�0gg�k	
i��i��2030:5fb1817a368dfcb557a0211a1c2c6f14b890486d2030:14de22fc5323a6219e3b3e2d4bd631eaf3b6e2c78�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�_�/gg�k	
ir�ir�2030:893df4f27dfcc39a603eb27c3c53ddf222afb61c2030:5fb1817a368dfcb557a0211a1c2c6f14b890486d8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�_�.gg�k	
in�Nin�Q2030:8187bfe2260aff5da7b8cb0db77b1a450828389a2030:893df4f27dfcc39a603eb27c3c53ddf222afb61c8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�-ggC	
in��in��2030:b6958372d1bb2015f4448346abfdb975fe4456f92030:8187bfe2260aff5da7b8cb0db77b1a450828389a8�-y update wp-toolkit-cpanel��,gg�Q	
ii��ii��2030:8e70b21ae480b0a328a707c0419545a87662e03e2030:b6958372d1bb2015f4448346abfdb975fe4456f98--assumeyes --color=never --config /etc/yum.conf --disableplugin fastestmirror install whmcs-cpaddon-php81 whmcs-cpaddon --enablerepo=powertools --enablerepo=epel�_�+gg�k	
igig2030:9303e7e3b7eac45622d46545b28fb03d0cc82dda2030:8e70b21ae480b0a328a707c0419545a87662e03e8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector��*gg7	
i_p
i_p
2029:4342c8c4c5e228406839837f0f9ead372881c1282030:9303e7e3b7eac45622d46545b28fb03d0cc82dda8install inotify-toolsx�)gg!	
i_o�i_o�2028:da829569482b6be3faffb00c9f514d077201a6132029:4342c8c4c5e228406839837f0f9ead372881c1288install ed�_�(gg�k	
iC�{iC��2028:a0ccadcdee5d772b4ff6f00858ec40264444d4e72028:da829569482b6be3faffb00c9f514d077201a6138�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�'ggC	
i6s7i6sH2028:5c6bef8f033f5bd5238d1e97392fdc8aa6b29cdd2028:a0ccadcdee5d772b4ff6f00858ec40264444d4e78�-y update wp-toolkit-cpanel�_�&gg�k	
i2c�i2c�2028:167f1bd3c12f2c82f96a58710dbc3aba727d2e4b2028:5c6bef8f033f5bd5238d1e97392fdc8aa6b29cdd8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�
�%ggC	
i&�zi&��2028:a7967432ef006621ada33e87b57f695e3d4a811d2028:167f1bd3c12f2c82f96a58710dbc3aba727d2e4b8�-y update wp-toolkit-cpanel�_�$gg�k	
i&v�i&v�2028:088aa45c99c595b27344d9187d1aefdef490c0d02028:a7967432ef006621ada33e87b57f695e3d4a811d8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
G�����iT>���
�
�
�
�
�
O
2
�����kaS?������q[F0

�
�
�
	M�K���+�'�z;��M��Z��z7��"�>	C�  command: configureservice�=	!�metadata: �<	�--- �;	;�    (ALL) NOPASSWD: ALL@�:	�User wp-toolkit may run the following commands on server:�9	
�E�8	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�7	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�6	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�5	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�4	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�3	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�2	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�1	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�0	s�Matching Defaults entries for wp-toolkit on server:<�/	w�User-side plugin is not installed. Skipping update...�.	�/��-	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�,	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��+	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�*	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�)	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�(	'�theme jupiter��'	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�&	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��%	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�$	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�#	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�"	A�cpanel panel was detected.	�!	�OK$� 	G�cPanel: register_appconfig...#�	E�imunify-antivirus registered�	%�  version: 1�	#�  result: 1�	%�  reason: OK�	5�  command: addpkgext�	!�metadata: �	)�  pkg: default
�	�data: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK"�	C�  command: set_tweaksetting�	!�metadata: �	�--- �	
��	1�Fetch leika config�	�enabled�
	�enabled�	-�Install services�	=�Perform initial settings$�
	G�whm-wp-toolkit-api registered#�		E�cpanel-wp-toolkit registered�	3�Plugin installed ok.�	[�Install cPanel Plugin for theme jupiter �	?�whm-wp-toolkit registered�	1�Install WHM Plugin-�	Y�cpanel_php_fpm restarted successfully.�	
���	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 4033508 (systemd+/proc check method).�	)�Service Status�	
���	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�~	%�  version: 1�}	#�  result: 17�|	m�  reason: Enabled monitoring for cpanel_php_fpm."�{	C�  command: configureservice�z	!�metadata: �y	�--- �x	%�  version: 1
W����
�VL
�
�
�
i
B
 
������waL6(�����kF
�
�
Z
P
8	�	�	b	F	#����fL;*�����|n^F2�����zV��k�M6��H�{�	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�	'�theme jupiter��	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�
	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�	A�cpanel panel was detected.	�
	�OK$�		G�cPanel: register_appconfig...#�	E�imunify-antivirus registered�	%�  version: 1�	#�  result: 1�	%�  reason: OK�	5�  command: addpkgext�	!�metadata: �	)�  pkg: default
�	�data: �	�--- �	%�  version: 1�~	#�  result: 1�}	%�  reason: OK"�|	C�  command: set_tweaksetting�{	!�metadata: �z	�--- �y	
��x	1�Fetch leika config�w	�enabled�v	�enabled�u	-�Install services�t	=�Perform initial settings$�s	G�whm-wp-toolkit-api registered#�r	E�cpanel-wp-toolkit registered�q	3�Plugin installed ok.�p	[�Install cPanel Plugin for theme jupiter �o	?�whm-wp-toolkit registered�n	1�Install WHM Plugin-�m	Y�cpanel_php_fpm restarted successfully.�l	
���k	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 1476846 (systemd+/proc check method).�j	)�Service Status�i	
���h	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�g	%�  version: 1�f	#�  result: 17�e	m�  reason: Enabled monitoring for cpanel_php_fpm."�d	C�  command: configureservice�c	!�metadata: �b	�--- �a	%�  version: 1�`	#�  result: 1�_	%�  reason: OK�^	5�  command: addpkgext�]	!�metadata: �\	)�  pkg: default
�[	�data: �Z	�--- �Y	%�  version: 1�X	#�  result: 1�W	%�  reason: OK"�V	C�  command: set_tweaksetting�U	!�metadata: �T	�--- �S	
��R	1�Fetch leika config�Q	�enabled�P	�enabled�O	-�Install services�N	=�Perform initial settings$�M	G�whm-wp-toolkit-api registered#�L	E�cpanel-wp-toolkit registered�K	3�Plugin installed ok.�J	[�Install cPanel Plugin for theme jupiter �I	?�whm-wp-toolkit registered�H	1�Install WHM Plugin-�G	Y�cpanel_php_fpm restarted successfully.�F	
���E	�-�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 1476679 (systemd+/proc check method).�D	)�Service Status�C	
���B	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�A	%�  version: 1�@	#�  result: 17�?	m�  reason: Enabled monitoring for cpanel_php_fpm.
_�^S��p
�
o
�y>����zfA
�
�
U
K
3	�	�	y	��z^;
���~dSB&������v^J,����jU?������x
���mP*�����q]8"
���
�t	�data: �s	�--- �r	%�  version: 1�q	#�  result: 1�p	%�  reason: OK"�o	C�  command: set_tweaksetting�n	!�metadata: �m	�--- �l	
��k	1�Fetch leika config�j	�enabled�i	�enabled�h	-�Install services�g	=�Perform initial settings$�f	G�whm-wp-toolkit-api registered#�e	E�cpanel-wp-toolkit registered�d	3�Plugin installed ok.�c	[�Install cPanel Plugin for theme jupiter �b	?�whm-wp-toolkit registered�a	1�Install WHM Plugin-�`	Y�cpanel_php_fpm restarted successfully.�_	
�^�^	�9�	Jan 18 01:37:15 server.cny.com.sg systemd[1]: Started FPM service for cPanel Daemons.a�]	�?�	Jan 18 01:37:14 server.cny.com.sg systemd[1]: Starting FPM service for cPanel Daemons...�\	#�Startup Log�[	
���Z	�+�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 318034 (systemd+/proc check method).�Y	)�Service Status�X	
���W	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�V	%�  version: 1�U	#�  result: 17�T	m�  reason: Enabled monitoring for cpanel_php_fpm."�S	C�  command: configureservice�R	!�metadata: �Q	�--- �P	%�  version: 1�O	#�  result: 1�N	%�  reason: OK�M	5�  command: addpkgext�L	!�metadata: �K	)�  pkg: default
�J	�data: �I	�--- �H	%�  version: 1�G	#�  result: 1�F	%�  reason: OK"�E	C�  command: set_tweaksetting�D	!�metadata: �C	�--- �B	
��A	1�Fetch leika config�@	�enabled�?	�enabled�>	-�Install services�=	=�Perform initial settings$�<	G�whm-wp-toolkit-api registered#�;	E�cpanel-wp-toolkit registered�:	3�Plugin installed ok.�9	[�Install cPanel Plugin for theme jupiter �8	?�whm-wp-toolkit registered�7	1�Install WHM Plugin-�6	Y�cpanel_php_fpm restarted successfully.�5	
�^�4	�9�	Jan 18 01:37:15 server.cny.com.sg systemd[1]: Started FPM service for cPanel Daemons.a�3	�?�	Jan 18 01:37:14 server.cny.com.sg systemd[1]: Starting FPM service for cPanel Daemons...�2	#�Startup Log�1	
���0	�+�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 317850 (systemd+/proc check method).�/	)�Service Status�.	
���-	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�,	%�  version: 1�+	#�  result: 17�*	m�  reason: Enabled monitoring for cpanel_php_fpm."�)	C�  command: configureservice�(	!�metadata: �'	�--- �&	;�    (ALL) NOPASSWD: ALL@�%	�User wp-toolkit may run the following commands on server:�$	
�E�#	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�"	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�!	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M� 	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�	s�Matching Defaults entries for wp-toolkit on server:�	;�Id: TQ:TaskQueue:204612C�	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'<�	w�User-side plugin is not installed. Skipping update...�	�/��	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies
.������uS-���
�
J�H��
�
(	�	$�w8����u��
lU��g�G<����2�"	c�Job for imunify-antivirus.service canceled.#�!	E�Changing shell for _imunify.� 	=�chsh: Shell not changed.<�	w�User-side plugin is not installed. Skipping update...�	�/��	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�	'�theme jupiter��	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�	A�cpanel panel was detected.	�	�OK$�	G�cPanel: register_appconfig...#�	E�imunify-antivirus registeredC�	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'<�
	w�User-side plugin is not installed. Skipping update...�	�/��	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�
	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��		��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�	'�theme jupiter��	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�	A�cpanel panel was detected.	�	�OK$�~	G�cPanel: register_appconfig...#�}	E�imunify-antivirus registered#�|	E�Changing shell for _imunify.�{	=�chsh: Shell not changed.�z	%�  version: 1�y	#�  result: 1�x	%�  reason: OK�w	5�  command: addpkgext�v	!�metadata: �u	)�  pkg: default
s���������~lTI=1��������w[I;/#
�
�
�
�
�
�
�
�
}
g
S
B
2
'

�������jUE5 ��������uaTE9"
�
�
�
�
�
�
�
�
s
f
S
G
4



	�	�	�	�	�	�	�	�	�	t	j	T	A	2	&	��
nftables�5network-scripts-team�+network-scripts�netcatlnet-tools�'ncurses-devel�-ncurses-c++-libs�	nano�'microcode_ctlJ'microcode_ctlI'mesa-libglapi!!mesa-libGL +mesa-filesystem	mcppmc�	make�
mailx�mailcap�m4OluaU	lsof�+lm_sensors-libs�)linux-firmwarelibzip�'libxslt-devel
libxslt�%libxshmfence'libxml2-devellibxml2Hlibxml2G
libxml++0+libxcrypt-devel�%libxcb-devel#libwmf-lite
libwmf	'libwebp-devellibwebp�/libwayland-clientlibvpxlibvorbislibvmaf/)libverto-devel�
libvdpau
libvalibv4l'libuuid-devel�1libtool-ltdl-devel%libtool-ltdl\libtool'libtiff-devellibtiff�libtheoralibthai+libstdc++-devel#libsss_sudoF#libsss_sudoE-libsss_nss_idmapD-libsss_nss_idmapC%libsss_idmapB%libsss_idmapA)libsss_certmap@)libsss_certmap?'libsss_autofs>'libsss_autofs=libssh2�'libssh-config<'libssh-config;
libssh:
libssh9!libsndfile#libsigc++20)libsepol-devel�-libselinux-devel�'libsamplerate
librsvg2
libretlsk!libraw1394libraqm�
libpq�%libpng-devel�libpmem!libpkgconf�%libpciaccess
libpaperlibogglibnsl[
libnftnl�%libnfnetlink�9libnetfilter_conntrack�libmpc�!libmodplug.libmfx-#libmetalink�
libmdjlibmcpp
libkadm5�3libjpeg-turbo-devel�'libjpeg-turbo�libijs�#libiec61883%libidn-devel�libidn�libicu�
libgs�1libgpg-error-devel�%libglvnd-glx
libglvnd+libgcrypt-devel�!libfontenc�
libffado,libdrm
libdav1d+libdatrie�libcurl8libcurl7

��
:�
t�>�m���;gg�[	
i�Pi�P2033:4a2c2cc3094a7e0f31342fb34d610fb91d0406f82033:df7e845caba145134581343859ab09cfe244210b8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-realtime-av-imrt2 rustbolit imunify-ui imunify-wp-security imunify360-venv minidaemon alt-php-internal app-version-detector��:gg�[	
i��i��2033:f08ac30c626b6bc62d369b7335e16f9f7b2ce65a2033:4a2c2cc3094a7e0f31342fb34d610fb91d0406f88�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-realtime-av-imrt2 rustbolit imunify-ui imunify-wp-security imunify360-venv minidaemon alt-php-internal app-version-detector��9gg�[	
i��i��2033:d1966c2bb72cc2045b9cfd0ff82d0275ce1cf62e2033:f08ac30c626b6bc62d369b7335e16f9f7b2ce65a8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-realtime-av-imrt2 rustbolit imunify-ui imunify-wp-security imunify360-venv minidaemon alt-php-internal app-version-detector��8gg�[	
i�x i�x%2033:64d1943c74efde4bfadd338e87538041640291192033:d1966c2bb72cc2045b9cfd0ff82d0275ce1cf62e8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-realtime-av-imrt2 rustbolit imunify-ui imunify-wp-security imunify360-venv minidaemon alt-php-internal app-version-detector��7gg�[	
i̒�i̒�2033:1d939e2494c14ddfadc4110b1c3029388bdd640c2033:64d1943c74efde4bfadd338e87538041640291198�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-realtime-av-imrt2 rustbolit imunify-ui imunify-wp-security imunify360-venv minidaemon alt-php-internal app-version-detector��6gg�[	
i�Y�i�Y�2032:0e3ad2375008adbbbf74be75093338bb715902792033:1d939e2494c14ddfadc4110b1c3029388bdd640c8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-realtime-av-imrt2 rustbolit imunify-ui imunify-wp-security imunify360-venv minidaemon alt-php-internal app-version-detector�_�5gg�k	
i��i��2030:81ff5847463b3bcd119b3cd8ef4ab9816661f3792032:0e3ad2375008adbbbf74be75093338bb715902798�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�_�4gg�k	
i���i���2030:54741a2b12cbe3462c91d0c2b7920e2dd5bbb5cd2030:81ff5847463b3bcd119b3cd8ef4ab9816661f3798�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�_�3gg�k	
i���i���2030:80bc02c9c661553d044e733e596065e8ef2ac9d12030:54741a2b12cbe3462c91d0c2b7920e2dd5bbb5cd8�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector�_�2gg�k	
i��i��2030:17a03a24df2bc75fbb3524f80a43d01189396b442030:80bc02c9c661553d044e733e596065e8ef2ac9d18�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-ui imunify360-venv minidaemon alt-php-internal app-version-detector
*��tN'�E
�
���$
o	�	k��Y2&P����/z�v���D�����!�L	A�cpanel panel was detected.	�K	�OK$�J	G�cPanel: register_appconfig...#�I	E�imunify-antivirus registeredC�H	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'C�G	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'<�F	w�User-side plugin is not installed. Skipping update...�E	�/��D	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�C	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��B	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�A	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�@	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�?	'�theme jupiter��>	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�=	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��<	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�;	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�:	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�9	A�cpanel panel was detected.	�8	�OK$�7	G�cPanel: register_appconfig...#�6	E�imunify-antivirus registered<�5	w�User-side plugin is not installed. Skipping update...�4	�/��3	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�2	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��1	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�0	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�/	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�.	'�theme jupiter��-	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�,	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��+	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�*	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�)	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static!�(	A�cpanel panel was detected.	�'	�OK$�&	G�cPanel: register_appconfig...#�%	E�imunify-antivirus registeredC�$	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'C�#	��'/usr/bin/imunify360-agent' -> '/usr/bin/imunify-antivirus'


����c:���rG!
�+�A/Awp-toolkit-cpanel6.10.110341x86_64#�@@rustbolit33.3.61.el8x86_64(�?3?imunify-wp-security3.0.41noarch#�>>rustbolit33.3.41.el8x86_64$�=+=imunify360-venv2.6.21x86_641�<C<imunify-ui-antivirus-cpanel8.11.03noarch �;!;imunify-ui8.11.03noarch!�:%:imunify-core8.9.32x86_64&�9/9imunify-antivirus8.8.11x86_64"�8	8ai-bolit32.8.21.el8x86_64(�737imunify-wp-security3.0.21noarch!�6%6imunify-core8.9.12x86_64&�5/5imunify-antivirus8.7.21x86_64
������������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



����������������xph`XPH@80( ����������������xph`XPH@80( 
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
x
p
h
`
X
P
H
@
8
0
(
 



	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	�	x	p	h	`	X	P	H	@	8	0	(	 				����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������~�}�|�{�z�y�x�w�v�u�t�s�r�q�p�o�n�m�l�k�j�i�h�g�f�e�d�c�b�a�`�_�^�]�\�[�Z�Y�X�W�V�U�T�S�R�Q�P�O�N�M�L�K�J�I�H�G�F�E�D�C�B�A�@�?�>�=�<�;�:�9�8�7�6�5�4�3�2�1�0�/�.�-�,�+�*�)�(�'�&�%�$�#�"�!� ����
?�N�
���-x
�
t	�	�	�	K��J��T���cUA���0&si9����_=#�����~iSE5	�����	%�  version: 1�
	#�  result: 1�		%�  reason: OK�	5�  command: addpkgext�	!�metadata: �	)�  pkg: default
�	�data: �	�--- �	%�  version: 1�	#�  result: 1�	%�  reason: OK"�	C�  command: set_tweaksetting�	!�metadata: �~	�--- �}	
��|	1�Fetch leika config�{	�enabled�z	�enabled�y	-�Install services�x	=�Perform initial settings$�w	G�whm-wp-toolkit-api registered#�v	E�cpanel-wp-toolkit registered�u	3�Plugin installed ok.�t	[�Install cPanel Plugin for theme jupiter �s	?�whm-wp-toolkit registered�r	1�Install WHM Plugin-�q	Y�cpanel_php_fpm restarted successfully.�p	
���o	�+�	cpanel_php_fpm (php-fpm: master process (/usr/local/cpanel/etc/php-fpm.conf)) is running as root with PID 289911 (systemd+/proc check method).�n	)�Service Status�m	
���l	��Waiting for “cpanel_php_fpm” to restart gracefully …waiting for “cpanel_php_fpm” to initialize ………finished.�k	%�  version: 1�j	#�  result: 17�i	m�  reason: Enabled monitoring for cpanel_php_fpm."�h	C�  command: configureservice�g	!�metadata: �f	�--- �e	;�    (ALL) NOPASSWD: ALL@�d	�User wp-toolkit may run the following commands on server:�c	
�E�b	��    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin, !requiretty8�a	o�    secure_path=/sbin\:/bin\:/usr/sbin\:/usr/bin,P�`	��    env_keep+="LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY",M�_	��    env_keep+="LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE",P�^	��    env_keep+="LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES",M�]	��    env_keep+="MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE",T�\	�%�    env_reset, env_keep="COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS",W�[	�+�    !visiblepw, always_set_home, match_group_by_gid, always_query_group_plugin,:�Z	s�Matching Defaults entries for wp-toolkit on server:<�Y	w�User-side plugin is not installed. Skipping update...�X	�/��W	�9�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/shared-dependencies{�V	�s�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/��U	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static/fonts�1�T	�_�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�/�S	�[�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/base/frontend/jupiter/imunify/assets/static�R	'�theme jupiter��Q	�7�copying files from brought_by_package_manager/shared-dependencies to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/shared-dependenciesz�P	�q�copying spa root from brought_by_package_manager/ to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/��O	��copying files from brought_by_package_manager/fonts to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static/fonts�0�N	�]�copying module other-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static�.�M	�Y�copying module nav-root from /usr/local/cpanel/whostmgr/docroot/cgi/imunify/brought_by_package_manager to /usr/local/cpanel/whostmgr/docroot/cgi/imunify/assets/static

�e
��
�=ggC	
i��i��2033:fa80e818bda5448f2ef128f7e05e67bd5e1b89d12033:6cf991700a3ad17924bd01157e3afea14796ef478�-y update wp-toolkit-cpanel��<gg�[	
i�cii�cj2033:df7e845caba145134581343859ab09cfe244210b2033:fa80e818bda5448f2ef128f7e05e67bd5e1b89d18�update --assumeyes imunify-antivirus ai-bolit alt-common-release alt-php-hyperscan imunify-release imunify-common imunify-notifier imunify-core imunify-realtime-av imunify-realtime-av-imrt2 rustbolit imunify-ui imunify-wp-security imunify360-venv minidaemon alt-php-internal app-version-detector