Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2012-05-07 22:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/froxlor (Old)
 and      /work/SRC/openSUSE:Factory/.froxlor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "froxlor", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/froxlor/froxlor.changes  2011-11-16 
17:18:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes     2012-05-07 
22:47:06.000000000 +0200
@@ -1,0 +2,27 @@
+Thu Jan 19 13:04:05 CET 2012 - ase...@suse.de
+
+- upstream upragde to version 0.9.26
+Bug #430: Updating debian packages resets owner (Froxlor FCGID)
+Bug #705: traffic reports are malformed
+Bug #723: Debian package depends on apache2-mpm-prefork
+Bug #788: Gentoo ebuild requires inexistent useflag
+Bug #962: Froxlor customer change the owner of the linux home dir
+Bug #977: Traffic takes a long time to calculate
+Bug #979: Debian Squeeze: Dovecot quota SQL config
+Bug #982: alias.url directive invalid for awstats using lighttpd
+Bug #983: Official Debian packages is missing /js folder
+Bug #987: typo within german lng file - webserver settings
+Bug #990: nginx: Missing configuration data within virtual host files
+Bug #993: [eBuild] Wrong directory permissions on gentoo
+Bug #999: awstats config file error, incl. bugfix
+Bug #1001: Classic theme, wrong icon path in backup.tpl. incl bug fix
+Bug #1002: classic theme, customer backup can not be enabled and disabled in 
gui, incl bug fix
+Bug #1004: Cron scripts won't be executed successfully if nameserver is 
disabled
+Bug #1012: Apache: ServerAlias length limit not obeyed
+Bug #1013: Wrong rc-update command in Gentoo configfiles in DKIM section
+Feature #964: Disable Nameserver
+Feature #976: Allow 100% or more as value for the limit warning message
+Feature #980: nginx configuration: security improvement
+Feature #985: Improve PHP default config of Froxlor
+
+-------------------------------------------------------------------

Old:
----
  froxlor-0.9.25.tar.bz2

New:
----
  froxlor-0.9.26.tar.bz2

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

Other differences:
------------------
++++++ froxlor.spec ++++++
--- /var/tmp/diff_new_pack.NBujIq/_old  2012-05-07 22:47:08.000000000 +0200
+++ /var/tmp/diff_new_pack.NBujIq/_new  2012-05-07 22:47:08.000000000 +0200
@@ -17,7 +17,7 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:           froxlor
-Version:        0.9.25
+Version:        0.9.26
 Release:        1
 Source0:        froxlor-%{version}.tar.bz2
 Source1:        froxlor.suse.adapt.template.config.tar.bz2 

++++++ froxlor-0.9.25.tar.bz2 -> froxlor-0.9.26.tar.bz2 ++++++
++++ 2124 lines of diff (skipped)

++++++ froxlor.sql.patch ++++++
--- /var/tmp/diff_new_pack.NBujIq/_old  2012-05-07 22:47:08.000000000 +0200
+++ /var/tmp/diff_new_pack.NBujIq/_new  2012-05-07 22:47:08.000000000 +0200
@@ -1,5 +1,5 @@
---- install/froxlor.sql.orig   2011-11-15 11:14:47.755652025 +0100
-+++ install/froxlor.sql        2011-11-15 11:17:18.699786590 +0100
+--- install/froxlor.sql.orig   2012-01-19 13:01:05.544947266 +0100
++++ install/froxlor.sql        2012-01-19 13:02:23.469947204 +0100
 @@ -1,5 +1,13 @@
  # $Id$
  # --------------------------------------------------------
@@ -10,7 +10,7 @@
 +# tmp: /srv/customers/tmp
 +# cgi: /srv/www/php-fcgi-scripts
 +# backup: /srv/customers/backups/
-+# asemen 20111115
++# asemen 20120119
  
  #
  # Table structure for table `ftp_groups`
@@ -29,10 +29,10 @@
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'vmail_gid', '2000');
 -INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'vmail_homedir', '/var/customers/mail/');
 +INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'vmail_homedir', '/srv/customers/mail/');
+ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'bind_enable', '1');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'bindconf_directory', '/etc/bind/');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'bindreload_command', '/etc/init.d/bind9 reload');
- INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('panel', 'version', '0.9.25');
-@@ -506,8 +514,8 @@
+@@ -507,8 +515,8 @@
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('ticket', 'enabled', '1');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('ticket', 'concurrently_open', '5');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('ticket', 'noreply_name', 'Froxlor Support');
@@ -43,7 +43,7 @@
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('ticket', 'reset_cycle', '2');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('panel', 'no_robots', '1');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('logger', 'enabled', '1');
-@@ -611,7 +619,7 @@
+@@ -612,7 +620,7 @@
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('phpfpm', 'min_spare_servers', '5');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('phpfpm', 'max_spare_servers', '35');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('phpfpm', 'max_requests', '0');
@@ -52,7 +52,7 @@
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('phpfpm', 'peardir', '/usr/share/php/:/usr/share/php5/');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('phpfpm', 'enabled_ownvhost', '0');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('phpfpm', 'vhost_httpuser', 'froxlorlocal');
-@@ -622,7 +630,7 @@
+@@ -623,7 +631,7 @@
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('panel', 'default_theme', 'Froxlor');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'validate_domain', '1');
  INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES 
('system', 'backup_enabled', '0');

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

Reply via email to