17 |
Summary: Mailing list manager with built in Web access |
Summary: Mailing list manager with built in Web access |
18 |
Name: mailman |
Name: mailman |
19 |
Version: 2.1.12 |
Version: 2.1.12 |
20 |
Release: 25%{?dist} |
Release: 100%{?dist} |
21 |
Epoch: 3 |
Epoch: 3 |
22 |
Group: Applications/Internet |
Group: Applications/Internet |
23 |
Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz |
Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz |
107 |
# Now, the user and group the CGIs will expect to be run under. This should |
# Now, the user and group the CGIs will expect to be run under. This should |
108 |
# match the user and group the web server is configured to run as. The scripts |
# match the user and group the web server is configured to run as. The scripts |
109 |
# will error out if they are invoked by any other user. |
# will error out if they are invoked by any other user. |
110 |
%define cgiuser apache |
%define cgiuser www |
111 |
%define cgigroup apache |
%define cgigroup www |
112 |
|
|
113 |
# Now, the user and group the scripts will actually execute as. |
# Now, the user and group the scripts will actually execute as. |
114 |
%define mmuser mailman |
%define mmuser mailman |
586 |
%attr(2770,%{mmuser},%{cgigroup}) %{archivesdir}/private |
%attr(2770,%{mmuser},%{cgigroup}) %{archivesdir}/private |
587 |
|
|
588 |
%changelog |
%changelog |
589 |
|
* Sun Aug 23 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 3:2.1.12-100.sme |
590 |
|
- changed cgi user and cgi group to www for SME Server 9.0 |
591 |
|
- last version modified is 3:2.1.12-25 |
592 |
|
|
593 |
* Wed Apr 22 2015 Jan Kaluza <jkaluza@redhat.com> 3:2.1.12-25 |
* Wed Apr 22 2015 Jan Kaluza <jkaluza@redhat.com> 3:2.1.12-25 |
594 |
- fix CVE-2002-0389 - local users able to read private mailing list archives |
- fix CVE-2002-0389 - local users able to read private mailing list archives |
595 |
|
|
614 |
* Mon Dec 01 2014 Jan Kaluza <jkaluza@redhat.com> 3:2.1.12-19 |
* Mon Dec 01 2014 Jan Kaluza <jkaluza@redhat.com> 3:2.1.12-19 |
615 |
- fix #765807 - fix traceback when message is received to moderated list |
- fix #765807 - fix traceback when message is received to moderated list |
616 |
|
|
617 |
|
* Fri Jun 20 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 3:2.1.12-25.sme |
618 |
|
- changed cgi user and cgi group to www for SME Server 9.0 |
619 |
|
- last version modified is 3:2.1.12-18 |
620 |
|
|
621 |
* Mon Jul 30 2012 Jan Kaluza <jkaluza@redhat.com> 3:2.1.12-18 |
* Mon Jul 30 2012 Jan Kaluza <jkaluza@redhat.com> 3:2.1.12-18 |
622 |
- fix #834023 - escape From in email body properly |
- fix #834023 - escape From in email body properly |
623 |
- fix #832920 - fix word-wrap in web front-end |
- fix #832920 - fix word-wrap in web front-end |