diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-05 03:20:00 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-05 03:20:00 +0000 |
commit | babc0d2b029279b1553eb6ca71996c41ab3d2984 (patch) | |
tree | 53652d9dc3d08770ae05638253a1182ecf03a5c3 /mail/ssmtp/files/patch-ssmtp.h | |
parent | - Moved various PHP-related directives ahead of bsd.port.pre.mk (diff) |
- Updated to 2.62.3
- Link against system MD5 libs instead of included modules to fix
CRAM-MD5 authentication
PR: ports/140175
Submitted by: Aragon Gouveia <aragon@phat.za.net>
Notes
Notes:
svn path=/head/; revision=245218
Diffstat (limited to 'mail/ssmtp/files/patch-ssmtp.h')
-rw-r--r-- | mail/ssmtp/files/patch-ssmtp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/ssmtp/files/patch-ssmtp.h b/mail/ssmtp/files/patch-ssmtp.h deleted file mode 100644 index 60d376978e7c..000000000000 --- a/mail/ssmtp/files/patch-ssmtp.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./ssmtp.h.orig 2002-09-27 09:18:24.000000000 -0400 -+++ ./ssmtp.h 2008-11-17 18:55:03.000000000 -0500 -@@ -37,5 +37,5 @@ - void get_arpadate(char *); - - /* base64.c */ --void to64frombits(unsigned char *, const unsigned char *, int); --int from64tobits(char *, const char *); -+void to64frombits(char *, const unsigned char *, int); -+int from64tobits(unsigned char *, const char *); |