summaryrefslogtreecommitdiff
path: root/mail/ruby-tmail/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-13 05:25:09 +0000
committerjlam <jlam@pkgsrc.org>2008-04-13 05:25:09 +0000
commit15030ddcbbc78e05359f01b1ac34d0f62210d6d9 (patch)
treeb157e6e96dbf3670c7cce9859ba301d25a67473f /mail/ruby-tmail/Makefile
parent889f8d86c9d9b9ec5ccb9458996863b163250024 (diff)
downloadpkgsrc-15030ddcbbc78e05359f01b1ac34d0f62210d6d9.tar.gz
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.
Diffstat (limited to 'mail/ruby-tmail/Makefile')
-rw-r--r--mail/ruby-tmail/Makefile8
1 files changed, 6 insertions, 2 deletions
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"