View | Details | Raw Unified | Return to bug 91704
Collapse All | Expand All

(-)ports/UPDATING (+18 lines)
Lines 6-11 Link Here
6
time you update your ports collection, before attempting any port
6
time you update your ports collection, before attempting any port
7
upgrades.
7
upgrades.
8
8
9
20060112:
10
  AFFECTS: users of mail/dcc-dccd
11
  AUTHOR: ehaupt@FreeBSD.org
12
13
  The midnight dccm and dccifd system log message has been changed to disclose
14
  spam passed from whiteclnt-listed MX servers. MX servers should now be listed
15
  in /var/dcc/whiteclnt with lines like:
16
                mx      ip      10.2.3.4
17
                mx      ip      10.5.6.0/28
18
                mxdcc   ip      10.7.8.9
19
  "MX" marks the IP address of one of your mail systems that should be ignored
20
  in initial Received: headers and when reported by sendmail to dccm. "MXDCC"
21
  marks IP addresss of your mail systems that run DCC clients and that will have
22
  already reported mail to the DCC. Continue using "OK" whitelist entries for
23
  mail systems that you trust to never send or forward unsolicited bulk email.
24
  Allow custom DNS blacklist SMTP rejection messages. See -Bset:rej-msg=X in the
25
  dccifd and dccm man pages.
26
9
20060111:
27
20060111:
10
  AFFECTS: users of multimedia/lxdvdrip
28
  AFFECTS: users of multimedia/lxdvdrip
11
  AUTHOR: lioux@FreeBSD.org
29
  AUTHOR: lioux@FreeBSD.org
(-)ports/mail/dcc-dccd/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dcc-dccd
8
PORTNAME=	dcc-dccd
9
PORTVERSION=	1.3.16
9
PORTVERSION=	1.3.24
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.rhyolite.com/anti-spam/dcc/source/ \
11
MASTER_SITES=	http://www.rhyolite.com/anti-spam/dcc/source/ \
12
		http://www.wa.apana.org.au/~dean/sources/ \
12
		http://www.wa.apana.org.au/~dean/sources/ \
(-)ports/mail/dcc-dccd/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (dcc-dccd-1.3.16.tar.Z) = 5468d056bd3b8b51f2300eeaa1852933
1
MD5 (dcc-dccd-1.3.24.tar.Z) = 2d8a135e48bcae6a2cf4f62acaf8298c
2
SIZE (dcc-dccd-1.3.12.tar.Z) = 1370359
2
SHA256 (dcc-dccd-1.3.24.tar.Z) = 2ae4b63a9ac5168ca3ff3e3a4a3de2d5494548f09b059139c8fc885fce350851
3
SIZE (dcc-dccd-1.3.24.tar.Z) = 1392701

Return to bug 91704