From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 4 15: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 836731065676 for ; Sat, 4 Feb 2012 15: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 58A1F8FC13 for ; Sat, 4 Feb 2012 15: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 q14FA9dw044069 for ; Sat, 4 Feb 2012 15: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 q14FA90W044068; Sat, 4 Feb 2012 15:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2012 15:10:09 GMT Resent-Message-Id: <201202041510.q14FA90W044068@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, Michael Scheidell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 929F61065670 for ; Sat, 4 Feb 2012 15:01:20 +0000 (UTC) (envelope-from scheidell@secnap.net) Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [204.89.241.253]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6258FC08 for ; Sat, 4 Feb 2012 15:01:20 +0000 (UTC) Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [10.70.1.253]) by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id B3ADF621C41 for ; Sat, 4 Feb 2012 10:01:19 -0500 (EST) Received: from scanner.secnap.net (unknown [10.70.1.4]) by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id CDF13621C3C for ; Sat, 4 Feb 2012 10:01:18 -0500 (EST) Received: by scanner.secnap.net (Postfix, from userid 1001) id B8A561D3F2; Sat, 4 Feb 2012 10:01:18 -0500 (EST) Message-Id: <20120204150118.B8A561D3F2@scanner.secnap.net> Date: Sat, 4 Feb 2012 10:01:18 -0500 (EST) From: Michael Scheidell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/164762: [UPDATE] mail/dcc-dccd to 1.3.141 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: Sat, 04 Feb 2012 15:10:09 -0000 >Number: 164762 >Category: ports >Synopsis: [UPDATE] mail/dcc-dccd to 1.3.141 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 04 15:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Michael Scheidell >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: SECNAP Network Security >Environment: 8.2, amd64, 7.4 i386, etc >Description: - Update to 1.3.141 - Add LICENSE 1.3.141 Fix "MTA-last" in dcc man page as suggested by Bram Grietens. Fix no_forced-discard typo reported by Bram Grietens. Fix dccm to honor `hackmc -R` and discard relay attacks. misc/DCC.pm, which is generated from misc/DCC.pm.in, is now very similar to what will probably be in SpamAssassin 3.4. Fix problems finding native milter library for dccm pointed out by Kevin A. McGrail. Improve documentation or help output from the nagios plugin, /var/dcc/libexec/dcc-nagios Fix bug in misc/DCC.pm in dealing with mail that already has an X-DCC header found and diagnosed by Herbert J. Skuhra. LICENSE will ask user to read $WRKSRC/LICENSE, and install in into ../licenses/dcc* >How-To-Repeat: >Fix: --- mail_dcc-dccd.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/dcc-dccd/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 23 Sep 2011 22:23:52 -0000 1.49 +++ Makefile 4 Feb 2012 14:54:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dcc-dccd -PORTVERSION= 1.3.140 +PORTVERSION= 1.3.141 CATEGORIES= mail MASTER_SITES= http://www.dcc-servers.net/dcc/source/old/ \ http://www.rhyolite.com/anti-spam/dcc/source/old/ \ @@ -18,13 +18,18 @@ MAINTAINER= cgreen@sentex.net COMMENT= Distributed Checksum Clearinghouse bulk email detector +.if ! defined(PACKAGE_BUILDING) +LICENSE= DCC +LICENSE_NAME= DCC +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= no-pkg-sell no-dist-mirror no-pkg-mirror no-dist-sell +.endif + HAS_CONFIGURE= yes MANCOMPRESSED= yes MAN8= cdcc.8 dbclean.8 dblist.8 dcc.8 dccd.8 dccifd.8 dccm.8 \ dccproc.8 dccsight.8 -USE_RC_SUBR= - # # ALT_HOME - DCC keeps its config files in its home directory but writes # status and database files there as well. This latter point @@ -52,7 +57,7 @@ IPV6 "IPv6 support" on \ ALT_HOME "DCC home in /var/dcc" off \ PORTS_SENDMAIL "Use base Sendmail if off, ports if on" off - + ## User for DCC files and SUID binaries # DCCUSER?= dcc @@ -113,7 +118,7 @@ CPPFLAGS+= -I${MILTERINC} LDFLAGS+= -L${MILTERLIB} -CONFIGURE_ARGS+= --with-sendmail=${MILTERBASE} +CONFIGURE_ARGS+= --with-sendmail=yes PLIST_SUB+= WITH_DCCM="" Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/dcc-dccd/distinfo,v retrieving revision 1.38 diff -u -r1.38 distinfo --- distinfo 28 Jun 2011 13:55:48 -0000 1.38 +++ distinfo 4 Feb 2012 14:54:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (dcc-1.3.140.tar.Z) = 19060563d3d72b70578d8f16e6780458d36f1a1db18a6d1e533bc42d80c38f24 -SIZE (dcc-1.3.140.tar.Z) = 1681539 +SHA256 (dcc-1.3.141.tar.Z) = b13e339fc1505ecf7d3784de49953b7002243d63a163884a572ee5e933adbe77 +SIZE (dcc-1.3.141.tar.Z) = 1682913 --- mail_dcc-dccd.patch ends here --- ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com/ ______________________________________________________________________ >Release-Note: >Audit-Trail: >Unformatted: