diff options
author | obache <obache> | 2011-04-08 07:58:16 +0000 |
---|---|---|
committer | obache <obache> | 2011-04-08 07:58:16 +0000 |
commit | fdddb5493a79e37f43b962105a2cd7975fa11a90 (patch) | |
tree | d0579e3dc3f72bb085450f907c62777af5b59365 /mail/milter-manager | |
parent | 1fc36c3943528e8085b5647445ca70b580a48330 (diff) | |
download | pkgsrc-fdddb5493a79e37f43b962105a2cd7975fa11a90.tar.gz |
Update milter-manager to 1.6.7.
== [release-1-6-7] 1.6.7: 2011-04-08
A bug fix release of 1.6.6.
=== All
==== Improvements
* Don't create needless directories on install.
[Reported by OBATA Akio]
==== Fixes
* Fixed a bug that Ruby/GLib2 in system can't be found.
[Reported by OBATA Akio]
=== Package
==== Fixes
* [RPM] Fixed dependencies.
* [Debian] Fixed dependencies.
* [Debian] Don't use deprecated option in init script.
* [RPM] Don't use deprecated option in init script.
=== milter-manager
==== Fixes
* [S25R] Fixed a bug that milter is always run.
=== milter-core
==== Improvements
* Added "+LEVEL1|LEVEL2|..." syntax to add log levels.
* Added "-LEVEL1|LEVEL2|..." syntax to remove log levels.
=== milter-client
==== Improvements
* Added --log-level option.
* Added --quiet option.
=== Thanks
* OBATA Akio
== [release-1-6-6] 1.6.6: 2011-04-07
This release improves Ruby support and Solaris support.
=== All
==== Improvements
* Added --with-bundled-ruby-glib2 configure option for
using bundled Ruby/GLib2 anytime.
* Supported Solaris.
=== Document
==== Fixes
* [Debian] add missing GROUP=postfix in configuration.
[Reported by Jordao]
=== Package
==== Improvements
* Supported Solaris.
* Fedora 13 -> 14.
=== milter-core
==== Improvements
* Set 'warning' log level by default.
* Set 'statistics' log level by default.
* Set 'message' log level by default.
* Changed syslog level for statistics log to LOG_NOTICE
level from LOG_INFO level .
==== Fixes
* Fixed a memory leak on read error.
=== milter-manager
==== Improvements
* Supported database connection.
* Disabled S25R applicable condition for IPv6 connection
by default. It's customizable by s25r.check_only_ipv4=.
* Added --n-workers option.
* Added --event-loop-backend option.
* Supported log configuration in configuration file.
==== Fixes
* Fixed a crash bug on reloading.
[Reported by Kenji Shiono]
=== libmilter-compatible
==== Improvements
* Supported event loop backend customize by environment
variable:
* MILTER_EVENT_LOOP_BACKEND=libev -> libev is used
* MILTER_EVENT_LOOP_BACKEND=glib -> GLib is used (default)
=== milter-test-client
==== Improvements
* Added --pid-file option.
* Supported shutdown by SIGTERM.
=== milter-test-server
==== Improvements
* Added --envelope-from option.
* Deprecated --from option.
* Added --envelope-recipient option.
* Deprecated --recipient option.
* Added --connect-macro option.
* Added --helo-macro option.
* Added --envelope-from-macro option.
* Added --envelope-recipient-macro option.
* Added --data-macro option.
* Added --end-of-header-macro option.
* Added --end-of-message-macro option.
* Supported result body output in non-ASCII encoding.
=== milter-report-statistics
==== Improvements
* Supported Solaris.
* Added --pid option.
* Added --pid-directory option.
=== Ruby milter
==== Improvements
* Added --maintenance-interval option.
* Added --run-gc-on-maintain option.
* Added --environment option.
* Added --max-file-descriptors option.
* Added --pid-file option.
* Added Milter::ClientSession#delete_header.
* Added Milter::ClientSession#insert_header.
* Added Milter::ClientSession#replace_body.
* Added Milter::ClientSession#change_from.
* Added. Milter::ClientSession#add_recipient.
* Added Milter::ClientSession#delete_recipient.
* Added Milter::ClientSession#delay_response.
* Added Milter::ClientSession#progress.
* Added Milter::ClientSession#discard.
* Added Milter::EventLoop.
* Supported configuration file.
* Added Milter::SocketAddress#ipv4?.
* Added Milter::SocketAddress#ipv6?.
* Added Milter::SocketAddress#unix?.
==== Fixes
* Fixed a crash bug.
=== Thanks
* Jordao
* Kenji Shiono
Diffstat (limited to 'mail/milter-manager')
-rw-r--r-- | mail/milter-manager/Makefile | 7 | ||||
-rw-r--r-- | mail/milter-manager/PLIST | 39 | ||||
-rw-r--r-- | mail/milter-manager/distinfo | 8 |
3 files changed, 36 insertions, 18 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index f7a7752c63a..9188f5ad5ba 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/02/11 14:09:33 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/04/08 07:58:16 obache Exp $ # -DISTNAME= milter-manager-1.6.5 +DISTNAME= milter-manager-1.6.7 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=milter-manager/} @@ -38,6 +38,9 @@ PKGCONFIG_OVERRIDE+= milter-core.pc.in PKGCONFIG_OVERRIDE+= milter-manager.pc.in PKGCONFIG_OVERRIDE+= milter-server.pc.in PKGCONFIG_OVERRIDE+= ruby-milter.pc.in +PKGCONFIG_OVERRIDE+= ruby-milter-client.pc.in +PKGCONFIG_OVERRIDE+= ruby-milter-core.pc.in +PKGCONFIG_OVERRIDE+= ruby-milter-server.pc.in MILTER_MANAGER_USER?= _milter MILTER_MANAGER_GROUP?= _milter diff --git a/mail/milter-manager/PLIST b/mail/milter-manager/PLIST index ed18ba59fd9..b1437c5b82a 100644 --- a/mail/milter-manager/PLIST +++ b/mail/milter-manager/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/02/11 14:09:33 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/04/08 07:58:16 obache Exp $ bin/milter-manager-log-analyzer bin/milter-performance-check bin/milter-report-statistics @@ -79,12 +79,24 @@ lib/libmilter-client.la lib/libmilter-core.la lib/libmilter-manager.la lib/libmilter-server.la +lib/milter-manager/binding/ext/milter_client.la +lib/milter-manager/binding/ext/milter_core.la lib/milter-manager/binding/ext/milter_manager.la -lib/milter-manager/binding/ext/milter_toolkit.la +lib/milter-manager/binding/ext/milter_server.la +lib/milter-manager/binding/ext/rb-milter-client.h +lib/milter-manager/binding/ext/rb-milter-core.h +lib/milter-manager/binding/ext/rb-milter-server.h lib/milter-manager/binding/lib/milter.rb lib/milter-manager/binding/lib/milter/client.rb lib/milter-manager/binding/lib/milter/client/command-line.rb -lib/milter-manager/binding/lib/milter/compatible.rb +lib/milter-manager/binding/lib/milter/client/composite-session.rb +lib/milter-manager/binding/lib/milter/client/configuration.rb +lib/milter-manager/binding/lib/milter/core.rb +lib/milter-manager/binding/lib/milter/core/compatible.rb +lib/milter-manager/binding/lib/milter/core/logger.rb +lib/milter-manager/binding/lib/milter/core/macro.rb +lib/milter-manager/binding/lib/milter/core/path.rb +lib/milter-manager/binding/lib/milter/core/socket-address.rb lib/milter-manager/binding/lib/milter/manager.rb lib/milter-manager/binding/lib/milter/manager/address-matcher.rb lib/milter-manager/binding/lib/milter/manager/breaker.rb @@ -110,7 +122,8 @@ lib/milter-manager/binding/lib/milter/manager/rcng-detector.rb lib/milter-manager/binding/lib/milter/manager/redhat-detector.rb lib/milter-manager/binding/lib/milter/manager/redhat-init-detector.rb lib/milter-manager/binding/lib/milter/manager/redhat-upstart-detector.rb -lib/milter-manager/binding/lib/milter/toolkit.rb +lib/milter-manager/binding/lib/milter/server.rb +lib/milter-manager/binding/lib/milter/server/testing.rb lib/milter-manager/libmilter.la lib/milter-manager/module/configuration/milter-manager-ruby-configuration.la lib/pkgconfig/libmilter.pc @@ -118,8 +131,14 @@ lib/pkgconfig/milter-client.pc lib/pkgconfig/milter-core.pc lib/pkgconfig/milter-manager.pc lib/pkgconfig/milter-server.pc +lib/pkgconfig/ruby-milter-client.pc +lib/pkgconfig/ruby-milter-core.pc +lib/pkgconfig/ruby-milter-server.pc lib/pkgconfig/ruby-milter.pc ${RUBY_VENDORLIB}/milter.rb +${RUBY_VENDORLIB}/milter/client.rb +${RUBY_VENDORLIB}/milter/core.rb +${RUBY_VENDORLIB}/milter/server.rb man/ja/man1/milter-manager-log-analyzer.1 man/ja/man1/milter-manager.1 man/ja/man1/milter-performance-check.1 @@ -246,6 +265,7 @@ share/doc/milter-manager/ja/news.html share/doc/milter-manager/ja/readme.html share/doc/milter-manager/ja/reverse-dictionary.html share/doc/milter-manager/ja/right.png +share/doc/milter-manager/ja/ruby-milter-configuration.html share/doc/milter-manager/ja/ruby-milter-reference.html share/doc/milter-manager/ja/ruby-milter-tutorial.html share/doc/milter-manager/ja/ruby.html @@ -284,6 +304,7 @@ share/doc/milter-manager/news.html share/doc/milter-manager/readme.html share/doc/milter-manager/reverse-dictionary.html share/doc/milter-manager/right.png +share/doc/milter-manager/ruby-milter-configuration.html share/doc/milter-manager/ruby-milter-reference.html share/doc/milter-manager/ruby-milter-tutorial.html share/doc/milter-manager/ruby.html @@ -311,19 +332,12 @@ share/examples/milter-manager/applicable-conditions/s25r.conf share/examples/milter-manager/applicable-conditions/sendmail-compatible.conf share/examples/milter-manager/applicable-conditions/stress.conf share/examples/milter-manager/applicable-conditions/trust.conf -share/examples/milter-manager/cron.d/debian/milter-manager-log -share/examples/milter-manager/cron.d/freebsd/milter-manager-log -share/examples/milter-manager/cron.d/redhat/milter-manager-log share/examples/milter-manager/defaults/debian.conf share/examples/milter-manager/defaults/freebsd.conf share/examples/milter-manager/defaults/pkgsrc.conf share/examples/milter-manager/defaults/redhat.conf -share/examples/milter-manager/init.d/debian/default/milter-manager -share/examples/milter-manager/init.d/debian/milter-manager -share/examples/milter-manager/init.d/redhat/milter-manager -share/examples/milter-manager/init.d/redhat/sysconfig/milter-manager share/examples/milter-manager/milter-manager.conf -share/examples/milter-manager/rc.d/milter-manager +share/examples/milter-manager/models/example.rb share/examples/rc.d/milter-manager share/milter-manager/admin/.autotest share/milter-manager/admin/README @@ -512,4 +526,5 @@ share/milter-manager/sample/ruby/milter-regexp.rb share/milter-manager/sample/ruby/milter-reject-empty-body.rb share/milter-manager/sample/ruby/milter-reject-nil-sender.rb share/milter-manager/sample/ruby/milter-tarpit.rb +share/milter-manager/sample/ruby/milter-test-client-composite.rb share/milter-manager/sample/ruby/milter-test-client.rb diff --git a/mail/milter-manager/distinfo b/mail/milter-manager/distinfo index 9a02f5958ef..153bd05c21f 100644 --- a/mail/milter-manager/distinfo +++ b/mail/milter-manager/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/02/11 14:09:33 obache Exp $ +$NetBSD: distinfo,v 1.7 2011/04/08 07:58:16 obache Exp $ -SHA1 (milter-manager-1.6.5.tar.gz) = d2968a9678b45f39de23ec228a5b49011271d76c -RMD160 (milter-manager-1.6.5.tar.gz) = 4c9056ca700be2991ebc1de819d3f44d0785c215 -Size (milter-manager-1.6.5.tar.gz) = 6768542 bytes +SHA1 (milter-manager-1.6.7.tar.gz) = f7b52079b2a97a4f225c32554652841c782e90bb +RMD160 (milter-manager-1.6.7.tar.gz) = 3539467bb52aa1995c94c7b2180b611f87e700f7 +Size (milter-manager-1.6.7.tar.gz) = 6849999 bytes |