--- rpms/mailman/contribs8/mailman.spec 2013/07/12 21:04:22 1.2 +++ rpms/mailman/contribs8/mailman.spec 2013/07/12 21:27:47 1.3 @@ -1,7 +1,7 @@ Summary: Mailing list manager with built in Web access. Name: mailman Version: 2.1.9 -Release: 6%{?dist}.1 +Release: 6%{?dist}.20 Epoch: 3 Group: Applications/Internet #Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz @@ -61,8 +61,8 @@ BuildRequires: python-devel >= 2.2, auto # 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 @@ -349,6 +349,10 @@ exit 0 %attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in %changelog +* Fri Jul 12 2013 JP Pialasse - 3:2.1.9-6.20 .sme +- import to contribs8 +- fix to user www for SME + * Mon Feb 21 2011 Jan Kaluza - 3:2.1.9-6.1 - fix #677845 - fixed CVE-2008-0564, CVE-2010-3089 and CVE-2011-0707