diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-24 09:12:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-24 09:12:19 +0000 |
commit | eb9607ed387ad4cf7925c3c834d3dea014dcc426 (patch) | |
tree | 9db6465db0ca9cc85a5fe0652213e2fbd799e7f1 /mail/libesmtp/PLIST | |
parent | e8b72ece896afac81f8052e43b192094ce31f9ab (diff) | |
download | pkgsrc-eb9607ed387ad4cf7925c3c834d3dea014dcc426.tar.gz |
Updated to 1.0.1.
Changes:
2002-09-12 Stable Version 1.0.1 released
--------------------------------------
* protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c
More thoroughly check return value from read_smtp_response().
* libesmtp.h errors.c
Added new "Client error" error code. This is just a cop-out,
used when an API called by libesmtp fails.
* base64.c
Make conversions immune to NULL source data,
* examples/mail-file.c
Cleaned up some compiler warnings
* siobuf.[hc]
Added a few extra sio_ calls. Not actually used in libESMTP though.
* concatenate.c errors.c getaddrinfo.c headers.c htable.c
* protocol.c siobuf.c
Don't perform zero length operations using the memxxx() functions.
This may avoid segfaults on some platforms or libraries.
* siobuf.c
Improved handling of flushes in sio_write() particularly in the
case where data would exactly fill remaining space in the buffer.
* rfc2822date.c
Correct leap year compensation for January and February in
libesmtp_mktime().
* examples/Makefile
Changed compiler flags from -ansi to -std=c99 and added -W
* headers.c
Eliminated bug where find_header() could pass -1 to the length
argument of memchr() causing a core dump on some architectures.
* libesmtp-private.h protocol.c smtp-bdat.c
M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as
explicitly permitted by RFC 3030, *sigh*. Hackish workaround
implemented.
* configure.in Makefile.am
Added DIST_SUBDIRS macro to make sure tarball gets built properly.
This one slipped past 'make distcheck' last time for some reason
but then autoconf & friends are totally inscruitable.
* ntlm/ntlmdes.c
OpenSSL 0.9.7 changes some typedefs. Changed to suit, should
still be compatible with previous OpenSSL versions.
Diffstat (limited to 'mail/libesmtp/PLIST')
-rw-r--r-- | mail/libesmtp/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libesmtp/PLIST b/mail/libesmtp/PLIST index 1b7c683a5f3..38fde2a5221 100644 --- a/mail/libesmtp/PLIST +++ b/mail/libesmtp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/07/28 14:51:35 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/24 09:12:19 xtraeme Exp $ bin/libesmtp-config include/auth-client.h include/auth-plugin.h @@ -19,5 +19,5 @@ lib/libesmtp.a lib/libesmtp.la lib/libesmtp.so lib/libesmtp.so.6 -lib/libesmtp.so.6.1 +lib/libesmtp.so.6.2 @dirrm lib/esmtp-plugins |