From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 13 18:10:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4E2810656D3 for ; Tue, 13 Mar 2012 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C482C8FC3D for ; Tue, 13 Mar 2012 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2DIA91i054842 for ; Tue, 13 Mar 2012 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2DIA9qQ054841; Tue, 13 Mar 2012 18:10:09 GMT (envelope-from gnats) Resent-Date: Tue, 13 Mar 2012 18:10:09 GMT Resent-Message-Id: <201203131810.q2DIA9qQ054841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76F2D106566B for ; Tue, 13 Mar 2012 18:03:16 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4BC8FC1A for ; Tue, 13 Mar 2012 18:03:16 +0000 (UTC) Received: from localhost.localdomain (ZT029054.ppp.dion.ne.jp [59.128.29.54]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id F266934034 for ; Wed, 14 Mar 2012 03:03:13 +0900 (JST) Message-Id: <20120314022142.fe8a44bb.tkato432@yahoo.com> Date: Wed, 14 Mar 2012 02:21:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/166041: Update port: mail/smtp-gated to 1.4.18.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 18:10:10 -0000 >Number: 166041 >Category: ports >Synopsis: Update port: mail/smtp-gated to 1.4.18.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 13 18:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p5 i386 >Organization: >Environment: >Description: - Update to version 1.4.18.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/smtp-gated/Makefile mail/smtp-gated/Makefile --- /usr/ports/mail/smtp-gated/Makefile 2010-12-04 22:33:02.000000000 +0900 +++ mail/smtp-gated/Makefile 2012-03-11 16:57:07.000000000 +0900 @@ -6,33 +6,32 @@ # PORTNAME= smtp-gated -PORTVERSION= 1.4.16.3 -PORTREVISION= 1 +PORTVERSION= 1.4.18.8 CATEGORIES= mail MASTER_SITES= http://software.klolik.org/smtp-gated/files/ MAINTAINER= ports@FreeBSD.org -COMMENT= This software block SMTP sessions used by e-mail worms and viruses +COMMENT= Proxy for SMTP sessions with virus and spam scan -HAS_CONFIGURE= yes -USE_AUTOTOOLS= autoheader +LICENSE= GPLv2 OPTIONS= NAT "NAT transparent proxy code" On \ CHUNKING "Enable support for SMTP CHUNKING extension" Off \ - ECONNRESET "Be quiet about Connection reset by peer message" Off + ECONNRESET "Be quiet about Connection reset by peer message" Off \ + PCRE "Enable support for PCRE" On -PLIST_FILES= sbin/smtp-gated -MAN5= smtp-gated.conf.5 -MAN8= smtp-gated.8 -.include +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc: cannot determine endianness -.endif +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN5= smtp-gated.conf.5 +MAN8= smtp-gated.8 +PLIST_FILES= sbin/smtp-gated -post-patch: - ${REINPLACE_CMD} -e 's,install-man: install-man5 install-man8 install-manh,install-man: install-man5 install-man8,' ${WRKSRC}/doc/Makefile.in +.include .if defined(WITH_NAT) CONFIGURE_ARGS+= --enable-nat @@ -48,4 +47,16 @@ CONFIGURE_ARGS+= --enable-silent-econnreset .endif +.if defined(WITH_PCRE) +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +.else +CONFIGURE_ARGS+= --disable-pcre +.endif + +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: cannot determine endianness +.endif + .include diff -urN /usr/ports/mail/smtp-gated/distinfo mail/smtp-gated/distinfo --- /usr/ports/mail/smtp-gated/distinfo 2011-07-04 02:08:40.000000000 +0900 +++ mail/smtp-gated/distinfo 2012-03-11 16:52:14.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (smtp-gated-1.4.16.3.tar.gz) = 87df8db79f642a18bb2907808937a02c61b0f615c6e57a74a8412c7c8eac25e3 -SIZE (smtp-gated-1.4.16.3.tar.gz) = 371563 +SHA256 (smtp-gated-1.4.18.8.tar.gz) = a1c405617b5b925f42696fb28d4c26484328d62c286c43a308137c139e459bed +SIZE (smtp-gated-1.4.18.8.tar.gz) = 311763 diff -urN /usr/ports/mail/smtp-gated/pkg-descr mail/smtp-gated/pkg-descr --- /usr/ports/mail/smtp-gated/pkg-descr 2010-02-16 15:45:01.000000000 +0900 +++ mail/smtp-gated/pkg-descr 2012-03-11 17:04:03.000000000 +0900 @@ -1,9 +1,10 @@ -This software block SMTP sessions used by e-mail worms and viruses on the NA(P)T -router. It depends on netfilter framework of Linux, or ipfw on FreeBSD. +This software block SMTP sessions used by e-mail worms and viruses on +the NA(P)T router. It depends on netfilter framework of Linux, or ipfw +on FreeBSD. -It acts like proxy, intercepting outgoing SMTP connections and scanning session -data on-the-fly. When messages is infected, the SMTP session is terminated. It's -to be used (mostly) by ISPs, so they can eliminate infected hosts from their net -work, and (preferably) educate their users. +It acts like proxy, intercepting outgoing SMTP connections and scanning +session data on-the-fly. When messages is infected, the SMTP session is +terminated. It's to be used (mostly) by ISPs, so they can eliminate +infected hosts from their net work, and (preferably) educate their users. WWW: http://software.klolik.org/smtp-gated/ >Release-Note: >Audit-Trail: >Unformatted: