Hello community, here is the log from the commit of package froxlor for openSUSE:Factory checked in at 2013-10-14 13:03:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-16 06:43:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes 2013-10-14 13:03:22.000000000 +0200 @@ -1,0 +2,16 @@ +Fri Oct 11 13:24:33 CEST 2013 - [email protected] + +- added configuration files openSUSE 12.x (at Server Configuration) + configfiles_index.inc.php.patch + +------------------------------------------------------------------- +Tue Oct 8 14:51:43 CEST 2013 - [email protected] + +- upstream upragde to version 0.9.29 +Bug #1139: Froxlor package for armhf doesn't show up in aptitude +Bug #1258: unable to register 'memcache' SSL session cache: Memcache support not enabled +Bug #1260: Cron Domain-SSL Zertifikat +Bug #1261: Fehler Apache mod_write +Feature #587: Provide php.ini Konfiguration for php-fpm + +------------------------------------------------------------------- Old: ---- froxlor-0.9.28.1.tar.bz2 New: ---- configfiles_index.inc.php.patch froxlor-0.9.29.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ froxlor.spec ++++++ --- /var/tmp/diff_new_pack.VSRGAB/_old 2013-10-14 13:03:23.000000000 +0200 +++ /var/tmp/diff_new_pack.VSRGAB/_new 2013-10-14 13:03:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package froxlor # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products 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,11 +20,12 @@ %define apache_serverroot /srv/www/htdocs Name: froxlor -Version: 0.9.28.1 +Version: 0.9.29 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+ @@ -63,6 +64,7 @@ %setup1 -T -D -b 1 -n %{name} %setup2 -T -D -b 1 -n %{name} %patch0 +%patch1 %build ++++++ configfiles_index.inc.php.patch ++++++ --- lib/configfiles_index.inc.php.orig 2013-10-10 14:38:12.401901296 +0200 +++ lib/configfiles_index.inc.php 2013-10-10 14:38:32.578217003 +0200 @@ -45,5 +45,5 @@ $cfgPath = 'lib/configfiles/'; $configfiles = Array(); -$configfiles = array_merge(include $cfgPath . 'wheezy.inc.php', include $cfgPath . 'squeeze.inc.php', include $cfgPath . 'precise.inc.php', include $cfgPath . 'lucid.inc.php', include $cfgPath . 'gentoo.inc.php', include $cfgPath . 'suse11.inc.php', include $cfgPath . 'sle10.inc.php', include $cfgPath . 'freebsd.inc.php'); +$configfiles = array_merge(include $cfgPath . 'wheezy.inc.php', include $cfgPath . 'squeeze.inc.php', include $cfgPath . 'precise.inc.php', include $cfgPath . 'lucid.inc.php', include $cfgPath . 'gentoo.inc.php', include $cfgPath . 'suse.inc.php', include $cfgPath . 'suse11.inc.php', include $cfgPath . 'sle10.inc.php', include $cfgPath . 'freebsd.inc.php'); ++++++ froxlor-0.9.28.1.tar.bz2 -> froxlor-0.9.29.tar.bz2 ++++++ ++++ 19670 lines of diff (skipped) ++++++ froxlor.sql.patch ++++++ --- /var/tmp/diff_new_pack.VSRGAB/_old 2013-10-14 13:03:24.000000000 +0200 +++ /var/tmp/diff_new_pack.VSRGAB/_new 2013-10-14 13:03:24.000000000 +0200 @@ -1,5 +1,5 @@ ---- install/froxlor.sql.orig 2013-04-15 15:11:18.349143527 +0200 -+++ install/froxlor.sql 2013-04-15 15:11:18.361143700 +0200 +--- install/froxlor.sql.orig 2013-10-08 14:56:41.968858802 +0200 ++++ install/froxlor.sql 2013-10-08 14:59:18.843261841 +0200 @@ -1,3 +1,13 @@ +# change path from /var to /srv +# webspaces: /srv/customers/webs @@ -9,8 +9,8 @@ +# cgi: /srv/www/cgi-bin/ +# fcgi: /srv/www/php-fcgi-scripts +# backup: /srv/customers/backups/ -+# asemen 20130415 -+ ++# asemen 20131008 ++ CREATE TABLE `ftp_groups` ( `id` int(20) NOT NULL auto_increment, `groupname` varchar(60) NOT NULL default '', @@ -23,7 +23,7 @@ ('login', 'domain_login', '0'), ('login', 'maxloginattempts', '3'), ('login', 'deactivatetime', '900'), -@@ -406,24 +416,24 @@ +@@ -406,26 +416,26 @@ ('phpfpm', 'min_spare_servers', '5'), ('phpfpm', 'max_spare_servers', '35'), ('phpfpm', 'max_requests', '0'), @@ -35,7 +35,9 @@ ('phpfpm', 'vhost_httpgroup', 'froxlorlocal'), ('phpfpm', 'idle_timeout', '30'), - ('phpfpm', 'aliasconfigdir', '/var/www/php-fpm/'), -+ ('phpfpm', 'aliasconfigdir', ''/srv/www/php-fpm/'), ++ ('phpfpm', 'aliasconfigdir', '/srv/www/php-fpm/'), + ('phpfpm', 'defaultini', '1'), + ('phpfpm', 'vhost_defaultini', '1'), ('nginx', 'fastcgiparams', '/etc/nginx/fastcgi_params'), ('system', 'lastaccountnumber', '0'), ('system', 'lastguid', '9999'), @@ -50,10 +52,10 @@ ('system', 'vmail_gid', '2000'), - ('system', 'vmail_homedir', '/var/customers/mail/'), + ('system', 'vmail_homedir', '/srv/customers/mail/'), - ('system', 'vmail_maildir', 'Maildir'), + ('system', 'vmail_maildirname', 'Maildir'), ('system', 'bind_enable', '1'), ('system', 'bindconf_directory', '/etc/bind/'), -@@ -444,8 +454,8 @@ +@@ -446,8 +456,8 @@ ('system', 'apacheconf_htpasswddir', '/etc/apache/htpasswd/'), ('system', 'webalizer_quiet', '2'), ('system', 'last_archive_run', '000000'), @@ -64,7 +66,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'), -@@ -479,7 +489,7 @@ +@@ -481,7 +491,7 @@ ('system', 'report_trafficmax', '90'), ('system', 'validate_domain', '1'), ('system', 'backup_enabled', '0'), ++++++ froxlor.suse.adapt.template.config.tar.bz2 ++++++ ++++ 2428 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
