Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2020-02-19 12:42:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and      /work/SRC/openSUSE:Factory/.roundcubemail.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "roundcubemail"

Wed Feb 19 12:42:58 2020 rev:60 rq:776200 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes      
2020-01-07 23:55:35.972101265 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.26092/roundcubemail.changes   
2020-02-19 12:43:06.291920868 +0100
@@ -1,0 +2,7 @@
+Tue Feb 18 11:39:33 UTC 2020 - Lars Vogdt <l...@linux-schulserver.de>
+
+- prefer brotli over gzip if brotli is available:
+  + enable mod_brotli in roundcubemail-httpd.conf (after deflate)
+  + enable brotli via a2enmod for new installations
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ roundcubemail.spec ++++++
--- /var/tmp/diff_new_pack.pfsqXR/_old  2020-02-19 12:43:07.671923525 +0100
+++ /var/tmp/diff_new_pack.pfsqXR/_new  2020-02-19 12:43:07.671923525 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package roundcubemail
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -250,7 +250,7 @@
       %{_sbindir}/a2enmod -q php7    || %{_sbindir}/a2enmod php7
     fi
   %endif
-    for module in alias deflate expires filter headers rewrite setenvif 
version ; do
+    for module in alias brotli deflate expires filter headers rewrite setenvif 
version ; do
       %{_sbindir}/a2enmod -q $module || %{_sbindir}/a2enmod $module
     done
   fi


++++++ roundcubemail-httpd.conf ++++++
--- /var/tmp/diff_new_pack.pfsqXR/_old  2020-02-19 12:43:07.731923640 +0100
+++ /var/tmp/diff_new_pack.pfsqXR/_new  2020-02-19 12:43:07.731923640 +0100
@@ -108,6 +108,13 @@
         SetOutputFilter DEFLATE
     </IfModule>
 
+    # prefer to brotli over gzip if brotli is available
+    <IfModule mod_brotli.c>
+        SetOutputFilter BROTLI_COMPRESS
+        # some assets have been compressed, so no need to do it again
+        SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|web[pm]|woff2?)$ 
no-brotli
+    </IfModule>
+
     <IfModule mod_filter.c>
                AddOutputFilterByType DEFLATE application/javascript
                AddOutputFilterByType DEFLATE application/x-javascript 



Reply via email to