OBS User unknown 2006-10-23 13:43:41 +00:00 committed by Git OBS Bridge
parent 23b97fc669
commit 508f3803aa

View File

@ -28,7 +28,7 @@ Provides: exim = %{version}-%{release}
%endif
URL: http://www.exim.org/
Conflicts: sendmail sendmail-tls postfix
License: GPL
License: GNU General Public License (GPL) - all versions
Group: Productivity/Networking/Email/Servers
Autoreqprov: on
provides: smtp_daemon
@ -37,7 +37,7 @@ Requires: logrotate
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils
%endif
Version: 4.63
Release: 9
Release: 16
Summary: The Exim Mail Transfer Agent, a Replacement for sendmail
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: exim-%{version}.tar.bz2
@ -415,9 +415,11 @@ exit 0
%endif
%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
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
- add support for building with mysql lookup support, by defining
%%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
queries.
* exipick: added --reverse (and -R synonym), --random, --size, --sort and
--not options
--not options
* exipick: rewrote --help documentation to hopefully make more clear.
* 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
@ -554,7 +556,7 @@ exit 0
. Support for ratelimiting hosts and users.
. New expansion items to help with the BATV "prvs" scheme.
. 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
/etc/sysconfig/exim, puts HTML reports of the 'eximstats' log
analyzer into /srv/www/eximstats
@ -600,9 +602,9 @@ exit 0
- Use <owner>:<group> in permissions file.
* Tue Jan 11 2005 - poeml@suse.de
- security fixes:
- CAN-2005-0021 host_aton() Buffer Overflow Vulnerability
- CAN-2005-0021 host_aton() Buffer Overflow Vulnerability
[#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]
* Fri Dec 10 2004 - poeml@suse.de
- update to 4.43
@ -660,20 +662,20 @@ exit 0
processes; don't disrupt mail transfer
* Fri Aug 15 2003 - poeml@suse.de
- 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.
(b) If an incoming SMTP command contains a NULL character, it
is rejected as invalid.
- sieve support (rfc 3028)
- support for saslauthd authentication
- cramtest.pl utility updated
- eximstats 1.28 (addition of -nt option)
- If a DNS black list lookup found a CNAME record, but there were
- sieve support (rfc 3028)
- support for saslauthd authentication
- cramtest.pl utility updated
- eximstats 1.28 (addition of -nt option)
- If a DNS black list lookup found a CNAME record, but there were
no A records associated with the domain it pointed at, Exim
crashed.
- add new Auto-Submitted header on e.g. bounces
- new option syslog_duplication
- more flexible way to specify listening addresses/ports
- add new Auto-Submitted header on e.g. bounces
- new option syslog_duplication
- more flexible way to specify listening addresses/ports
- use -Wall
- add -fno-strict-aliasing, due to warnings about code where
dereferencing type-punned pointers will break strict aliasing
@ -688,19 +690,19 @@ exit 0
- avoid absolute symlinks below /usr
* Thu May 15 2003 - poeml@suse.de
- update to 4.20
- bug fixes
- upgraded to PCRE 4.2
- upgraded eximstats to 1.27
- added versioning to the local_scan() API
- Added acl_smtp_helo
- added the "discard" verb to ACLs.
- for building, DESTDIR can be used now instead of ROOT
- behaviour of -t in the presence of Resent- headers has been
- bug fixes
- upgraded to PCRE 4.2
- upgraded eximstats to 1.27
- added versioning to the local_scan() API
- Added acl_smtp_helo
- added the "discard" verb to ACLs.
- for building, DESTDIR can be used now instead of ROOT
- behaviour of -t in the presence of Resent- headers has been
changed for compatibility
- added new syslog facilities:
- added new syslog facilities:
(i) SYSLOG_LOGS_PID and LONG_SYSLOG_LINES in src/EDITME.
(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
- remove filelist hack from %%clean, since now we have rpm4 :-)
- create logfiles from %%post, not in the init script [#24262]
@ -734,18 +736,18 @@ exit 0
* Wed Dec 11 2002 - poeml@suse.de
- update to 4.11, with security and bug fixes. The more important
changes are:
- [in short] Make exim cope with strace -f
- Make sure Exim doesn't overrun the buffer if an oversize packet
- [in short] Make exim cope with strace -f
- Make sure Exim doesn't overrun the buffer if an oversize packet
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
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.
- 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
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
black list lookups was being used in log or user messages, e.g.
references to $dnslists_text.