Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2006 10:29:36 +0100 (CET)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91704: [update] mail/dcc-dccd to 1.3.24, provide text for ports/UPDATING 
Message-ID:  <200601120929.k0C9TaEF084855@freefall.freebsd.org>
Resent-Message-ID: <200601120930.k0C9U9u7084904@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91704
>Category:       ports
>Synopsis:       [update] mail/dcc-dccd to 1.3.24, provide text for ports/UPDATING
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 09:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
The following patch updates ports/mail/dcc-dccd to 1.3.24 and provide a text
for ports/UPDATING pointing out config changes.

Changes since 1.3.16:
====================

1.3.24
    Dccproc starts dccifd after 500 uses at least as fast as 0.1/second.
        With luck SpamAssassin will notice and switch to dccifd.
    Look for libsmutil.a in /usr/lib on Linx for old RedHat
        as suggested by Jason Balicki.
    Fix X-DCC header misplaced by dccproc reported by James McNutt.

1.3.23
    Fix bug in dccm, dccproc, and dccifd that tripled effective DCC target
        counts on messages being retransmitted after greylisting.  I
        introduced this bug in version 1.3.21, which was released 3 days ago.

1.3.22
    Fix "POSSIBLE ATTACK" complaint from sendmail about trailing '\n'
        on headers added by dccm reported by Paul Ganci.

1.3.21
    Add a crude cache or database to the proof-of-concept scripts in
        cgi-bin/common to speed them up on large log directories.
        The goal is to handle log directories with 40,000 files within a
        second or two.  The caches files are built incrementally.
    Invert the sort order of list-log in cgi scripts.
        This change to cgi-bin/common should be upward compatible because
        it is controlled by additional parameters to the Perl functions.
    Complain about contradictory or ignored entries in whitelists, including
        "from" checksums that are normally ignored in server whitelists.
    Fix dccd craziness with gre (or any) interfaces with the same IP addresses
        as other interfaces observed Craig Green.
    Fix infinite loop in dccproc triggered by a To: header of more than
        20480 bytes and with a '\n' character in byte #20478 observed by
        James McNutt.
    Ignore a few failures by select() apparently caused by SOCKS libraries.
    Increase default DNSBL timeouts to -Bset:msg-secs=40 and -BURL-secs=11

1.3.20
    Fix dbclean expiration of reputation checksums

1.3.19
    Changed the midnight dccm and dccifd system log message to disclose
        spam passed from whiteclnt-listed MX servers.
    MX servers should now be listed in /var/dcc/whiteclnt with lines like:
                mx      ip      10.2.3.4
                mx      ip      10.5.6.0/28
                mxdcc   ip      10.7.8.9
        "MX" marks the IP address of one of your mail systems that should
        be ignored in initial Received: headers and when reported by
        sendmail to dccm.  "MXDCC" marks IP addresss of your mail systems
        that run DCC clients and that will have already reported mail
        to the DCC.  Continue using "OK" whitelist entries for mail systems
        that you trust to never send or forward unsolicited bulk email.
    Allow custom DNS blacklist SMTP rejection messages.  See
        -Bset:rej-msg=X in the dccifd and dccm man pages.

1.3.18
    Fix `dccm -aIGNORE` crash reported by Juergen Georgi.
    Fix detection of duplicates reputation reports.
    Initial support for "mx ip" entries in whiteclnt files.
    Fix compression by dccd of delayed reputation reports.

1.3.17
    People have broken wget by changing the old "--non-verbose" to
        "--no-verbose". That would have ok, except they do not understand
        what they were doing enough to support the old form.  Reportedly
        "-nv" works on both versions.
    `cdcc stats` on DCC Reputation servers includes an additional line
        about reputation results.
    Adjust logged reason when spam is ignored after greylist as suggested
        by Spike Ilacqua.
    Replace `dccproc -R` with `dccproc -r N`  (Of course, `dccproc -R`
        is still recognized.)

>How-To-Repeat:
	
>Fix:

	

--- dcc.patch begins here ---
Index: ports/UPDATING
===================================================================
RCS file: /home/pcvs/ports/UPDATING,v
retrieving revision 1.271
diff -u -r1.271 UPDATING
--- ports/UPDATING	12 Jan 2006 00:53:28 -0000	1.271
+++ ports/UPDATING	12 Jan 2006 09:21:44 -0000
@@ -6,6 +6,24 @@
 time you update your ports collection, before attempting any port
 upgrades.
 
+20060112:
+  AFFECTS: users of mail/dcc-dccd
+  AUTHOR: ehaupt@FreeBSD.org
+
+  The midnight dccm and dccifd system log message has been changed to disclose
+  spam passed from whiteclnt-listed MX servers. MX servers should now be listed
+  in /var/dcc/whiteclnt with lines like:
+                mx      ip      10.2.3.4
+                mx      ip      10.5.6.0/28
+                mxdcc   ip      10.7.8.9
+  "MX" marks the IP address of one of your mail systems that should be ignored
+  in initial Received: headers and when reported by sendmail to dccm. "MXDCC"
+  marks IP addresss of your mail systems that run DCC clients and that will have
+  already reported mail to the DCC. Continue using "OK" whitelist entries for
+  mail systems that you trust to never send or forward unsolicited bulk email.
+  Allow custom DNS blacklist SMTP rejection messages. See -Bset:rej-msg=X in the
+  dccifd and dccm man pages.
+
 20060111:
   AFFECTS: users of multimedia/lxdvdrip
   AUTHOR: lioux@FreeBSD.org
Index: ports/mail/dcc-dccd/Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/dcc-dccd/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- ports/mail/dcc-dccd/Makefile	17 Sep 2005 20:12:27 -0000	1.19
+++ ports/mail/dcc-dccd/Makefile	12 Jan 2006 09:21:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dcc-dccd
-PORTVERSION=	1.3.16
+PORTVERSION=	1.3.24
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rhyolite.com/anti-spam/dcc/source/ \
 		http://www.wa.apana.org.au/~dean/sources/ \
Index: ports/mail/dcc-dccd/distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/dcc-dccd/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- ports/mail/dcc-dccd/distinfo	17 Sep 2005 20:12:27 -0000	1.14
+++ ports/mail/dcc-dccd/distinfo	12 Jan 2006 09:21:44 -0000
@@ -1,2 +1,3 @@
-MD5 (dcc-dccd-1.3.16.tar.Z) = 5468d056bd3b8b51f2300eeaa1852933
-SIZE (dcc-dccd-1.3.12.tar.Z) = 1370359
+MD5 (dcc-dccd-1.3.24.tar.Z) = 2d8a135e48bcae6a2cf4f62acaf8298c
+SHA256 (dcc-dccd-1.3.24.tar.Z) = 2ae4b63a9ac5168ca3ff3e3a4a3de2d5494548f09b059139c8fc885fce350851
+SIZE (dcc-dccd-1.3.24.tar.Z) = 1392701
--- dcc.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601120929.k0C9TaEF084855>