Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2015-09-24 06:15:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-08-10 
09:16:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes     2015-09-24 
06:15:51.000000000 +0200
@@ -1,0 +2,21 @@
+Wed Sep 16 09:32:05 CEST 2015 - [email protected]
+
+- upstream upgrade to version 0.9.34 (bnc#846355)
+Bug #545: add access to older statistics when using awstats
+Bug #957: added managesieve/sieve to configuration-templates of dovecot
+Bug #1400: added support for apache mpm-itk
+Bug #1485: check for existence of ssl-files and if not, do not create 
ssl-related vhost-settings
+Bug #1486: added possibility to specify umask when using FCGID
+Bug #1488: fixed css issues
+Bug #1491: fixed changing of webserver-user/group in the users-table when they 
were changed in the settings
+Bug #1492: fixed missing LSB tags for php-fcgi on debian based distros
+Bug #1503: fixed database-connection when using sockets, do not replace 'host' 
value but use 'socket'
+Bug #1507: fixed open_basedir-path when using mod_php
+Bug #1512: enhanced domain-import, see 
http://redmine.froxlor.org/projects/froxlor/wiki/DomainBulkActionDoc
+Bug #1535: fixed problem when using sub-subdomain (or deeper) with apache due 
to file-naming
+Bug #1541: enhanced default ssl-cipher-list to be more secure
+-      removed webftp-script a possible security issue and not necessary.
+-      removed configfiles_index.inc.php.patch, upstream removed deprecated 
configuration templates
+       including SUSE Linux Enterprise. Removed OpenSUSE templates incldung 
configfiles_index.inc.php.patch.
+
+-------------------------------------------------------------------

Old:
----
  configfiles_index.inc.php.patch
  froxlor-0.9.33.2.tar.bz2
  froxlor.suse.adapt.template.config.tar.bz2

New:
----
  froxlor-0.9.34.tar.bz2

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

Other differences:
------------------
++++++ froxlor.spec ++++++
--- /var/tmp/diff_new_pack.ou5amK/_old  2015-09-24 06:15:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ou5amK/_new  2015-09-24 06:15:52.000000000 +0200
@@ -20,12 +20,10 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:           froxlor
-Version:        0.9.33.2
+Version:        0.9.34
 Release:        0
 Source0:        froxlor-%{version}.tar.bz2
-Source1:        froxlor.suse.adapt.template.config.tar.bz2 
 Patch0:         froxlor.sql.patch      
-Patch1:         configfiles_index.inc.php.patch
 #Packager:      Andrej Semen [email protected]
 Url:            http://www.froxlor.org
 #               froxlor is under GPL-2.0 and Smarty-3.0.8 is under GPL-3.0. As 
both are under in run time in same Memory this lead to GPL-2.0+ 
@@ -52,6 +50,7 @@
 Requires:       postfix
 Requires:       postfix-mysql
 Requires:       pure-ftpd
+Requires:       php5-mbstring 
 
 %description
 A Server Management Panel is a php web-based administration software.
@@ -61,10 +60,8 @@
 
 %prep
 %setup -q -n  %{name}
-%setup1 -T -D -b 1 -n %{name}
-%setup2 -T -D -b 1 -n %{name}
+#setup1 -T -D -b 1 -n %{name}
 %patch0  
-%patch1
 
 %build
 

++++++ froxlor-0.9.33.2.tar.bz2 -> froxlor-0.9.34.tar.bz2 ++++++
++++ 82894 lines of diff (skipped)

++++++ froxlor.sql.patch ++++++
--- /var/tmp/diff_new_pack.ou5amK/_old  2015-09-24 06:15:53.000000000 +0200
+++ /var/tmp/diff_new_pack.ou5amK/_new  2015-09-24 06:15:53.000000000 +0200
@@ -1,6 +1,6 @@
---- install/froxlor.sql.orig   2015-07-31 11:42:46.392044106 +0200
-+++ install/froxlor.sql        2015-07-31 11:55:10.560795135 +0200
-@@ -1,3 +1,15 @@
+--- install/froxlor.sql.orig   2015-09-16 09:53:06.686915093 +0200
++++ install/froxlor.sql        2015-09-16 17:51:27.326540607 +0200
+@@ -1,3 +1,16 @@
 +# change path from /var to /srv
 +# webspaces: /srv/customers/webs
 +# logs: /srv/customers/logs/
@@ -10,13 +10,14 @@
 +# fcgi: /srv/www/php-fcgi-scripts
 +# backup: /srv/customers/backups/
 +# doc documentroot_prefix /srv/customers/webs/
-+# asemen 20150731
++# asemen 20150916
++
 +
 +
  DROP TABLE IF EXISTS `ftp_groups`;
  CREATE TABLE `ftp_groups` (
    `id` int(20) NOT NULL auto_increment,
-@@ -385,7 +397,7 @@
+@@ -385,7 +398,7 @@
        ('customredirect', 'enabled', '1'),
        ('customredirect', 'default', '1'),
        ('perl', 'suexecworkaround', '0'),
@@ -25,12 +26,12 @@
        ('login', 'domain_login', '0'),
        ('login', 'maxloginattempts', '3'),
        ('login', 'deactivatetime', '900'),
-@@ -398,13 +410,13 @@
+@@ -398,13 +411,13 @@
        ('phpfpm', 'min_spare_servers', '5'),
        ('phpfpm', 'max_spare_servers', '35'),
        ('phpfpm', 'max_requests', '0'),
 -      ('phpfpm', 'tmpdir', '/var/customers/tmp/'),
-+      ('phpfpm', 'tmpdir', '/srv/customers/tmp/'),
++      ('phpfpm', 'tmpdir', '/srv/ctustomers/tmp/'),
        ('phpfpm', 'peardir', '/usr/share/php/:/usr/share/php5/'),
        ('phpfpm', 'enabled_ownvhost', '0'),
        ('phpfpm', 'vhost_httpuser', 'froxlorlocal'),
@@ -41,32 +42,54 @@
        ('phpfpm', 'defaultini', '1'),
        ('phpfpm', 'vhost_defaultini', '2'),
        ('phpfpm', 'fastcgi_ipcdir', '/var/lib/apache2/fastcgi/'),
-@@ -412,14 +424,14 @@
+@@ -412,14 +425,14 @@
        ('nginx', 'fastcgiparams', '/etc/nginx/fastcgi_params'),
        ('system', 'lastaccountnumber', '0'),
        ('system', 'lastguid', '9999'),
 -      ('system', 'documentroot_prefix', '/var/customers/webs/'),
 -      ('system', 'logfiles_directory', '/var/customers/logs/'),
-+      ('system', 'documentroot_prefix', '/srv/customers/webs/'),
-+      ('system', 'logfiles_directory', '/srv/customers/logs/'),
++      ('system', 'documentroot_prefix', '/srv/ctustomers/webs/'),
++      ('system', 'logfiles_directory', '/srv/ctustomers/logs/'),
        ('system', 'ipaddress', 'SERVERIP'),
        ('system', 'apachereload_command', '/etc/init.d/apache2 reload'),
        ('system', 'last_traffic_run', '000000'),
        ('system', 'vmail_uid', '2000'),
        ('system', 'vmail_gid', '2000'),
 -      ('system', 'vmail_homedir', '/var/customers/mail/'),
-+      ('system', 'vmail_homedir', '/srv/customers/mail/'),
++      ('system', 'vmail_homedir', '/srv/ctustomers/mail/'),
        ('system', 'vmail_maildirname', 'Maildir'),
        ('system', 'bind_enable', '1'),
        ('system', 'bindconf_directory', '/etc/bind/'),
-@@ -440,8 +452,8 @@
+@@ -440,9 +453,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', 'mod_fcgid_tmpdir', '/srv/ctustomers/tmp'),
++      ('system', 'ssl_cert_file', '/etc/apache2/ssl.crt/apache2.pem'),
        ('system', 'use_ssl', '0'),
        ('system', 'default_vhostconf', ''),
+       ('system', 'mail_quota_enabled', '0'),
+@@ -457,7 +470,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'),
+@@ -497,8 +510,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'),


Reply via email to