Bug 50984 - [PATCH] port mail/exim bug fixes, support for db4.1
Summary: [PATCH] port mail/exim bug fixes, support for db4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 14:30 UTC by Oliver Eikemeier
Modified: 2003-05-12 10:43 UTC (History)
1 user (show)

See Also:


Attachments
exim-db41.patch (1.03 KB, patch)
2003-04-15 14:30 UTC, Oliver Eikemeier
no flags Details | Diff
file.diff (2.94 KB, patch)
2003-04-15 14:30 UTC, Oliver Eikemeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Eikemeier 2003-04-15 14:30:14 UTC
Two bugs have been discovered in the exim 4.14 distribution and are fixed by the author.

Sheldon Hearn (the ports maintainer) is away till May 12th, see
  <http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030407/052312.html>

Somebody care to volunteer to commit these patches?

- support for db4.1
- fix for bug in check_dir_size
  <http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030414/052510.html>
- fix for bug in address rewriting
  <http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030414/052511.html>
- speling of plantext bug fix

Fix: cd /usr/ports/mail
patch < ~/exim-db41.patch
patch < ~/exim-fixes.patch
find exim \( -name '*.orig' -o -empty \) -delete
Comment 1 Oliver Eikemeier 2003-04-28 12:24:32 UTC
another one:

- fix for unqualified redirection addresses prefixed with '\'

<http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030421/052745.html>

cd /usr/ports/mail
patch < ~/exim-fixes2.patch
rm exim/files/patch-src::rda.c.orig

--- exim-fixes2.patch begins here ---
diff -Nur exim/files/patch-src::rda.c.orig exim/files/patch-src::rda.c
--- exim/files/patch-src::rda.c.orig	Thu Jan  1 01:00:00 1970
+++ exim/files/patch-src::rda.c	Tue Apr 22 13:53:47 2003
@@ -0,0 +1,11 @@
+--- src/rda.c.orig	Tue Mar 11 13:20:22 2003
++++ src/rda.c	Tue Apr 22 13:53:10 2003
+@@ -376,7 +376,7 @@
+   options,                           /* specials that are allowed */
+   generated,                         /* where to hang them */
+   error,                             /* for errors */
+-  qualify_domain_recipient,          /* to qualify \name */
++  deliver_domain,                    /* to qualify \name */
+   include_directory,                 /* restrain to directory */
+   eblockp);                          /* for skipped syntax errors */
+ }
--- exim-fixes2.patch ends here ---
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2003-05-12 10:43:31 UTC
State Changed
From-To: open->closed

Committed, thanks!