summaryrefslogtreecommitdiff
path: root/mail/milter-manager
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-11-16 06:07:42 +0000
committerobache <obache@pkgsrc.org>2011-11-16 06:07:42 +0000
commit3d1e38c1c966808d9398834f4c4c9dd9b0398b93 (patch)
tree479e4ba1e1044ea1220128ca214281a8ea0c23ec /mail/milter-manager
parentf59e9dffe1f38d1f91a8ea08ad9d69e00e07b1b1 (diff)
downloadpkgsrc-3d1e38c1c966808d9398834f4c4c9dd9b0398b93.tar.gz
Update milter-manager to 1.8.1.
A bug fix release of 1.8.0. Now, manager.event_loop_backend and manager.n_workers aren't experimental! === milter manager ==== Improvements * [applicable-condition][sendmail] clear DNS cache for each 100 IP addresses. ==== Fixes * detach IO for launcher on daemon mode. use milter_client_is_run_as_daemon() to get whether daemonize or not. [Reported by OBATA Akio] * add a workaround for Ruby cleanup. If environment variable MILTER_MANAGER_RUBY_STOP_TIMER_THREAD_BEFORE_CLEANUP=yes, skip timer thread before cleanup. * use rb_fork() as fork implementation. This will fix --daemon doesn't work on *BSD. [Reported by OBATA Akio] * use INCLUDES to use configured libev include path rather than CPPFLAGS. [Reported by moto kawasaki] === milter-core ==== Fixes * fix missing null FD close by inverted condition. [Reported by OBATA Akio] === milter-client ==== Improvements * use higher priority for accepting connection. ==== Fixes * fix a bug that workers don't shutdown on master shutdown. It's GLib evnet loop backend specific problem. === milter-server ==== Improvements * add more information to error message. * [server] unify unknown name logging. ==== Fixes * fix a bug that all milters can't find on 2nd RCPT in the same session. === Ruby milter ==== Improvements * add Milter::Client::Configuration::MilterConfiguration#name. ==== Fixes * fix event_loop_created hook can't get event loop. * do not raise error if process raw shift_jis mail file. Ruby 1.9. * udpate bundled test-unit file list. [Reported by Hirohisa Yamaguchi] * [ruby][glib2] fix a SEGV bug on Solaris10. === milter-test-server ==== Fixes * fix quoted charset detection. [Reported by nobu] * fix multiline header parsing. * --mail-file keeps new line type of the original mail. === Document ==== Improvements * add log list to HTML. * fix typos. [Pull requested by Norio Suzuki] === Admin ==== Improvements * use locale "en" if Accept-Language is not "ja". [Reported by Larry G. Wapnitsky]
Diffstat (limited to 'mail/milter-manager')
-rw-r--r--mail/milter-manager/Makefile5
-rw-r--r--mail/milter-manager/PLIST6
-rw-r--r--mail/milter-manager/distinfo8
3 files changed, 9 insertions, 10 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile
index a7633c50fab..4c5a8bdd54f 100644
--- a/mail/milter-manager/Makefile
+++ b/mail/milter-manager/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2011/09/16 02:26:44 obache Exp $
+# $NetBSD: Makefile,v 1.18 2011/11/16 06:07:42 obache Exp $
#
-DISTNAME= milter-manager-1.8.0
-PKGREVISION= 1
+DISTNAME= milter-manager-1.8.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=milter-manager/}
diff --git a/mail/milter-manager/PLIST b/mail/milter-manager/PLIST
index aba9c0f4c08..4b81a6575b6 100644
--- a/mail/milter-manager/PLIST
+++ b/mail/milter-manager/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2011/04/26 15:39:48 obache Exp $
+@comment $NetBSD: PLIST,v 1.8 2011/11/16 06:07:42 obache Exp $
bin/milter-manager-log-analyzer
bin/milter-performance-check
bin/milter-report-statistics
@@ -195,6 +195,7 @@ share/doc/milter-manager/ja/install.html
share/doc/milter-manager/ja/introduction.html
share/doc/milter-manager/ja/left.png
share/doc/milter-manager/ja/libmilter-compatible.xml
+share/doc/milter-manager/ja/log-list.html
share/doc/milter-manager/ja/manager.xml
share/doc/milter-manager/ja/mfapi.xml
share/doc/milter-manager/ja/mfdef.xml
@@ -239,7 +240,6 @@ share/doc/milter-manager/ja/milter-manager-process-launcher.xml
share/doc/milter-manager/ja/milter-manager-reply-decoder.xml
share/doc/milter-manager/ja/milter-manager-reply-encoder.xml
share/doc/milter-manager/ja/milter-manager-reply-protocol.xml
-share/doc/milter-manager/ja/milter-manager.devhelp
share/doc/milter-manager/ja/milter-manager.devhelp2
share/doc/milter-manager/ja/milter-manager.html
share/doc/milter-manager/ja/milter-manager.xml
@@ -288,11 +288,11 @@ share/doc/milter-manager/ja/upgrade-options-on-ubuntu.html
share/doc/milter-manager/ja/upgrade.html
share/doc/milter-manager/ja/users.html
share/doc/milter-manager/left.png
+share/doc/milter-manager/log-list.html
share/doc/milter-manager/milter-manager-admin-ja.png
share/doc/milter-manager/milter-manager-admin.png
share/doc/milter-manager/milter-manager-log-analyzer-graphs.png
share/doc/milter-manager/milter-manager-log-analyzer.html
-share/doc/milter-manager/milter-manager.devhelp
share/doc/milter-manager/milter-manager.devhelp2
share/doc/milter-manager/milter-manager.html
share/doc/milter-manager/milter-performance-check.html
diff --git a/mail/milter-manager/distinfo b/mail/milter-manager/distinfo
index 33e8fa858b2..509fe9de8a0 100644
--- a/mail/milter-manager/distinfo
+++ b/mail/milter-manager/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2011/06/12 11:08:37 obache Exp $
+$NetBSD: distinfo,v 1.12 2011/11/16 06:07:42 obache Exp $
-SHA1 (milter-manager-1.8.0.tar.gz) = 2d77036fa96394e92e3c125eaee273b27a52e7fe
-RMD160 (milter-manager-1.8.0.tar.gz) = 24b0890aa4f8cc9ff2989ec5819b1128fedc425e
-Size (milter-manager-1.8.0.tar.gz) = 7025668 bytes
+SHA1 (milter-manager-1.8.1.tar.gz) = f97c7a3ced993506519c2a82405ab77238cf2d41
+RMD160 (milter-manager-1.8.1.tar.gz) = da783f7a3d334b7c926c1bb041bf85d0c24bf1b7
+Size (milter-manager-1.8.1.tar.gz) = 7199568 bytes