From 399b85326fbeb5303caef23dcddd0389079844bef2be42034ca9fe7e7704d26d Mon Sep 17 00:00:00 2001 From: Peter Poeml Date: Thu, 10 Jan 2008 18:30:23 +0000 Subject: [PATCH] update to 4.69 OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=71 --- exim-4.69.tar.bz2 | 3 +++ exim.changes | 25 +++++++++++++++++++++++++ exim.spec | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 exim-4.69.tar.bz2 diff --git a/exim-4.69.tar.bz2 b/exim-4.69.tar.bz2 new file mode 100644 index 0000000..ef0ed39 --- /dev/null +++ b/exim-4.69.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e856cfdb682ba8e8ccb943ab538734d34d0ecefd63465ecc5430bc15915069 +size 1658939 diff --git a/exim.changes b/exim.changes index 07c2d77..7a99c2e 100644 --- a/exim.changes +++ b/exim.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jan 10 19:25:40 CET 2008 - poeml@suse.de + +- update to 4.69, which is mainly a bug fix release (although there + is also preliminary DKIM support available if compiled with + appropriate flags, which we don't do). The major change is an + update to the embedded PCRE library in response to security + issues, which are not relevant here, since we link against the + system pcre library, assuming that it has been fixed already. + TK/01 Add preliminary DKIM support. Currently requires a forked version of + ALT-N's libdkim that I have put here: + http://duncanthrax.net/exim-experimental/ + Note to Michael Haardt: I had to rename some vars in sieve.c. They + were called 'true' and it seems that C99 defines that as a reserved + keyword to be used with 'bool' variable types. That means you could + not include C99-style headers which use bools without triggering + build errors in sieve.c. + NM/01 Bugzilla 592: --help option is handled incorrectly if exim is invoked + as mailq or other aliases. Changed the --help handling significantly + to do whats expected. exim_usage() emits usage/help information. + SC/01 Added the -bylocaldomain option to eximstats. + NM/02 Bugzilla 619: Defended against bad data coming back from gethostbyaddr + NM/03 Bugzilla 613: Documentation fix for acl_not_smtp + NM/04 Bugzilla 628: PCRE update to 7.4 (work done by John Hall) + ------------------------------------------------------------------- Fri Sep 28 01:55:04 CEST 2007 - poeml@suse.de diff --git a/exim.spec b/exim.spec index ed9463a..7b998f5 100644 --- a/exim.spec +++ b/exim.spec @@ -36,7 +36,7 @@ provides: smtp_daemon Requires: logrotate PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils %endif -Version: 4.68 +Version: 4.69 Release: 1 Summary: The Exim Mail Transfer Agent, a Replacement for sendmail BuildRoot: %{_tmppath}/%{name}-%{version}-build