diff options
author | is <is> | 2005-06-29 22:01:19 +0000 |
---|---|---|
committer | is <is> | 2005-06-29 22:01:19 +0000 |
commit | ab5600294680926cf64b848271834829a258b71f (patch) | |
tree | 103e203aa3da5f266844126f7c4256ecd4a4e155 /mail/mini_sendmail/patches | |
parent | b0464acb85970093230e495efba98f02a8eace1c (diff) | |
download | pkgsrc-ab5600294680926cf64b848271834829a258b71f.tar.gz |
Upgrade to 1.3.6nb1.
Diffstat (limited to 'mail/mini_sendmail/patches')
-rw-r--r-- | mail/mini_sendmail/patches/patch-aa | 17 | ||||
-rw-r--r-- | mail/mini_sendmail/patches/patch-ad | 8 |
2 files changed, 11 insertions, 14 deletions
diff --git a/mail/mini_sendmail/patches/patch-aa b/mail/mini_sendmail/patches/patch-aa index 1d0c1212a9d..31887615ccf 100644 --- a/mail/mini_sendmail/patches/patch-aa +++ b/mail/mini_sendmail/patches/patch-aa @@ -1,20 +1,17 @@ -$NetBSD: patch-aa,v 1.6 2005/06/26 19:51:47 is Exp $ +$NetBSD: patch-aa,v 1.7 2005/06/29 22:01:19 is Exp $ ---- mini_sendmail.c.orig 2003-11-17 03:03:35.000000000 +0100 +--- mini_sendmail.c.orig 2005-06-29 19:37:15.000000000 +0200 +++ mini_sendmail.c -@@ -133,7 +133,10 @@ main( int argc, char** argv ) +@@ -134,6 +134,8 @@ main( int argc, char** argv ) timeout = atoi( &(argv[argn][2]) ); else if ( strcmp( argv[argn], "-v" ) == 0 ) verbose = 1; -- else if ( strcmp( argv[argn], "-i" ) == 0 ) + else if ( strcmp( argv[argn], "-oeq" ) == 0 ) + verbose = 0; -+ else if ( strcmp( argv[argn], "-i" ) == 0 || -+ strcmp ( argv[argn], "-oi" ) == 0 ) + else if ( strcmp( argv[argn], "-i" ) == 0 ) ; /* ignore */ - else if ( strcmp( argv[argn], "--" ) == 0 ) - ; /* ignore */ -@@ -504,14 +507,24 @@ parse_for_recipients( char* message ) + else if ( strcmp( argv[argn], "-oi" ) == 0 ) +@@ -507,14 +509,24 @@ parse_for_recipients( char* message ) switch ( *cp ) { case '\n': @@ -46,7 +43,7 @@ $NetBSD: patch-aa,v 1.6 2005/06/26 19:51:47 is Exp $ } break; case ',': -@@ -529,25 +542,46 @@ static void +@@ -532,25 +544,46 @@ static void add_recipient( char* recipient, int len ) { char buf[1000]; diff --git a/mail/mini_sendmail/patches/patch-ad b/mail/mini_sendmail/patches/patch-ad index e045dbc92ce..30ad976069e 100644 --- a/mail/mini_sendmail/patches/patch-ad +++ b/mail/mini_sendmail/patches/patch-ad @@ -1,12 +1,12 @@ -$NetBSD: patch-ad,v 1.5 2005/06/26 19:51:47 is Exp $ +$NetBSD: patch-ad,v 1.6 2005/06/29 22:01:19 is Exp $ ---- version.h.orig Thu Nov 21 21:19:50 2002 +--- version.h.orig 2005-06-29 19:39:00.000000000 +0200 +++ version.h @@ -3,6 +3,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ --#define VERSION "mini_sendmail/1.3.5 16nov2003" -+#define VERSION "mini_sendmail/1.3.5 16nov2003 nb1 25jun2005" +-#define VERSION "mini_sendmail/1.3.6 29jun2005" ++#define VERSION "mini_sendmail/1.3.6 29jun2005 nb1 29jun2005" #endif /* _VERSION_H_ */ |