Hello community,

here is the log from the commit of package matomo for openSUSE:Factory checked 
in at 2019-07-04 15:44:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matomo (Old)
 and      /work/SRC/openSUSE:Factory/.matomo.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matomo"

Thu Jul  4 15:44:15 2019 rev:15 rq:713357 version:3.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/matomo/matomo.changes    2019-07-02 
10:39:42.998702408 +0200
+++ /work/SRC/openSUSE:Factory/.matomo.new.4615/matomo.changes  2019-07-04 
15:44:25.594217399 +0200
@@ -1,0 +2,6 @@
+Thu Jul  4 06:15:04 UTC 2019 - ec...@opensuse.org
+
+- Insert configuration for mariadb.
+- Add missing htaccess rules.
+
+-------------------------------------------------------------------

New:
----
  matomo.my.cnf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ matomo.spec ++++++
--- /var/tmp/diff_new_pack.434qHO/_old  2019-07-04 15:44:26.634219022 +0200
+++ /var/tmp/diff_new_pack.434qHO/_new  2019-07-04 15:44:26.638219028 +0200
@@ -44,6 +44,7 @@
 Source10:       %{name}-archive.cron
 Source11:       %{name}-archive.service
 Source12:       %{name}-archive.timer
+Source13:       %{name}.my.cnf
 Source99:       %{name}.rpmlintrc
 BuildArch:      noarch
 %if 0%{?suse_version} >= 1500
@@ -126,6 +127,8 @@
 install -D -m 0644 %{SOURCE12} %{buildroot}%{_unitdir}/%{name}-archive.timer
 sed -i -e 's|@ap_serverroot@|%{ap_serverroot}|g' 
%{buildroot}%{_sysconfdir}/cron.d/%{name}-archive
 sed -i -e 's|@ap_serverroot@|%{ap_serverroot}|g' 
%{buildroot}%{_unitdir}/%{name}-archive.service
+# install changes for mariadb
+install -D -m0644 %{SOURCE13} 
%{buildroot}/%{_sysconfdir}/my.cnf.d/%{name}.my.cnf
 
 %fdupes %{buildroot}/%{_prefix}
 %fdupes %{buildroot}/srv
@@ -161,6 +164,7 @@
 %config(noreplace) %{ap_sysconfdir}/conf.d/%{name}.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/cron.d/%{name}-archive
+%config(noreplace) %{_sysconfdir}/my.cnf.d/%{name}.my.cnf
 %{_unitdir}/%{name}-archive.service
 %{_unitdir}/%{name}-archive.timer
 %dir %attr(0750,%{ap_usr},%{ap_grp}) %{_sysconfdir}/%{name}

++++++ matomo.conf ++++++
--- /var/tmp/diff_new_pack.434qHO/_old  2019-07-04 15:44:26.726219166 +0200
+++ /var/tmp/diff_new_pack.434qHO/_new  2019-07-04 15:44:26.726219166 +0200
@@ -60,3 +60,16 @@
     </IfModule>
 
 </Directory>
+
+
+<Directory "/srv/www/matomo/vendor/tecnickcom/tcpdf/tools">
+    <IfModule mod_authz_core.c>
+      # Apache 2.4
+      Require all denied
+    </IfModule>
+    <IfModule !mod_authz_core.c>
+      # Apache 2.2
+      Order deny,allow
+      Deny from all
+    </IfModule>
+</Directory>

++++++ matomo.my.cnf ++++++
# for Matomo
[mysqld]
max_allowed_packet = 64MB

Reply via email to