auto-import changelog data from sendmail-8.11.6-1.src.rpm
Thu Aug 23 2001 Florian La Roche <Florian.LaRoche@redhat.de> - update to 8.11.6 - correctly use /etc/mail/statistics
This commit is contained in:
parent
849c77a284
commit
e63041cfbd
@ -1 +1 @@
|
|||||||
sendmail.8.11.4.tar.gz
|
sendmail.8.11.6.tar.gz
|
||||||
|
@ -17,7 +17,7 @@ define(`confTRY_NULL_MX_LIST',true)dnl
|
|||||||
define(`confDONT_PROBE_INTERFACES',true)dnl
|
define(`confDONT_PROBE_INTERFACES',true)dnl
|
||||||
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
|
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
|
||||||
define(`ALIAS_FILE', `/etc/aliases')dnl
|
define(`ALIAS_FILE', `/etc/aliases')dnl
|
||||||
define(`STATUS_FILE', `/var/log/sendmail.st')dnl
|
dnl define(`STATUS_FILE', `/etc/mail/statistics')dnl
|
||||||
define(`UUCP_MAILER_MAX', `2000000')dnl
|
define(`UUCP_MAILER_MAX', `2000000')dnl
|
||||||
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
|
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
|
||||||
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
|
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A widely used Mail Transport Agent (MTA).
|
Summary: A widely used Mail Transport Agent (MTA).
|
||||||
Name: sendmail
|
Name: sendmail
|
||||||
Version: 8.11.4
|
Version: 8.11.6
|
||||||
Release: 8
|
Release: 1
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Provides: smtpdaemon
|
Provides: smtpdaemon
|
||||||
@ -22,7 +22,6 @@ Patch3: sendmail-8.8.7-rmail.patch
|
|||||||
Patch5: sendmail-8.10.1-movefiles.patch
|
Patch5: sendmail-8.10.1-movefiles.patch
|
||||||
Patch6: sendmail-8.10.1-manpath.patch
|
Patch6: sendmail-8.10.1-manpath.patch
|
||||||
Patch7: sendmail-8.11.0-m4path.patch
|
Patch7: sendmail-8.11.0-m4path.patch
|
||||||
Patch8: sendmail-8.11.2-fix.patch
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: openldap-devel, cyrus-sasl-devel
|
BuildRequires: openldap-devel, cyrus-sasl-devel
|
||||||
BuildRequires: gdbm-devel, db3-devel
|
BuildRequires: gdbm-devel, db3-devel
|
||||||
@ -70,7 +69,6 @@ your sendmail.cf file.
|
|||||||
%patch5 -p1 -b .movestuff
|
%patch5 -p1 -b .movestuff
|
||||||
%patch6 -p0
|
%patch6 -p0
|
||||||
%patch7 -p1 -b .m4path
|
%patch7 -p1 -b .m4path
|
||||||
%patch8 -p1
|
|
||||||
|
|
||||||
sed -e 's|@@PATH@@|\.\.|' < %{SOURCE6} > cf/cf/redhat.mc
|
sed -e 's|@@PATH@@|\.\.|' < %{SOURCE6} > cf/cf/redhat.mc
|
||||||
|
|
||||||
@ -286,8 +284,7 @@ fi
|
|||||||
%{_mandir}/man1/newaliases.1*
|
%{_mandir}/man1/newaliases.1*
|
||||||
%{_mandir}/man1/mailq.1*
|
%{_mandir}/man1/mailq.1*
|
||||||
|
|
||||||
/var/log/statistics
|
%config(noreplace) /etc/mail/statistics
|
||||||
# XXX can't do noreplace here or new sendmail will not deliver.
|
|
||||||
%config(noreplace) /etc/sendmail.cf
|
%config(noreplace) /etc/sendmail.cf
|
||||||
%attr(0644,root,root) %config(noreplace) /etc/mail/sendmail.mc
|
%attr(0644,root,root) %config(noreplace) /etc/mail/sendmail.mc
|
||||||
%config(noreplace) /etc/mail/local-host-names
|
%config(noreplace) /etc/mail/local-host-names
|
||||||
@ -329,6 +326,10 @@ fi
|
|||||||
%{_docdir}/sendmail
|
%{_docdir}/sendmail
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
|
- update to 8.11.6
|
||||||
|
- correctly use /etc/mail/statistics
|
||||||
|
|
||||||
* Thu Aug 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Thu Aug 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- change init script back to older conventions #51297
|
- change init script back to older conventions #51297
|
||||||
- remove DoS patch, not needed anymore #51247
|
- remove DoS patch, not needed anymore #51247
|
||||||
|
Loading…
Reference in New Issue
Block a user