* patch applied to smtp-tls.c and examples/mail-file.c for Balsa * smtp-tls.c -- fixed typo in check_file() -- domain name check is now done using the wildcard match per RFC 2818 -- better error reporting for check_file() and check_directory() Fix: --Boundary_(ID_vkZSgqH5o6SfNcpcLHlXpg)----whK1vpMpoaxknzolJWp5lguh73dIsGOa0mzfZo5mszdmpHCO Content-Type: text/plain; name="update-libesmtp-1.0.2" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="update-libesmtp-1.0.2" # This is a patch for libesmtp to update it to libesmtp-1.0.2 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'libesmtp/Makefile' 'libesmtp-1.0.2/Makefile' Index: ./Makefile --- ./Makefile Sun Nov 30 02:39:35 2003 +++ ./Makefile Fri Jan 16 09:13:23 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/mail/libesmtp/Makefile,v 1.22 2003/11/01 13:57:57 sergei Exp $ PORTNAME= libesmtp -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ diff -u 'libesmtp/distinfo' 'libesmtp-1.0.2/distinfo' Index: ./distinfo --- ./distinfo Sun Nov 30 02:39:35 2003 +++ ./distinfo Fri Jan 16 09:13:42 2004 @@ -1 +1 @@ -MD5 (libesmtp-1.0.1.tar.bz2) = cc46945dda55629bb7c81c2b3b39d0b3 +MD5 (libesmtp-1.0.2.tar.bz2) = 0c79a7a297c122a83fbab865d5d403c7 diff -u 'libesmtp/pkg-plist' 'libesmtp-1.0.2/pkg-plist' Index: ./pkg-plist --- ./pkg-plist Sun Nov 30 02:39:35 2003 +++ ./pkg-plist Fri Jan 16 09:25:44 2004 @@ -1,4 +1,3 @@ -@comment $FreeBSD: ports/mail/libesmtp/pkg-plist,v 1.8 2003/11/01 13:57:57 sergei Exp $ bin/libesmtp-config include/auth-client.h include/auth-plugin.h @@ -7,7 +6,6 @@ lib/esmtp-plugins/sasl-login.so lib/esmtp-plugins/sasl-ntlm.so lib/esmtp-plugins/sasl-plain.so -@dirrm lib/esmtp-plugins lib/libesmtp.a lib/libesmtp.so lib/libesmtp.so.6 @@ -17,8 +15,9 @@ %%PORTDOCS%%%%DOCSDIR%%/Notes %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/Makefile %%EXAMPLESDIR%%/mail-file.c %%EXAMPLESDIR%%/test-mail @dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/esmtp-plugins #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Fri Jan 16 09:32:48 2004 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 1262 1074273203 0100644 # p 'distinfo' 64 1074273222 0100644 # p 'pkg-plist' 693 1074273944 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Fri Jan 16 09:32:48 2004] #### #### Checksum: 79 2616 1719 #### How-To-Repeat: N/A
State Changed From-To: open->closed Committed, thanks!