diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-12 18:15:50 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-12 18:15:50 +0000 |
commit | 0887061c19cdfb3aefa193191cfd2b7f7f896841 (patch) | |
tree | 97fb1e067c261a7a1d4b962f1567ac0a80c69c9c /mail-mta/exim/files | |
parent | Update HOMEPAGE/SRC_URI (diff) | |
download | historical-0887061c19cdfb3aefa193191cfd2b7f7f896841.tar.gz historical-0887061c19cdfb3aefa193191cfd2b7f7f896841.tar.bz2 historical-0887061c19cdfb3aefa193191cfd2b7f7f896841.zip |
Fix dsn patch to apply, bug #366835
Package-Manager: portage-2.2.01.18252-prefix/cvs/Darwin powerpc
Diffstat (limited to 'mail-mta/exim/files')
-rw-r--r-- | mail-mta/exim/files/exim-4.76-dsn.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail-mta/exim/files/exim-4.76-dsn.patch b/mail-mta/exim/files/exim-4.76-dsn.patch new file mode 100644 index 000000000000..8a608ba62fb2 --- /dev/null +++ b/mail-mta/exim/files/exim-4.76-dsn.patch @@ -0,0 +1,18 @@ +http://bugs.gentoo.org/show_bug.cgi?id=366835 +https://sourceforge.net/tracker/?func=detail&aid=3300653&group_id=121058&atid=689120 + +--- exim_469_dsn_1_3.patch ++++ exim_469_dsn_1_3.patch +@@ -524,10 +524,10 @@ + diff -urN exim-4.69-orig/src/readconf.c exim-4.69-dsn/src/readconf.c + --- exim-4.69-orig/src/readconf.c 2007-08-23 12:01:49.000000000 +0100 + +++ exim-4.69-dsn/src/readconf.c 2008-07-28 09:52:55.000000000 +0100 +-@@ -207,6 +207,9 @@ +- { "dns_ipv4_lookup", opt_stringptr, &dns_ipv4_lookup }, ++@@ -219,6 +219,9 @@ + { "dns_retrans", opt_time, &dns_retrans }, + { "dns_retry", opt_int, &dns_retry }, ++ { "dns_use_edns0", opt_int, &dns_use_edns0 }, + +#ifdef SUPPORT_DSN + + { "dsn", opt_bool, &dsn }, + +#endif |