summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2011-02-07 22:33:40 +0000
committerschmonz <schmonz@pkgsrc.org>2011-02-07 22:33:40 +0000
commit3e5f3f88a51056ea217f4a8c46c3484f9d1cca7b (patch)
treeb82d5602333e744fb3fc84b735f4ae2aef120a3f /mail
parent3f10a8e7811994333ee638952dcbdb2f17bad7c6 (diff)
downloadpkgsrc-3e5f3f88a51056ea217f4a8c46c3484f9d1cca7b.tar.gz
Update to 4.2.0. From the changelog:
Changed read_file() to return the number of usable lines read, instead of the total number of lines (including comments and whitespace). Fixed a huge thinko in many calls to read_file() -- when the function returns 0, the returned value is NULL. This was causing spamdyke to crash when no content was read from files by "dns-blacklist-file", "dns-whitelist-file", "rhs-blacklist-file", "rhs-whitelist-file" and "hostname-file". Thanks to David Stiller for reporting this one and providing a lot of help in tracking it down. Added the option "tls-cipher-list" for specifying the list of ciphers to use in SSL/TLS connections. This won't be an option many people will ever use, but in specific setups it is required. Thanks to Chris Boulton for suggesting this one and producing a patch to implement it. Added a new value to "tls-level": "smtp-no-passthrough" to allow spamdyke to offer TLS but prevent it from passing TLS through to qmail if the SSL library cannot be initialized for some reason. Fixed a bug in smtp_filter that allowed open relaying when spamdyke was configured with "local-domains-entry" instead of "local-domains-file". Moved code from do_spamdyke() that set stdin and stdout sockets to non-blocking into tls_read() and tls_write() instead. Setting the sockets to non-blocking through the entire run was causing some strange behavior where logging would stop after a series of large inputs. Refactored the address parser (yet again) to fix a bug that wasn't handling routing addresses properly. Thanks to Chris Boulton for reporting this one. Fixed process_config_file() to not reset a "multiple" value to default if it was deliberately cleared during configuration. Fixed prepare_settings() to initialize all default values before processing the command line or configuration files so a "multiple" value can be cleared during configuration. Fixed configure.ac to use a gcc #pragma command to treat format warnings as errors instead of relying on AC_LANG_WERROR (which doesn't always work). Added the options "dns-query-type-a", "dns-query-type-mx", "dns-query-type-ptr" and "dns-query-type-rbl" to limit the types of DNS queries that can be sent for different purposes. Thanks to Teodor Milkov for suggesting this one. Fixed a bug that caused a timeout whenever a post-RCPT filter is triggered on a non-local address. spamdyke is supposed to close the connection to qmail and wait for its exit, but instead was just waiting for its exit, leading to unnecessary timeouts. Thanks to Ulrich C. Manns for reporting this one. Fixed a typo in policy.php.example. Thanks to Richard Lamse for reporting this one. Fixed compiler warnings on Fedora 11. Thanks to Ertan Orhan for reporting this one. Fixed a bug in sendrecv where an uninitialized variable was causing erroneous stalls and timeouts in CentOS 5.5.
Diffstat (limited to 'mail')
-rw-r--r--mail/spamdyke/Makefile4
-rw-r--r--mail/spamdyke/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile
index bc97266b66f..29532b0f0cb 100644
--- a/mail/spamdyke/Makefile
+++ b/mail/spamdyke/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2010/07/04 14:37:13 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2011/02/07 22:33:40 schmonz Exp $
#
-DISTNAME= spamdyke-4.1.0
+DISTNAME= spamdyke-4.2.0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/
EXTRACT_SUFX= .tgz
diff --git a/mail/spamdyke/distinfo b/mail/spamdyke/distinfo
index 71f56988931..70688bff421 100644
--- a/mail/spamdyke/distinfo
+++ b/mail/spamdyke/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2010/07/04 14:37:13 schmonz Exp $
+$NetBSD: distinfo,v 1.25 2011/02/07 22:33:40 schmonz Exp $
-SHA1 (spamdyke-4.1.0.tgz) = bdf9c1759c367edff6f872368185fa6fa1a78166
-RMD160 (spamdyke-4.1.0.tgz) = f4e9430ba9e6d3b1cb061ebebf9fda78880a8a7b
-Size (spamdyke-4.1.0.tgz) = 490106 bytes
+SHA1 (spamdyke-4.2.0.tgz) = 8434906f761e5d81337150e77c4a9291a49bf5e3
+RMD160 (spamdyke-4.2.0.tgz) = eb325e06f69de48934ade4140da30adff5b5dd60
+Size (spamdyke-4.2.0.tgz) = 502879 bytes
SHA1 (patch-aa) = 1eeea810a457a9560258c761d828987a440c7f29