Date: 03 Jan 2003 14:09:50 +0100 From: Pieter Danhieux <opr@bsdaemon.be> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46721: Update messagewall port Message-ID: <1041599389.227.12.camel@localhost>
next in thread | raw e-mail | index | archive | help
>Number: 46721 >Category: ports >Synopsis: Update messagewall port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 03 05:20:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: oPr >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: BSDAEMON/SECURAX >Environment: System: FreeBSD laptop.core.bsdaemon.be 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #2: Fri Nov 15 19:22:23 CET 2002 root@laptop.core.bsdaemon.be:/usr/src/sys/compile/LAPTOP i386 >Description: Update to 1.0.8 >How-To-Repeat: >Fix: --- mwall.diff begins here --- diff -ruN messagewall.bak/Makefile messagewall/Makefile --- messagewall.bak/Makefile Fri Jan 3 04:43:55 2003 +++ messagewall/Makefile Fri Jan 3 13:28:15 2003 @@ -6,7 +6,7 @@ # PORTNAME= messagewall -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.8 CATEGORIES= mail MASTER_SITES= http://www.messagewall.org/download/ DISTNAME= messagewall-${PORTVERSION} @@ -28,6 +28,7 @@ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/firemake.cflags \ ${WRKSRC}/firemake.ldflags + ${REINPLACE_CMD} -e 's|-lcrypto|-lcrypto -lc_r|' ${WRKSRC}/firemake.libs do-install: @${CP} ${WRKSRC}/messagewall ${PREFIX}/bin diff -ruN messagewall.bak/distinfo messagewall/distinfo --- messagewall.bak/distinfo Fri Jan 3 04:43:55 2003 +++ messagewall/distinfo Fri Jan 3 13:28:15 2003 @@ -1 +1 @@ -MD5 (messagewall-1.0.6.tar.gz) = 136cffcf0427c5620925a5793c92b5a6 +MD5 (messagewall-1.0.8.tar.gz) = c8bb5538b4f004b56ba680d50c549b8f diff -ruN messagewall.bak/pkg-descr messagewall/pkg-descr --- messagewall.bak/pkg-descr Fri Jan 3 04:43:55 2003 +++ messagewall/pkg-descr Fri Jan 3 13:28:15 2003 @@ -1,10 +1,14 @@ -MessageWall is a free software SMTP proxy. It sits between the outside -world and your mail server and keeps out viruses, spam and mail relaying. +MessageWall is an SMTP proxy. It sits between the outside world and your +mail server and keeps out viruses, spam, and mail relaying. It offers +filtering via header and body checks, DNS-based blacklists for IP +addresses (DNSBL) and domains (RHSBL), DNS-based distributed checksumming +(DNS DCC) similar to Vipul's Razor, and Open AntiVirus pattern scanning. Unlike many existing ISP-level filtering solutions, it offers -customization of filtering features on a per-address basis. MessageWall -employs a scoring system that allows message rejection based on multiple -rules with different weigths, and header tagging when the message doesn't -reach the threshold. +customization of filtering features on a per-address basis. Unlike +SpamAssassin, it communicates via SMTP, so it works with any MTA. It also +supports scoring based on rules with a rejection threshold; this allows +hybrid warning/rejection configurations based on how many and which rules +a message matches. WWW: http://www.messagewall.org --- mwall.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1041599389.227.12.camel>