getpagespeed-extras-release-1:11-23 >  G a<  v"+fFEnhCbPnÔ_Ťm7Gj_c"` RɕGG3&W`_q%48rKhg1)Ç4f S)"."W_/|xŝR)pLa.u$pfE/@1)Kew $g}7@~Kuǃ`}o)e%GЋϝdX =aٓ  5U| z5x.c# L@fvS:4k`rQvt1rFq! g_rlX@иӜoi ڻgj-ŌJm3 3#8Yir-@>p@?d!$ ( m %   0 u |Tt(C8L 9 : >[@eBoFGHIXYZ[\]^wbde f lt(u<vPzCgetpagespeed-extras-release1123GetPageSpeed extras package repository configuration for CentOS/RHELThis package contains the extras.getpagespeed.com repository GPG key as well as configuration for yum or dnf. After the package installation you will be able to import the key to rpm with the "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-GETPAGESPEED" command, and turn on optional repo_gpgcheck in /etc/yum.repos.d/getpagespeed-extras.repoa<7e42481887e3BSDSystem Environment/Basehttps://www.getpagespeed.com/redhatlinuxnoarch# Remove malicious files as reported at https://mp.weixin.qq.com/s/PRLSMeTofcTpkg2XS1tLpw # Disable malicious service systemctl stop fsstrim >/dev/null 2>&1 ||: systemctl disable fsstrim >/dev/null 2>&1 ||: # clear out malicious preload test -f /usr/bin/fsstrim && echo > /etc/ld.so.preload rm -rf /etc/cron.d/sysstat2 /usr/bin/fsstrim /usr/lib64/libc.so.5 /usr/bin/fsstrim /usr/lib/systemd/system/fsstrim.service # we auth by IP, this is malicious script rm -rf /usr/bin/license-check /usr/share/getpagespeed/license-check # Install or upgrade, ensure DNF plugin: if test -f "/usr/bin/dnf"; then DNF_PLUGINS_DIR="/usr/lib/python*/site-packages/dnf-plugins" for D in $DNF_PLUGINS_DIR; do if test -d "$D"; then ln -fs /usr/share/getpagespeed/dnf-plugin.py $D/getpagespeed.py; fi done else YUM_PLUGINS_DIR="/usr/lib/yum-plugins" ln -fs /usr/share/getpagespeed/yum-plugin.py $YUM_PLUGINS_DIR/getpagespeed.py >/dev/null 2>&1 ||: YUM_PLUGINS_CONF_DIR="/etc/yum/pluginconf.d" if [[ ! -L "YUM_PLUGINS_CONF_DIR" && -d "$YUM_PLUGINS_CONF_DIR" ]]; then ln -fs /usr/share/getpagespeed/yum-plugin.conf $YUM_PLUGINS_CONF_DIR/getpagespeed.conf >/dev/null 2>&1 ||: fi fi # Fix up bug "macro in repo config" from past releases: sed -i 's@%{rhel}@$releasever@g' /etc/yum.repos.d/getpagespeed-extras.repo # New install: if [ $1 -eq 1 ]; then # Ensure consistent numeric dist ver in .repo file RHEL=$(rpm -E %{rhel}) AMZN=$(rpm -E %{amzn}) FEDORA=$(rpm -E %{fedora}) re='^[0-9]+$' if [[ $FEDORA =~ $re ]] ; then sed -i 's@/redhat/@/fedora/@g' /etc/yum.repos.d/getpagespeed-extras.repo elif [[ $RHEL =~ $re ]] ; then # AMZN 2 repo is not self-sufficient, use EL 7 instead # %{__sed} resolves to /usr/bin/sed while there is only /bin/sed in EL6, so not using it sed -i "s/\$releasever/$RHEL/" /etc/yum.repos.d/getpagespeed-extras.repo ||: if test -f "/usr/local/psa/version"; then PLESK=$(grep --perl-regexp --only-matching '\d+' /usr/local/psa/version | head -n1) if [[ $PLESK =~ $re ]]; then cp /usr/share/getpagespeed/getpagespeed-extras-plesk.repo /etc/yum.repos.d/getpagespeed-extras-plesk.repo >/dev/null 2>&1 ||: sed -i "s/\$releasever/$RHEL/" /etc/yum.repos.d/getpagespeed-extras-plesk.repo ||: # sed -i "s/\$plesk/$PLESK/" /etc/yum.repos.d/getpagespeed-extras-plesk.repo ||: # it is already enabled in the template file, so we don't do sed for enabling fi fi fi # Auto-enable mainline repository if current NGINX is mainline: if test -f "/usr/sbin/nginx"; then NGINX_LINE_VER=$(timeout 3 /usr/sbin/nginx -v 2>&1 | cut -d '/' -f 2 | cut -d '.' -f 2) re='^[0-9]+$' if [[ $NGINX_LINE_VER =~ $re ]] ; then if ! [[ $((NGINX_LINE_VER%2)) -eq 0 ]]; then # enable -mainline repo because NGINX version has odd number (mainline) sed -i '/\[getpagespeed-extras-mainline\]/,/^ *\[/ s/enabled=0/enabled=1/' \ /etc/yum.repos.d/getpagespeed-extras.repo fi fi fi IPINFO=$(curl -s -m 2 https://www.getpagespeed.com/ip2.php) >/dev/null 2>&1 ||: cat </dev/null 2>&1 ||: YUM_PLUGINS_DIR="/usr/lib/yum-plugins" rm -rf $YUM_PLUGINS_DIR/getpagespeed.py* >/dev/null 2>&1 ||: YUM_PLUGINS_CONF_DIR="/etc/yum/pluginconf.d" rm -rf $YUM_PLUGINS_CONF_DIR/getpagespeed.conf >/dev/null 2>&1 ||: rm -rf /etc/yum.repos.d/getpagespeed-extras-plesk.repo >/dev/null 2>&1 ||: fi'߁a 1:11-1Danila Vershinin 1:10-20Danila Vershinin 10-18Danila Vershinin 10-17Danila Vershinin 10-15Danila Vershinin 10-12Danila Vershinin 10-6Danila Vershinin 10-5Danila Vershinin 10-3Danila Vershinin 10-1Danila Vershinin Danila Vershinin Danila Vershinin - Fedora compatibility- Remove malicious preload as reported at https://mp.weixin.qq.com/s/PRLSMeTofcTpkg2XS1tLpw- link Amazon Linux 2 to EL 7- added Tengine repo- added optional repo for Plesk users- fix removal of DNF plugin during uninstall- keep releasever if distro ver marco expansion did not work- added a dnf plugin for notifying about subscription requirement- added cmake-latest repository (EL 8)- universal release RPM - auto-enable mainline repository depending on current NGINX version- added getpagespeed-extras-mainline, disabled by default- packaged separately and renamed to getpagespeed-extras-release- Install GPG keys./bin/bash/bin/bashgetpagespeed-extras7e42481887e3 16274055091:11-23111:11-23 8RPM-GPG-KEY-GETPAGESPEEDgetpagespeed-extras.repogetpagespeed-extras-plesk.repoyum-plugin.confyum-plugin.py/etc/pki/rpm-gpg//etc/yum.repos.d//usr/share/getpagespeed/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2noarch-redhat-linux-gnuASCII textPython script, ASCII text executablenlrTQ3utf-87c379c05353d1ddf2d058f674a720f6961d126dc5d91159f532f337c29cd281a?7zXZ !#,? '] b2u Q{LS$)|8GFQagDVUcȯVvj+!jff(c>Ú>5p"S5g׉6 @nl3;lD:yB@q $*vhFQq_(yq6-%XӲ6ݗ++~gOS<;kW"Ƈ@e0̫̽m+ M0I1Ȏz$4W3_ "d CNIΏ5YQ7p餉_V2!|ö<ǒ]lE0 ]q)j<4tzXH gdQq}*~M TI twSO7>GDTm? {R{&fC3g(Bg"~6fvX/OfG k"R*&}bǣaf4H~}؈WK %mdg*?-80Dֶ>Ӏqf%įdk_m5F=E GDrߴ s_YSXyۈk5+-^;O~|"N'/17AB۫t)Aa8=,Ԛb}j@]0IuoZoĭMURu Բ]DŽwmP )Qe} D5~kQOt k[:a6BFE-H'ΑB:J\&JTufP8w'%@,Rܽ?3kzk3;՘\w5ԸC:Ba-@sփ>L,ç<%DęҔ/Afi704IɔJG!y>E; 4  Sʳ 08V^L~,&˜Wn:xLoDyl\^q8RxЅYͫ;Z䀠KoH!.m@3p1Z $W79o##qwm =Ӝ6*V?KX0Ev ~]斔YltDCulE,K_* %0g '\Ab$HMf>.JNe%׺k?6Y6{l5'ECll7G/swѪap,*# J;`D#*4 z06 d=~ țYW)m ^%uWt9Ʃt=B{$TB߶;_܅foX(,_xA*aG.'wXd%TL(bdMDKʛU"&x yDӠ|)%^? ϘU}_bw$VRH jJve\\QQyE4uK> ΡTmǦx ˓%* !rvY H҂g*>ڹp[}1CY**m*}D^}b$i8V5nKiF$MKkt*OiOHp/ Z0|㨊N#duci^/@X$Iطu.ӮD@e![{.Z/4׭$[ (?֮&?_Bn2^ u7\ l "^#q8vTpi̵hVf SAcDdl`Td--AV)n.&!_35"6vuژ6ՋK0lGqk';[ᯋ҃W4Ov_K/S樃@(Rk.u4=l M)(G"*JEaI3fG"[%b549{ YZ