ccdd61
# Turn off the brp-python-bytecompile script
ccdd61
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
ccdd61
Summary: Mailing list manager with built in Web access
ccdd61
Name: mailman
ccdd61
Version: 2.1.29
f881a8
Release: 12%{?dist}
ccdd61
Epoch: 3
ccdd61
Group: Applications/Internet
ccdd61
Source0: ftp://ftp.gnu.org/pub/gnu/mailman/mailman-%{version}.tgz
ccdd61
#Source0: http://prdownloads.sourceforge.net/mailman/mailman-%{version}.tgz
ccdd61
Source1: mm_cfg.py
ccdd61
Source3: httpd-mailman.conf
ccdd61
Source4: mailman.logrotate
ccdd61
Source5: mailman.INSTALL.REDHAT.in
ccdd61
Source6: mailman-crontab-edit
ccdd61
Source7: mailman-migrate-fhs
ccdd61
Source8: mailman-update-cfg
ccdd61
Source9: mailman-tmpfiles.conf
ccdd61
Source10: mailman.service
ccdd61
ccdd61
Patch1: mailman-2.1.12-multimail.patch
ccdd61
Patch2: mailman-2.1-build.patch
ccdd61
Patch3: mailman-2.1-mailmanctl-status.patch
ccdd61
Patch4: mailman-2.1.11-cron.patch
ccdd61
Patch5: mailman-2.1.13-FHS.patch
ccdd61
Patch6: mailman-python-compile.patch
ccdd61
Patch7: mailman-2.1.13-archive-reply.patch
ccdd61
Patch13: mailman-2.1.9-unicode.patch
ccdd61
Patch21: mailman-2.1.13-env-python.patch
ccdd61
Patch22: mailman-2.1.15-check_perms.patch
ccdd61
Patch24: mailman-specify_python_version.patch
216301
Patch25: mailman-CVE-2020-12137.patch
216301
Patch26: mailman-bouncer_oom_crash.patch
bb5438
Patch27: mailman-2.1.29-login_content_injection.patch
bb5438
Patch28: mailman-2.1.29-options_content_njection.patch
f881a8
Patch29: mailman-2.1.29-cmd_reply_encoding.patch
ccdd61
ccdd61
License: GPLv2+
ccdd61
URL: http://www.list.org/
ccdd61
Requires(pre): shadow-utils
ccdd61
Requires: cronie, httpd, python2, coreutils, python2-dns
ccdd61
Requires(post): systemd
ccdd61
Requires(post): systemd-sysv
ccdd61
Requires(preun): systemd
ccdd61
Requires(postun): systemd
ccdd61
BuildRequires: automake
ccdd61
BuildRequires: python2-devel
ccdd61
BuildRequires: systemd-units
ccdd61
BuildRequires: python2-dns
ccdd61
ccdd61
%global contentdir /usr/share/httpd
ccdd61
ccdd61
# Installation directories
ccdd61
# rpmlint will give an error about hardcoded library path,
ccdd61
# but this is necessary, because there are python executables inside,
ccdd61
# which the user can run in their scripts. 
ccdd61
# see rhbz#226117 for more information
ccdd61
%global mmdir /usr/lib/%{name}
ccdd61
%global varmmdir /var/lib/%{name}
ccdd61
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
ccdd61
%global configdir /etc/%{name}
ccdd61
%global datadir %{varmmdir}/data
ccdd61
%global archivesdir %{varmmdir}/archives
ccdd61
%global lockdir /var/lock/%{name}
ccdd61
%global logdir /var/log/%{name}
ccdd61
%global piddir /var/run/%{name}
ccdd61
%global queuedir /var/spool/%{name}
ccdd61
%global templatedir %{configdir}/templates
ccdd61
%global httpdconfdir /etc/httpd/conf.d
ccdd61
%global restart_flag /var/run/%{name}-restart-after-rpm-install
ccdd61
%global mmbuilddir %{_builddir}/%{name}-%{version}
ccdd61
ccdd61
%global httpdconffile %{name}.conf
ccdd61
# Now, the user and group the CGIs will expect to be run under.  This should
ccdd61
# match the user and group the web server is configured to run as.  The scripts
ccdd61
# will error out if they are invoked by any other user.
ccdd61
%global cgiuser    apache
ccdd61
%global cgigroup   apache
ccdd61
ccdd61
# Now, the user and group the scripts will actually execute as.
ccdd61
%global mmuser       mailman
ccdd61
%global mmuserid     41
ccdd61
%global mmgroup      mailman
ccdd61
%global mmgroupid    41
ccdd61
ccdd61
# Directory/File modes & permissions
ccdd61
%global dirmode 2775
ccdd61
%global exemode 2755
ccdd61
ccdd61
# Now, the groups your mail spoolers run as.  Sendmail uses 'mail'(12)
ccdd61
# and postfix used to use 'nobody', but now uses 'postfix'
ccdd61
%global mailgroup  "mail postfix mailman nobody daemon"
ccdd61
ccdd61
# The mail wrapper program
ccdd61
%global mail_wrapper mailman
ccdd61
ccdd61
%description
ccdd61
Mailman is software to help manage email discussion lists, much like
ccdd61
Majordomo and Smartmail. Unlike most similar products, Mailman gives
ccdd61
each mailing list a webpage, and allows users to subscribe,
ccdd61
unsubscribe, etc. over the Web. Even the list manager can administer
ccdd61
his or her list entirely from the Web. Mailman also integrates most
ccdd61
things people want to do with mailing lists, including archiving, mail
ccdd61
<-> news gateways, and so on.
ccdd61
ccdd61
Documentation can be found in: %{docdir}
ccdd61
ccdd61
When the package has finished installing, you will need to perform some
ccdd61
additional installation steps, these are described in:
ccdd61
%{docdir}/INSTALL.REDHAT
ccdd61
ccdd61
%prep
ccdd61
%setup -q -n mailman-%{version}
ccdd61
%patch1 -p1 -b .multimail
ccdd61
%patch2 -p1 -b .permissions
ccdd61
%patch3 -p1 -b .status
ccdd61
%patch4 -p1 -b .cron
ccdd61
%patch5 -p1 -b .FHS
ccdd61
%patch6 -p1 -b .python-compile
ccdd61
%patch7 -p1 -b .archive-in-reply-to
ccdd61
%patch13 -p1 -b .unicode
ccdd61
%patch21 -p1
ccdd61
%patch22 -p1
ccdd61
%patch24 -p1 -b .python_version
216301
%patch25 -p0 -b .cve_obj_mime
216301
%patch26 -p0 -b .bouncer_match
bb5438
%patch27 -p0 -b .login_injection
bb5438
%patch28 -p0 -b .options_injection
f881a8
%patch29 -p0 -b .cmd_reply_encoding
ccdd61
ccdd61
#cp $RPM_SOURCE_DIR/mailman.INSTALL.REDHAT.in INSTALL.REDHAT.in
ccdd61
cp %{SOURCE5} INSTALL.REDHAT.in
ccdd61
rm -f contrib/redhat_fhs.patch
ccdd61
mv contrib/sitemapgen contrib/sitemapgen.in
ccdd61
ccdd61
%build
ccdd61
ccdd61
CFLAGS="$RPM_OPT_FLAGS -fPIE -DPIE"; export CFLAGS
ccdd61
# Full relro
ccdd61
export LDFLAGS="$LDFLAGS -pie -Wl,-z,relro -Wl,-z,now"
ccdd61
ccdd61
rm -f configure
ccdd61
aclocal
ccdd61
autoconf
ccdd61
# rpmlint will give an error about hardcoded library path,
ccdd61
# but this is necessary, because there are python executables inside,
ccdd61
# which the user can run in their scripts. 
ccdd61
# see rhbz#226117 for more information
ccdd61
./configure \
ccdd61
        --libdir=/usr/lib \
ccdd61
        --prefix=%{mmdir} \
ccdd61
        --with-var-prefix=%{varmmdir} \
ccdd61
        --with-config-dir=%{configdir} \
ccdd61
        --with-lock-dir=%{lockdir} \
ccdd61
        --with-log-dir=%{logdir} \
ccdd61
        --with-pid-dir=%{piddir} \
ccdd61
        --with-queue-dir=%{queuedir} \
ccdd61
        --with-template-dir=%{templatedir} \
ccdd61
        --with-python=%{__python2} \
ccdd61
        --with-mail-gid=%{mailgroup} \
ccdd61
        --with-cgi-id=%{cgiuser} \
ccdd61
        --with-cgi-gid=%{cgigroup} \
ccdd61
        --with-mailhost=localhost.localdomain \
ccdd61
        --with-urlhost=localhost.localdomain \
ccdd61
        --without-permcheck
ccdd61
ccdd61
function SubstituteParameters()
ccdd61
{
ccdd61
sed -e 's|@VAR_PREFIX@|%{varmmdir}|g' \
ccdd61
    -e 's|@VARMMDIR@|%{varmmdir}|g' \
ccdd61
    -e 's|@prefix@|%{mmdir}|g' \
ccdd61
    -e 's|@MMDIR@|%{mmdir}|g' \
ccdd61
    -e 's|@CONFIG_DIR@|%{configdir}|g' \
ccdd61
    -e 's|@DATA_DIR@|%{datadir}|g' \
ccdd61
    -e 's|@LOCK_DIR@|%{lockdir}|g' \
ccdd61
    -e 's|@LOG_DIR@|%{logdir}|g' \
ccdd61
    -e 's|@PID_DIR@|%{piddir}|g' \
ccdd61
    -e 's|@QUEUE_DIR@|%{queuedir}|g' \
ccdd61
    -e 's|@DOC_DIR@|%{docdir}|g' \
ccdd61
    -e 's|@HTTPD_CONF_DIR@|%{httpdconfdir}|g' \
ccdd61
    -e 's|@HTTPD_CONF_FILE@|%{httpdconffile}|g' \
ccdd61
    $1 > $2
ccdd61
}
ccdd61
ccdd61
SubstituteParameters "INSTALL.REDHAT.in" "INSTALL.REDHAT"
ccdd61
SubstituteParameters "%{SOURCE1}" "Mailman/mm_cfg.py.dist"
ccdd61
SubstituteParameters "%{SOURCE3}" "httpd-mailman.conf"
ccdd61
SubstituteParameters "%{SOURCE4}" "mailman.logrotate"
ccdd61
ccdd61
rm -f contrib/*.in
ccdd61
ccdd61
make
ccdd61
ccdd61
%install
ccdd61
# Normal install.
ccdd61
make DESTDIR=%{buildroot} install
ccdd61
#make install prefix=%{buildroot}%{mmdir} var_prefix=%{buildroot}%{varmmdir}
ccdd61
ccdd61
# Install the mailman cron.d script
ccdd61
mkdir -p %{buildroot}/etc/cron.d
ccdd61
cat > %{buildroot}/etc/cron.d/%{name} <
ccdd61
# DO NOT EDIT THIS FILE!
ccdd61
#
ccdd61
# Contents of this file managed by /etc/init.d/%{name}
ccdd61
# Master copy is %{mmdir}/cron/crontab.in
ccdd61
# Consult that file for documentation
ccdd61
EOF
ccdd61
ccdd61
# Copy the icons into the web server's icons directory.
ccdd61
mkdir -p %{buildroot}%{contentdir}/icons
ccdd61
cp %{buildroot}/%{mmdir}/icons/* %{buildroot}%{contentdir}/icons
ccdd61
ccdd61
# Create a link to the wrapper in /etc/smrsh to allow sendmail to run it.
ccdd61
# The link should be relative in order to make it work in chroot
ccdd61
mkdir -p %{buildroot}/etc/smrsh
ccdd61
ln -s ../..%{mmdir}/mail/%{mail_wrapper} %{buildroot}/etc/smrsh
ccdd61
ccdd61
# sitelist.cfg used to live in the DATA_DIR, now as part of the 
ccdd61
# FHS reoraganization it lives in the CONFIG_DIR. Most of the
ccdd61
# documentation refers to it in its DATA_DIR location and experienced
ccdd61
# admins will expect to find it there, so create a link in DATA_DIR to
ccdd61
# point to it in CONFIG_DIR so people aren't confused.
ccdd61
ln -s %{configdir}/sitelist.cfg %{buildroot}%{datadir}
ccdd61
ccdd61
# Install a logrotate control file.
ccdd61
mkdir -p %{buildroot}/etc/logrotate.d
ccdd61
install -m644 %{mmbuilddir}/mailman.logrotate %{buildroot}/etc/logrotate.d/%{name}
ccdd61
ccdd61
# Install the httpd configuration file.
ccdd61
install -m755 -d %{buildroot}%{httpdconfdir}
ccdd61
install -m644 %{mmbuilddir}/httpd-mailman.conf %{buildroot}%{httpdconfdir}/%{httpdconffile}
ccdd61
ccdd61
# Install the documentation files
ccdd61
install -m755 -d %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/INSTALL.REDHAT   %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/ACKNOWLEDGMENTS  %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/FAQ              %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/NEWS             %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/README           %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/README.CONTRIB   %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/README-I18N.en   %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/README.NETSCAPE  %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/README.USERAGENT %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/STYLEGUIDE.txt   %{buildroot}%{docdir}
ccdd61
install -m644 %{mmbuilddir}/UPGRADING        %{buildroot}%{docdir}
ccdd61
ccdd61
cp -r %{mmbuilddir}/contrib %{buildroot}%{docdir}
ccdd61
install -m644 %{SOURCE7} %{buildroot}%{docdir}/contrib/migrate-fhs
ccdd61
install -m755 -d %{buildroot}%{docdir}/admin
ccdd61
cp -r %{mmbuilddir}/doc %{buildroot}%{docdir}/admin
ccdd61
ccdd61
#install the script for updating the config (bz#484328)
ccdd61
mkdir -p %{buildroot}%{mmdir}/bin/
ccdd61
install -m755 %{SOURCE8} %{buildroot}%{mmdir}/bin/
ccdd61
# set library path in mailman-update-cfg script.
ccdd61
sed -i 's,@mmdir@,%{mmdir},g' %{buildroot}%{mmdir}/bin/mailman-update-cfg
ccdd61
ccdd61
# remove dir/files from %{buildroot} that we aren't shipping
ccdd61
rm -rf %{buildroot}%{varmmdir}/icons
ccdd61
ccdd61
# The file fblast confuses /usr/lib/rpm/find-requires because its an executable
ccdd61
# script file that does not have the interpreter as the first line, its not
ccdd61
# executable by itself so turn off its execute permissions
ccdd61
chmod 0644 %{buildroot}/%{mmdir}/tests/fblast.py
ccdd61
ccdd61
# Security issues...
ccdd61
#chmod 0755 %{buildroot}/%{mmdir}/pythonlib/japanese/c/_japanese_codecs.so
ccdd61
#chmod 0755 %{buildroot}/%{mmdir}/pythonlib/korean/c/hangul.so
ccdd61
#chmod 0755 %{buildroot}/%{mmdir}/pythonlib/korean/c/_koco.so
ccdd61
ccdd61
# Directories...
ccdd61
mkdir -p %{buildroot}/%{lockdir}
ccdd61
mkdir -p %{buildroot}/%{logdir}
ccdd61
mkdir -p %{buildroot}/%{piddir}
ccdd61
mkdir -p %{buildroot}/%{queuedir}
ccdd61
mkdir -p %{buildroot}/%{_prefix}/lib/tmpfiles.d
ccdd61
ccdd61
install -m 644 -p %{SOURCE9} %{buildroot}%{_prefix}/lib/tmpfiles.d/mailman.conf
ccdd61
ccdd61
# Systemd service file
ccdd61
mkdir -p %{buildroot}%{_unitdir}
ccdd61
install -m644 %{SOURCE10} %{buildroot}%{_unitdir}
ccdd61
ccdd61
# Move mm_cfg.py to /etc/mailman and create symlink to it
ccdd61
mkdir -p %{buildroot}%{configdir}
ccdd61
mv %{buildroot}%{mmdir}/Mailman/mm_cfg.py %{buildroot}%{configdir}
ccdd61
ln -s %{configdir}/mm_cfg.py %{buildroot}%{mmdir}/Mailman/
ccdd61
ccdd61
# Put README file into old templates directory to inform admins
ccdd61
# about change
ccdd61
cat > %{buildroot}%{mmdir}/templates/README <
ccdd61
Templates have been moved to %{templatedir}.
ccdd61
EOF
ccdd61
ccdd61
find %{buildroot}%{mmdir} -type f -a -name "*.py" -print0 | xargs -0 %{__python2} -c 'import py_compile, sys; [py_compile.compile(f, dfile=f.partition("$RPM_BUILD_ROOT")[2]) for f in sys.argv[1:]]' || :
ccdd61
find %{buildroot}%{mmdir} -type f -a -name "*.py" -print0 | xargs -0 %{__python2} -O -c 'import py_compile, sys; [py_compile.compile(f, dfile=f.partition("$RPM_BUILD_ROOT")[2]) for f in sys.argv[1:]]' || :
ccdd61
ccdd61
# Change permissions of directories to keep rpmlint silent
ccdd61
find %{buildroot}/%{mmdir} -type d -exec chmod 755 {} \;
ccdd61
find %{buildroot}/%{templatedir} -type d -exec chmod 755 {} \;
ccdd61
# There is no need for setgid bit in all files in those directories except cgi-bin
ccdd61
chmod %{buildroot}/%{mmdir} -s -R
ccdd61
# cgi-bin contains ELF executables which have to have setgid
ccdd61
chmod g+s %{buildroot}/%{mmdir}/cgi-bin/*
ccdd61
chmod g+s %{buildroot}/%{mmdir}/mail/mailman
ccdd61
ccdd61
%pre
ccdd61
ccdd61
# Make sure the user "mailman" exists on this system and has the correct values
ccdd61
if grep -q "^mailman:" /etc/group 2> /dev/null ; then
ccdd61
  /usr/sbin/groupmod -g %{mmgroupid} -n %{mmgroup} %{mmgroup} 2> /dev/null || :
ccdd61
else
ccdd61
  /usr/sbin/groupadd -g %{mmgroupid} %{mmgroup} 2> /dev/null || :
ccdd61
fi
ccdd61
if grep -q "^mailman:" /etc/passwd 2> /dev/null ; then
ccdd61
  /usr/sbin/usermod -s /sbin/nologin -c "GNU Mailing List Manager" -d %{mmdir} -u %{mmuserid} -g %{mmgroupid}       %{mmuser} 2> /dev/null || :
ccdd61
else
ccdd61
  /usr/sbin/useradd -s /sbin/nologin -c "GNU Mailing List Manager" -d %{mmdir} -u %{mmuserid} -g %{mmgroupid} -M -r %{mmuser} 2> /dev/null || :
ccdd61
fi
ccdd61
ccdd61
# Mailman should never be running during an install, but a package upgrade
ccdd61
# shouldn't silently stop the service, so if mailman was running
ccdd61
# we'll leave a temp file in the lock directory as a flag so in
ccdd61
# the post install phase we can restart it.
ccdd61
#
ccdd61
# rpmlint will complain here about "dangerous use of rm"
ccdd61
# but this is OK because we are only rm-ing our temporary file
ccdd61
if [ -d %{lockdir} ]; then
ccdd61
  rm -f %{restart_flag}
ccdd61
  /sbin/systemctl status %{name}>/dev/null 2>&1
ccdd61
  if [ $? -eq 0 ]; then
ccdd61
      touch %{restart_flag}
ccdd61
      /sbin/systemctl stop %{name} >/dev/null 2>&1
ccdd61
  fi
ccdd61
fi
ccdd61
ccdd61
# Remove older rpm-state dir
ccdd61
if [ -d %{_localstatedir}/lib/rpm-state/mailman ]; then
ccdd61
  rm -rf %{_localstatedir}/lib/rpm-state/mailman
ccdd61
fi
ccdd61
ccdd61
# Move mm_cfg.py to different location to be able to copy it to /etc/mailman
ccdd61
# later in post. This is needed, otherwise RPM would remove it.
ccdd61
mkdir -p %{_localstatedir}/lib/rpm-state/mailman/
ccdd61
if [ -L %{configdir}/mm_cfg.py -a ! -L %{mmdir}/Mailman/mm_cfg.py -a -d %{configdir} ]; then
ccdd61
  mv %{mmdir}/Mailman/mm_cfg.py %{_localstatedir}/lib/rpm-state/mailman/mm_cfg.py
ccdd61
fi
ccdd61
ccdd61
# Move templates dir to different location to be able to copy it to
ccdd61
# /etc/mailman later in post. This is needed, otherwise RPM would remove it.
ccdd61
if [ ! -d %{templatedir} -a -d %{mmdir}/templates ]; then
ccdd61
  mv %{mmdir}/templates %{_localstatedir}/lib/rpm-state/mailman/
ccdd61
fi
ccdd61
ccdd61
# rpm should not abort if last command run had non-zero exit status, exit cleanly
ccdd61
exit 0
ccdd61
ccdd61
%post
ccdd61
# We no longer use crontab, but previous versions of the spec file did, so clean up
ccdd61
if [ -f /var/spool/cron/%{mmuser} ]; then
ccdd61
  crontab -u %{mmuser} -r
ccdd61
fi
ccdd61
ccdd61
# Restart mailman if it had been running before installation
ccdd61
if [ -e %{restart_flag} ]; then
ccdd61
  rm %{restart_flag}
ccdd61
  /sbin/systemctl start %{name} >/dev/null 2>&1
ccdd61
fi
ccdd61
ccdd61
# Move mm_cfg.py from /usr/lib/mailman/Mailman to /etc/mailman and create
ccdd61
# symlink to it (#905845).
ccdd61
if [ -f %{_localstatedir}/lib/rpm-state/mailman/mm_cfg.py ]; then
ccdd61
  cp -p %{_localstatedir}/lib/rpm-state/mailman/mm_cfg.py %{configdir}/mm_cfg.py
ccdd61
fi
ccdd61
ccdd61
# Move mmdir/templates to /etc/mailman/templates
ccdd61
if [ -d %{_localstatedir}/lib/rpm-state/mailman/templates ]; then
ccdd61
  cp -pr %{_localstatedir}/lib/rpm-state/mailman/templates/* %{templatedir}
ccdd61
  rm -rf %{_localstatedir}/lib/rpm-state/mailman/templates/
ccdd61
fi
ccdd61
ccdd61
if [ -d %{_localstatedir}/lib/rpm-state/mailman ]; then
ccdd61
  rm -rf %{_localstatedir}/lib/rpm-state/mailman
ccdd61
fi
ccdd61
ccdd61
# systemd
ccdd61
%systemd_post mailman.service
ccdd61
ccdd61
# rpm should not abort if last command run had non-zero exit status, exit cleanly
ccdd61
exit 0
ccdd61
ccdd61
%preun
ccdd61
ccdd61
# if [ $1 = 0 ]' checks that this is the actual deinstallation of
ccdd61
# the package, as opposed to just removing the old package on upgrade.
ccdd61
ccdd61
%systemd_preun mailman.service
ccdd61
# rpm should not abort if last command run had non-zero exit status, exit cleanly
ccdd61
exit 0
ccdd61
ccdd61
%postun
ccdd61
if [ $1 = 0 ]; then
ccdd61
  crontab -u %{mmuser} -r 2>/dev/null
ccdd61
fi
ccdd61
ccdd61
# systemd
ccdd61
%systemd_postun_with_restart mailman.service
ccdd61
ccdd61
# rpm should not abort if last command run had non-zero exit status, exit cleanly
ccdd61
exit 0
ccdd61
ccdd61
%triggerun -- mailman < 3:2.1.14-9
ccdd61
%{_bindir}/systemd-sysv-convert --save mailman >/dev/null 2>&1 ||:
ccdd61
/bin/systemctl enable mailman.service >/dev/null 2>&1
ccdd61
/sbin/chkconfig --del mailman >/dev/null 2>&1 || :
ccdd61
/bin/systemctl try-restart mailman.service >/dev/null 2>&1 || :
ccdd61
ccdd61
ccdd61
%files
ccdd61
%defattr(-,root,%{mmgroup})
ccdd61
%dir %{mmdir}
ccdd61
%dir %{mmdir}/Mailman
ccdd61
%{mmdir}/templates
ccdd61
%{mmdir}/bin
ccdd61
%dir %{mmdir}/cgi-bin/
ccdd61
%attr(2755, root, %{mmgroup}) %{mmdir}/cgi-bin/*
ccdd61
%dir %{mmdir}/cron
ccdd61
%{mmdir}/icons
ccdd61
%dir %{mmdir}/mail
ccdd61
%attr(2755, root, %{mmgroup}) %{mmdir}/mail/mailman
ccdd61
%{mmdir}/messages
ccdd61
%{mmdir}/pythonlib
ccdd61
%{mmdir}/scripts
ccdd61
# rpmlint will complain here about config files being in /usr
ccdd61
# but these are both data files -parts of mailman's web UI-
ccdd61
# and config files - user can change them to match the design
ccdd61
# and/or content of their web pages
ccdd61
%config(noreplace) %{templatedir}
ccdd61
%{mmdir}/tests
ccdd61
%dir %{varmmdir}
ccdd61
%{varmmdir}/data
ccdd61
%{varmmdir}/lists
ccdd61
%{varmmdir}/spam
ccdd61
%dir %{archivesdir}
ccdd61
%{archivesdir}/public
ccdd61
# fix for security issue #459530
ccdd61
%attr(2770,%{cgiuser},%{mmgroup}) %{archivesdir}/private
ccdd61
#cron dir minus one file which is listed later
ccdd61
%{mmdir}/cron/bumpdigests
ccdd61
%{mmdir}/cron/checkdbs
ccdd61
%{mmdir}/cron/cull_bad_shunt
ccdd61
%{mmdir}/cron/disabled
ccdd61
%{mmdir}/cron/gate_news
ccdd61
%{mmdir}/cron/mailpasswds
ccdd61
%{mmdir}/cron/nightly_gzip
ccdd61
%{mmdir}/cron/paths.py
ccdd61
%{mmdir}/cron/paths.pyc
ccdd61
%{mmdir}/cron/paths.pyo
ccdd61
%{mmdir}/cron/senddigests
ccdd61
#Mailman dir minus one file which is listed later
ccdd61
%{mmdir}/Mailman/Archiver
ccdd61
%{mmdir}/Mailman/Autoresponder.py
ccdd61
%{mmdir}/Mailman/Autoresponder.pyc
ccdd61
%{mmdir}/Mailman/Autoresponder.pyo
ccdd61
%{mmdir}/Mailman/Bouncer.py
ccdd61
%{mmdir}/Mailman/Bouncer.pyc
ccdd61
%{mmdir}/Mailman/Bouncer.pyo
ccdd61
%{mmdir}/Mailman/Bouncers
ccdd61
%{mmdir}/Mailman/Cgi
ccdd61
%{mmdir}/Mailman/Commands
ccdd61
%{mmdir}/Mailman/CSRFcheck.py
ccdd61
%{mmdir}/Mailman/CSRFcheck.pyc
ccdd61
%{mmdir}/Mailman/CSRFcheck.pyo
ccdd61
%{mmdir}/Mailman/Defaults.py
ccdd61
%{mmdir}/Mailman/Defaults.pyc
ccdd61
%{mmdir}/Mailman/Defaults.pyo
ccdd61
%{mmdir}/Mailman/Deliverer.py
ccdd61
%{mmdir}/Mailman/Deliverer.pyc
ccdd61
%{mmdir}/Mailman/Deliverer.pyo
ccdd61
%{mmdir}/Mailman/Digester.py
ccdd61
%{mmdir}/Mailman/Digester.pyc
ccdd61
%{mmdir}/Mailman/Digester.pyo
ccdd61
%{mmdir}/Mailman/Errors.py
ccdd61
%{mmdir}/Mailman/Errors.pyc
ccdd61
%{mmdir}/Mailman/Errors.pyo
ccdd61
%{mmdir}/Mailman/GatewayManager.py
ccdd61
%{mmdir}/Mailman/GatewayManager.pyc
ccdd61
%{mmdir}/Mailman/GatewayManager.pyo
ccdd61
#%%{mmdir}/Mailman/Generator.py
ccdd61
#%%{mmdir}/Mailman/Generator.pyc
ccdd61
#%%{mmdir}/Mailman/Generator.pyo
ccdd61
%{mmdir}/Mailman/Gui
ccdd61
%{mmdir}/Mailman/Handlers
ccdd61
%{mmdir}/Mailman/htmlformat.py
ccdd61
%{mmdir}/Mailman/htmlformat.pyc
ccdd61
%{mmdir}/Mailman/htmlformat.pyo
ccdd61
%{mmdir}/Mailman/HTMLFormatter.py
ccdd61
%{mmdir}/Mailman/HTMLFormatter.pyc
ccdd61
%{mmdir}/Mailman/HTMLFormatter.pyo
ccdd61
%{mmdir}/Mailman/i18n.py
ccdd61
%{mmdir}/Mailman/i18n.pyc
ccdd61
%{mmdir}/Mailman/i18n.pyo
ccdd61
%{mmdir}/Mailman/__init__.py
ccdd61
%{mmdir}/Mailman/__init__.pyc
ccdd61
%{mmdir}/Mailman/__init__.pyo
ccdd61
%{mmdir}/Mailman/ListAdmin.py
ccdd61
%{mmdir}/Mailman/ListAdmin.pyc
ccdd61
%{mmdir}/Mailman/ListAdmin.pyo
ccdd61
%{mmdir}/Mailman/LockFile.py
ccdd61
%{mmdir}/Mailman/LockFile.pyc
ccdd61
%{mmdir}/Mailman/LockFile.pyo
ccdd61
%{mmdir}/Mailman/Logging
ccdd61
%{mmdir}/Mailman/Mailbox.py
ccdd61
%{mmdir}/Mailman/Mailbox.pyc
ccdd61
%{mmdir}/Mailman/Mailbox.pyo
ccdd61
%{mmdir}/Mailman/MailList.py
ccdd61
%{mmdir}/Mailman/MailList.pyc
ccdd61
%{mmdir}/Mailman/MailList.pyo
ccdd61
%{mmdir}/Mailman/MemberAdaptor.py
ccdd61
%{mmdir}/Mailman/MemberAdaptor.pyc
ccdd61
%{mmdir}/Mailman/MemberAdaptor.pyo
ccdd61
%{mmdir}/Mailman/Message.py
ccdd61
%{mmdir}/Mailman/Message.pyc
ccdd61
%{mmdir}/Mailman/Message.pyo
ccdd61
%{mmdir}/Mailman/mm_cfg.py.dist
ccdd61
%{mmdir}/Mailman/MTA
ccdd61
%{mmdir}/Mailman/OldStyleMemberships.py
ccdd61
%{mmdir}/Mailman/OldStyleMemberships.pyc
ccdd61
%{mmdir}/Mailman/OldStyleMemberships.pyo
ccdd61
%{mmdir}/Mailman/Pending.py
ccdd61
%{mmdir}/Mailman/Pending.pyc
ccdd61
%{mmdir}/Mailman/Pending.pyo
ccdd61
%{mmdir}/Mailman/Post.py
ccdd61
%{mmdir}/Mailman/Post.pyc
ccdd61
%{mmdir}/Mailman/Post.pyo
ccdd61
%{mmdir}/Mailman/Queue
ccdd61
%{mmdir}/Mailman/SafeDict.py
ccdd61
%{mmdir}/Mailman/SafeDict.pyc
ccdd61
%{mmdir}/Mailman/SafeDict.pyo
ccdd61
%{mmdir}/Mailman/SecurityManager.py
ccdd61
%{mmdir}/Mailman/SecurityManager.pyc
ccdd61
%{mmdir}/Mailman/SecurityManager.pyo
ccdd61
%{mmdir}/Mailman/Site.py
ccdd61
%{mmdir}/Mailman/Site.pyc
ccdd61
%{mmdir}/Mailman/Site.pyo
ccdd61
%{mmdir}/Mailman/TopicMgr.py
ccdd61
%{mmdir}/Mailman/TopicMgr.pyc
ccdd61
%{mmdir}/Mailman/TopicMgr.pyo
ccdd61
%{mmdir}/Mailman/UserDesc.py
ccdd61
%{mmdir}/Mailman/UserDesc.pyc
ccdd61
%{mmdir}/Mailman/UserDesc.pyo
ccdd61
%{mmdir}/Mailman/Utils.py
ccdd61
%{mmdir}/Mailman/Utils.pyc
ccdd61
%{mmdir}/Mailman/Utils.pyo
ccdd61
%{mmdir}/Mailman/Version.py
ccdd61
%{mmdir}/Mailman/Version.pyc
ccdd61
%{mmdir}/Mailman/Version.pyo
ccdd61
%{mmdir}/Mailman/versions.py
ccdd61
%{mmdir}/Mailman/versions.pyc
ccdd61
%{mmdir}/Mailman/versions.pyo
ccdd61
%{_unitdir}/mailman.service
ccdd61
%doc %{docdir}
ccdd61
%dir %attr(0755,root,root) %{contentdir}/icons
ccdd61
%attr(0644,root,root) %{contentdir}/icons/*
ccdd61
%attr(0644, root, %{mmgroup}) %config(noreplace) %verify(not md5 size mtime) %{configdir}/mm_cfg.py
ccdd61
%attr(0644, root, %{mmgroup}) %config(noreplace) %verify(not md5 size mtime) %{mmdir}/Mailman/mm_cfg.py
ccdd61
%verify(not md5 size mtime) %{mmdir}/Mailman/mm_cfg.py?
ccdd61
%config(noreplace) %{httpdconfdir}/%{httpdconffile}
ccdd61
%config(noreplace) /etc/logrotate.d/%{name}
ccdd61
/etc/smrsh/%{mail_wrapper}
216301
%dir %attr(2755,root,%{mmgroup}) %{configdir}
ccdd61
%attr(0644, root, %{mmgroup}) %config(noreplace) %verify(not md5 size mtime) %{configdir}/sitelist.cfg
ccdd61
%attr(775,root,%{mmgroup}) %{logdir}
ccdd61
%{_prefix}/lib/tmpfiles.d/mailman.conf
ccdd61
%attr(2775,root,%{mmgroup}) %{queuedir}
ccdd61
%attr(0644,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/cron.d/mailman
ccdd61
%attr(0644,root,%{mmgroup}) %config(noreplace) %{mmdir}/cron/crontab.in
ccdd61
%attr(0755,root,root) %{mmdir}/bin/mailman-update-cfg
ccdd61
%dir %attr(775,root,%{mmgroup}) %{piddir}
ccdd61
%dir %attr(775,root,%{mmgroup}) %{lockdir}
ccdd61
ccdd61
%changelog
f881a8
* Mon Apr 12 2021 Tomas Korbar <tkorbar@redhat.com> - 3:2.1.29-12
f881a8
- Fix encoding handling of command replies
f881a8
- Resolves: rhzb#1907323
f881a8
bb5438
* Wed Sep 30 2020 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-11
bb5438
- Fixes for  CVE-2020-12108 and CVE-2020-15011
bb5438
216301
* Mon May 25 2020 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-10
216301
- Fix match patter to reduce false allocation 
216301
216301
* Mon May 25 2020 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-9
216301
- Fix for CVE-2020-12137
216301
216301
* Wed May  6 2020 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-8
216301
- Drop unversioned python from comments.
216301
216301
* Wed May  6 2020 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-7
216301
- Change attr of /etc/mailman
216301
216301
* Thu Apr 23 2020 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-6
216301
- Update run directory references (#1805954)
216301
- fix #1188043 - set 2775 permission for /etc/mailman
216301
ccdd61
* Mon Oct  8 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-4
ccdd61
- Resolves: #1636432 - Delete env python shebangs
ccdd61
ccdd61
* Thu Sep 13 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-3
ccdd61
- Related: #1628242 - Specify python version
ccdd61
ccdd61
* Tue Jul 31 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-2
ccdd61
- Do not require initscripts
ccdd61
ccdd61
* Mon Jul 30 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.29-1
ccdd61
- New release 2.1.29
ccdd61
ccdd61
* Mon Jul  2 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.21-11
ccdd61
- Resolves: #1596460 - Add fix for CVE-2018-0618
ccdd61
ccdd61
* Thu Apr 26 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.21-10
ccdd61
- Replace __python with __python2 for stream-2.1
ccdd61
ccdd61
* Wed Apr 25 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.21-8
ccdd61
- Specify python2 for shebang
ccdd61
ccdd61
* Wed Mar  7 2018 Pavel Zhukov <pzhukov@redhat.com> - 3:2.1.21-6
ccdd61
- Resolves: 1545975  - Fix XSS in webui. Use proper patch
ccdd61
ccdd61
* Wed Feb 21 2018 Pavel Zhukov <landgraf@fedoproject.org> - 3:2.1.21-5
ccdd61
- Fix XSS in webui (#1545975)
ccdd61
ccdd61
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.21-4
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ccdd61
ccdd61
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.21-3
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ccdd61
ccdd61
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.21-2
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ccdd61
ccdd61
* Wed Mar 02 2016 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.21-1
ccdd61
- update to new upstream version 2.1.21 (#1304360)
ccdd61
ccdd61
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.1.20-4
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ccdd61
ccdd61
* Fri Jul 24 2015 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.20-3
ccdd61
- move tmpfiles.d configuration to /usr/lib and fix its permissions (#1183579)
ccdd61
ccdd61
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.1.20-2
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ccdd61
ccdd61
* Wed Apr 01 2015 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.20-1
ccdd61
- update to new upstream versino 2.1.20 (#1207900)
ccdd61
ccdd61
* Mon Mar 02 2015 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.19-1
ccdd61
- update to new upstream version 2.1.19 (#1187894)
ccdd61
ccdd61
* Tue Feb 17 2015 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.18.1-4
ccdd61
- require python-dns
ccdd61
ccdd61
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.1.18.1-3
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ccdd61
ccdd61
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.1.18.1-2
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ccdd61
ccdd61
* Mon May 12 2014 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.18.1-1
ccdd61
- update to new upstream version 2.1.18-1 (#1089971)
ccdd61
ccdd61
* Thu Jan 02 2014 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.17-3
ccdd61
- fix #1043677 - fix setgid for /usr/lib/mailman/mail/mailman
ccdd61
ccdd61
* Wed Dec 18 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.17-2
ccdd61
- fix #1043677 - fix setgid for cgi binaries
ccdd61
ccdd61
* Tue Dec 03 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.17-1
ccdd61
- update to new upstream version 2.1.17 (#1034083)
ccdd61
- remove patches patching unused init script
ccdd61
ccdd61
* Fri Oct 18 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.16-1
ccdd61
- update to new upstream version 2.1.16 (#984536)
ccdd61
ccdd61
* Wed Jul 31 2013 Ville Skyttä <ville.skytta@iki.fi> - 3:2.1.15-15
ccdd61
- Install docs to %%{_pkgdocdir} where available.
ccdd61
ccdd61
* Tue Jul 23 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-14
ccdd61
- build with full relro support
ccdd61
ccdd61
* Thu Apr 04 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-13
ccdd61
- move mailman-update-cfg to /usr/lib/mailman/bin
ccdd61
ccdd61
* Tue Apr 02 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-12
ccdd61
- fix #947191 - change contentdir to /usr/share/httpd
ccdd61
ccdd61
* Thu Mar 14 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-11
ccdd61
- do not use py_byte_compile, remove python3-devel dependency
ccdd61
ccdd61
* Thu Mar 14 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-10
ccdd61
- fix #921421 - fix /var/spool/mailman/ permissions
ccdd61
- fix #921423 - move mm_cfg.py to /etc/mailman
ccdd61
- move templates from /usr/lib/mailman to /etc/mailman
ccdd61
ccdd61
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.1.15-9
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ccdd61
ccdd61
* Tue Jan 22 2013 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-8
ccdd61
- fix #838580 - check if directories are 0755, there is no need to need
ccdd61
  02775 on all Mailman directories
ccdd61
ccdd61
* Thu Dec 06 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-7
ccdd61
- remove fuzz=3 and rebase patches
ccdd61
ccdd61
* Wed Nov 21 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-6
ccdd61
- clean up spec file
ccdd61
ccdd61
* Wed Oct 24 2012 Václav Pavlín <vpavlin@redhat.com> - 3:2.1.15-5
ccdd61
- Scriptlets replaced with new systemd macros (#850198)
ccdd61
ccdd61
* Tue Aug 21 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-4
ccdd61
- fix ownership of unowned directories
ccdd61
ccdd61
* Thu Aug 16 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-3
ccdd61
- Python executables does not need setgid
ccdd61
ccdd61
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-2
ccdd61
- do not set setgid bit on directories where it is not needed
ccdd61
ccdd61
* Mon Jun 18 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.15-1
ccdd61
- fix #822096 - update to version 2.1.15
ccdd61
- fixed httpd config file to work with httpd-2.4
ccdd61
ccdd61
* Wed Jan 11 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-13
ccdd61
- fix #751581 - changed systemd service file to create error log with proper
ccdd61
  permissions, changed logrotate conf to swifth to proper username/group
ccdd61
ccdd61
* Wed Jan 11 2012 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-12
ccdd61
- fix #773188 - fix typo in reset_pw.py causing it to not work
ccdd61
ccdd61
* Thu Dec 15 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-11
ccdd61
- fix #754898 - decode subjects
ccdd61
ccdd61
* Wed Oct 12 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-10
ccdd61
- fix #745411 - remove Indexes from httpd config
ccdd61
ccdd61
* Wed Jul 13 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-9
ccdd61
- fix #719371 - added native systemd unit file
ccdd61
ccdd61
* Wed May 18 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-8
ccdd61
- fix #701539 - fixed permissions of all directories in mailman dir
ccdd61
ccdd61
* Mon May 09 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-7
ccdd61
- fix #701539 - fixed cgi-bin permissions
ccdd61
ccdd61
* Tue Apr 05 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-6
ccdd61
- fix #688435 - set proper permissions for private archive
ccdd61
- fix badly rebased LC_CTYPE patch which caused newlist to fail with traceback
ccdd61
ccdd61
* Wed Feb 23 2011 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-5
ccdd61
- fix #679644 - fixed CVE-2011-0707: three XSS flaws due improper
ccdd61
  escaping of the full name of the member
ccdd61
ccdd61
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.1.14-4
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ccdd61
ccdd61
* Mon Dec 06 2010 Jan Kaluza <jkaluza@redhat.com> - 3:2.1.14-3
ccdd61
- fix #656619 - use tmpfiles.d to create directories in /var/run and /var/lock
ccdd61
ccdd61
* Wed Sep 29 2010 jkeating - 3:2.1.14-2
ccdd61
- Rebuilt for gcc bug 634757
ccdd61
ccdd61
* Tue Sep 21 2010 Jan Kaluza <jkaluza@redhat.com> 3:2.1.14-1
ccdd61
- fix #632542 - updated to new upstream version
ccdd61
ccdd61
* Wed Sep 15 2010 Jan Kaluza <jkaluza@redhat.com> 3:2.1.13-6
ccdd61
- fix #631881 - CVE-2010-3089: Multiple security flaws leading
ccdd61
  to cross-site scripting (XSS) attacks
ccdd61
ccdd61
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 3:2.1.13-5
ccdd61
- recompiling .py files against Python 2.7 (rhbz#623334)
ccdd61
ccdd61
* Tue Jul 13 2010 Jan Kaluza <jkaluza@redhat.com> 3:2.1.13-4
ccdd61
- #459530 - fix permissions of archives/private directory
ccdd61
ccdd61
* Tue May 25 2010 Daniel Novotny <dnovotny@redhat.com> 3:2.1.13-3
ccdd61
- #595715 - Fix instances of #!/usr/bin/env python in mailman
ccdd61
ccdd61
* Tue Apr 20 2010 Daniel Novotny <dnovotny@redhat.com> 3:2.1.13-2
ccdd61
- fix #583966 - mailman-update-cfg script should use %%{mmdir}, not %%{_libdir}
ccdd61
ccdd61
* Thu Mar 25 2010 Daniel Novotny <dnovotny@redhat.com> 3:2.1.13-1
ccdd61
- update to 2.1.13, de-fuzz patches
ccdd61
ccdd61
* Wed Jan 13 2010 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-14
ccdd61
- revert _libdir change, because it disturbs scripts invocation 
ccdd61
  (see #226117 discussion)
ccdd61
ccdd61
* Tue Dec 22 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-13
ccdd61
- the service is now not on by default (change for merge review, #226117)
ccdd61
ccdd61
* Wed Oct 14 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-12
ccdd61
- fix the last patch (bz#528492), no space between "coding" and ":"
ccdd61
ccdd61
* Tue Oct 13 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-11
ccdd61
- fix French translation, "coding" keyword must be untranslated (bz#528492)
ccdd61
ccdd61
* Wed Oct 07 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-10
ccdd61
- init script cleanup and fixes for LSB compliance (bz#524016)
ccdd61
ccdd61
* Tue Jul 28 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-9
ccdd61
- regenerated patches so patch fuzz 3 is not needed (bz#513207)
ccdd61
- mm_cfg.pyc and .pyo are now %%verify(not md5 size mtime) (bz#512794)
ccdd61
ccdd61
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.1.12-8
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ccdd61
ccdd61
* Wed Jul 22 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-7
ccdd61
- fix bz#512798 -  Mailman path in /usr/bin/mailman-update-cfg 
ccdd61
  is incorrect on x86_64.
ccdd61
- added explanation comment in mailman-update-cfg, to justify
ccdd61
  why this script is needed
ccdd61
ccdd61
* Wed Jul 08 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-6
ccdd61
- fix bz#509689 -  please remove execute perms
ccdd61
ccdd61
* Tue Jul 07 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-5
ccdd61
- hardcoded library path removed
ccdd61
- mixed use of spaces and tabs fixed
ccdd61
- added --libdir to configure
ccdd61
- fixed URL to tarball
ccdd61
- permissions of source files changed to 0644
ccdd61
- got rid of "file listed twice" warnings: listing the files explicitly
ccdd61
- all this were cleanups for merge review (#226117)  
ccdd61
ccdd61
* Thu Apr 02 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-4
ccdd61
- fix bz#481446 (Recompile of mailman's config causes SElinux denials)
ccdd61
ccdd61
* Tue Mar 31 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-3
ccdd61
- fix bz#447784 (List-Archive URL for private archives broken)
ccdd61
ccdd61
* Mon Mar 30 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-2
ccdd61
- "AddDefaultCharset Off" in httpd configuration (#463115)
ccdd61
ccdd61
* Wed Mar 11 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.12-1
ccdd61
- upgrade to 2.1.12, drop upstreamed patches, rebase other patches
ccdd61
ccdd61
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.1.11-7
ccdd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ccdd61
ccdd61
* Thu Feb 12 2009 Daniel Novotny <dnovotny@redhat.com> 3:2.1.11-6
ccdd61
- added a script to recompile the config file b/c of selinux policy
ccdd61
  (bz#484328)
ccdd61
ccdd61
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3:2.1.11-5
ccdd61
- Rebuild for Python 2.6
ccdd61
ccdd61
* Wed Oct 29 2008 Daniel Novotny <dnovotny@redhat.com> 3:2.1.11-4
ccdd61
  fix #460820 - msg_footer gets its trailing spaces trimmed
ccdd61
ccdd61
* Thu Jul 31 2008 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.11-3
ccdd61
- fix #457388 - don't call "/usr/bin/python" from /etc/cron.d/mailman
ccdd61
- fix #457389 - cron complains about bad username
ccdd61
ccdd61
* Wed Jul 23 2008 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.11-2
ccdd61
- temporary fix for --fuzz=0
ccdd61
ccdd61
* Tue Jul 22 2008 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.11-1
ccdd61
- new upstream version
ccdd61
- fix #246978 - FHS compliant initscript
ccdd61
ccdd61
* Mon May 12 2008 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.10-1
ccdd61
- new upstream version
ccdd61
ccdd61
* Tue Feb 05 2008 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.9-10
ccdd61
- patch for CVE-2008-0564; XSS triggerable by list administrator
ccdd61
ccdd61
* Thu Jan 10 2008 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.9-9
ccdd61
- fix #393911 - mail is not added to the archive
ccdd61
ccdd61
* Tue Oct 16 2007 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.9-8
ccdd61
- fix #333011 - withlist crashes with NameError
ccdd61
- fix #350461 - init script prevents proper SELinux domain transitions
ccdd61
- fix #303061 - broken multipart mail headers
ccdd61
ccdd61
* Wed Aug 22 2007 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.9-7
ccdd61
- fix #242678 wrong init script
ccdd61
- fix #247160 INSTALL.REDHAT references non-existent README.POSTFIX file,
ccdd61
  patch by Todd Zullinger
ccdd61
- fix #132495 jp character encoding is not UTF8, patch by Todd Zullinger
ccdd61
- update license, add dist to release
ccdd61
ccdd61
* Thu May 24 2007 Tomas Smetana <tsmetana@redhat.com> - 3:2.1.9-6
ccdd61
- fix #237315 - permissions for .so files
ccdd61
- fix forgotten '_(' in check_perms
ccdd61
- cleanup spec file
ccdd61
ccdd61
* Mon Jan 29 2007 Harald Hoyer <harald@redhat.com> - 3:2.1.9-5
ccdd61
- mailman-2.1.9-LC_CTYPE.patch added (bug #132495)
ccdd61
- Resolves: rhbz#132495
ccdd61
ccdd61
* Tue Jan 23 2007 Florian La Roche <laroche@redhat.com>
ccdd61
- add fix from rhbz#219054: usage output mentions "status" option
ccdd61
ccdd61
* Thu Oct 05 2006 David Woodhouse <dwmw2@redhat.com> - 3:2.1.9-3
ccdd61
- fix broken In-Reply-To: header in mailto: URL in archives (#123768)
ccdd61
ccdd61
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.9-2
ccdd61
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
ccdd61
ccdd61
* Mon Sep 25 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.9-1
ccdd61
- updated to mailman-2.1.9 which fixes bug #206607
ccdd61
ccdd61
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.8-3.1
ccdd61
- rebuild
ccdd61
ccdd61
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com> - 3:2.1.8-3
ccdd61
- quieten postun of crontab removal
ccdd61
ccdd61
* Mon Jun 12 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.8-2
ccdd61
- more build requirements
ccdd61
ccdd61
* Mon May 08 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.8-1
ccdd61
- version 2.1.8
ccdd61
ccdd61
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.7-1.2
ccdd61
- bump again for double-long bug on ppc(64)
ccdd61
ccdd61
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3:2.1.7-1.1
ccdd61
- rebuilt for new gcc4.1 snapshot and glibc changes
ccdd61
ccdd61
* Tue Jan 10 2006 Harald Hoyer <harald@redhat.com> - 3:2.1.7-1
ccdd61
- version 2.1.7
ccdd61
ccdd61
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
ccdd61
- rebuilt for new gcj
ccdd61
ccdd61
* Wed Dec 14 2005 Harald Hoyer <harald@redhat.com> - 3:2.1.5-36.fc4.1
ccdd61
- fix for bug #173139 (CVE-2005-3573 Mailman Denial of Service)
ccdd61
ccdd61
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ccdd61
- rebuilt
ccdd61
ccdd61
* Thu Nov 10 2005 Harald Hoyer <harald@redhat.com> - 3:2.1.6-2
ccdd61
- added help to the initscript (bug #162724)
ccdd61
ccdd61
* Wed Jun  8 2005 John Dennis <jdennis@redhat.com> - 3:2.1.6-1.fc4
ccdd61
- initial port of 2.1.6
ccdd61
  remove mailman-2.1.5-moderator-request.patch, present in new release
ccdd61
  remove mailman-2.1-CAN-2005-0202.patch,       present in new release
ccdd61
  remove mailman-2.1-CAN-2004-1177.patch,       present in new release
ccdd61
ccdd61
* Thu Apr 28 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-36.fc4
ccdd61
- fix bug #156159 insecure location of restart flag file
ccdd61
ccdd61
* Mon Mar  7 2005 John Dennis <jdennis@redhat.com> 3:2.1.5-35.fc4
ccdd61
- bump rev for gcc4 build
ccdd61
ccdd61
* Wed Mar  2 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-34.fc4
ccdd61
- fix bug #150065, provide migration script for new FHS installation
ccdd61
ccdd61
* Fri Feb 25 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-33.fc4
ccdd61
- fix bug #147833, CAN-2004-1177
ccdd61
ccdd61
* Mon Feb 14 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-31.fc4
ccdd61
- fix bug #132750, add daemon to mail-gid so courier mail server will work.
ccdd61
- fix bug #143008, wrong location of mailmanctl in logrotate
ccdd61
- fix bug #142605, init script doesn't use /var/lock/subsys
ccdd61
ccdd61
* Tue Feb  8 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-30.fc4
ccdd61
- fix release tag
ccdd61
ccdd61
* Tue Feb  8 2005 John Dennis <jdennis@redhat.com> - 3:2.1.5-29
ccdd61
- fix security vulnerability CAN-2005-0202, errata RHSA-2005:137, bug #147344
ccdd61
ccdd61
* Tue Nov  9 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-28
ccdd61
- fix bug #137863, buildroot path in .pyc files
ccdd61
ccdd61
* Sat Oct 16 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-26
ccdd61
- fix typo in install documentation
ccdd61
- fix error in templates/Makefile.in, bad install args, fixes bug #136001,
ccdd61
  thank you to Kaj J. Niemi for spotting this.
ccdd61
ccdd61
* Thu Oct 14 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-24
ccdd61
- more FHS changes, matches with new SELinux security policy
ccdd61
ccdd61
* Wed Sep 29 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-21
ccdd61
- move list data dir to /var/lib/mailman to conform to FHS
ccdd61
  move lock dir to /var/lock/mailman to conform to FHS
ccdd61
  move config dir (VAR_PREFIX/data) to /etc/mailman to conform to FHS
ccdd61
  Thanks to Matt Domsch for pointing this out.
ccdd61
ccdd61
* Tue Sep 28 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-20
ccdd61
- fix bug #132732, security policy violations,
ccdd61
- bump release verison
ccdd61
  move non-data installation files from /var/mailman to /usr/lib/mailman,
ccdd61
  update documentation
ccdd61
ccdd61
* Fri Sep 10 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-19
ccdd61
- add il18n start/stop strings to init.d script
ccdd61
ccdd61
* Fri Sep 10 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-18
ccdd61
- fix bug #89250, add condrestart
ccdd61
  also fix status return values in mailmanctl and init.d script
ccdd61
ccdd61
* Tue Sep  7 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-17
ccdd61
- fix bug #120930, add contents of contrib to doc area
ccdd61
ccdd61
* Tue Sep  7 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-16
ccdd61
- fix bug #121220, httpd config file tweaks
ccdd61
  add doc to INSTALL.REDHAT for selecting MTA
ccdd61
ccdd61
* Fri Sep  3 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-15
ccdd61
- fix bug #117615, don't overwrite user modified templates on install
ccdd61
  made template directory "config noreplace"
ccdd61
ccdd61
* Thu Sep  2 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-14
ccdd61
- add comments into the crontab files so users know the /etc/cron.d
ccdd61
  file is volitile and will edit the right file.
ccdd61
  Also make the master crontab file "config noreplace" so edits are preserved.
ccdd61
ccdd61
* Wed Sep  1 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-13
ccdd61
- fix bug #124208, enable mailman cron jobs from init.d rather than during installation
ccdd61
ccdd61
* Tue Aug 31 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-12
ccdd61
- fix bug #129920, cron jobs execute under wrong SELinux policy
ccdd61
ccdd61
* Mon Aug 30 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-11
ccdd61
- remove all editing of aliases file in %%pre and %%post, fixes #bug 125651
ccdd61
ccdd61
* Mon Aug  9 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-10
ccdd61
- fix bug #129492 and bug #120912
ccdd61
  stop using crontab to setup mailman's cron jobs,
ccdd61
  instead install cron script in /etc/cron.d
ccdd61
ccdd61
* Mon Aug  9 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-9
ccdd61
- apply patch to elminate "-1 LISTNAME moderator request(s) waiting" messages
ccdd61
  problem desciption here:
ccdd61
  http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.038.htp
ccdd61
ccdd61
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ccdd61
- rebuilt
ccdd61
ccdd61
* Wed Jun  9 2004 John Dennis <jdennis@redhat.com> - 3:2.1.5-7
ccdd61
- bump rev for rebuild
ccdd61
ccdd61
* Wed Jun  9 2004 John Dennis <jdennis@redhat.com> - 3:2.1.5-6
ccdd61
- fix bug in pre scriplet, last command had been "service mailman stop"
ccdd61
  which should have been harmless if mailman was not installed except
ccdd61
  that it left the exit status from the script as non-zero and rpm
ccdd61
  aborted the install.
ccdd61
ccdd61
* Wed Jun  9 2004 John Dennis <jdennis@redhat.com> - 3:2.1.5-5
ccdd61
- add status reporting to init.d control script
ccdd61
  stop mailman during an installation
ccdd61
  restart mailman if it had been running prior to installation
ccdd61
ccdd61
* Mon Jun  7 2004 John Dennis <jdennis@redhat.com> - 3:2.1.5-4
ccdd61
- back python prereq down to 2.2, should be sufficient
ccdd61
ccdd61
* Thu May 20 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-3
ccdd61
- make python prereq be at least 2.3
ccdd61
ccdd61
* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 3:2.1.5-2
ccdd61
- rebuild 
ccdd61
ccdd61
* Mon May 17 2004 John Dennis <jdennis@redhat.com> 3:2.1.5-1
ccdd61
- bring up to latest 2.1.5 upstream release
ccdd61
  From Barry Warsaw: Mailman 2.1.5, a bug fix release that also
ccdd61
  contains new support for the Turkish language, and a few minor new
ccdd61
  features. Mailman 2.1.5 is a significant upgrade which should
ccdd61
  improve disk i/o performance, administrative overhead for discarding
ccdd61
  held spams, and the behavior of bouncing member disables.  This
ccdd61
  version also contains a fix for an exploit that could allow 3rd
ccdd61
  parties to retrieve member passwords.  It is thus highly recommended
ccdd61
  that all existing sitesupgrade to the latest version
ccdd61
ccdd61
* Tue May 04 2004 Warren Togami <wtogami@redhat.com> 3:2.1.4-4
ccdd61
- #105638 fix bytecompile and rpm -V
ccdd61
- postun /etc/postfix/aliases fix
ccdd61
- clean uninstall (no more empty dirs)
ccdd61
- #115378 RedirectMatch syntax fix
ccdd61
ccdd61
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ccdd61
- rebuilt
ccdd61
ccdd61
* Fri Jan  9 2004 John Dennis <jdennis@finch.boston.redhat.com> 3:2.1.4-1
ccdd61
- upgrade to new upstream release 2.1.4
ccdd61
- fixes bugs 106349,112851,105367,91463
ccdd61
ccdd61
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
ccdd61
- rebuilt
ccdd61
ccdd61
* Wed May  7 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- bring up to next upstream release 2.1.2
ccdd61
ccdd61
* Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ccdd61
- fix typo in post script: mmusr -> mmuser
ccdd61
ccdd61
* Thu Apr 24 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- fix bug 72004, 74483, 74484, 87856 - improper log rotation
ccdd61
- fix bug 88083 - mailman user/group needed to exist during build
ccdd61
- fix bug 88144 - wrong %%file attributes on mm_cfg.py
ccdd61
- fix bug 89221 - mailman user not created on install
ccdd61
- fix bug 89250 - wrong pid file name in initscript
ccdd61
ccdd61
* Wed Mar 05 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ccdd61
- change to /etc/rc.d/init.d as in all other rpms
ccdd61
ccdd61
* Thu Feb 20 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- change mailman login shell from /bin/false to /sbin/nologin
ccdd61
ccdd61
* Fri Feb 14 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- bring package up to 2.1.1 release, add /usr/share/doc files
ccdd61
ccdd61
* Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ccdd61
- make the icon dir owned by root:root as in other rpms
ccdd61
ccdd61
* Fri Jan 31 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- various small tweaks to the spec file to make installation cleaner
ccdd61
- use %%{__python} when compiling, redirect compile output to /dev/null,
ccdd61
- don't run update in %%post, let the user do it, remove the .pyc files in %%postun,
ccdd61
- add setting of MAILHOST and URLHOST to localhost.localdomain, don't let
ccdd61
- configure set them to the build machine.
ccdd61
ccdd61
* Mon Jan 27 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- add the cross site scripting (xss) security patch to version 2.1
ccdd61
ccdd61
* Fri Jan 24 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- do not start mailman service in %%post
ccdd61
ccdd61
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
ccdd61
- rebuilt
ccdd61
ccdd61
* Mon Jan 20 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- 1) remove config patch, mailmanctl was not the right file to install in init.d,
ccdd61
- it needed to be scripts/mailman
ccdd61
- 2) rename httpd-mailman.conf to mailman.conf, since the file now lives
ccdd61
- in httpd/conf.d directory the http prefix is redundant and inconsistent
ccdd61
- with the other file names in that directory.
ccdd61
ccdd61
* Tue Jan  7 2003 John Dennis <jdennis@finch.boston.redhat.com>
ccdd61
- Bring package up to date with current upstream source, 2.1
ccdd61
- Fix several install/packaging problems that were in upstream source
ccdd61
- Add multiple mail group functionality
ccdd61
- Fix syntax error in fblast.py
ccdd61
- Remove the forced setting of mail host and url host in mm_cfg.py
ccdd61
ccdd61
* Tue Nov 12 2002 Tim Powers <timp@redhat.com> 2.0.13-4
ccdd61
- remove files from $$RPM_BUILD_ROOT that we don't intent to ship
ccdd61
ccdd61
* Thu Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.13-3
ccdd61
- set MAILHOST and WWWHOST in case the configure script can't figure out the
ccdd61
  local host name
ccdd61
ccdd61
* Fri Aug  2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.13-2
ccdd61
- rebuild
ccdd61
ccdd61
* Fri Aug  2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.13-1
ccdd61
- specify log files individually, per faq wizard
ccdd61
- update to 2.0.13
ccdd61
ccdd61
* Wed May 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.11-1
ccdd61
- update to 2.0.11
ccdd61
ccdd61
* Fri Apr  5 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.9-1
ccdd61
- include README.QMAIL in with the docs (#58887)
ccdd61
- include README.SENDMAIL and README.EXIM in with the docs
ccdd61
- use an included httpd.conf file instead of listing the configuration
ccdd61
  directives in the %%description, which due to specspo magic might look
ccdd61
  wrong sometimes (part of #51324)
ccdd61
- interpolate the DEFAULT_HOST_NAME value in mm.cfg into both the DEFAULT_URL
ccdd61
  and MAILMAN_OWNER (#57987)
ccdd61
- move logs to /var/log/mailman, qfiles to /var/spool/mailman, rotate
ccdd61
  logs in the log directory (#48724)
ccdd61
- raise exceptions when someone tries to set the admin address for a list
ccdd61
  to that of the admin alias (#61468)
ccdd61
ccdd61
* Thu Apr  4 2002 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- fix a default permissions problem in %%{_var}/mailman/archives/private,
ccdd61
  reported by Johannes Erdfelt
ccdd61
- update to 2.0.9
ccdd61
ccdd61
* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- make the symlink in /etc/smrsh relative
ccdd61
ccdd61
* Tue Dec 11 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.8-1
ccdd61
- set FQDN and URL at build-time so that they won't be set to the host the
ccdd61
  RPM package is built on (#59177)
ccdd61
ccdd61
* Wed Nov 28 2001 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to 2.0.8
ccdd61
ccdd61
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.0.7-1
ccdd61
- update to 2.0.7
ccdd61
ccdd61
* Wed Jul 25 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.6-1
ccdd61
- update to 2.0.6
ccdd61
ccdd61
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- code in default user/group names/IDs
ccdd61
ccdd61
* Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to 2.0.5
ccdd61
- change the default hostname from localhost to localhost.localdomain in the
ccdd61
  default configuration
ccdd61
- chuck configuration file settings other than those dependent on the host name
ccdd61
  (the build system's host name is not a good default)  (#32337)
ccdd61
ccdd61
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to 2.0.3
ccdd61
ccdd61
* Tue Mar  6 2001 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to 2.0.2
ccdd61
ccdd61
* Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- patch from Barry Warsaw (via mailman-developers) to not die on
ccdd61
  broken Content-Type: headers
ccdd61
ccdd61
* Tue Jan  9 2001 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to 2.0.1
ccdd61
ccdd61
* Wed Dec  6 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to 2.0 final release
ccdd61
- move the data to %%{_var}
ccdd61
ccdd61
* Fri Oct 20 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to beta 6
ccdd61
ccdd61
* Thu Aug  3 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- add note about adding FollowSymlinks so that archives work
ccdd61
ccdd61
* Wed Aug  2 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- make the default owner root again so that root owns the docs
ccdd61
- update to 2.0beta5, which fixes a possible security vulnerability
ccdd61
- add smrsh symlink
ccdd61
ccdd61
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
ccdd61
- rebuilt
ccdd61
ccdd61
* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to beta4
ccdd61
- change uid/gid to apache.apache to match apache (#13593)
ccdd61
- properly recompile byte-compiled versions of the scripts (#13619)
ccdd61
- change mailman alias from root to postmaster
ccdd61
ccdd61
* Sat Jul  1 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- update to beta3
ccdd61
- drop bugs and arch patches (integrated into beta3)
ccdd61
ccdd61
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- move web files to reside under %%{contentdir}
ccdd61
- move files from /usr/share to %%{_datadir}
ccdd61
- integrate spot-fixes from mailman lists via gnome.org
ccdd61
ccdd61
* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- rebuild for Power Tools
ccdd61
ccdd61
* Wed May 23 2000 Nalin Dahyabhai <nalin@redhat.com>
ccdd61
- Update to 2.0beta2 to pick up security fixes.
ccdd61
- Change equires python to list >= 1.5.2
ccdd61
ccdd61
* Mon Nov  8 1999 Bernhard Rosenkränzer <bero@redhat.com>
ccdd61
- 1.1
ccdd61
ccdd61
* Tue Sep 14 1999 Preston Brown <pbrown@redhat.com>
ccdd61
- 1.0 final.
ccdd61
ccdd61
* Tue Jun 15 1999 Preston Brown <pbrown@redhat.com>
ccdd61
- security fix for cookies
ccdd61
- moved to /usr/share/mailman
ccdd61
ccdd61
* Fri May 28 1999 Preston Brown <pbrown@redhat.com>
ccdd61
- fix up default values.
ccdd61
ccdd61
* Fri May 07 1999 Preston Brown <pbrown@redhat.com>
ccdd61
- modifications to install scripts
ccdd61
ccdd61
* Thu May 06 1999 Preston Brown <pbrown@redhat.com>
ccdd61
- initial RPM for SWS 3.0