diff options
author | shattered <shattered@pkgsrc.org> | 2013-07-21 14:05:36 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-07-21 14:05:36 +0000 |
commit | 5d10caf9eb56afd9cf80ef64f358f8f1785e907d (patch) | |
tree | d3f4519c1caeb1eccbfe92de2a674b315ee61a41 /mail | |
parent | 50bbcb607ae059f7c4acefbedd585828a19f1147 (diff) | |
download | pkgsrc-5d10caf9eb56afd9cf80ef64f358f8f1785e907d.tar.gz |
Update to 1.3.147. Changes:
- Support DNS whitelists.
- Improve physical page locality of the DCC server's use of the database hash table
and so improve server performance.
- Reduce dccifd thread stack size to 512 KBytes for busy 32-bit systems
- Dccproc, dccm, and dccifd decode HTML &#xxx character references in URLs.
- Dccproc, dccm, and dccifd convert UTF-8 domain names to Punycode
before checking DNS blacklists.
- Fix reporting of rogue server-IDs.
- Fix dccproc, dccifd, and dccm crash in parsing Received: fields with IPv6 addresses.
- Fix DNSBL bugs in parsing http://example.com?parameter and http://example.com:80
- Deal with trailing '.' and other punctuation URLs in dccm, dccifd, and
dccproc. This changes the FUZ1 and FUZ2 checksums in some cases.
- Fix a rare crash of dccd, the server daemon.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dcc/Makefile | 5 | ||||
-rw-r--r-- | mail/dcc/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/dcc/Makefile b/mail/dcc/Makefile index 1413d2aa746..80ce0a7f9e0 100644 --- a/mail/dcc/Makefile +++ b/mail/dcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/07/12 10:44:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2013/07/21 14:05:36 shattered Exp $ # # Request by the author: # @@ -8,8 +8,7 @@ # > There should be no patches in whatever # > you distribute. Updatedcc must work. # -DISTNAME= dcc-1.3.123 -PKGREVISION= 1 +DISTNAME= dcc-1.3.147 CATEGORIES= mail MASTER_SITES= http://www.rhyolite.com/dcc/source/old/ EXTRACT_SUFX= .tar.Z diff --git a/mail/dcc/distinfo b/mail/dcc/distinfo index 9661c12e271..338d21c8a15 100644 --- a/mail/dcc/distinfo +++ b/mail/dcc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/10/27 12:26:37 gdt Exp $ +$NetBSD: distinfo,v 1.2 2013/07/21 14:05:36 shattered Exp $ -SHA1 (dcc-1.3.123.tar.Z) = 3127cdde1ce374fbc5ef08fa5103cffcf93b99ee -RMD160 (dcc-1.3.123.tar.Z) = c7b0cedba3feffc4ad7c94249a56303c7f09bf2b -Size (dcc-1.3.123.tar.Z) = 1663943 bytes +SHA1 (dcc-1.3.147.tar.Z) = 38c60733b8f0d3bb58d41c34138e7ac81fcc4f20 +RMD160 (dcc-1.3.147.tar.Z) = b72b63e533c2b6aecd6911e1177dcb535ba687dc +Size (dcc-1.3.147.tar.Z) = 1706836 bytes |