commit postfixadmin for openSUSE:12.1:Update:Test

2012-02-03 Thread h_root
Hello community,

here is the log from the commit of package postfixadmin for 
openSUSE:12.1:Update:Test checked in at 2012-02-03 17:06:25

Comparing /work/SRC/openSUSE:12.1:Update:Test/postfixadmin (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.postfixadmin.new (New)


Package is postfixadmin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/postfixadmin/postfixadmin.changes   
2012-01-27 10:36:30.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.postfixadmin.new/postfixadmin.changes  
2012-02-03 17:06:26.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  2 19:55:17 UTC 2012 - opens...@cboltz.de
+
+- add patch to display domain and mailbox description with correct 
+  encoding (upstream r1342)
+
+---

New:

  postfixadmin-2.3.5-r1342-description-encoding.diff



Other differences:
--
++ postfixadmin.spec ++
--- /var/tmp/diff_new_pack.yASkg0/_old  2012-02-03 17:06:26.0 +0100
+++ /var/tmp/diff_new_pack.yASkg0/_new  2012-02-03 17:06:26.0 +0100
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:   postfixadmin
 Version:2.3.5
-Release:1
-License:GPL v2+
+Release:0
 Url:http://postfixadmin.sourceforge.net/
-Group:  Productivity/Networking/Web/Frontends
 Source0:%{name}-%{version}.tar.gz
 BuildArch:  noarch
 
+# fix encoding of domain/mailbox description in list-domain and list-virtual 
(upstream commit r1342)
+Patch:  postfixadmin-2.3.5-r1342-description-encoding.diff
+
 # Web interface
 #Requires: httpd, postfix, php, mysql-server
 Requires:   /usr/sbin/sendmail
@@ -77,6 +77,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Summary:Web-based management tool for Postfix virtual domains, 
mailboxes and aliases
+License:GPL-2.0+
+Group:  Productivity/Networking/Web/Frontends
 
 %description
 PostfixAdmin is a PHP based application that handles Postfix Style Virtual 
Domains and
@@ -92,6 +94,7 @@
 
 %prep
 %setup -q
+%patch -p0
 
 %build
 echo *** serverroot: %{serverroot} ***

++ postfixadmin-2.3.5-r1342-description-encoding.diff ++
display domain and mailbox description with correct encoding
https://sourceforge.net/projects/postfixadmin/forums/forum/676076/topic/498

commited upstream as r1342 (2.3 branch)


Index: templates/admin_list-domain.php
===
--- templates/admin_list-domain.php (Revision 1341)
+++ templates/admin_list-domain.php (Revision 1342)
@@ -50,7 +50,7 @@
   {
  printtr class=\hilightoff\ 
onMouseOver=\className='hilighton';\ 
onMouseOut=\className='hilightoff';\\n;
  print tda href=\list-virtual.php?domain= . 
$domain_properties[$i]['domain'] . \ . $domain_properties[$i]['domain'] . 
/a/td;
- print td . htmlentities($domain_properties[$i]['description']) . 
/td;
+ print td . htmlentities($domain_properties[$i]['description'], 
ENT_QUOTES, 'UTF-8') . /td;
  print td . $domain_properties[$i]['alias_count'] .  /  . 
$domain_properties[$i]['aliases'] . /td;
  print td . $domain_properties[$i]['mailbox_count'] .  /  . 
$domain_properties[$i]['mailboxes'] . /td;
  if ($CONF['quota'] == 'YES')
Index: templates/list-virtual.php
===
--- templates/list-virtual.php  (Revision 1341)
+++ templates/list-virtual.php  (Revision 1342)
@@ -314,7 +314,7 @@
  }
 
 
- print   td . htmlentities($tMailbox[$i]['name']) . /td\n;
+ print   td . htmlentities($tMailbox[$i]['name'], ENT_QUOTES, 
'UTF-8') . /td\n;
  if ($CONF['quota'] == 'YES')
  {
 print   td;
Index: CHANGELOG.TXT
===
--- CHANGELOG.TXT   (Revision 1341)
+++ CHANGELOG.TXT   (Revision 1342)
@@ -10,4 +10,9 @@
 
+changes since the 2.3.5 release (postfixadmin-2.3 branch)
+
+
+  - display domain and mailbox description with correct encoding
+
 Version 2.3.5 - 2012/01/16 - SVN r1335 (postfixadmin-2.3 branch)
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit postfixadmin for openSUSE:12.1:Update:Test

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package postfixadmin for 
openSUSE:12.1:Update:Test checked in at 2012-01-27 10:36:24

Comparing /work/SRC/openSUSE:12.1:Update:Test/postfixadmin (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.postfixadmin.new (New)


Package is postfixadmin, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:12.1:Update:Test/.postfixadmin.new/postfixadmin.changes  
2012-01-27 10:36:29.0 +0100
@@ -0,0 +1,100 @@
+---
+Sun Oct 16 14:42:27 UTC 2011 - opens...@cboltz.de
+
+- include a patch with fixes since the 2.3.4 release (see 
+  CHANGELOG.TXT for details)
+- Add PreReq: pwdutils
+
+---
+Fri Sep 16 20:15:52 UTC 2011 - opens...@cboltz.de
+
+- 2.3.4 release (bugfix release, see CHANGELOG.TXT for details)
+
+---
+Sun Aug 28 12:49:31 UTC 2011 - opens...@cboltz.de
+
+- move vacation.pl and ADDITIONS to /usr/lib/postfixadmin/
+
+---
+Mon Aug  1 23:06:31 UTC 2011 - opens...@cboltz.de
+
+- spec cleanup (manually + spec-cleaner)
+- create vacation user
+- move %changelog to .changes
+
+---
+Tue Mar 15 00:00:00 UTC 2011 - Christian Boltz opens...@cboltz.de
+
+- 2.3.3 release
+  bugfix release for 2.3.2 - see CHANGELOG.TXT for details
+
+---
+Tue Aug 24 00:00:00 UTC 2010 - Christian Boltz opens...@cboltz.de
+
+- 2.3.2 release
+  bugfix release for 2.3.1 - see CHANGELOG.TXT for details
+
+---
+Fri Jul  9 00:00:00 UTC 2010 - Christian Boltz opens...@cboltz.de
+
+- 2.3.1 release
+  bugfix release for 2.3 - see CHANGELOG.TXT for details
+
+---
+Wed Oct 28 00:00:00 UTC 2009 - Christian Boltz opens...@cboltz.de
+
+- 2.3 release
+  Most important changes:
+  * Improved Aliased domains support (no longer relying on catch-all domains) -
+Note this requires Postfix configuration changes; old configuration(s) will
+continue to work.
+  * Security fix for setup.php (password required to access; setup.php can
+generate this and help you)
+  * Superadmin can now setup fetchmail for all users
+  * Enhanced fetchmail.pl script (file locking, syslog logging, configuration
+file etc)
+  * Added dovecot quota support (documentation + viewing in Postfixadmin) for
+dovecot 1.0/1.1 and = 1.2
+  * Vacation re-notification after defineable timeout (default remains to
+notify only once)
+  * Refactoring of /users (see /model) and XmlRpc interface for remote mail
+clients (E.g. squirrelmail-postfixadmin)
+  * Add dovecot password support (see here)
+  * Added support for courier authlib authentication flavours
+($CONF['authlib_default_flavor'])
+  * update.php should handle all database updates for you
+  * Lots of small updates and random new minor features
+  * bug fixes ;-)
+
+---
+Thu Jul 24 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- updated to 2.2.1.1 (fixed version number displayed in the footer)
+
+---
+Tue Jul 22 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- updated to 2.2.1 (fixes several bugs, no new features)
+
+---
+Sun Jun  8 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- finally created a package for the 2.2.0 release
+
+---
+Fri Feb 29 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- updated spec to follow the *.css move to css/
+
+---
+Sun Dec  2 00:00:00 UTC 2007 - Christian Boltz opens...@cboltz.de
+
+- updated to SVN version
+- commented out several sections
+- auto-detect serverroot and install PHP files etc. there
+
+---
+Fri Dec 15 00:00:00 UTC 2006 - lfar...@lfarkas.org
+
+- initial build
+

New:

  _link
  postfixadmin-2.3.4.tar.gz
  postfixadmin-changes-since-2.3.4.diff
  postfixadmin.changes
  postfixadmin.spec



Other differences:
--
++ postfixadmin.spec ++
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   postfixadmin
Version:2.3.4
Release: