Bug 98515 - Upgraded Port: mail/dcc-dccd to 1.3.33
Summary: Upgraded Port: mail/dcc-dccd to 1.3.33
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 04:50 UTC by Dean Hollister
Modified: 2006-06-05 11:36 UTC (History)
0 users

See Also:


Attachments
file.diff (1.02 KB, patch)
2006-06-05 04:50 UTC, Dean Hollister
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Hollister 2006-06-05 04:50:10 UTC
Upgraded Port: mail/dcc-dccd to 1.3.33

Changes in this release:

	o	Work around change to `sort` collating sequence in Fedore 
		Cort 5

	o	Fix dccd crash

	o	Do not try to stat() missing whiteclnt files more often 
		than once every 5 seconds.  This should significantly 
		reduce the number of stat() system calls on busy systems 
		using dccifd and SpamAssassin

	o	Fix some problems with determining the mail sender through 
		MX forwarders for second and subsequent mail messages in 
		an SMTP session

	o	Recognize some more qmail variations of Received headers 
		for obtaining IP addresses

	o	Add `cdcc "clients -V"`

	o	Optionally in dccm and by default in dccifd in proxy mode 
		temporarily reject SMTP recipients that might be forced to
		have spam discarded instead of rejected because it must be 
		delivered to other recipients
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-05 09:38:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take
Comment 2 Dean Hollister 2006-06-05 11:22:11 UTC
On Mon, 5 Jun 2006, FreeBSD-gnats-submit@FreeBSD.org wrote:

> Thank you very much for your problem report.
> It has the internal identification `ports/98515'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=98515
>
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       Upgraded Port: mail/dcc-dccd to 1.3.33
>> Arrival-Date:   Mon Jun 05 03:50:10 GMT 2006

It has now gone to 1.3.34. Here is the diff to up it from 1.3.31.

diff -ruN dcc-dccd.orig/Makefile dcc-dccd/Makefile
--- dcc-dccd.orig/Makefile	Mon Mar 20 23:06:40 2006
+++ dcc-dccd/Makefile	Mon Jun  5 18:19:58 2006
@@ -6,11 +6,10 @@
  #

  PORTNAME=	dcc-dccd
-PORTVERSION=	1.3.31
+PORTVERSION=	1.3.34
  CATEGORIES=	mail
  MASTER_SITES=	http://www.rhyolite.com/anti-spam/dcc/source/ \
-		http://www.wa.apana.org.au/~dean/sources/ \
-		ftp://ftp.wa.apana.org.au/pub/unix/packages/
+		http://www.wa.apana.org.au/~dean/sources/
  EXTRACT_SUFX=	.tar.Z

  MAINTAINER=	dean@odyssey.apana.org.au
diff -ruN dcc-dccd.orig/distinfo dcc-dccd/distinfo
--- dcc-dccd.orig/distinfo	Mon Mar 20 23:06:40 2006
+++ dcc-dccd/distinfo	Mon Jun  5 18:18:39 2006
@@ -1,3 +1,3 @@
-MD5 (dcc-dccd-1.3.31.tar.Z) = 5b818c323b7282dd10dc97b538097f6f
-SHA256 (dcc-dccd-1.3.31.tar.Z) = e3a30c57e5e0978b478430e7cbf35eed685922d0008efb44f856d1c0010e5922
-SIZE (dcc-dccd-1.3.31.tar.Z) = 1406285
+MD5 (dcc-dccd-1.3.34.tar.Z) = 99175e6c23d1e5dbf60083c9a9079411
+SHA256 (dcc-dccd-1.3.34.tar.Z) = 31bd163db59c48774849674ed399623b2829f84d5021dfa9240b0f7048ed3dc0
+SIZE (dcc-dccd-1.3.34.tar.Z) = 1418757
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-05 11:36:11 UTC
State Changed
From-To: open->closed

Committed, thanks!