diff options
Diffstat (limited to 'mail/ssmtp/patches/patch-ab')
-rw-r--r-- | mail/ssmtp/patches/patch-ab | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/mail/ssmtp/patches/patch-ab b/mail/ssmtp/patches/patch-ab index 4cfec55cc05..89fb3469ec4 100644 --- a/mail/ssmtp/patches/patch-ab +++ b/mail/ssmtp/patches/patch-ab @@ -1,10 +1,13 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $ +$NetBSD: patch-ab,v 1.1.1.1.8.1 2004/12/13 10:21:33 salo Exp $ ---- ssmtp.c.orig Sun Dec 8 18:26:20 2002 -+++ ssmtp.c Mon Apr 7 01:24:52 2003 -@@ -14,6 +14,7 @@ +--- ssmtp.c.orig Fri Jul 23 01:58:48 2004 ++++ ssmtp.c +@@ -12,8 +12,9 @@ + See COPYRIGHT for the license + */ - #define VERSION "2.60.1" +-#define VERSION "2.60.4" ++#define VERSION "2.61" +#include <sys/types.h> #include <sys/socket.h> |