From 15030ddcbbc78e05359f01b1ac34d0f62210d6d9 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 13 Apr 2008 05:25:09 +0000 Subject: Update mail/ruby-tmail to 1.2.3. Changes from version 1.2.2 include: * Handle a potential DOS vulnerability on any host using TMail to handle incomming email; a crafted email with carefully positioned whitespace can cause the TMail library to go into an endless loop causing denial of service attack on email services. --- mail/ruby-tmail/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mail/ruby-tmail/Makefile') diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile index 58cc5961ac0..17c8575c29b 100644 --- a/mail/ruby-tmail/Makefile +++ b/mail/ruby-tmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2008/04/04 15:19:46 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2008/04/13 05:25:09 jlam Exp $ -DISTNAME= tmail-1.2.2 +DISTNAME= tmail-1.2.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= mail @@ -10,5 +10,9 @@ COMMENT= Mail manipulating library for Ruby including MIME multipart support GEM_BUILD= gemspec +# Add a directory that would be created if the setup.rb script was run. +post-extract: + cd ${WRKSRC} && mkdir doc + .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3