Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2014-09-12 15:25:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-02-22 18:14:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new/postfixadmin.changes   
2014-09-12 17:03:05.000000000 +0200
@@ -1,0 +2,25 @@
+Fri Sep 12 11:16:16 UTC 2014 - [email protected]
+
+- add postfixadmin-svn.diff with changes from upstream SVN (r1689):
+  - AliasHandler: don't clean goto field when making alias inactive (bug#316)
+  - list-virtual: display quota even if $CONF[used_quotas] == NO (bug#307)
+  - vacation.pl: fix postgresql queries in vacation.pl (bug#315)
+  - fix query in AliasHandler getList which caused an empty list on some 
+    systems (bug#313)
+  - fetchmail.pl: fix ssl extra options (cert check, cert path, fingerprint)
+  - fix logging (run setup.php to fix old log entries) (bug#317)
+  - fetchmail.php: change error_reporting() to exclude E_NOTICE (bug#322)
+  - fr.lang translation update (patch#123)
+- make postfixadmin-cli executable
+
+-------------------------------------------------------------------
+Tue May  6 21:47:01 UTC 2014 - [email protected]
+
+- update to PostfixAdmin 2.91 aka 3.0 beta1
+  - new commandline client postfixadmin-cli
+  - vacation start and end date
+  - (nearly) complete rewrite to *Handler classes
+  - smarty templates
+  - and much more, see upstream CHANGELOG.TXT
+
+-------------------------------------------------------------------
@@ -6 +31 @@
-  - SECURITY: fix SQL injection in show_gen_status()
+  - SECURITY: fix SQL injection in show_gen_status() (CVE-2014-2655, 
bnc#870434)

Old:
----
  postfixadmin-2.3.7.tar.gz

New:
----
  postfixadmin-2.91.tar.gz
  postfixadmin-svn.diff

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

Other differences:
------------------
++++++ postfixadmin.spec ++++++
--- /var/tmp/diff_new_pack.5zGcIu/_old  2014-09-12 17:03:06.000000000 +0200
+++ /var/tmp/diff_new_pack.5zGcIu/_new  2014-09-12 17:03:06.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           postfixadmin
-Version:        2.3.7
+Version:        2.91
 Release:        0
 Url:            http://postfixadmin.sourceforge.net/
 Source0:        %{name}-%{version}.tar.gz
 
-# changes from SVN 2.3 branch since the 2.3.7 release
+# changes from SVN since the release
 # (currently none)
-# Patch0:         postfixadmin-2.3-branch.diff
+Patch0:         postfixadmin-svn.diff
 
 BuildArch:      noarch
 
@@ -107,7 +107,7 @@
 
 %prep
 %setup -q
-#patch0
+%patch0 -p1
 
 %build
 echo "*** serverroot: %{serverroot} ***"
@@ -124,21 +124,24 @@
 #ln -s ../../../..%{_sysconfdir}/%{name}/config.inc.php \
 #    %{buildroot}%{_datadir}/%{name}/config.inc.php
 
-install -m 0644 *.php motd*.txt %{buildroot}%{serverroot}/%{name}/
+install -m 0644 *.php *.js %{buildroot}%{serverroot}/%{name}/
 
 mv VIRTUAL_VACATION/vacation.pl %{buildroot}%{_prefix}/lib/%{name}/
 # compatibility symlink to match documentation
 ( cd %{buildroot}%{_localstatedir}/spool/vacation/ && ln -s 
../../../usr/lib/%{name}/vacation.pl )
 
 # copy over the rest
-for d in admin images languages model templates users css; do
+for d in configs css images languages model scripts smarty templates users ; do
     cp -rp $d %{buildroot}%{serverroot}/%{name}/
 done
+chmod 755 %{buildroot}%{serverroot}/%{name}/scripts/postfixadmin-cli
+
+install -d %{buildroot}%{serverroot}/%{name}/templates_c 
 
 # remove files related to debian packaging (to avoid it's copied as %doc)
 rm -r ADDITIONS/squirrelmail-plugin/debian/
 cp -rp ADDITIONS %{buildroot}%{_prefix}/lib//%{name}/
-chmod 755 %{buildroot}%{_prefix}/lib/%{name}/ADDITIONS/*.{pl,sh,py}
+chmod 755 %{buildroot}%{_prefix}/lib/%{name}/ADDITIONS/*.{pl,sh,py} 
%{buildroot}%{_prefix}/lib/%{name}/ADDITIONS/squirrelmail-plugin/locale/build.sh
 
 # install the config file
 #mkdir -p %{buildroot}%{_sysconfdir}/apache2/conf.d
@@ -171,6 +174,7 @@
 #%config(noreplace) %{_sysconfdir}/apache2/conf.d/*.conf
 %doc DOCUMENTS/* *.TXT VIRTUAL_VACATION
 %{serverroot}/%{name}/
+%attr(770,root,www) %dir %{serverroot}/%{name}/templates_c/
 %dir %{_prefix}/lib/%{name}/
 %{_prefix}/lib/%{name}/ADDITIONS/
 %attr( 750,root,vacation)       %{_prefix}/lib/%{name}/vacation.pl

++++++ postfixadmin-2.3.7.tar.gz -> postfixadmin-2.91.tar.gz ++++++
++++ 176362 lines of diff (skipped)

++++++ postfixadmin-svn.diff ++++++
++++ 1085 lines (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to