Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2003 13:55:11 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57998: [MAINTAINER] mail/lmtpd: update to 0.9.8
Message-ID:  <20031014115511.826062A481@akira.oav.net>
Resent-Message-ID: <200310141200.h9EC0NlB085876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57998
>Category:       ports
>Synopsis:       [MAINTAINER] mail/lmtpd: update to 0.9.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 14 05:00:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 4.8-RELEASE-p9 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD akira.oav.net 4.8-RELEASE-p9 FreeBSD 4.8-RELEASE-p9 #0: Sat Sep 27 18:14:31 CEST 2003
>Description:
- Update to 0.9.8

>From NEWS file :

=== version 0.9.8

  * add 'h' scalar value. This scalar counts the number of headers,
    followed by a colon (":") separated list of header, restrict
    the count to this headers.

  * add lmtp ID in delivered messages answer. Use 'reply.id' configuration
    option to enable.

  * add rfc2047 decoding (use iconv to convert header to UTF-8)

  * support Unicode with PCRE expressions (syntax: /XXX/pu)
    if PCRE is compiled with UTF-8 support (run "lmtpd -V" to check)

  * add "pipe" user filter command to allow authorized accounts to
    send theyre mail into external program. "pipe.path" configuration
    option set the PATH where to find this commands. This option may
    be used to allow or disallow "pipe" to some users.

  * optional argument to spamassassin user filter command. This
    argument set the name of the headers added by spamassassin.


Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- lmtpd-0.9.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/Makefile /usr/ports/mail/lmtpd/Makefile
--- /usr/ports/mail/lmtpd.old/Makefile	Tue Oct 14 13:50:14 2003
+++ /usr/ports/mail/lmtpd/Makefile	Tue Oct 14 13:53:37 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lmtpd
-PORTVERSION=	0.9.7
+PORTVERSION=	0.9.8
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pll
@@ -15,7 +15,8 @@
 COMMENT=	LMTPD is a lmtp server compliant with RFC 2033 and Maildir++
 
 LIB_DEPENDS=	mysqlclient:${PORTSDIR}/databases/mysql323-client \
-		pcre:${PORTSDIR}/devel/pcre
+		pcre:${PORTSDIR}/devel/pcre \
+		iconv:${PORTSDIR}/converters/libiconv
 BUILD_DEPENDS=	${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome
 
 GNU_CONFIGURE=	YES
diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/distinfo /usr/ports/mail/lmtpd/distinfo
--- /usr/ports/mail/lmtpd.old/distinfo	Tue Oct 14 13:50:14 2003
+++ /usr/ports/mail/lmtpd/distinfo	Tue Oct 14 13:50:35 2003
@@ -1 +1 @@
-MD5 (lmtpd-0.9.7.tar.gz) = f8da5b4f6ab761bf42bd367c1a178296
+MD5 (lmtpd-0.9.8.tar.gz) = 5a57d990c93a0fdfe96b75abbf0613bd
--- lmtpd-0.9.8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031014115511.826062A481>