auto-import changelog data from sendmail-8.12.11-4.6.src.rpm
Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 8.12.11-4.6 - Fix selinuxenabled location Wed Apr 07 2004 Dan Walsh <dwalsh@redhat.com> 8.12.11-4.5 - Fix security context of pid file for selinux Fri Apr 02 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.4 - fixed alternatives slave for sendmail.sendmail Thu Apr 01 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.3 - set path to cyrus-imapd deliver Wed Mar 31 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.2 - fixed spec file Wed Mar 31 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.1 - added authinfo to possible sendmail maps: /etc/mail/Makefile (#119010) - fixed minor version in changelog
This commit is contained in:
parent
05b2b54641
commit
a9c055225c
@ -6,6 +6,7 @@ POSSIBLE += $(shell test -f bitdomain && echo bitdomain.db)
|
||||
POSSIBLE += $(shell test -f uudomain && echo uudomain.db)
|
||||
POSSIBLE += $(shell test -f genericstable && echo genericstable.db)
|
||||
POSSIBLE += $(shell test -f userdb && echo userdb.db)
|
||||
POSSIBLE += $(shell test -f authinfo && echo authinfo.db)
|
||||
CFFILES = sendmail.cf submit.cf
|
||||
|
||||
|
||||
|
@ -58,6 +58,9 @@ start() {
|
||||
echo -n $"Starting sm-client: "
|
||||
touch /var/run/sm-client.pid
|
||||
chown smmsp:smmsp /var/run/sm-client.pid
|
||||
if [ -x /usr/bin/selinuxenabled ] && /usr/bin/selinuxenabled; then
|
||||
/sbin/restorecon /var/run/sm-client.pid
|
||||
fi
|
||||
daemon --check sm-client /usr/sbin/sendmail -L sm-msp-queue -Ac \
|
||||
-q $SMQUEUE $SENDMAIL_OPTARG
|
||||
RETVAL=$?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# package options
|
||||
## package options
|
||||
%define with_fsl no
|
||||
%define with_tls yes
|
||||
%define with_sasl1 no
|
||||
@ -18,7 +18,7 @@
|
||||
Summary: A widely used Mail Transport Agent (MTA).
|
||||
Name: sendmail
|
||||
Version: 8.12.11
|
||||
Release: 4
|
||||
Release: 4.6
|
||||
License: Sendmail
|
||||
Group: System Environment/Daemons
|
||||
Provides: smtpdaemon
|
||||
@ -212,6 +212,9 @@ APPENDDEF(\`confLIBS',\`%{l_ldflags mysql .} -lmysqlclient -lz -lm')dnl
|
||||
EOF
|
||||
%endif
|
||||
|
||||
# set path to cyrus-imapd deliver
|
||||
perl -pi -e 's:/usr/cyrus/bin/deliver:/usr/lib/cyrus-imapd/deliver:' cf/mailer/cyrus.m4
|
||||
|
||||
DIRS="libsmutil sendmail mailstats rmail praliases smrsh makemap"
|
||||
|
||||
%if "%{with_milter}" == "yes"
|
||||
@ -449,7 +452,7 @@ fi
|
||||
--slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.sendmail \
|
||||
--slave /usr/lib/sendmail mta-sendmail /usr/lib/sendmail.sendmail \
|
||||
--slave %{_sysconfdir}/pam.d/smtp mta-pam %{_sysconfdir}/pam.d/smtp.sendmail \
|
||||
--slave %{_mandir}/man8/sendmail.8.gz mta-sendmailman %{_mandir}/man8/mailq.sendmail.sendmail.8.gz \
|
||||
--slave %{_mandir}/man8/sendmail.8.gz mta-sendmailman %{_mandir}/man8/sendmail.sendmail.8.gz \
|
||||
--slave %{_mandir}/man1/mailq.1.gz mta-mailqman %{_mandir}/man1/mailq.sendmail.1.gz \
|
||||
--slave %{_mandir}/man1/newaliases.1.gz mta-newaliasesman %{_mandir}/man1/newaliases.sendmail.1.gz \
|
||||
--slave %{_mandir}/man5/aliases.5.gz mta-aliasesman %{_mandir}/man5/aliases.sendmail.5.gz \
|
||||
@ -573,47 +576,66 @@ exit 0
|
||||
%{_docdir}/sendmail
|
||||
|
||||
%changelog
|
||||
* Wed Mar 17 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-4
|
||||
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 8.12.11-4.6
|
||||
- Fix selinuxenabled location
|
||||
|
||||
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 8.12.11-4.5
|
||||
- Fix security context of pid file for selinux
|
||||
|
||||
* Fri Apr 2 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.4
|
||||
- fixed alternatives slave for sendmail.sendmail
|
||||
|
||||
* Thu Apr 1 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.3
|
||||
- set path to cyrus-imapd deliver
|
||||
|
||||
* Wed Mar 31 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.2
|
||||
- fixed spec file
|
||||
|
||||
* Wed Mar 31 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4.1
|
||||
- added authinfo to possible sendmail maps: /etc/mail/Makefile (#119010)
|
||||
- fixed minor version in changelog
|
||||
|
||||
* Wed Mar 17 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-4
|
||||
- new slave in alternatives for sendmail man page
|
||||
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 19 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-3.2
|
||||
* Thu Feb 19 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-3.2
|
||||
- removed buildreq for gdbm-devel
|
||||
|
||||
* Thu Feb 19 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-3
|
||||
* Thu Feb 19 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-3
|
||||
- RH3.0E version: sasl1, no pie, old_setup (provide /etc/aliases)
|
||||
- new switches for pie and old_setup
|
||||
|
||||
* Thu Feb 5 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-2.1
|
||||
* Thu Feb 5 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-2.1
|
||||
- new Sendmail.conf for sasl1 (#114726)
|
||||
|
||||
* Wed Jan 28 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-2
|
||||
* Wed Jan 28 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-2
|
||||
- added information for saslauthd and AUTH (#113463)
|
||||
- fixed STATUS_FILE in sendmail-redhat.mc (#114302)
|
||||
- reset mta after update if mta was sendmail (#114257)
|
||||
- enabled pie for ia64 again
|
||||
|
||||
* Mon Jan 26 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-1.3
|
||||
* Mon Jan 26 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-1.3
|
||||
- removed /etc/aliases (now in setup)
|
||||
|
||||
* Thu Jan 22 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-1.2
|
||||
* Thu Jan 22 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-1.2
|
||||
- /usr/lib/sendmail is in alternatives, now
|
||||
- removed trailing / from stdir
|
||||
- fixed define for STATUS_FILE
|
||||
|
||||
* Wed Jan 21 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-1.1
|
||||
* Wed Jan 21 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-1.1
|
||||
- disabled pie for ia64
|
||||
|
||||
* Tue Jan 20 2004 Thomas Woerner <twoerner@redhat.com> 8.2.11-1
|
||||
* Tue Jan 20 2004 Thomas Woerner <twoerner@redhat.com> 8.12.11-1
|
||||
- new version 8.12.11
|
||||
- pie
|
||||
|
||||
* Mon Jan 12 2004 Thomas Woerner <twoerner@redhat.com> 8.2.10-7
|
||||
* Mon Jan 12 2004 Thomas Woerner <twoerner@redhat.com> 8.12.10-7
|
||||
- fc2 version (with sasl2)
|
||||
|
||||
* Mon Jan 12 2004 Thomas Woerner <twoerner@redhat.com> 8.2.10-6
|
||||
* Mon Jan 12 2004 Thomas Woerner <twoerner@redhat.com> 8.12.10-6
|
||||
- reverted to sasl1 for 3.0E: added with_sasl1
|
||||
- spec file cleanup
|
||||
- new location for statistics file (/var/log/)
|
||||
|
Loading…
Reference in New Issue
Block a user