--- rpms/mailman/contribs9/mailman.spec 2015/08/23 19:53:29 1.2 +++ rpms/mailman/contribs9/mailman.spec 2015/08/23 20:15:38 1.3 @@ -17,7 +17,7 @@ Summary: Mailing list manager with built in Web access Name: mailman Version: 2.1.12 -Release: 25%{?dist} +Release: 100%{?dist} Epoch: 3 Group: Applications/Internet Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz @@ -107,8 +107,8 @@ BuildRequires: python-setuptools # Now, the user and group the CGIs will expect to be run under. This should # match the user and group the web server is configured to run as. The scripts # will error out if they are invoked by any other user. -%define cgiuser apache -%define cgigroup apache +%define cgiuser www +%define cgigroup www # Now, the user and group the scripts will actually execute as. %define mmuser mailman @@ -586,6 +586,10 @@ exit 0 %attr(2770,%{mmuser},%{cgigroup}) %{archivesdir}/private %changelog +* Sun Aug 23 2015 Stephane de Labrusse 3:2.1.12-100.sme +- changed cgi user and cgi group to www for SME Server 9.0 +- last version modified is 3:2.1.12-25 + * Wed Apr 22 2015 Jan Kaluza 3:2.1.12-25 - fix CVE-2002-0389 - local users able to read private mailing list archives @@ -610,6 +614,10 @@ exit 0 * Mon Dec 01 2014 Jan Kaluza 3:2.1.12-19 - fix #765807 - fix traceback when message is received to moderated list +* Fri Jun 20 2014 Stephane de Labrusse 3:2.1.12-25.sme +- changed cgi user and cgi group to www for SME Server 9.0 +- last version modified is 3:2.1.12-18 + * Mon Jul 30 2012 Jan Kaluza 3:2.1.12-18 - fix #834023 - escape From in email body properly - fix #832920 - fix word-wrap in web front-end