Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id A947363EAFE for ; Sat, 22 Dec 2012 08:29:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5039714A17E; Sat, 22 Dec 2012 08:29:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BD3B14A177 for ; Sat, 22 Dec 2012 08:29:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vyU--wrTVOQK for ; Sat, 22 Dec 2012 08:29:30 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DB88A14A176 for ; Sat, 22 Dec 2012 08:29:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 92E5B175DD; Sat, 22 Dec 2012 08:29:30 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 22 Dec 2012 08:29:30 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/mail/milter-manager To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20121222082930.92E5B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sat Dec 22 08:29:30 UTC 2012 Modified Files: pkgsrc/mail/milter-manager: Makefile PLIST distinfo Log Message: Update milter-manager to 1.8.5. == [release-1-8-5] 1.8.5: 2012-12-03 A bug fix release of 1.8.4. === Package * Drop Ubuntu Natty Narwhal support. * Fix broken documents. === Ruby milter * Fix a typo in test for Ruby1.8. [Pull requested by umq] === Thanks * umq == [release-1-8-4] 1.8.4: 2012-11-21 A bug fix release of 1.8.3. === Package * Added Ubuntu Quantal Quetzal support. * Provided packages built by using Ruby1.9 on following distributions: Debian wheezy, Debian sid, Ubuntu Precise Pangolin, Ubuntu Quantal Quetzal * Added missing fixture files into tar.gz. [Reported by Hirohisa Yamaguchi] * Solaris: Added missing SMF method file into tar.gz. [Reported by @ftnk] * yum: Rename yum repository pacakge. milter-manager-repository -> milter-manager-release * deb: Use Ruby1.9 by default. * deb: Rename packages for Ruby binding. libmilter-*-ruby1.8 -> ruby-milter-* === milter manager ==== Improvements * configure: Specify Ruby/GLib2 version to --with-bundled-ruby-glib2 option ==== Fixes * manager: Suppressed compiler type warnings. [GitHub #12] [Reported by Hirohisa Yamaguchi] * debian cron: used mail.log instead of mail.info [milter-manager-users-ja:00171] [Reported by Kazuhiro NISHIYAMA] === milter-core ==== Improvements * Supported MILTER_DEBUG=fatal-criticals. * binding ruby: milter callback arguments are ASCII_8BIT. [GitHub #3] ==== Fixes * Fixed an issue which a following warning is shown when running at high loads. "g_io_channel_write_chars: assertion `channel->is_writeable' failed" === Admin ==== Improvements * Upgraded to Rails2.3.14 === Document ==== Fixes * Fixed about install sequence on CentOS. [GitHub #13] [Reported by Kunkichi] === Thanks * Hirohisa Yamaguchi * Kazuhiro NISHIYAMA * @ftnk * Kunkichi To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/milter-manager/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/milter-manager/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/milter-manager/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.