Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2013-12-23 12:32:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-12-03 
10:42:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes     2013-12-23 
12:32:13.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Dec 19 12:21:26 CET 2013 - ase...@suse.de
+
+- upstream upragde to version 0.9.31 (bnc#846355)
+Completely redesigned dashboard in Sparkle-theme
+#432: added new template-variables for the 'customer welcome email' template: 
SERVER_HOSTNAME, SERVER_IP, SERVER_PORT and DOMAINNAME
+#722: added logical operators (<, > and =) which can be used when searching 
for numeric values, e.g. Webspace: ">100", "<2048" or "=1234"
+#729: Usage of an activation code instead of password reset
+#1051: Enable usage of php-slowlog for FPM users
+#1287: Switch database implementation to PDO
+#701: split tickets in pages on overview and correct sorting
+#1295: make vhost-query of webserver-crons mariadb-compatible
+#1314: when using DKIM and no MX server is given, also add a dkim-TXT entry 
for the 'mail' a-record
+#1323: fix hardcoded sendmail_path config option in PHP-FPM pool config
+-------------------------------------------------------------------

Old:
----
  froxlor-0.9.30.tar.bz2

New:
----
  froxlor-0.9.31.tar.bz2

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

Other differences:
------------------
++++++ froxlor.spec ++++++
--- /var/tmp/diff_new_pack.ebJ2VY/_old  2013-12-23 12:32:14.000000000 +0100
+++ /var/tmp/diff_new_pack.ebJ2VY/_new  2013-12-23 12:32:14.000000000 +0100
@@ -20,7 +20,7 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:           froxlor
-Version:        0.9.30
+Version:        0.9.31
 Release:        0
 Source0:        froxlor-%{version}.tar.bz2
 Source1:        froxlor.suse.adapt.template.config.tar.bz2 

++++++ froxlor-0.9.30.tar.bz2 -> froxlor-0.9.31.tar.bz2 ++++++
++++ 48142 lines of diff (skipped)

++++++ froxlor.sql.patch ++++++
--- /var/tmp/diff_new_pack.ebJ2VY/_old  2013-12-23 12:32:15.000000000 +0100
+++ /var/tmp/diff_new_pack.ebJ2VY/_new  2013-12-23 12:32:15.000000000 +0100
@@ -1,5 +1,5 @@
---- install/froxlor.sql.orig   2013-12-02 13:50:04.543391096 +0100
-+++ install/froxlor.sql        2013-12-02 13:51:32.600778562 +0100
+--- install/froxlor.sql.before 2013-12-19 12:28:08.921853000 +0100
++++ install/froxlor.sql        2013-12-19 12:30:07.327718667 +0100
 @@ -1,3 +1,14 @@
 +# change path from /var to /srv
 +# webspaces: /srv/customers/webs
@@ -9,13 +9,13 @@
 +# cgi:  /srv/www/cgi-bin/
 +# fcgi: /srv/www/php-fcgi-scripts
 +# backup: /srv/customers/backups/
-+# asemen 20131202
++# asemen 20131219
 +
 +
  CREATE TABLE `ftp_groups` (
    `id` int(20) NOT NULL auto_increment,
    `groupname` varchar(60) NOT NULL default '',
-@@ -393,7 +404,7 @@
+@@ -404,7 +415,7 @@
        ('customredirect', 'enabled', '1'),
        ('customredirect', 'default', '1'),
        ('perl', 'suexecworkaround', '0'),
@@ -24,7 +24,7 @@
        ('login', 'domain_login', '0'),
        ('login', 'maxloginattempts', '3'),
        ('login', 'deactivatetime', '900'),
-@@ -406,26 +417,26 @@
+@@ -417,27 +428,27 @@
        ('phpfpm', 'min_spare_servers', '5'),
        ('phpfpm', 'max_spare_servers', '35'),
        ('phpfpm', 'max_requests', '0'),
@@ -39,6 +39,8 @@
 +      ('phpfpm', 'aliasconfigdir', '/srv/www/php-fpm/'),
        ('phpfpm', 'defaultini', '1'),
        ('phpfpm', 'vhost_defaultini', '1'),
+-      ('phpfpm', 'fastcgi_ipcdir', '/var/lib/apache2/fastcgi/'),
++      ('phpfpm', 'fastcgi_ipcdir', '/srv/lib/apache2/fastcgi/'),
        ('nginx', 'fastcgiparams', '/etc/nginx/fastcgi_params'),
        ('system', 'lastaccountnumber', '0'),
        ('system', 'lastguid', '9999'),
@@ -47,7 +49,7 @@
 +      ('system', 'documentroot_prefix', '/srv/customers/webs/'),
 +      ('system', 'logfiles_directory', '/srv/customers/logs/'),
        ('system', 'ipaddress', 'SERVERIP'),
-       ('system', 'apachereload_command', '/etc/init.d/apache reload'),
+       ('system', 'apachereload_command', '/etc/init.d/apache2 reload'),
        ('system', 'last_traffic_run', '000000'),
        ('system', 'vmail_uid', '2000'),
        ('system', 'vmail_gid', '2000'),
@@ -56,8 +58,8 @@
        ('system', 'vmail_maildirname', 'Maildir'),
        ('system', 'bind_enable', '1'),
        ('system', 'bindconf_directory', '/etc/bind/'),
-@@ -446,8 +457,8 @@
-       ('system', 'apacheconf_htpasswddir', '/etc/apache/htpasswd/'),
+@@ -458,8 +469,8 @@
+       ('system', 'apacheconf_htpasswddir', '/etc/apache2/htpasswd/'),
        ('system', 'webalizer_quiet', '2'),
        ('system', 'last_archive_run', '000000'),
 -      ('system', 'mod_fcgid_configdir', '/var/www/php-fcgi-scripts'),
@@ -67,7 +69,7 @@
        ('system', 'ssl_cert_file', '/etc/apache2/apache2.pem'),
        ('system', 'use_ssl', '0'),
        ('system', 'openssl_cnf', '[ req ]\r\ndefault_bits = 
1024\r\ndistinguished_name = req_distinguished_name\r\nattributes = 
req_attributes\r\nprompt = no\r\noutput_password =\r\ninput_password =\r\n[ 
req_distinguished_name ]\r\nC = DE\r\nST = froxlor\r\nL = froxlor    \r\nO = 
Testcertificate\r\nOU = froxlor        \r\nCN = @@domain_name@@\r\nemailAddress 
= @@email@@    \r\n[ req_attributes ]\r\nchallengePassword =\r\n'),
-@@ -481,7 +492,7 @@
+@@ -493,7 +504,7 @@
        ('system', 'report_trafficmax', '90'),
        ('system', 'validate_domain', '1'),
        ('system', 'backup_enabled', '0'),
@@ -76,12 +78,3 @@
        ('system', 'backup_mysqldump_path', '/usr/bin/mysqldump'),
        ('system', 'backup_count', '1'),
        ('system', 'backup_bigfile', '1'),
-@@ -505,7 +516,7 @@
-       ('system', 'ssl_cert_chainfile', ''),
-       ('system', 'ssl_cipher_list', 
'ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH'),
-       ('system', 'nginx_php_backend', '127.0.0.1:8888'),
--      ('system', 'perl_server', 'unix:/var/run/nginx/cgiwrap-dispatch.sock'),
-+      ('system', 'perl_server', 'unix:/srv/run/nginx/cgiwrap-dispatch.sock'),
-       ('system', 'phpreload_command', ''),
-       ('system', 'apache24', '0'),
-       ('system', 'documentroot_use_default_value', '0'),

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to