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(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')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(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
|
||||
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: A widely used Mail Transport Agent (MTA).
|
||||
Name: sendmail
|
||||
Version: 8.11.4
|
||||
Release: 8
|
||||
Version: 8.11.6
|
||||
Release: 1
|
||||
Copyright: BSD
|
||||
Group: System Environment/Daemons
|
||||
Provides: smtpdaemon
|
||||
@ -22,7 +22,6 @@ Patch3: sendmail-8.8.7-rmail.patch
|
||||
Patch5: sendmail-8.10.1-movefiles.patch
|
||||
Patch6: sendmail-8.10.1-manpath.patch
|
||||
Patch7: sendmail-8.11.0-m4path.patch
|
||||
Patch8: sendmail-8.11.2-fix.patch
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: openldap-devel, cyrus-sasl-devel
|
||||
BuildRequires: gdbm-devel, db3-devel
|
||||
@ -70,7 +69,6 @@ your sendmail.cf file.
|
||||
%patch5 -p1 -b .movestuff
|
||||
%patch6 -p0
|
||||
%patch7 -p1 -b .m4path
|
||||
%patch8 -p1
|
||||
|
||||
sed -e 's|@@PATH@@|\.\.|' < %{SOURCE6} > cf/cf/redhat.mc
|
||||
|
||||
@ -286,8 +284,7 @@ fi
|
||||
%{_mandir}/man1/newaliases.1*
|
||||
%{_mandir}/man1/mailq.1*
|
||||
|
||||
/var/log/statistics
|
||||
# XXX can't do noreplace here or new sendmail will not deliver.
|
||||
%config(noreplace) /etc/mail/statistics
|
||||
%config(noreplace) /etc/sendmail.cf
|
||||
%attr(0644,root,root) %config(noreplace) /etc/mail/sendmail.mc
|
||||
%config(noreplace) /etc/mail/local-host-names
|
||||
@ -329,6 +326,10 @@ fi
|
||||
%{_docdir}/sendmail
|
||||
|
||||
%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>
|
||||
- change init script back to older conventions #51297
|
||||
- remove DoS patch, not needed anymore #51247
|
||||
|
Loading…
Reference in New Issue
Block a user