Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2016-04-30 23:30:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-11 
12:38:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes     2016-04-30 
23:30:59.000000000 +0200
@@ -1,0 +2,30 @@
+Tue Apr 26 10:42:41 CEST 2016 - ase...@suse.de
+
+- upstream upgrade to version 0.9.35 (bnc#846355)
+Bug #1519: Deleting and recreating a mail account ends up with no mail account
+Bug #1543: Customer cant create subdomain
+Bug #1564: Redirect-Code unveränderbar
+Bug #1569: Selection of custom PHP config has no effect once FCGID is enabled
+Bug #1599: vHost Template not work
+Bug #1600: ssl_cert_chainfile should only contain the intermediate certificate 
#334
+Bug #1601: FTP-SubUser kann Ordner "lib" nicht erstellen/löschen
+Bug #1603: Apache Configuration for Wheezy contains an error in acme.conf
+Bug #1604: Wrong acme configuration for Apache 2
+Bug #1609: Sometimes PHP Warning in letsencrypt cronjob Feature #1484: add 
missing directives in apache-config for php-fpm on freebsd 10.1
+Feature #1611: Show if a domain uses LetsEncrypt in domainlist (admin-account)
+
+- upstream upgrade to version 0.9.35-rc1 (bnc#846355)
+Bug #1522: ProFTPd - relax TLS Options to prevent clients from failing at 
upload
+Bug #1585: Cannot login after timeout
+Bug #1586: Directory protection (apache basic auth) broken
+Bug #1588: FreeBSD: /scripts/jobs/cron_tasks.php - pw user mod -> pw usermod 
und loop
+Bug #1589: mail clients
+Bug #1590: Letsencrypt + Custom SSL
+Bug #1591: Entering an IPv6-Adress in the list of allowed AXFR servers leads 
to an error
+Bug #1595: insufficient error handling in admin_configfiles.php
+Bug #1598: specialsettingsforsubdomains doesn't get passed along if security 
question is asked while editing a domain
+Feature #1470: Please support letsencrypt.org for fully automatic DV TLS 
certificate issuance / revocation
+Feature #1509: Mehrere Standard-IPs
+Feature #1594: Make keysize for LE CSRs configurable
+
+-------------------------------------------------------------------

Old:
----
  froxlor-0.9.34.2.tar.bz2

New:
----
  froxlor-0.9.35.1.tar.bz2

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

Other differences:
------------------
++++++ froxlor.spec ++++++
--- /var/tmp/diff_new_pack.faW9Wv/_old  2016-04-30 23:31:00.000000000 +0200
+++ /var/tmp/diff_new_pack.faW9Wv/_new  2016-04-30 23:31:00.000000000 +0200
@@ -20,7 +20,7 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:           froxlor
-Version:        0.9.34.2
+Version:        0.9.35.1
 Release:        0
 Source0:        froxlor-%{version}.tar.bz2
 Patch0:         froxlor.sql.patch      

++++++ froxlor-0.9.34.2.tar.bz2 -> froxlor-0.9.35.1.tar.bz2 ++++++
++++ 15189 lines of diff (skipped)

++++++ froxlor.sql.patch ++++++
--- /var/tmp/diff_new_pack.faW9Wv/_old  2016-04-30 23:31:01.000000000 +0200
+++ /var/tmp/diff_new_pack.faW9Wv/_new  2016-04-30 23:31:01.000000000 +0200
@@ -1,6 +1,6 @@
---- install/froxlor.sql.orig   2016-02-10 14:40:21.803176583 +0100
-+++ install/froxlor.sql        2016-02-10 14:42:13.755460921 +0100
-@@ -1,3 +1,14 @@
+--- install/froxlor.sql.orig   2016-04-26 10:53:42.303370421 +0200
++++ install/froxlor.sql        2016-04-26 10:57:24.858822646 +0200
+@@ -1,3 +1,15 @@
 +# change path from /var to /srv
 +# webspaces: /srv/customers/webs
 +# logs: /srv/customers/logs/
@@ -10,12 +10,13 @@
 +# fcgi: /srv/www/php-fcgi-scripts
 +# backup: /srv/customers/backups/
 +# doc documentroot_prefix /srv/customers/webs/
-+# asemen 20150210
++# asemen 20160426
++
 +
  DROP TABLE IF EXISTS `ftp_groups`;
  CREATE TABLE `ftp_groups` (
    `id` int(20) NOT NULL auto_increment,
-@@ -385,7 +396,7 @@
+@@ -392,7 +404,7 @@
        ('customredirect', 'enabled', '1'),
        ('customredirect', 'default', '1'),
        ('perl', 'suexecworkaround', '0'),
@@ -24,7 +25,7 @@
        ('login', 'domain_login', '0'),
        ('login', 'maxloginattempts', '3'),
        ('login', 'deactivatetime', '900'),
-@@ -398,13 +409,13 @@
+@@ -405,13 +417,13 @@
        ('phpfpm', 'min_spare_servers', '5'),
        ('phpfpm', 'max_spare_servers', '35'),
        ('phpfpm', 'max_requests', '0'),
@@ -40,7 +41,7 @@
        ('phpfpm', 'defaultini', '1'),
        ('phpfpm', 'vhost_defaultini', '2'),
        ('phpfpm', 'fastcgi_ipcdir', '/var/lib/apache2/fastcgi/'),
-@@ -412,14 +423,14 @@
+@@ -419,14 +431,14 @@
        ('nginx', 'fastcgiparams', '/etc/nginx/fastcgi_params'),
        ('system', 'lastaccountnumber', '0'),
        ('system', 'lastguid', '9999'),
@@ -58,14 +59,45 @@
        ('system', 'vmail_maildirname', 'Maildir'),
        ('system', 'bind_enable', '1'),
        ('system', 'bindconf_directory', '/etc/bind/'),
-@@ -440,8 +451,8 @@
+@@ -447,9 +459,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', ''),
+       ('system', 'mail_quota_enabled', '0'),
+@@ -464,7 +476,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'),
+@@ -504,8 +516,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'),
+@@ -521,7 +533,7 @@
+       ('system', 'letsencryptca', 'production'),
+       ('system', 'letsencryptcountrycode', 'DE'),
+       ('system', 'letsencryptstate', 'Germany'),
+-      ('system', 'letsencryptchallengepath', '/var/www/froxlor'),
++      ('system', 'letsencryptchallengepath', '/srv/www/froxlor'),
+       ('system', 'letsencryptkeysize', '4096'),
+       ('system', 'letsencryptreuseold', 0),
+       ('system', 'leenabled', '0'),


Reply via email to