This commit is contained in:
parent
23b97fc669
commit
508f3803aa
66
exim.spec
66
exim.spec
@ -28,7 +28,7 @@ Provides: exim = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
URL: http://www.exim.org/
|
URL: http://www.exim.org/
|
||||||
Conflicts: sendmail sendmail-tls postfix
|
Conflicts: sendmail sendmail-tls postfix
|
||||||
License: GPL
|
License: GNU General Public License (GPL) - all versions
|
||||||
Group: Productivity/Networking/Email/Servers
|
Group: Productivity/Networking/Email/Servers
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
provides: smtp_daemon
|
provides: smtp_daemon
|
||||||
@ -37,7 +37,7 @@ Requires: logrotate
|
|||||||
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils
|
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils
|
||||||
%endif
|
%endif
|
||||||
Version: 4.63
|
Version: 4.63
|
||||||
Release: 9
|
Release: 16
|
||||||
Summary: The Exim Mail Transfer Agent, a Replacement for sendmail
|
Summary: The Exim Mail Transfer Agent, a Replacement for sendmail
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: exim-%{version}.tar.bz2
|
Source: exim-%{version}.tar.bz2
|
||||||
@ -415,9 +415,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog -n exim
|
%changelog -n exim
|
||||||
* Mon Oct 02 2006 - poeml@suse.de
|
* Mon Oct 23 2006 - poeml@suse.de
|
||||||
- define SYSLOG_LOG_PID in src/EDITME, so the process id is
|
- define SYSLOG_LOG_PID in src/EDITME, so the process id is
|
||||||
included when logging via syslog. Pointed out by Florian Laws.
|
included when logging via syslog. Pointed out by Florian Laws.
|
||||||
|
* Fri Oct 20 2006 - lmuelle@suse.de
|
||||||
|
- add sendmail to the Provides tag in the init script
|
||||||
* Fri Aug 04 2006 - poeml@suse.de
|
* Fri Aug 04 2006 - poeml@suse.de
|
||||||
- add support for building with mysql lookup support, by defining
|
- add support for building with mysql lookup support, by defining
|
||||||
%%build_with_mysql at the top of the spec file [#188586]
|
%%build_with_mysql at the top of the spec file [#188586]
|
||||||
@ -510,7 +512,7 @@ exit 0
|
|||||||
* Added Alain Williams' LDAP patch to support setting REFERRALS=off on
|
* Added Alain Williams' LDAP patch to support setting REFERRALS=off on
|
||||||
queries.
|
queries.
|
||||||
* exipick: added --reverse (and -R synonym), --random, --size, --sort and
|
* exipick: added --reverse (and -R synonym), --random, --size, --sort and
|
||||||
--not options
|
--not options
|
||||||
* exipick: rewrote --help documentation to hopefully make more clear.
|
* exipick: rewrote --help documentation to hopefully make more clear.
|
||||||
* Made -oMaa and -oMt work with -bh and -bs to pretend the connection is
|
* Made -oMaa and -oMt work with -bh and -bs to pretend the connection is
|
||||||
authenticated or an ident call has been made. Suppress the default
|
authenticated or an ident call has been made. Suppress the default
|
||||||
@ -554,7 +556,7 @@ exit 0
|
|||||||
. Support for ratelimiting hosts and users.
|
. Support for ratelimiting hosts and users.
|
||||||
. New expansion items to help with the BATV "prvs" scheme.
|
. New expansion items to help with the BATV "prvs" scheme.
|
||||||
. A "match_ip" condition, that matches an IP address against a list.
|
. A "match_ip" condition, that matches an IP address against a list.
|
||||||
- numerous bug fixes and minor changes
|
- numerous bug fixes and minor changes
|
||||||
- add eximstats-html subpackage, which, if installed and enabled in
|
- add eximstats-html subpackage, which, if installed and enabled in
|
||||||
/etc/sysconfig/exim, puts HTML reports of the 'eximstats' log
|
/etc/sysconfig/exim, puts HTML reports of the 'eximstats' log
|
||||||
analyzer into /srv/www/eximstats
|
analyzer into /srv/www/eximstats
|
||||||
@ -600,9 +602,9 @@ exit 0
|
|||||||
- Use <owner>:<group> in permissions file.
|
- Use <owner>:<group> in permissions file.
|
||||||
* Tue Jan 11 2005 - poeml@suse.de
|
* Tue Jan 11 2005 - poeml@suse.de
|
||||||
- security fixes:
|
- security fixes:
|
||||||
- CAN-2005-0021 host_aton() Buffer Overflow Vulnerability
|
- CAN-2005-0021 host_aton() Buffer Overflow Vulnerability
|
||||||
[#49675]
|
[#49675]
|
||||||
- CAN-2005-0022 auth_spa_server() Buffer Overflow Vulnerability
|
- CAN-2005-0022 auth_spa_server() Buffer Overflow Vulnerability
|
||||||
SPA support is not compiled in. Fix added nevertheless [#49676]
|
SPA support is not compiled in. Fix added nevertheless [#49676]
|
||||||
* Fri Dec 10 2004 - poeml@suse.de
|
* Fri Dec 10 2004 - poeml@suse.de
|
||||||
- update to 4.43
|
- update to 4.43
|
||||||
@ -660,20 +662,20 @@ exit 0
|
|||||||
processes; don't disrupt mail transfer
|
processes; don't disrupt mail transfer
|
||||||
* Fri Aug 15 2003 - poeml@suse.de
|
* Fri Aug 15 2003 - poeml@suse.de
|
||||||
- update to 4.21. many changes, see NewStuff and ChangeLog file!
|
- update to 4.21. many changes, see NewStuff and ChangeLog file!
|
||||||
- prevent possible overflow in HELO/EHLO command by
|
- prevent possible overflow in HELO/EHLO command by
|
||||||
(a) rewrite of the offending code in a cleaner fashion.
|
(a) rewrite of the offending code in a cleaner fashion.
|
||||||
(b) If an incoming SMTP command contains a NULL character, it
|
(b) If an incoming SMTP command contains a NULL character, it
|
||||||
is rejected as invalid.
|
is rejected as invalid.
|
||||||
- sieve support (rfc 3028)
|
- sieve support (rfc 3028)
|
||||||
- support for saslauthd authentication
|
- support for saslauthd authentication
|
||||||
- cramtest.pl utility updated
|
- cramtest.pl utility updated
|
||||||
- eximstats 1.28 (addition of -nt option)
|
- eximstats 1.28 (addition of -nt option)
|
||||||
- If a DNS black list lookup found a CNAME record, but there were
|
- If a DNS black list lookup found a CNAME record, but there were
|
||||||
no A records associated with the domain it pointed at, Exim
|
no A records associated with the domain it pointed at, Exim
|
||||||
crashed.
|
crashed.
|
||||||
- add new Auto-Submitted header on e.g. bounces
|
- add new Auto-Submitted header on e.g. bounces
|
||||||
- new option syslog_duplication
|
- new option syslog_duplication
|
||||||
- more flexible way to specify listening addresses/ports
|
- more flexible way to specify listening addresses/ports
|
||||||
- use -Wall
|
- use -Wall
|
||||||
- add -fno-strict-aliasing, due to warnings about code where
|
- add -fno-strict-aliasing, due to warnings about code where
|
||||||
dereferencing type-punned pointers will break strict aliasing
|
dereferencing type-punned pointers will break strict aliasing
|
||||||
@ -688,19 +690,19 @@ exit 0
|
|||||||
- avoid absolute symlinks below /usr
|
- avoid absolute symlinks below /usr
|
||||||
* Thu May 15 2003 - poeml@suse.de
|
* Thu May 15 2003 - poeml@suse.de
|
||||||
- update to 4.20
|
- update to 4.20
|
||||||
- bug fixes
|
- bug fixes
|
||||||
- upgraded to PCRE 4.2
|
- upgraded to PCRE 4.2
|
||||||
- upgraded eximstats to 1.27
|
- upgraded eximstats to 1.27
|
||||||
- added versioning to the local_scan() API
|
- added versioning to the local_scan() API
|
||||||
- Added acl_smtp_helo
|
- Added acl_smtp_helo
|
||||||
- added the "discard" verb to ACLs.
|
- added the "discard" verb to ACLs.
|
||||||
- for building, DESTDIR can be used now instead of ROOT
|
- for building, DESTDIR can be used now instead of ROOT
|
||||||
- behaviour of -t in the presence of Resent- headers has been
|
- behaviour of -t in the presence of Resent- headers has been
|
||||||
changed for compatibility
|
changed for compatibility
|
||||||
- added new syslog facilities:
|
- added new syslog facilities:
|
||||||
(i) SYSLOG_LOGS_PID and LONG_SYSLOG_LINES in src/EDITME.
|
(i) SYSLOG_LOGS_PID and LONG_SYSLOG_LINES in src/EDITME.
|
||||||
(ii) syslog_facility and syslog_processname main options.
|
(ii) syslog_facility and syslog_processname main options.
|
||||||
- the documentation was brought up to date.
|
- the documentation was brought up to date.
|
||||||
- update exiscan patch to exiscan-acl-4.20-02
|
- update exiscan patch to exiscan-acl-4.20-02
|
||||||
- remove filelist hack from %%clean, since now we have rpm4 :-)
|
- remove filelist hack from %%clean, since now we have rpm4 :-)
|
||||||
- create logfiles from %%post, not in the init script [#24262]
|
- create logfiles from %%post, not in the init script [#24262]
|
||||||
@ -734,18 +736,18 @@ exit 0
|
|||||||
* Wed Dec 11 2002 - poeml@suse.de
|
* Wed Dec 11 2002 - poeml@suse.de
|
||||||
- update to 4.11, with security and bug fixes. The more important
|
- update to 4.11, with security and bug fixes. The more important
|
||||||
changes are:
|
changes are:
|
||||||
- [in short] Make exim cope with strace -f
|
- [in short] Make exim cope with strace -f
|
||||||
- Make sure Exim doesn't overrun the buffer if an oversize packet
|
- Make sure Exim doesn't overrun the buffer if an oversize packet
|
||||||
is received from a nameserver.
|
is received from a nameserver.
|
||||||
- Exim crashed on an attempt to check senders or sender domains
|
- Exim crashed on an attempt to check senders or sender domains
|
||||||
in an ACL other than after RCPT or DATA. It's now a temporary
|
in an ACL other than after RCPT or DATA. It's now a temporary
|
||||||
error.
|
error.
|
||||||
- Minor security problem involving pid_file_path (admin user
|
- Minor security problem involving pid_file_path (admin user
|
||||||
could get root) has been fixed.
|
could get root) has been fixed.
|
||||||
- If an ACL that was read from a file was used in more than one
|
- If an ACL that was read from a file was used in more than one
|
||||||
message in a single SMTP transaction, Exim could crash or
|
message in a single SMTP transaction, Exim could crash or
|
||||||
misbehave in arbitrary ways. [...]
|
misbehave in arbitrary ways. [...]
|
||||||
- A similar problem to 127: memory corruption could occur for
|
- A similar problem to 127: memory corruption could occur for
|
||||||
multiple messages in one SMTP connection if the data from DNS
|
multiple messages in one SMTP connection if the data from DNS
|
||||||
black list lookups was being used in log or user messages, e.g.
|
black list lookups was being used in log or user messages, e.g.
|
||||||
references to $dnslists_text.
|
references to $dnslists_text.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user