diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-07-24 17:36:02 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-07-24 17:36:02 +0000 |
commit | d368a7dd35d14b4e492777bfbc2f06102c359f93 (patch) | |
tree | 91a2bd4d7d0a9622f07d9dd9184a9c4e772dcea7 /mail/bsmtp/files/patch-configure | |
parent | - Update to 20070723 (diff) |
* bump up to sendmail 8.13 and cross fingers
* make sure recipient addresses starting with '-' are not mistaken for flags
Diffstat (limited to 'mail/bsmtp/files/patch-configure')
-rw-r--r-- | mail/bsmtp/files/patch-configure | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/mail/bsmtp/files/patch-configure b/mail/bsmtp/files/patch-configure index 096a7de0a43f..56ff15c81d87 100644 --- a/mail/bsmtp/files/patch-configure +++ b/mail/bsmtp/files/patch-configure @@ -1,20 +1,21 @@ $FreeBSD$ ---- configure.orig Fri Feb 22 17:30:58 2002 -+++ configure Fri Feb 22 17:32:13 2002 -@@ -41,6 +41,10 @@ +--- configure.orig ++++ configure +@@ -41,6 +41,11 @@ "batcher", "batcher.c", "bsmtp.c", ++ "bsmtp.m4.8.14", ++ "bsmtp.m4.8.13", + "bsmtp.m4.8.12", + "bsmtp.m4.8.11", + "bsmtp.m4.8.10", -+ "bsmtp.m4.8.9", "bsmtp.m4.8.9", "bsmtp.m4.8.8", "bsmtp.m4.8.7", -@@ -198,6 +202,12 @@ +@@ -198,6 +203,16 @@ $default[$i] = '8.8'; } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.9(\..*)?\s*$/) { $default[$i] = '8.9'; @@ -24,6 +25,10 @@ $FreeBSD$ + $default[$i] = '8.11'; + } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.12(\..*)?\s*$/) { + $default[$i] = '8.12'; ++ } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.13(\..*)?\s*$/) { ++ $default[$i] = '8.13'; ++ } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.14(\..*)?\s*$/) { ++ $default[$i] = '8.14'; } else { $default[$i] = ''; # Will not be installed } |