--- rpms/smeserver-cacti/contribs10/smeserver-cacti-1.1.19-sme10.patch 2022/07/27 19:00:37 1.4 +++ rpms/smeserver-cacti/contribs10/smeserver-cacti-1.1.19-sme10.patch 2022/07/27 19:12:45 1.5 @@ -85,78 +85,6 @@ diff -Nur --no-dereference smeserver-cac + + +} -diff -Nur --no-dereference smeserver-cacti-1.1.19.old/root/etc/e-smith/templates/etc/e-smith/sql/init/80cacti smeserver-cacti-1.1.19/root/etc/e-smith/templates/etc/e-smith/sql/init/80cacti ---- smeserver-cacti-1.1.19.old/root/etc/e-smith/templates/etc/e-smith/sql/init/80cacti 2019-12-11 14:46:28.000000000 -0500 -+++ smeserver-cacti-1.1.19/root/etc/e-smith/templates/etc/e-smith/sql/init/80cacti 2022-07-26 00:48:18.028000000 -0400 -@@ -1,9 +1,9 @@ - { -- my $db = $cacti{DbName} || 'cacti_sme'; -+ my $db = $cacti{DbDatabase} || 'cacti_sme'; - my $user = $cacti{DbUser} || 'cacti'; - my $pass = $cacti{DbPassword} || 'changeme'; - $OUT .= </dev/null |/usr/bin/mysql mysql - /usr/bin/mysql $db < /etc/e-smith/db/configuration/migrate/80cacti_sme.sql - END --} -\ Pas de fin de ligne à la fin du fichier -+} -diff -Nur --no-dereference smeserver-cacti-1.1.19.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Cacti smeserver-cacti-1.1.19/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Cacti ---- smeserver-cacti-1.1.19.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Cacti 2014-06-16 11:53:00.000000000 -0400 -+++ smeserver-cacti-1.1.19/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Cacti 2022-07-26 00:30:15.300000000 -0400 -@@ -5,32 +5,19 @@ - SSLRequireSSL - Options -Indexes - AllowOverride None -- order deny,allow -- deny from all -- --{ -- my $cactiaxs = $cacti{'access'} || "private"; -- if ($cactiaxs eq "private") -- { -- $OUT .= " allow from $localAccess $externalSSLAccess"; -- } else { -- $OUT .= " allow from all"; -- } --} -- Satisfy all -- AddType application/x-httpd-php .php .php3 -- php_flag magic_quotes_gpc on -- php_flag track_vars on -+ Require { (($cacti{'access'} ||"private") eq "public") ? "all granted" : "ip $localAccess $externalSSLAccess"; } -+ AddType application/x-httpd-php .php -+ -+ SetHandler "proxy:unix:/var/run/php-fpm/php74-cacti.sock|fcgi://localhost" -+ - - - - - -- Order deny,allow -- Deny from all -+ Require all denied - - -- Order deny,allow -- Deny from all -+ Require all denied - - diff -Nur --no-dereference smeserver-cacti-1.1.19.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15cacti smeserver-cacti-1.1.19/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15cacti --- smeserver-cacti-1.1.19.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15cacti 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-cacti-1.1.19/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15cacti 2022-07-26 00:03:45.335000000 -0400 @@ -229,14 +157,6 @@ diff -Nur --no-dereference smeserver-cac + + + -diff -Nur --no-dereference smeserver-cacti-1.1.19.old/root/etc/e-smith/templates.metadata/etc/cacti/db.php smeserver-cacti-1.1.19/root/etc/e-smith/templates.metadata/etc/cacti/db.php ---- smeserver-cacti-1.1.19.old/root/etc/e-smith/templates.metadata/etc/cacti/db.php 2014-06-16 11:53:01.000000000 -0400 -+++ smeserver-cacti-1.1.19/root/etc/e-smith/templates.metadata/etc/cacti/db.php 2022-07-26 00:44:20.988000000 -0400 -@@ -1,3 +1,3 @@ --UID="cacti" -+UID="root" - GID="www" - PERMS=0640 diff -Nur --no-dereference smeserver-cacti-1.1.19.old/createlinks smeserver-cacti-1.1.19/createlinks --- smeserver-cacti-1.1.19.old/createlinks 2014-06-16 11:53:01.000000000 -0400 +++ smeserver-cacti-1.1.19/createlinks 2022-07-27 14:55:50.939000000 -0400