|
# $Id: mailman.spec,v 1.4 2008/11/25 16:20:13 slords Exp $ |
|
|
# Authority: gordonr |
|
|
# Name: Gordon Rowell |
|
|
|
|
1 |
Summary: Mailing list manager with built in Web access. |
Summary: Mailing list manager with built in Web access. |
2 |
Name: mailman |
Name: mailman |
3 |
Version: 2.1.5.1 |
Version: 2.1.9 |
4 |
Release: 34.rhel4.6%{?dist} |
Release: 6%{?dist}.1 |
5 |
Epoch: 3 |
Epoch: 3 |
6 |
Group: Applications/Internet |
Group: Applications/Internet |
7 |
Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz |
#Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz |
8 |
|
Source0: http://prdownloads.sourceforge.net/mailman/mailman-%{version}.tgz |
9 |
Source1: mm_cfg.py |
Source1: mm_cfg.py |
10 |
Source3: httpd-mailman.conf |
Source3: httpd-mailman.conf |
11 |
Source4: mailman.logrotate |
Source4: mailman.logrotate |
12 |
Source5: mailman.INSTALL.REDHAT.in |
Source5: mailman.INSTALL.REDHAT.in |
13 |
Source6: mailman-crontab-edit |
Source6: mailman-crontab-edit |
14 |
Source7: mailman-migrate-fhs |
Source7: mailman-migrate-fhs |
15 |
Patch0: mailman-2.1-config.patch |
# Mailman uses its own email module and to fix #461707 there has to be |
16 |
|
# _parseaddr.py from that tarball patched. Therefore there is patched tarball |
17 |
|
# included as separate source and used as replacement of the original tarball. |
18 |
|
Source8: email-2.5.8.tar.gz |
19 |
Patch1: mailman-2.1-multimail.patch |
Patch1: mailman-2.1-multimail.patch |
|
#Patch2: mailman-2.1-permissions.patch |
|
20 |
Patch2: mailman-2.1-build.patch |
Patch2: mailman-2.1-build.patch |
21 |
Patch3: mailman-2.1-mailmanctl-status.patch |
Patch3: mailman-2.1-mailmanctl-status.patch |
22 |
Patch4: mailman-2.1.5-moderator-request.patch |
Patch4: mailman-cron.patch |
23 |
Patch5: mailman-cron.patch |
Patch5: mailman-FHS.patch |
24 |
Patch6: mailman-FHS.patch |
Patch6: mailman-python-compile.patch |
25 |
Patch7: mailman-python-compile.patch |
Patch7: mailman-init.patch |
26 |
Patch8: mailman-2.1-CAN-2005-0202.patch |
Patch8: mailman-archive-reply.patch |
27 |
Patch9: mailman-2.1-CAN-2004-1177.patch |
Patch9: mailman-2.1.9-init-directrun.patch |
28 |
Patch10: mailman-2.1.5-date_overflows.patch |
Patch10: mailman-init-retval.patch |
29 |
Patch11: mailman-2.1.5-date_overflows-post.patch |
Patch11: mailman-2.1.9-broken-queue.patch |
30 |
Patch12: mailman-2.1-CVE-2006-0052.patch |
Patch12: mailman-2.1.9-shebang.patch |
31 |
Patch13: mailman-2.1-CVE-2006-2941.patch |
Patch13: mailman-2.1.9-global-address-change.patch |
32 |
Patch14: mailman-2.1.5.1-get_filename.patch |
Patch14: mailman-2.1.9-CVE-2008-0564.patch |
33 |
Patch15: mailman-2.1-CVE-2006-3636.patch |
Patch15: mailman-2.1.9-CVE-2010-3089.patch |
34 |
Patch16: mailman-2.1.5.1-spamflt.patch |
Patch16: mailman-2.1.9-CVE-2011-0707.patch |
|
Patch17: mailman-2.1.5.1-cancel.patch |
|
|
Patch18: mailman-2.1.5.1-CVE-2006-4624.patch |
|
|
Patch19: mailman-2.1.5.1-init.patch |
|
35 |
|
|
36 |
License: GPL |
License: GPL |
37 |
URL: http://www.list.org/ |
URL: http://www.list.org/ |
38 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-root |
39 |
Prereq: shadow-utils, /sbin/chkconfig, /sbin/service |
Prereq: shadow-utils, /sbin/chkconfig, /sbin/service |
40 |
Requires: vixie-cron >= 4.1-9, webserver, python >= 2.2, mktemp |
Requires: vixie-cron >= 4.1-9, httpd, python >= 2.2, mktemp |
41 |
BuildPrereq: python-devel >= 2.2 |
BuildRequires: python-devel >= 2.2, automake |
|
BuildRequires: automake |
|
42 |
|
|
43 |
%define contentdir /var/www |
%define contentdir /var/www |
44 |
|
|
53 |
%define piddir /var/run/%{name} |
%define piddir /var/run/%{name} |
54 |
%define queuedir /var/spool/%{name} |
%define queuedir /var/spool/%{name} |
55 |
%define httpdconfdir /etc/httpd/conf.d |
%define httpdconfdir /etc/httpd/conf.d |
56 |
%define restart_flag %{lockdir}/restart-after-rpm-install |
%define restart_flag /var/run/%{name}-restart-after-rpm-install |
57 |
|
%define mmbuilddir %{_builddir}/%{name}-%{version} |
58 |
|
|
59 |
%define httpdconffile %{name}.conf |
%define httpdconffile %{name}.conf |
60 |
|
|
61 |
# 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 |
62 |
# 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 |
63 |
# will error out if they are invoked by any other user. |
# will error out if they are invoked by any other user. |
64 |
%define cgiuser www |
%define cgiuser apache |
65 |
%define cgigroup www |
%define cgigroup apache |
66 |
|
|
67 |
# Now, the user and group the scripts will actually execute as. |
# Now, the user and group the scripts will actually execute as. |
68 |
%define mmuser mailman |
%define mmuser mailman |
97 |
%{docdir}/INSTALL.REDHAT |
%{docdir}/INSTALL.REDHAT |
98 |
|
|
99 |
%prep |
%prep |
100 |
%setup -q |
%setup -q |
|
#%patch0 -p1 -b .config |
|
101 |
%patch1 -p1 -b .multimail |
%patch1 -p1 -b .multimail |
102 |
%patch2 -p1 -b .permissions |
%patch2 -p1 -b .permissions |
103 |
%patch3 -p1 -b .status |
%patch3 -p1 -b .status |
104 |
%patch4 -p0 -b .moderator-request |
%patch4 -p1 -b .cron |
105 |
%patch5 -p1 -b .cron |
%patch5 -p1 -b .FHS |
106 |
%patch6 -p1 -b .FHS |
%patch6 -p1 -b .python-compile |
107 |
%patch7 -p1 -b .python-compile |
%patch7 -p1 -b .inithelp |
108 |
%patch8 -p1 -b .CAN-2005-0202 |
%patch8 -p1 -b .archive-in-reply-to |
109 |
%patch9 -p1 -b .CAN-2004-1177 |
%patch9 -p1 -b .init-direct-run |
110 |
%patch10 -p1 -b .CVE-2005-3573 |
%patch10 -p1 -b .init-retval |
111 |
%patch12 -p1 -b .CVE-2006-0052 |
%patch11 -p1 -b .broken-queue |
112 |
%patch13 -p1 -b .CVE-2006-2941 |
%patch12 -p1 -b .shebang |
113 |
%patch14 -p1 -b .get_filename |
%patch13 -b .global-address-change |
114 |
%patch15 -p1 -b .CVE-2006-3636 |
%patch14 -b .CVE-2008-0564 |
115 |
%patch16 -p1 -b .spamflt |
%patch15 -b .CVE-2010-3089 |
116 |
%patch17 -p1 -b .cancel |
%patch16 -b .CVE-2011-0707 |
|
%patch18 -p1 -b .CVE-2006-4624 |
|
|
%patch19 -p1 -b .retval |
|
|
cp $RPM_SOURCE_DIR/mailman.INSTALL.REDHAT.in INSTALL.REDHAT.in |
|
117 |
|
|
118 |
pushd misc |
# Replaces original email-2.5.8.tar.gz with the patched one |
119 |
tar xzf email-2.5.5.tar.gz |
cp %{SOURCE8} misc/email-2.5.8.tar.gz |
|
popd |
|
|
|
|
|
%patch11 -p1 -b .CVE-2005-3573-2 |
|
120 |
|
|
121 |
|
cp $RPM_SOURCE_DIR/mailman.INSTALL.REDHAT.in INSTALL.REDHAT.in |
122 |
|
|
123 |
%build |
%build |
124 |
|
|
193 |
|
|
194 |
# Create a link to the wrapper in /etc/smrsh to allow sendmail to run it. |
# Create a link to the wrapper in /etc/smrsh to allow sendmail to run it. |
195 |
mkdir -p $RPM_BUILD_ROOT/etc/smrsh |
mkdir -p $RPM_BUILD_ROOT/etc/smrsh |
196 |
ln -s %{mmdir}/mail/%{mail_wrapper} $RPM_BUILD_ROOT/etc/smrsh |
ln -s ../..%{mmdir}/mail/%{mail_wrapper} $RPM_BUILD_ROOT/etc/smrsh |
197 |
|
|
198 |
# Create a link so that the config file mm_cfg.py appears in config |
# Create a link so that the config file mm_cfg.py appears in config |
199 |
# directory /etc/mailman. We don't put mm_cfg.py in the config directory |
# directory /etc/mailman. We don't put mm_cfg.py in the config directory |
215 |
|
|
216 |
# Install a logrotate control file. |
# Install a logrotate control file. |
217 |
mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d |
mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d |
218 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/mailman.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/%{name} |
install -m644 %{mmbuilddir}/mailman.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/%{name} |
219 |
|
|
220 |
# Install the httpd configuration file. |
# Install the httpd configuration file. |
221 |
install -m755 -d $RPM_BUILD_ROOT%{httpdconfdir} |
install -m755 -d $RPM_BUILD_ROOT%{httpdconfdir} |
222 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/httpd-mailman.conf $RPM_BUILD_ROOT%{httpdconfdir}/%{httpdconffile} |
install -m644 %{mmbuilddir}/httpd-mailman.conf $RPM_BUILD_ROOT%{httpdconfdir}/%{httpdconffile} |
223 |
|
|
224 |
# Install the documentation files |
# Install the documentation files |
225 |
install -m755 -d $RPM_BUILD_ROOT%{docdir} |
install -m755 -d $RPM_BUILD_ROOT%{docdir} |
226 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/INSTALL.REDHAT $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/INSTALL.REDHAT $RPM_BUILD_ROOT%{docdir} |
227 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/ACKNOWLEDGMENTS $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/ACKNOWLEDGMENTS $RPM_BUILD_ROOT%{docdir} |
228 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/FAQ $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/FAQ $RPM_BUILD_ROOT%{docdir} |
229 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/NEWS $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/NEWS $RPM_BUILD_ROOT%{docdir} |
230 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/README $RPM_BUILD_ROOT%{docdir} |
231 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.BSD $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/README.CONTRIB $RPM_BUILD_ROOT%{docdir} |
232 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.CONTRIB $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/README-I18N.en $RPM_BUILD_ROOT%{docdir} |
233 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.EXIM $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/README.NETSCAPE $RPM_BUILD_ROOT%{docdir} |
234 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README-I18N.en $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/README.USERAGENT $RPM_BUILD_ROOT%{docdir} |
235 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.LINUX $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/STYLEGUIDE.txt $RPM_BUILD_ROOT%{docdir} |
236 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.MACOSX $RPM_BUILD_ROOT%{docdir} |
install -m644 %{mmbuilddir}/UPGRADING $RPM_BUILD_ROOT%{docdir} |
237 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.NETSCAPE $RPM_BUILD_ROOT%{docdir} |
|
238 |
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.POSTFIX $RPM_BUILD_ROOT%{docdir} |
cp -r %{mmbuilddir}/contrib $RPM_BUILD_ROOT%{docdir} |
|
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.QMAIL $RPM_BUILD_ROOT%{docdir} |
|
|
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.SENDMAIL $RPM_BUILD_ROOT%{docdir} |
|
|
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/README.USERAGENT $RPM_BUILD_ROOT%{docdir} |
|
|
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/STYLEGUIDE.txt $RPM_BUILD_ROOT%{docdir} |
|
|
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/UPGRADING $RPM_BUILD_ROOT%{docdir} |
|
|
|
|
|
install -m755 -d $RPM_BUILD_ROOT%{docdir}/contrib |
|
|
for i in `ls $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/contrib` |
|
|
do |
|
|
install -m644 $RPM_BUILD_DIR/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/contrib/$i $RPM_BUILD_ROOT%{docdir}/contrib |
|
|
done |
|
239 |
install -m644 $RPM_SOURCE_DIR/mailman-migrate-fhs $RPM_BUILD_ROOT%{docdir}/contrib/migrate-fhs |
install -m644 $RPM_SOURCE_DIR/mailman-migrate-fhs $RPM_BUILD_ROOT%{docdir}/contrib/migrate-fhs |
240 |
|
install -m755 -d $RPM_BUILD_ROOT%{docdir}/admin |
241 |
|
cp -r %{mmbuilddir}/admin/www $RPM_BUILD_ROOT%{docdir}/admin |
242 |
|
|
243 |
# remove dir/files from $RPM_BUILD_ROOT that we aren't shipping |
# remove dir/files from $RPM_BUILD_ROOT that we aren't shipping |
244 |
rm -rf $RPM_BUILD_ROOT%{varmmdir}/icons |
rm -rf $RPM_BUILD_ROOT%{varmmdir}/icons |
311 |
exit 0 |
exit 0 |
312 |
|
|
313 |
%postun |
%postun |
|
|
|
314 |
if [ $1 = 0 ]; then |
if [ $1 = 0 ]; then |
315 |
crontab -u %{mmuser} -r |
crontab -u %{mmuser} -r 2>/dev/null |
316 |
fi |
fi |
317 |
# rpm should not abort if last command run had non-zero exit status, exit cleanly |
# rpm should not abort if last command run had non-zero exit status, exit cleanly |
318 |
exit 0 |
exit 0 |
349 |
%attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in |
%attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in |
350 |
|
|
351 |
%changelog |
%changelog |
352 |
* Sun Apr 20 2008 Shad L. Lords <slords@mail.com> 3:2.1.5.1-34.rhel4.6.sme |
* Mon Feb 21 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.9-6.1 |
353 |
- Clean up spec so package can be built by koji/plague |
- fix #677845 - fixed CVE-2008-0564, CVE-2010-3089 and CVE-2011-0707 |
354 |
- SME Server apache runs as www:www, not apache:apache [SME: 92] |
|
355 |
- TODO: Can we do this with just an SME Server mailman binary? |
* Thu Sep 23 2010 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.9-6 |
356 |
|
- fix #521888 - fix instances of #!/usr/bin/env python in mailman-migrate-fhs |
357 |
* Mon Jul 30 2007 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.5.1-34.rhel4.6 |
|
358 |
- fix #200036 - canceling subscription confirmation crashes mailman |
* Mon Sep 13 2010 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.9-5 |
359 |
- fix #205651 - CVE-2006-4624 logfile CRLF injection |
- fix #290661 - use relative symlink in /etc/smrsh |
360 |
- fix #230939 - missing migrate-fhs script |
- fix #461707 - break CC field correctly |
361 |
- fix #223191 - spam filters gets deleted when sender filter is edited |
- fix #453377 - don't parse problematic mails many times, but isolate them |
362 |
- fix #242677 - wrong init script |
- fix #521888 - fix instances of #!/usr/bin/env python in mailman |
363 |
|
- fix #515157 - fixed traceback when changing email address globally |
364 |
* Wed Aug 23 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.5.1-34.rhel4.5 |
|
365 |
- fixed CVE-2006-3636 (bug #198344) |
* Wed Jan 23 2008 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.9-4 |
366 |
|
- fix #252185 init script prevents proper SELinux domain transitions |
367 |
* Wed Jul 26 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.5.1-34.rhel4.4 |
- fix #242672 wrong init script return value |
368 |
- added patches to fix CVE-2006-2941 (bug #198344) |
|
369 |
|
* Thu Oct 05 2006 David Woodhouse <dwmw2@redhat.com> - 3:2.1.9-3 |
370 |
* Thu May 09 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.5.1-34.rhel4.3 |
- fix broken In-Reply-To: header in mailto: URL in archives (#123768) |
371 |
- fix for bug #187420 (CVE-2006-0052 Mailman DoS) |
|
372 |
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.9-2 |
373 |
* Tue Mar 02 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.5.1-34.rhel4.2 |
- rebuilt for unwind info generation, broken in gcc-4.1.1-21 |
374 |
- fixed fix for CVE-2005-3573 |
|
375 |
|
* Mon Sep 25 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.9-1 |
376 |
* Tue Feb 21 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.5.1-34.rhel4.1 |
- updated to mailman-2.1.9 which fixes bug #206607 |
377 |
- removed pseudo virus file from tarball |
|
378 |
- removed migration script for new FHS installation |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.8-3.1 |
379 |
|
- rebuild |
380 |
|
|
381 |
* Mon Dec 12 2005 Harald Hoyer <harald@redhat.com> - 3:2.1.5-34.rhel4.1 |
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com> - 3:2.1.8-3 |
382 |
|
- quieten postun of crontab removal |
383 |
|
|
384 |
|
* Mon Jun 12 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.8-2 |
385 |
|
- more build requirements |
386 |
|
|
387 |
|
* Mon May 08 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.8-1 |
388 |
|
- version 2.1.8 |
389 |
|
|
390 |
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.7-1.2 |
391 |
|
- bump again for double-long bug on ppc(64) |
392 |
|
|
393 |
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.7-1.1 |
394 |
|
- rebuilt for new gcc4.1 snapshot and glibc changes |
395 |
|
|
396 |
|
* Tue Jan 10 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.7-1 |
397 |
|
- version 2.1.7 |
398 |
|
|
399 |
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com> |
400 |
|
- rebuilt for new gcj |
401 |
|
|
402 |
|
* Wed Dec 14 2005 Harald Hoyer <harald@redhat.com> - 3:2.1.5-36.fc4.1 |
403 |
- fix for bug #173139 (CVE-2005-3573 Mailman Denial of Service) |
- fix for bug #173139 (CVE-2005-3573 Mailman Denial of Service) |
|
- fix for bug #176089 (CVE-2005-4153 Mailman Denial of Service) |
|
404 |
|
|
405 |
* Wed Mar 2 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-34.rhel4 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
406 |
|
- rebuilt |
407 |
|
|
408 |
|
* Thu Nov 10 2005 Harald Hoyer <harald@redhat.com> - 3:2.1.6-2 |
409 |
|
- added help to the initscript (bug #162724) |
410 |
|
|
411 |
|
* Wed Jun 8 2005 John Dennis <jdennis@redhat.com> - 3:2.1.6-1.fc4 |
412 |
|
- initial port of 2.1.6 |
413 |
|
remove mailman-2.1.5-moderator-request.patch, present in new release |
414 |
|
remove mailman-2.1-CAN-2005-0202.patch, present in new release |
415 |
|
remove mailman-2.1-CAN-2004-1177.patch, present in new release |
416 |
|
|
417 |
|
* Thu Apr 28 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-36.fc4 |
418 |
|
- fix bug #156159 insecure location of restart flag file |
419 |
|
|
420 |
|
* Mon Mar 7 2005 John Dennis <jdennis@redhat.com> 3:2.1.5-35.fc4 |
421 |
|
- bump rev for gcc4 build |
422 |
|
|
423 |
|
* Wed Mar 2 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-34.fc4 |
424 |
- fix bug #150065, provide migration script for new FHS installation |
- fix bug #150065, provide migration script for new FHS installation |
425 |
|
|
426 |
* Fri Feb 25 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-33.rhel4 |
* Fri Feb 25 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-33.fc4 |
427 |
- fix bug #147833, CAN-2004-1177 |
- fix bug #147833, CAN-2004-1177 |
428 |
|
|
429 |
* Tue Feb 15 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-32.rhel4 |
* Mon Feb 14 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-31.fc4 |
430 |
- fix bug #132750, add daemon to mail-gid so courier mail server will work. |
- fix bug #132750, add daemon to mail-gid so courier mail server will work. |
431 |
- fix bug #143008, wrong location of mailmanctl in logrotate |
- fix bug #143008, wrong location of mailmanctl in logrotate |
432 |
- fix bug #142605, init script doesn't use /var/lock/subsys |
- fix bug #142605, init script doesn't use /var/lock/subsys |
433 |
|
|
434 |
* Wed Feb 9 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-31.rhel4 |
* Tue Feb 8 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-30.fc4 |
435 |
|
- fix release tag |
436 |
|
|
437 |
|
* Tue Feb 8 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-29 |
438 |
- fix security vulnerability CAN-2005-0202, errata RHSA-2005:137, bug #147344 |
- fix security vulnerability CAN-2005-0202, errata RHSA-2005:137, bug #147344 |
439 |
|
|
440 |
* Tue Nov 9 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-30.rhel4 |
* Tue Nov 9 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-28 |
441 |
- fix bug #137863, buildroot path in .pyc files |
- fix bug #137863, buildroot path in .pyc files |
442 |
|
|
443 |
* Sat Oct 16 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-26 |
* Sat Oct 16 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-26 |