summaryrefslogtreecommitdiff
path: root/mail/dkim-milter/options.mk
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-02-19 13:23:06 +0000
committeradrianp <adrianp@pkgsrc.org>2008-02-19 13:23:06 +0000
commitfa37ceac105ce47799bfa6ac9772199d2ffa6a59 (patch)
treed55cc3039567a733c99de281b7017793a078a8aa /mail/dkim-milter/options.mk
parentdaf8490435a200868f2ff87a8c516a35c9e8e4b9 (diff)
downloadpkgsrc-fa37ceac105ce47799bfa6ac9772199d2ffa6a59.tar.gz
Update to 2.4.4
* LIBDKIM: Fix bug #SF1867839: 64-bit portability in rfc2822.c. Patch from Geoff Adams. * Update for latest Authentication-Results: header draft. * Take advantage of some more features that were introduced with milter v2 in sendmail 8.14.0: * Report "hardfail" instead of "fail" on authentication failures, in compliance with the Authentication-Results: draft. * Fix use of "UseSSPDeny" to include handling of unsigned messages. * Replace "gentxt.csh" with more robust "dkim-genkey" utility. And *lots* more (the package in pkgsrc was 2 years+ old) See RELEASE_NOTES for all the details
Diffstat (limited to 'mail/dkim-milter/options.mk')
-rw-r--r--mail/dkim-milter/options.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/dkim-milter/options.mk b/mail/dkim-milter/options.mk
deleted file mode 100644
index 46f5bf2061a..00000000000
--- a/mail/dkim-milter/options.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2005/10/27 19:49:07 minskim Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.dk-milter
-PKG_SUPPORTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-###
-### IPv6 support.
-###
-.if !empty(PKG_OPTIONS:Minet6)
-SUBST_SED.libs+= -e 's|@INET6@||'
-.else
-SUBST_SED.libs+= -e 's|@INET6@|dnl|'
-.endif