Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2017-01-25 23:34:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/froxlor (Old)
 and      /work/SRC/openSUSE:Factory/.froxlor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "froxlor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/froxlor/froxlor.changes  2016-12-05 
16:34:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes     2017-01-25 
23:34:16.371857158 +0100
@@ -1,0 +2,5 @@
+Tue Jan 17 14:49:18 CET 2017 - [email protected]
+
+- upstream upgrade to version 0.9.38.6 (bnc#846355)
+
+-------------------------------------------------------------------

Old:
----
  froxlor-0.9.38.4.tar.bz2

New:
----
  froxlor-0.9.38.6.tar.bz2

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

Other differences:
------------------
++++++ froxlor.spec ++++++
--- /var/tmp/diff_new_pack.VuCwja/_old  2017-01-25 23:34:16.863783033 +0100
+++ /var/tmp/diff_new_pack.VuCwja/_new  2017-01-25 23:34:16.867782430 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package froxlor
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:           froxlor
-Version:        0.9.38.4
+Version:        0.9.38.6
 Release:        0
 Source0:        froxlor-%{version}.tar.bz2
 Source1:        froxlor-httpd.conf

++++++ froxlor-0.9.38.4.tar.bz2 -> froxlor-0.9.38.6.tar.bz2 ++++++
++++ 12122 lines of diff (skipped)

++++++ froxlor.sql.patch ++++++
--- /var/tmp/diff_new_pack.VuCwja/_old  2017-01-25 23:34:17.703656477 +0100
+++ /var/tmp/diff_new_pack.VuCwja/_new  2017-01-25 23:34:17.707655874 +0100
@@ -1,6 +1,6 @@
---- install/froxlor.sql.orig   2016-11-28 12:09:50.153886445 +0100
-+++ install/froxlor.sql        2016-11-28 12:10:29.281828384 +0100
-@@ -1,3 +1,13 @@
+--- install/froxlor.sql.orig   2017-01-17 14:35:57.036194735 +0100
++++ install/froxlor.sql        2017-01-17 14:37:54.967711558 +0100
+@@ -1,3 +1,15 @@
 +# change path from /var to /srv
 +# webspaces: /srv/customers/webs
 +# logs: /srv/customers/logs/
@@ -8,13 +8,15 @@
 +# tmp: /srv/customers/tmp
 +# cgi:  /srv/www/cgi-bin/
 +# fcgi: /srv/www/php-fcgi-scripts
++# backup: /srv/customers/backups/
 +# doc documentroot_prefix /srv/customers/webs/
-+# asemen 20161128
++# asemen 20170117
++
 +
  DROP TABLE IF EXISTS `ftp_groups`;
  CREATE TABLE `ftp_groups` (
    `id` int(20) NOT NULL auto_increment,
-@@ -393,7 +403,7 @@
+@@ -396,7 +408,7 @@
        ('customredirect', 'enabled', '1'),
        ('customredirect', 'default', '1'),
        ('perl', 'suexecworkaround', '0'),
@@ -23,7 +25,7 @@
        ('login', 'domain_login', '0'),
        ('login', 'maxloginattempts', '3'),
        ('login', 'deactivatetime', '900'),
-@@ -406,13 +416,13 @@
+@@ -409,13 +421,13 @@
        ('phpfpm', 'min_spare_servers', '5'),
        ('phpfpm', 'max_spare_servers', '35'),
        ('phpfpm', 'max_requests', '0'),
@@ -39,7 +41,7 @@
        ('phpfpm', 'defaultini', '1'),
        ('phpfpm', 'vhost_defaultini', '2'),
        ('phpfpm', 'fastcgi_ipcdir', '/var/lib/apache2/fastcgi/'),
-@@ -420,14 +430,14 @@
+@@ -423,14 +435,14 @@
        ('nginx', 'fastcgiparams', '/etc/nginx/fastcgi_params'),
        ('system', 'lastaccountnumber', '0'),
        ('system', 'lastguid', '9999'),
@@ -57,18 +59,40 @@
        ('system', 'vmail_maildirname', 'Maildir'),
        ('system', 'bind_enable', '1'),
        ('system', 'bindconf_directory', '/etc/bind/'),
-@@ -448,8 +458,8 @@
+@@ -451,9 +463,9 @@
        ('system', 'apacheconf_htpasswddir', '/etc/apache2/htpasswd/'),
        ('system', 'webalizer_quiet', '2'),
        ('system', 'last_archive_run', '000000'),
 -      ('system', 'mod_fcgid_configdir', '/var/www/php-fcgi-scripts'),
 -      ('system', 'mod_fcgid_tmpdir', '/var/customers/tmp'),
+-      ('system', 'ssl_cert_file', '/etc/apache2/apache2.pem'),
 +      ('system', 'mod_fcgid_configdir', '/srv/www/php-fcgi-scripts'),
 +      ('system', 'mod_fcgid_tmpdir', '/srv/customers/tmp'),
-       ('system', 'ssl_cert_file', '/etc/apache2/apache2.pem'),
++      ('system', 'ssl_cert_file', '/etc/apache2/ssl.crt/apache2.pem'),
        ('system', 'use_ssl', '0'),
        ('system', 'default_vhostconf', ''),
-@@ -523,7 +533,7 @@
+       ('system', 'mail_quota_enabled', '0'),
+@@ -468,7 +480,7 @@
+       ('system', 'mod_fcgid_peardir', '/usr/share/php/:/usr/share/php5/'),
+       ('system', 'index_file_extension', 'html'),
+       ('system', 'mod_fcgid_maxrequests', '250'),
+-      ('system', 'ssl_key_file','/etc/apache2/apache2.key'),
++      ('system', 'ssl_key_file','/etc/apache2/ssl.key/apache2.key'),
+       ('system', 'ssl_ca_file', ''),
+       ('system', 'debug_cron', '0'),
+       ('system', 'store_index_file_subs', '1'),
+@@ -509,8 +521,8 @@
+       ('system', 'customer_ssl_path', '/etc/ssl/froxlor-custom/'),
+       ('system', 'allow_error_report_admin', '1'),
+       ('system', 'allow_error_report_customer', '0'),
+-      ('system', 'mdalog', '/var/log/mail.log'),
+-      ('system', 'mtalog', '/var/log/mail.log'),
++      ('system', 'mdalog', '/var/log/mail'),
++      ('system', 'mtalog', '/var/log/mail'),
+       ('system', 'mdaserver', 'dovecot'),
+       ('system', 'mtaserver', 'postfix'),
+       ('system', 'mailtraffic_enabled', '1'),
+@@ -526,7 +538,7 @@
        ('system', 'letsencryptca', 'production'),
        ('system', 'letsencryptcountrycode', 'DE'),
        ('system', 'letsencryptstate', 'Hessen'),


Reply via email to