1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Update to 1.0.2.

* 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()

PR:		61434
Submitted by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2004-01-16 18:30:49 +00:00
parent 6e5419730a
commit 1d2a3cc53c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98323
3 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= libesmtp
PORTVERSION= 1.0.1
PORTVERSION= 1.0.2
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \

View File

@ -1 +1 @@
MD5 (libesmtp-1.0.1.tar.bz2) = cc46945dda55629bb7c81c2b3b39d0b3
MD5 (libesmtp-1.0.2.tar.bz2) = 0c79a7a297c122a83fbab865d5d403c7

View File

@ -1,4 +1,3 @@
@comment $FreeBSD$
bin/libesmtp-config
include/auth-client.h
include/auth-plugin.h
@ -7,7 +6,6 @@ lib/esmtp-plugins/sasl-cram-md5.so
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 @@ lib/libesmtp.so.6
%%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