Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2004 17:21:34 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61637: [MAINTAINER] mail/lmtpd: update to 0.9.13
Message-ID:  <200401201621.i0KGLY1h055220@plonk.home.oav.net>
Resent-Message-ID: <200401201630.i0KGUIdE020581@freefall.freebsd.org>

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

>Number:         61637
>Category:       ports
>Synopsis:       [MAINTAINER] mail/lmtpd: update to 0.9.13
>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 Jan 20 08:30:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD plonk.home.oav.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Mon Jan 19 22:15:10 CET 2004
>Description:
- Update to 0.9.13

>From the NEWS file

=== version 0.9.13

  * log virus name in Status line of user log file

  * log SMTP client if guessed in antivirus syslog line

  * bug fix in extenstion retrieval

  * log SIGBUS SIGILL SIGSEGV and SIGFPE catched signals

  * fix typos in configure help to show witch options have optional
    argument and witch ones have mandatory

  * configure guessed CFLAGS are used. On most system with gcc,
    configure will use "-g -O2", that is, with debug and optimize options.
    If you don't want to install executable with debuging symbols,
    run "make install-strip" instead of "make install".

  * With gcc as compiler, -Wall CFLAGS is used for compilation. If you
    have a sane environment, please report any compilation warning to
    the list.

  * As NLS environment is not guessable, NLS installation is now hardcoded.
    This work only in FreeBSD now. Other platerform will have english message
    on filtercheck.

- Added lmtpdlogsum perl script for nice stats "a la" pflogsum 

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

--- lmtpd-0.9.13.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 Jan 20 16:37:11 2004
+++ /usr/ports/mail/lmtpd/Makefile	Tue Jan 20 17:12:59 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lmtpd
-PORTVERSION=	0.9.12
+PORTVERSION=	0.9.13
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pll
@@ -29,7 +29,8 @@
 DOCS=		NEWS README TODO
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/lmtpd.conf-sample ${PREFIX}/etc/lmtpd.conf.dist
+	${INSTALL_DATA} ${WRKSRC}/samples/lmtpd.conf ${PREFIX}/etc/lmtpd.conf.dist
+	${INSTALL} ${WRKSRC}/lmtpdlogsum/lmtpdlogsum.pl ${PREFIX}/bin/lmtpdlogsum
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/distinfo /usr/ports/mail/lmtpd/distinfo
--- /usr/ports/mail/lmtpd.old/distinfo	Tue Jan 20 16:37:11 2004
+++ /usr/ports/mail/lmtpd/distinfo	Tue Jan 20 16:41:02 2004
@@ -1 +1 @@
-MD5 (lmtpd-0.9.12.tar.gz) = 55ffb2998dc4b624f18f6cbebf382c23
+MD5 (lmtpd-0.9.13.tar.gz) = eb9e871eff6a0414b582a67cdd513e9e
diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/pkg-plist /usr/ports/mail/lmtpd/pkg-plist
--- /usr/ports/mail/lmtpd.old/pkg-plist	Tue Jan 20 16:37:11 2004
+++ /usr/ports/mail/lmtpd/pkg-plist	Tue Jan 20 17:12:11 2004
@@ -1,5 +1,6 @@
 @comment $FreeBSD: ports/mail/lmtpd/pkg-plist,v 1.3 2003/12/04 13:02:41 sergei Exp $
 bin/filtercheck
+bin/lmtpdlogsum
 etc/lmtpd.conf.dist
 libexec/lmtpd
 share/nls/C/filtercheck.cat
--- lmtpd-0.9.13.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?200401201621.i0KGLY1h055220>