Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2016-09-12 13:28:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfixadmin (Old)
 and      /work/SRC/openSUSE:Factory/.postfixadmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfixadmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfixadmin/postfixadmin.changes        
2015-10-12 10:01:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new/postfixadmin.changes   
2016-09-12 13:28:09.000000000 +0200
@@ -1,0 +2,25 @@
+Sun Sep 11 20:01:11 UTC 2016 - [email protected]
+
+- update to PostfixAdmin 3.0:
+  - add sqlite backend option
+  - add configurable smtp helo (CONF["smtp_client"])
+  - new translation: ro (Romanian)
+  - language update: tw, cs, de
+  - fix escaping in gen_show_status() (could be used to DOS list-virtual by
+    creating a mail address with special chars)
+  - add CSRF protection for POST requests
+  - list.tpl: base edit/editactive/delete links in list.tpl on $RAW_item to
+    avoid double escaping, and fix some corner cases
+  - fix db_quota_text() for postgresql (concat() vs. ||)
+  - change default date for 'created' and 'updated' columns from 0000-00-00
+    (which causes problems with MySQL strict mode) to 2000-01-01
+  - allow punicode even in TLDs
+  - update Smarty to 3.1.29
+  - add checks to login.php and cli to ensure database layout is up to date
+  - whitelist '-1' as valid value for postfixadmin-cli
+  - don't stripslashes() the password in pacrypt
+  - various small bugfixes
+- drop patch postfixadmin-upstream-fixes-r1802-1817.diff (upstream)
+- add Requires: perl(Encode), needed by vacation.pl
+
+-------------------------------------------------------------------

Old:
----
  postfixadmin-2.93.tar.gz
  postfixadmin-upstream-fixes-r1802-1817.diff

New:
----
  postfixadmin-3.0.tar.gz

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

Other differences:
------------------
++++++ postfixadmin.spec ++++++
--- /var/tmp/diff_new_pack.vYKAuu/_old  2016-09-12 13:28:10.000000000 +0200
+++ /var/tmp/diff_new_pack.vYKAuu/_new  2016-09-12 13:28:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postfixadmin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,11 @@
 
 
 Name:           postfixadmin
-Version:        2.93
+Version:        3.0
 Release:        0
 Url:            http://postfixadmin.sourceforge.net/
 Source0:        
http://sourceforge.net/projects/postfixadmin/files/postfixadmin/%{name}-%{version}/%{name}-%{version}.tar.gz
 
-# changes from SVN since the release
-Patch:          postfixadmin-upstream-fixes-r1802-1817.diff
-
 BuildArch:      noarch
 
 # Web interface
@@ -50,6 +47,7 @@
 # vacation.pl
 Requires:       perl(DBI)
 Requires:       perl(Email::Valid)
+Requires:       perl(Encode)
 Requires:       perl(Getopt::Std)
 Requires:       perl(Log::Log4perl)
 Requires:       perl(MIME::Base64)
@@ -113,7 +111,6 @@
 
 %prep
 %setup -q
-%patch
 
 %build
 echo "*** serverroot: %{serverroot} ***"

++++++ postfixadmin-2.93.tar.gz -> postfixadmin-3.0.tar.gz ++++++
++++ 39619 lines of diff (skipped)


Reply via email to