pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/libesmtp Updated to 1.0.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c493a85b3b29
branches: trunk
changeset: 461946:c493a85b3b29
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Sep 24 09:12:19 2003 +0000
description:
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:
mail/libesmtp/Makefile | 14 ++++++++------
mail/libesmtp/PLIST | 4 ++--
mail/libesmtp/distinfo | 6 +++---
3 files changed, 13 insertions(+), 11 deletions(-)
diffs (59 lines):
diff -r daab46353979 -r c493a85b3b29 mail/libesmtp/Makefile
--- a/mail/libesmtp/Makefile Wed Sep 24 08:43:31 2003 +0000
+++ b/mail/libesmtp/Makefile Wed Sep 24 09:12:19 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2003/07/28 18:05:52 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/24 09:12:19 xtraeme Exp $
-DISTNAME= libesmtp-1.0
+DISTNAME= libesmtp-1.0.1
CATEGORIES= mail devel
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \
@@ -13,11 +13,13 @@
USE_BUILDLINK2= yes
USE_GMAKE= yes
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-all
-CONFIGURE_ARGS+= --disable-isoc
-USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+CONFIGURE_ARGS+= --enable-all
+CONFIGURE_ARGS+= --disable-isoc
# XXX Evil hack to deal with the openssl/des.h interface change
# between 0.96 and 0.97
diff -r daab46353979 -r c493a85b3b29 mail/libesmtp/PLIST
--- a/mail/libesmtp/PLIST Wed Sep 24 08:43:31 2003 +0000
+++ b/mail/libesmtp/PLIST Wed Sep 24 09:12:19 2003 +0000
@@ -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.la
lib/libesmtp.so
lib/libesmtp.so.6
-lib/libesmtp.so.6.1
+lib/libesmtp.so.6.2
@dirrm lib/esmtp-plugins
diff -r daab46353979 -r c493a85b3b29 mail/libesmtp/distinfo
--- a/mail/libesmtp/distinfo Wed Sep 24 08:43:31 2003 +0000
+++ b/mail/libesmtp/distinfo Wed Sep 24 09:12:19 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/07/28 14:51:35 drochner Exp $
+$NetBSD: distinfo,v 1.4 2003/09/24 09:12:20 xtraeme Exp $
-SHA1 (libesmtp-1.0.tar.bz2) = c8cd2eb0d3b03c7a041a63ad564bf5ae6e602eec
-Size (libesmtp-1.0.tar.bz2) = 230169 bytes
+SHA1 (libesmtp-1.0.1.tar.bz2) = fcfae8ebca1030da55de3bb25de3c922f0d3adbd
+Size (libesmtp-1.0.1.tar.bz2) = 261664 bytes
SHA1 (patch-ab) = cc027b93ae55b84c1b569ddcdd2644d4f63a33a5
SHA1 (patch-ad) = 80446e62fef1bd6a99dec98020924fada41acffa
Home |
Main Index |
Thread Index |
Old Index