From owner-freebsd-ports Fri Jan 3 5:20: 5 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF5B37B401 for ; Fri, 3 Jan 2003 05:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7903043EB2 for ; Fri, 3 Jan 2003 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h03DK1NS017093 for ; Fri, 3 Jan 2003 05:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h03DK1eD017092; Fri, 3 Jan 2003 05:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1166237B401 for ; Fri, 3 Jan 2003 05:13:21 -0800 (PST) Received: from koshin.mail.be.easynet.net (smtp2.mail.be.easynet.net [212.100.160.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A4943EA9 for ; Fri, 3 Jan 2003 05:13:20 -0800 (PST) (envelope-from opr@bsdaemon.be) Received: from 212-100-182-19.adsl.easynet.be ([212.100.182.19] helo=[192.168.1.200]) by koshin.mail.be.easynet.net with esmtp (Exim 4.10) id 18URdW-0005fe-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 03 Jan 2003 14:13:18 +0100 Message-Id: <1041599389.227.12.camel@localhost> Date: 03 Jan 2003 14:09:50 +0100 From: Pieter Danhieux To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46721: Update messagewall port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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