Upgrade to 0.40

This commit is contained in:
Andrey A. Chernov 2003-10-05 17:43:45 +00:00
parent fc877ef545
commit c8862eb73d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90316
3 changed files with 14 additions and 14 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= milter-sender
PORTVERSION= 0.39
PORTVERSION= 0.40
CATEGORIES= mail
MASTER_SITES= http://www.snert.com/Software/download/
DISTFILES= libsnert-1.21.tgz milter-sender-${PORTVERSION}.tgz
DISTFILES= libsnert-1.22.tgz milter-sender-${PORTVERSION}.tgz
MAINTAINER= ache@FreeBSD.org
COMMENT= Real-time sender address verification, based on Milter API

View File

@ -1,2 +1,2 @@
MD5 (libsnert-1.21.tgz) = 5318dc38967a866fd4e4423fd59d1095
MD5 (milter-sender-0.39.tgz) = 60454d8966b0b723521f274bba6b9b26
MD5 (libsnert-1.22.tgz) = 01c6fe2486f7f5bcab0c5c964533b58b
MD5 (milter-sender-0.40.tgz) = 9bcdfa1262a2f48c74cac52319b3407a

View File

@ -1,11 +1,11 @@
--- milter-sender.c.bak Fri Oct 3 13:54:10 2003
+++ milter-sender.c Sat Oct 4 06:03:58 2003
@@ -2326,7 +2326,7 @@
/* Generate a false address. */
TextInvert(data->replyLine, 0, -1);
TextReverse(data->replyLine, 0, -1);
- (void) snprintf(data->line, SMTP_LINE_SIZE, "RCPT TO:<%s%d@%s>\r\n", data->replyLine, data->domain, LuhnGenerate(data->replyLine));
+ (void) snprintf(data->line, SMTP_LINE_SIZE, "RCPT TO:<%s%d@%s>\r\n", data->replyLine, LuhnGenerate(data->replyLine), data->domain);
--- ../lib/configure.bak Sun Oct 5 13:07:02 2003
+++ ../lib/configure Sun Oct 5 21:36:53 2003
@@ -1501,7 +1501,7 @@
ARCHIVE='ar rc $(LIB) {}'
COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<'
if (!printline(data, data->line)) {
rc = setReply(data, 450, NULL, MX_INFO_FORMAT " socket write error", MX_INFO_ARGS);
- CFLAGS="$CFLAGS -pthread"
+# CFLAGS="$CFLAGS -pthread"
elif test "$OS" = 'SunOS'; then
# This used to be -I{}, but I've seen two different SunOS 5.8
# systems in two different parts of the world with man pages