diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-02-15 09:33:41 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-02-15 09:33:41 +0000 |
commit | 3b6a7c7ce70ed7da80a78186a081b355696de2b3 (patch) | |
tree | b02623c82fd7e5dd8f8f4f5ab6868942098a2ec3 /mail | |
parent | b2aef2955c124f1e39b3151807ea504524734d46 (diff) | |
download | ports-3b6a7c7ce70ed7da80a78186a081b355696de2b3.tar.gz ports-3b6a7c7ce70ed7da80a78186a081b355696de2b3.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtp-gated/Makefile | 25 | ||||
-rw-r--r-- | mail/smtp-gated/distinfo | 6 | ||||
-rw-r--r-- | mail/smtp-gated/pkg-descr | 4 |
3 files changed, 18 insertions, 17 deletions
diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index ace6e62018d2..1e8035fa929d 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -6,11 +6,9 @@ # PORTNAME= smtp-gated -PORTVERSION= 1.4.12.r9 -PORTREVISION= 1 +PORTVERSION= 1.4.16.3 CATEGORIES= mail -MASTER_SITES= http://smtp-proxy.klolik.org/ -DISTNAME= ${PORTNAME}-1.4.12-rc9 +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 @@ -22,24 +20,27 @@ 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 +PLIST_FILES= sbin/smtp-gated +MAN5= smtp-gated.conf.5 +MAN8= smtp-gated.8 + .include <bsd.port.pre.mk> +post-patch: + ${REINPLACE_CMD} -e 's,install-man: install-man5 install-man8 install-manh,install-man: install-man5 install-man8,' ${WRKSRC}/doc/Makefile.in + .if defined(WITH_NAT) -CONFIGURE_ARGS+= --enable-nat +CONFIGURE_ARGS+= --enable-nat .else -CONFIGURE_ARGS+= --disable-nat +CONFIGURE_ARGS+= --disable-nat .endif .if defined(WITH_CHUNKING) -CONFIGURE_ARGS+= --enable-chunking +CONFIGURE_ARGS+= --enable-chunking .endif .if defined(WITH_ECONNRESET) -CONFIGURE_ARGS+= --enable-silent-econnreset +CONFIGURE_ARGS+= --enable-silent-econnreset .endif -PLIST_FILES= sbin/smtp-gated -MAN5= smtp-gated.conf.5 -MAN8= smtp-gated.8 - .include <bsd.port.post.mk> diff --git a/mail/smtp-gated/distinfo b/mail/smtp-gated/distinfo index 27d2d119f3d5..8c76fe24d462 100644 --- a/mail/smtp-gated/distinfo +++ b/mail/smtp-gated/distinfo @@ -1,3 +1,3 @@ -MD5 (smtp-gated-1.4.12-rc9.tar.gz) = cdecc3174665062207a2171622aca495 -SHA256 (smtp-gated-1.4.12-rc9.tar.gz) = ab1886c9df5c4d035ec32241e1bc616cde2de046ae5a70bd35188849f2f7fa02 -SIZE (smtp-gated-1.4.12-rc9.tar.gz) = 210617 +MD5 (smtp-gated-1.4.16.3.tar.gz) = e24db2505c66affb5d4644b77b63523b +SHA256 (smtp-gated-1.4.16.3.tar.gz) = 87df8db79f642a18bb2907808937a02c61b0f615c6e57a74a8412c7c8eac25e3 +SIZE (smtp-gated-1.4.16.3.tar.gz) = 371563 diff --git a/mail/smtp-gated/pkg-descr b/mail/smtp-gated/pkg-descr index c4c2c122c11c..cefbfe722575 100644 --- a/mail/smtp-gated/pkg-descr +++ b/mail/smtp-gated/pkg-descr @@ -1,9 +1,9 @@ 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. +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. -WWW: http://smtp-proxy.klolik.org/ +WWW: http://software.klolik.org/smtp-gated/ |